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 my own data #11

Closed
hanseun opened this issue Jul 26, 2019 · 2 comments
Closed

Training my own data #11

hanseun opened this issue Jul 26, 2019 · 2 comments

Comments

@hanseun
Copy link

hanseun commented Jul 26, 2019

Hi Author!

I'm trying to train using my own data.
I made tfdata and tried to excute train.py.
But I can't define "tf_initial_checkpoint".
Could you please help me out?

@sercant
Copy link
Owner

sercant commented Jul 26, 2019

Hello @hanseun,

Can you add the error that you are getting while trying to define tf_initial_checkpoint?

The issue might be one of the following:

  1. If your class count is different, you haven't set initialize_last_layer to False.
  2. The checkpoint you are trying to restore is using DPC and you haven't specified that you want to use DPC by setting dense_prediction_cell_json parameter or vice versa.

If you send me the error message I can help you better.

@hanseun hanseun closed this as completed Aug 23, 2019
@hanseun
Copy link
Author

hanseun commented Aug 23, 2019

thanks!

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