karpathy / convnetjs

Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
MIT License
10.8k stars 2.04k forks source link

importTrainData() not found #76

Closed gbugmann closed 7 years ago

gbugmann commented 7 years ago

Hello, the automatic.html demo refers to importTrainData() but I cannot find where it is defined. Can you help? Thanks. Guido

gbugmann commented 7 years ago

I got a bit confused with the two versions of automatic.html (one in the master -needing automatic.js- and one in the release version where ImportTrainData is defined in the html file). All clear now. Note also that Chrome is blocking the loading of local data. IE and Firefox are ok.