cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

Blob is undefined #297

Closed ernestp closed 6 years ago

ernestp commented 6 years ago

I run Trainer from node.js project but receive error:

Promise error: ReferenceError: Blob is not defined at Perceptron.worker (/my_project/node_modules/synaptic/dist/synaptic.js:946:18) at Trainer.workerTrain (/my_project/node_modules/synaptic/dist/synaptic.js:1974:33) at /my_project/node_modules/synaptic/dist/synaptic.js:1908:11 at new Promise () at Trainer.trainAsync (/my_project/node_modules/synaptic/dist/synaptic.js:1906:14)

ernestp commented 6 years ago

Found comment that it work only in Browser, closing issue.