Updated to add logistic regression godot example
This commit is contained in:
parent
63426281fe
commit
9308b83af4
50 changed files with 101078 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://godot_resources/scripts/CustomModuleExampleScene.gd" type="Script" id=1]
|
||||
|
||||
[node name="Parent" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="CustomKomputeNode" type="KomputeSummatorNode" parent="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue