-1

我想复制mobile net v2 96x96层的代码,定义我自己的模型并从零开始训练,我该怎么做?

https://www.tensorflow.org/hub/modules/google/imagenet/mobilenet_v2_100_96/feature_vector/2 https://tfhub.dev/google/imagenet/mobilenet_v2_100_96/feature_vector/2

4

1 回答 1

1

实际上我有和你一样的问题,我认为你解决这个问题的方法是从集线器缓存模块并在 tensorboard 中查看它这个链接可以帮助你 https://medium.com/@daj/how-to -inspect-a-pre-trained-tensorflow-model-5fd2ee79ced0

https://www.tensorflow.org/hub/basics

如果我能做到,我会用代码更新响应

于 2018-07-25T20:42:23.057 回答