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

Name mismatching for the base model VGG16 #4

Open
TreeLLi opened this issue Mar 4, 2018 · 0 comments
Open

Name mismatching for the base model VGG16 #4

TreeLLi opened this issue Mar 4, 2018 · 0 comments
Assignees
Labels

Comments

@TreeLLi
Copy link

TreeLLi commented Mar 4, 2018

Hello,

There is an error of name mismatching when I wanted to switch the base model to the VGG16. Basically, the problem is that you define the name of model by yourself in the config file, e.g. VGG16, while the real name of VGG model referred by the download is VGG16_ImageNet_Caffe. Then after finish downloading, the program named the model as VGG16 but the other part of main program loads the model via the name VGG16_ImageNet_Caffe.

Obviously, the problem will also happen when loading and using other base models if the program-defined name is different from the name defined by others.

Best wishes!
Lin.

@karolzak karolzak self-assigned this Apr 17, 2018
@karolzak karolzak added the bug label Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants