See discussion here: https://github.com/ml5js/ml5js.github.io/pull/18
I can make some changes to let it support both labels and numbers -
knn.addImage(imageOne, '1');
knn.addImage(imageOne, 'apple');
thanks @yining1023! I'm refactoring to the new tensorflow api and this is being covered in those changes. I forgot to assign it
Most helpful comment
thanks @yining1023! I'm refactoring to the new tensorflow api and this is being covered in those changes. I forgot to assign it