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

AttributeError: Attempted to set WEIGHTS to /checkpoints/FRCN-V2-39-3x/model_final.pth, but CfgNode is immutable #4

Closed
Samjith888 opened this issue Feb 27, 2020 · 1 comment

Comments

@Samjith888
Copy link

Samjith888 commented Feb 27, 2020

While evaluation , getting the following error

AttributeError: Attempted to set WEIGHTS to /checkpoints/FRCN-V2-39-3x/model_final.pth, but CfgNode is immutable

@jgsch
Copy link

jgsch commented Feb 27, 2020

After cfg.freeze(), if you want modfiy cfg, you have to cfg.defrost()

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