Kevin Watt
Kevin Watt
Right, thanks. However I still don't get any meaningful results, have you had any luck with that? It always returns the same result to fann.run([1,2,3,4]) no matter the input.
Just to reply to myself, debugged with the tic-tac-toe project (clever!) but it is broken as well - fitness always returns 0.0 - this project is dead! [{:move=>[0, 0, 0,...
both input and outputs need to be normalized to between -1 and 1
Did you check the generated files to see if the image itself is cropped? I'm having trouble with a lot of mine being cropped. I thought the whole idea of...
Did you end up figuring out how to copy out the javascripts? Looking into using this with import maps and rails 7 and figure it might need some tweaks like...
Thanks :) Someone should forward the domain somewhere! :) Ciao, Kevin Watt "The supreme irony of life is that hardly anyone gets out of it alive." - Robert A. Heinlein...
Thanks! Any suggestions how to hack/patch the encoder to properly deal with this? Or if finetuning is sufficient, we could just use __END__ or something as a token? Would that...
Anyone make any progress with this? It kinda works with 3.1 but there are errors with trying to access refs.trix for some reason. `vue-trix.esm.js:83 Uncaught TypeError: Cannot read property 'editor'...
I found this guy saying to add it to the compiler options, but this doesn't work with the current 3.1 with or without compabitlity mode. https://laracasts.com/discuss/channels/vue/vue3-and-trixeditor-failed-to-resolve-component-trix-editor Looking at the source,...
It's working great for me now on 3.1 if you edit the source after installing and have that function return ``` vi ./node_modules/vue-trix/dist/vue-trix.esm.js line 82-82 ``` I'm not sure what...