thekevinscott / ml-classifier

A tool for quickly training image classifiers in the browser
https://thekevinscott.github.io/ml-classifier-ui/
MIT License
113 stars 16 forks source link

Hey! how to use the download model? #4

Closed dongoa closed 6 years ago

dongoa commented 6 years ago

I think the things you do are great and useful. For convenience, I want to use the model downloaded directly from your web demo. How do I add it to my script in html?

I just do this , it don't work.

function loadMobilenet() { return tf.loadModel('./model.json'); }

Thank you!