Skip to content

Commit 230cb9b

Browse files
Remove outdated method documentation for forward pass in ModelnnUNetWrapper
Signed-off-by: simben <[email protected]>
1 parent 48d53a4 commit 230cb9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

monai/bundle/nnunet.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ class ModelnnUNetWrapper(torch.nn.Module):
170170
network_weights : torch.nn.Module
171171
The network weights of the model.
172172
173-
Methods
174-
-------
175-
forward(x)
176-
Perform forward pass and prediction on the input data.
177-
178173
Notes
179174
-----
180175
This class integrates nnUNet model with MONAI framework by loading necessary configurations,

0 commit comments

Comments
 (0)