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
Fixes # .
### Description
Addition of norm_eps to spade_autoencoderkl.py as per
#7946.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Virginia Fernandez <vf19@lihe044-pc.isd.kcl.ac.uk>
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Co-authored-by: Virginia Fernandez <vf19@lihe044-pc.isd.kcl.ac.uk>
Co-authored-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Describe the bug
In the
init
of SPADEResBlockMONAI/monai/networks/nets/spade_autoencoderkl.py
Line 50 in 37917e0
norm_eps
was defined but not used in the class methods.To Reproduce
Steps to reproduce the behavior:
None
Expected behavior
The SPADE layer should take the
eps
for the GroupNorm:Current:
Expected:
The text was updated successfully, but these errors were encountered: