issues
search
zaidalyafeai
/
ml-projects
Implementation of web friendly ML models using TensorFlow.js. pix2pix, face segmentation, fast style transfer and many more ...
MIT License
648
stars
254
forks
source link
tf.loadModel is not a function
#18
Closed
choas
closed
5 years ago
choas
commented
5 years ago
TensorFlow.js 1.0 has API changes:
tf.loadModel is now tf.loadLayersModel
tf.fromPixels is now tf.browser.fromPixels
zaidalyafeai
commented
5 years ago
@choas thanks !
TensorFlow.js 1.0 has API changes: