Replies: 1 comment 1 reply
-
Hi @Hogandr, please use tuple to add arguments.
Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In monai.networks.nets.DenseNet the layer norm does not work!
monai.networks.nets.DenseNet121(spatial_dims=3, in_channels=1, out_channels=1, norm="LAYER")
=> TypeError: LayerNorm.init() missing 1 required positional argument: 'normalized_shape'
Beta Was this translation helpful? Give feedback.
All reactions