Skip to content

Commit

Permalink
Update monai/networks/blocks/spade_norm.py
Browse files Browse the repository at this point in the history
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
  • Loading branch information
marksgraham and KumoLiu authored Dec 18, 2023
1 parent 035d2d2 commit 51f72e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/networks/blocks/spade_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def forward(self, x: torch.Tensor, segmap: torch.Tensor) -> torch.Tensor:
"""
Args:
x: input tensor
segmap: input segmentation map (bxcx[spatial-dimensions]) where c is the number of semantic channels.
segmap: input segmentation map (B, C, [spatial-dimensions]) where C is the number of semantic channels.
The map will be interpolated to the dimension of x internally.
"""

Expand Down

0 comments on commit 51f72e2

Please sign in to comment.