Retrain image detection with MobileNet

后端 未结 4 1163
执念已碎
执念已碎 2020-12-06 12:01

Several ways of retraining MobileNet for use with Tensorflow.js have failed for me. Is there any way to use a retrained model with Tensorflow.js?

Both using the mode

4条回答
  •  我在风中等你
    2020-12-06 12:29

    I encountered the same problem and it seems that we use the wrong method. There are loadGraphModel for TF converted models and loadLayersModel for Keras ones my comment about the issue

提交回复
热议问题