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

Can't actually train the model from scratch with the pretrained Inception model #32

Open
404ic opened this issue Jul 11, 2021 · 0 comments

Comments

@404ic
Copy link

404ic commented Jul 11, 2021

I'm not sure if I'm doing something wrong, but with fine_tune=False and training from the original pretrained inception network (e.g. retraining the whole network from scratch, not just tuning the detection heads), the network is missing some weights when you import because the detection heads aren't included in the variable scope (or some explanation like that), so I changed line 61 to variables_to_restore=original_inception_vars instead. I'm not sure what the actual intended usage of all this is.

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