We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a90a3a commit b460d80Copy full SHA for b460d80
src/NeuralNetwork/index.js
@@ -113,7 +113,7 @@ class DiyNeuralNetwork {
113
* @param {*} callback
114
*/
115
init(callback) {
116
- tf.setBackend("webgl");
+ tf.setBackend("cpu");
117
// check if the a static model should be built based on the inputs and output properties
118
if (this.options.neuroEvolution === true) {
119
this.createLayersNoTraining();
0 commit comments