We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06bf07 commit 77d09cfCopy full SHA for 77d09cf
monai/inferers/utils.py
@@ -90,7 +90,7 @@ def ensure_channel_first(x: torch.Tensor, spatial_ndim: Optional[int] = None) ->
90
f"both dim1={s1} and dim-1={sl} look like spatial dims"
91
)
92
93
-
+
94
def sliding_window_inference(
95
inputs: torch.Tensor | MetaTensor,
96
roi_size: Sequence[int] | int,
0 commit comments