-
Notifications
You must be signed in to change notification settings - Fork 169
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
about pretrain model #61
Comments
I cannot extract the pretrained model and the code shows the same error. |
@ayumiymk Getting With pytorch 1.1.0 / vision 0.3.0 |
Did you make any progress with this?
When I print the model before trying to restore the weights, there definitely isn't an RNN module in the encoder. I'm confused as to why it exists in the checkpoint's |
I think you need to set global_args.with_lstm = True in model_builder.py to make it works. |
You can directly load this pretrained model without extract it. |
load pretrain model falling,some error information are demonstrated follow。
raise ValueError("=> No checkpoint found at '{}'".format(load_path))
I want to consult whether the model is distoryed
The text was updated successfully, but these errors were encountered: