MobileNet
MobileNet copied to clipboard
Sharing your frozen graph?
Hey Zehaos, Thanks a lot for this repo! I see that in tools/test_forzen_graph.py, you seems to have a frozen graph with placeholder inserted:
23 | graph_filename = "../mobilenet-model/with_placeholder/frozen_graph.pb"
Would you mind sharing your frozen graph file? Thanks a lot in advance.
Hi, poohly, You can use insert_placeholder.py to insert the placeholder by yourself.
Hey Zehaos, I have trained mobilenet_v1_1.0_224 with the TF-Slim Classification library,but I when I tried to train mobilenet_v1_0.25_128,I find the code in Slim not work.Have you ever trained it? @Zehaos