You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the additional exercices, for GroupNorm you need to subclass UNet and extend _conv_block.
Doing so has no effect because this private method is never used.
The text was updated successfully, but these errors were encountered:
Copied from dl4mia/01_segmentation#16
In the additional exercices, for GroupNorm you need to subclass UNet and extend _conv_block.
Doing so has no effect because this private method is never used.
The text was updated successfully, but these errors were encountered: