Guest User

Untitled

a guest
Jul 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. async function loadModel(value){
  2. const model = await tf.loadModel('path/to/model.json
  3. console.log(model.predict([value]));
  4. }
Add Comment
Please, Sign In to add comment