We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does the default code freeze the parameters of the ResNet model or are we upgrading the weights of the pretrained resnet layers as well ?
The text was updated successfully, but these errors were encountered:
The default code freeze the pretrained weights of the ResNet model except for the last layer.
Sorry, something went wrong.
@hsinyilin19 I am afraid that's not correct. The default code (pretrained=True) simply loads the pretrained weights but doesn't freeze them.
I have opened a PR to freeze them.
No branches or pull requests
Does the default code freeze the parameters of the ResNet model or are we upgrading the weights of the pretrained resnet layers as well ?
The text was updated successfully, but these errors were encountered: