Skip to content

Commit 2a75fe3

Browse files
author
Virginia Fernandez
committed
Remove whitespace
Signed-off-by: Virginia Fernandez <[email protected]>
1 parent 59325dc commit 2a75fe3

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
@@ -1894,7 +1894,7 @@ class DiffusionModelEncoder(nn.Module):
18941894
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.
1897-
cross_attention_dim: number of context dimensions to use.
1897+
cross_attention_dim: number of context dimensions to use.
18981898
num_class_embeds: if specified (as an int), then this model will be class-conditional with `num_class_embeds` classes.
18991899
upcast_attention: if True, upcast attention operations to full precision.
19001900
"""

0 commit comments

Comments
 (0)