Layer norm not working in densenet #8035
MiguelMonteiro
started this conversation in
General
Replies: 1 comment
-
Hi @MiguelMonteiro, @K-Rilla, I re-checked the issue and found that norm can accept a tuple as input that contains the parameters needed by the matching norm layer.
Convert it to discussion, feel free to create another issue if meet further issue. Thanks. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Layer norm does not work with densenet, returns the following error when instantiating model:
To Reproduce
Expected behavior
It should work or not be an option.
Environment
Python 3.10, pytorch 2.0.1, monai 1.3.0
Additional context
Bug has previously been reported here Project-MONAI/research-contributions#196
Beta Was this translation helpful? Give feedback.
All reactions