Using instancenorm with resnest #1605
Unanswered
jaideep11061982
asked this question in
General
Replies: 1 comment
-
@jaideep11061982 fix on main now (6902c48) You should not use pretrained=True if you're changing the norm layer... You can make it work prior to the fix if you enable the affine params (probably works a bit better).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to replace BNs with instancenorm
but I get an error
Since my batch size is 1 ,resenest dsnt work with bs as 1
Beta Was this translation helpful? Give feedback.
All reactions