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

Using resnet50 as base network #8

Open
yulu0724 opened this issue Apr 23, 2018 · 1 comment
Open

Using resnet50 as base network #8

yulu0724 opened this issue Apr 23, 2018 · 1 comment

Comments

@yulu0724
Copy link

I have been trying Resnet 50 as the training network, however, it ends up errors saying there is no embed parameters, I am wondering what are changes needed to make in order to use it in your framework?

@bnu-wangxun
Copy link
Owner

You have to add an embedding layer(FC layer with L2 normalization, in models/inception.py) by yourself.

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