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
Hi,
due to the tons of dependencies and simplicity of my neural network, I want to get rid of the gpu.js dependency. I tried to simply comment the var gpu_js=require(gpu.js) and it seems to work well. However, keeping dependencies without it is quite inconvenient. Is there a way to have pure Brain.js without the gpu.js at all?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
due to the tons of dependencies and simplicity of my neural network, I want to get rid of the gpu.js dependency. I tried to simply comment the var gpu_js=require(gpu.js) and it seems to work well. However, keeping dependencies without it is quite inconvenient. Is there a way to have pure Brain.js without the gpu.js at all?
Beta Was this translation helpful? Give feedback.
All reactions