Models: Utilized a fine-tuned Inception V3 model.

Created on 1 Apr 2017  路  5Comments  路  Source: tensorflow/models

I'm a newbie who is following through the documentation for fune-tuning inception V3.
https://github.com/tensorflow/models/tree/master/inception

With the checkpoints generated, how do I actually use the newly trained model on specific images? Following this other tutorial, I don't know where to get a .pb file from the results:
https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#4

Could there be a simple addition to the documentation on how to use the trained model?

awaiting model gardener feature

Most helpful comment

This seems like it would be a great addition. @nealwu, could you take a look at adding this? (it seems similar in spirit to the desires of #1286).

All 5 comments

This seems like it would be a great addition. @nealwu, could you take a look at adding this? (it seems similar in spirit to the desires of #1286).

@hdavidzhu any luck with it? I have used the .pbxt file generated but label_image.py throws errors. Also I tried to freeze the fine tune model and then run the label_image.py but freezing the graph also threw many errors. One way i was trying is running new set of images on the eval_image_classifier , probably some changes needed. Will it work ?

@petewarden is this something you could help out with?

I have the exact same question and it seems really hard to gather the solution from all the online resources. Would you guys be able to point us in the right direction as this issue is being worked on?

The Inception model referenced here has been deprecated in favor of https://github.com/tensorflow/models/tree/master/research/slim . Please have a look at that version.

Was this page helpful?
0 / 5 - 0 ratings