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 a0afee5 commit 529e90bCopy full SHA for 529e90b
monai/networks/blocks/downsample.py
@@ -249,7 +249,7 @@ def __init__(
249
"""
250
Downsamples data by rearranging spatial information into channel space.
251
This reduces spatial dimensions while increasing channel depth.
252
-
+
253
Args:
254
spatial_dims: number of spatial dimensions of the input image.
255
in_channels: number of channels of the input image.
monai/networks/nets/restormer.py
@@ -113,7 +113,7 @@ def __init__(
113
num_refinement_blocks: int = 4,
114
ffn_expansion_factor: float = 2.66,
115
bias: bool = False,
116
- layer_norm_use_bias: str = True,
+ layer_norm_use_bias: bool = True,
117
dual_pixel_task: bool = False,
118
flash_attention: bool = False,
119
) -> None:
0 commit comments