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

Training on own dataset. #4

Open
tchugh opened this issue Oct 10, 2019 · 0 comments
Open

Training on own dataset. #4

tchugh opened this issue Oct 10, 2019 · 0 comments

Comments

@tchugh
Copy link

tchugh commented Oct 10, 2019

Hi,

Could you please provide an example on how to use a trained model on our own dataset?

I am taking the following steps:

  1. After the checkpoint is created, I pass the checkpoint to test.py as "decoder_weights".
  2. I had to change "saver.restore(sess, decoder_weights)" to "saver.restore(sess, tf.train.latest_checkpoint(decoder_weights))" to read it successfully from checkpoint directory.
  3. What should be passed to vgg_weights in test.py? Are we not fine-tuning the encoder (i.e. vgg weights) in the training on our own dataset?
    Does it remain same as "models/vgg19_weights_normalized.h5"?

Thank you in advance.

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

1 participant