Skip to content

Commit 7ca0676

Browse files
author
Virginia Fernandez
committed
Remove whitespace
Signed-off-by: Virginia Fernandez <[email protected]>
1 parent a560756 commit 7ca0676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/nets/diffusion_model_unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ class DiffusionModelEncoder(nn.Module):
18911891
norm_num_groups: number of groups for the normalization.
18921892
norm_eps: epsilon for the normalization.
18931893
resblock_updown: if True use residual blocks for downsampling.
1894-
num_head_channels: number of channels in each attention head.
1894+
num_head_channels: number of channels in each attention head.
18951895
with_conditioning: if True add spatial transformers to perform conditioning.
18961896
transformer_num_layers: number of layers of Transformer blocks to use.
18971897
cross_attention_dim: number of context dimensions to use.

0 commit comments

Comments
 (0)