Skip to content

Commit 857e92b

Browse files
authored
update cat_chns arg's docstring (#5051)
Signed-off-by: KumoLiu <yunl@nvidia.com> Fixes #5046 . ### Description update `cat_chns` arg's docstring in basic_unet. ### Status **Ready** ### 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: KumoLiu <yunl@nvidia.com>
1 parent a109d3a commit 857e92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/nets/basic_unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(
124124
Args:
125125
spatial_dims: number of spatial dimensions.
126126
in_chns: number of input channels to be upsampled.
127-
cat_chns: number of channels from the decoder.
127+
cat_chns: number of channels from the encoder.
128128
out_chns: number of output channels.
129129
act: activation type and arguments.
130130
norm: feature normalization type and arguments.

0 commit comments

Comments
 (0)