Falk
Falk
https://github.com/scoumbourdis/grocery-crud/blob/d2f71fba0e564bacec23990cd00497f1ed4d7741/application/libraries/Grocery_CRUD.php#L3235 I'm not sure about if this is the right solution but the idea is: Change search_field with search_text
Hi is there a possibility to save the trained nn (all the neuron layers and synapses) to a file? I'm thinking about something like the fann library does. So if...
I've created a method using this library to control update operations that looks like this: Triggers.GlobalUpdating.Add(handler => { if (!ChangeAllowed(handler.Original, handler.Entity)) { handler.Cancel = true; } }); The problem I...
I think this time i've done it right...
I'm trying to subtract one mesh from another but it gives a unexpected output. I have uploaded a zip file with 3 stl files in it. http://downloads.icore9.com/2019-07-04-09-44-50.zip I'm running the...