ml5js / ml5-data-and-models

Data sets and pre-trained models for ml5.js
https://ml5js.org/docs/data-overview
MIT License
125 stars 98 forks source link

Current models are not in same format as latest ml5js library and do not load #14

Closed scottleedavis closed 6 years ago

scottleedavis commented 6 years ago

The example models do not load (see screenshot). I am still awaiting training for my own model...

screenshot from 2018-06-10 01-02-28

cvalenzuela commented 6 years ago

Not sure if you are loading the example models. The models in your screenshot have a /trump/ path.

scottleedavis commented 6 years ago

@cvalenzuela I sat down today to replicate (I did test with hemingway model before, but couldn't replicate today. What I find strange, is that days before... when I filed this, char_indices.json, and model.json were indeed being called by ml5.min.js. However, the latest version (downloaded 5 minutes ago), does not call these files. instead, the expected ones from the training.

model_files

So! Looks like it works for me now. Yay!