You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've RTX 3060Ti & i5-10500 when I try to train with cpu it takes 2-3 sec but when I switch to gpu maybe options same data takes almost 2 min. I believe my GPU is much stronger and faster than my CPU. GPU should more accurate and faster I think
Version information
brain.js: 2.0.0-beta.23
gpu.js: 2.16.0
Nodejs:
node: v16.16.0
Browser:
Brain.js:
brain.js: 2.0.0-beta.23
How important is this (1-5)?
5
Other Comments
Maybe the config is not works on gpu version or I should enable some feature on my gpu. If so, brain.js should at least warn me about this
iterating 20 times each time
abalone.csv U can convert .csv to .json for code if you want
The text was updated successfully, but these errors were encountered:
I have the same thing, only gpu does not work at all, with cpu everything works quietly, I thought it was a problem with nodejs, rewrote to the browser version. Everything is preserved, the browser freezes and everything crashes with gpu, but with cpu everything works. At the same time gpujs itself works fine.
What is wrong?
Training with GPU takes too much time ( 2 min for 3000 data )
Where does it happen?
When I try to train with "NeuralNetworkGPU" instead of "NeuralNetwork"
How do we replicate the issue?
you can try to run this code ->
Code:
Expected behavior (i.e. solution)
I've RTX 3060Ti & i5-10500 when I try to train with cpu it takes 2-3 sec but when I switch to gpu maybe options same data takes almost 2 min. I believe my GPU is much stronger and faster than my CPU. GPU should more accurate and faster I think
Version information
brain.js: 2.0.0-beta.23
gpu.js: 2.16.0
Nodejs:
node: v16.16.0
Browser:
Brain.js:
brain.js: 2.0.0-beta.23
How important is this (1-5)?
5
Other Comments
Maybe the config is not works on gpu version or I should enable some feature on my gpu. If so, brain.js should at least warn me about this
iterating 20 times each time
abalone.csv U can convert .csv to .json for code if you want
The text was updated successfully, but these errors were encountered: