Skip to content

Commit 0cee373

Browse files
author
Virginia Fernandez
committed
DCO Remediation Commit for Virginia Fernandez <[email protected]>
I, Virginia Fernandez <[email protected]>, hereby add my Signed-off-by to this commit: 537945f I, Virginia Fernandez <[email protected]>, hereby add my Signed-off-by to this commit: d5856ec I, Virginia Fernandez <[email protected]>, hereby add my Signed-off-by to this commit: c9bb8f7 I, Virginia Fernandez <[email protected]>, hereby add my Signed-off-by to this commit: cbf5dc5 Signed-off-by: Virginia Fernandez <[email protected]>
1 parent 2a75fe3 commit 0cee373

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)