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');
}
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!