Skip to content

Commit

Permalink
Update networks doc (#6671)
Browse files Browse the repository at this point in the history
Fixes #6670.

### Description

Add `SegResNetDS` in the doc

### 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>
  • Loading branch information
KumoLiu authored Jun 29, 2023
1 parent ae95bf9 commit 9e14615
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ Nets
.. autoclass:: SegResNet
:members:

`SegResNetDS`
~~~~~~~~~~~~~
.. autoclass:: SegResNetDS
:members:

`SegResNetVAE`
~~~~~~~~~~~~~~
.. autoclass:: SegResNetVAE
Expand Down

0 comments on commit 9e14615

Please sign in to comment.