cazala / synaptic

architecture-free neural network library for node.js and the browser

Home Page:http://caza.la/synaptic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blob is undefined

ernestp opened this issue · comments

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)

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