We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e807c8 commit 8053f3fCopy full SHA for 8053f3f
1 file changed
labml_nn/diffusion/ddpm/unet.py
@@ -92,7 +92,7 @@ class ResidualBlock(Module):
92
Each resolution is processed with two residual blocks.
93
"""
94
95
- def __init__(self, in_channels: int, out_channels: int, time_channels: int, n_groups: int = 32, dropout_rate: float = 0.01):
+ def __init__(self, in_channels: int, out_channels: int, time_channels: int, n_groups: int = 32, dropout_rate: float = 0.1):
96
97
* `in_channels` is the number of input channels
98
* `out_channels` is the number of input channels
0 commit comments