Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fine-tuning the inception v3 model #11

Open
StephaneZFR opened this issue Jul 6, 2017 · 1 comment
Open

Fine-tuning the inception v3 model #11

StephaneZFR opened this issue Jul 6, 2017 · 1 comment

Comments

@StephaneZFR
Copy link

Hi,

First, thanks for all the available code for im2txt. I could make it work and generate some first captions. But now, I’m completely lost on a problem about fine-tuning im2txt, hoping it’s the good place to ask.

To summarize, I first fine-tuned an inception model using the method described in (https://github.com/tensorflow/models/tree/master/slim#Tuning). My training generates a bunch of files like model.meta, model.index and model.ckpt-xxx. I think the training is correct as I can evaluate it using eval_image_classifier.py available in slim git repo.

Then , what I would like to do is use this fine-tuned inception model as an input to train im2txt as in https://github.com/tensorflow/models/tree/master/im2txt#training-a-model.

  1. But as training im2txt requires something like inception_v3.ckpt, what is the correct file to put as input?

I also tried fine-tuning the inception model in im2txt as in (https://github.com/tensorflow/models/tree/master/im2txt#fine-tune-the-inception-v3-model). But I don’t understand what it concretely does.

  1. Does it fine-tune the CNN part of im2txt to adapt it to new classes? If so, how can I give it new data (e.g. the flowers dataset)?

Thanks in advance for your help.
Regards,
Stephane

@shengsr
Copy link

shengsr commented Jan 17, 2018

Hi Stephane,

I have the same questions, do you know the answers now?

Regards,
Shurong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants