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#8444
### Description
Some of the docstrings in AutoencoderKL, Encoder and Decoder within
autoencoderkl.py and some of the errors related to argument "channels"
make reference to "num_channels" instead.
### 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).
- [X] In-line docstrings updated.
- [X] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Virginia Fernandez <[email protected]>
Co-authored-by: Virginia Fernandez <[email protected]>
Co-authored-by: Eric Kerfoot <[email protected]>
Describe the bug
In AutoencoderKL (https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/nets/autoencoderkl.py) the docstrings of the Encoder, Decoder and AutoencoderKL refer to num_channels although the argument is called channels.
The text was updated successfully, but these errors were encountered: