gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

use webgl gpu mode error

Open mccoysc opened this issue 4 years ago • 1 comments

var crossValidate = new brain.CrossValidate(function () { var options = { activation: 'relu', // activation function learningRate: 0.01, // global learning rate, useful when training using streams }; return new brain.NeuralNetworkGPU(options); })

this would cause an error 'Uncaught ReferenceError: gpu_js is not defined'。

mccoysc avatar Oct 30 '21 14:10 mccoysc

This looks like a torch issue rather than gpu.js

perdigao1 avatar Oct 30 '21 16:10 perdigao1