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

How to use pretrained ResNext152 model #37

Open
RorschachChen opened this issue Sep 16, 2019 · 0 comments
Open

How to use pretrained ResNext152 model #37

RorschachChen opened this issue Sep 16, 2019 · 0 comments

Comments

@RorschachChen
Copy link

Thanks for your codes. I had to admit it's a wonderful strategy.
However, when I use this package on the action recognition dataset Stanford40, I encounter the loss explosion problem, so I am thinking about using pre-trained model.
I had decreased the classes from 40 to 10. and turned the mode to fully supervised learning with exclude_unlabled as 'True'. Hope you have time to give a reply even a little hint.
Here I print out the loss at each step until loss explosion. The Res Loss increase like crazy.
AssertionError: Loss explosion: 226970.828125
0 batch
class Variable containing:
2.3374
const Variable containing:
1.00000e-02 *
2.4998
res Variable containing:
1.00000e-02 *
1.0730
1 batch
class Variable containing:
12.6847
const Variable containing:
275.5649
res Variable containing:
1.00000e+05 *
2.2668

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