-
Notifications
You must be signed in to change notification settings - Fork 450
require model name for ImageClassifier transfer learning #26
Comments
Yes, agree! We do need to add support for this. It shouldn't be much work. Although maybe this is better to make together with the |
Great. I am starting to wrap my head around the idea of a |
Yep, I think keeping the transfer learning inside |
Closed, see ml5js/ml5-library#142 |
This is the present code for the transfer learning example:
Since we are planning to eventually have an empty ImageClassifier (see ml5js/ml5-library#121 and ml5js/ml5-library#128) I think we should require that you explicitly reference the pre-trained model. There is no default one. This is also more clear to an end-user as to what is going on.
This might change a bit if we go with the
FeatureExtractor
idea, but for now the example should probably be:@cvalenzuela Is this already supported or do we have to add support for the above to the library?
The text was updated successfully, but these errors were encountered: