wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

Running multiple thread with pm2? #116

Open elmondogri opened 6 years ago

elmondogri commented 6 years ago

Hello, I am new to ML and even to Node.js,

Would it be faster and is is possible to run neataptic under pm2 cluster mode?

Else what would be the fastest way to run lstm(50,6,3) training with 2500 data, at the moment my caluclation shows around 180 days to train...

thank you

lokidaibel commented 6 years ago

No. It will just spawn multiple processes. You need to adjust your code.