Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santiestrada32 committed Jun 7, 2024
1 parent 016a5ba commit 1a38900
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FastSurferCNN/models/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,9 @@ def forward(
----------
x : Tensor
Input image [N, C, H, W].
scale_factor : Tensor
[MISSING] [N, 1].
[N, 1] Defaults to None.
scale_factor_out : Tensor, optional
[MISSING].
Tensor representing the scale factor for the output. Defaults to None.
Returns
-------
Expand Down

0 comments on commit 1a38900

Please sign in to comment.