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 69b96e2 commit 1080987Copy full SHA for 1080987
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