-
Notifications
You must be signed in to change notification settings - Fork 130
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 mix sn and bn #10
Comments
You can show more logs and your codes. |
the code is too long and i'll show part of my code which get the error is:
and got the error:
Here encoder is resnet50 with bn.I take sn with nn.BatchNorm2d(256),it works well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,
Thank you for the great jobs and sharing it.I want to use encoder net with bn and decoder net with sn,but got the error "RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation".How can i deal with it.
The text was updated successfully, but these errors were encountered: