Skip to content

Commit 3278d7c

Browse files
authored
Update unet3d.py
1 parent c03bb8d commit 3278d7c

File tree

1 file changed

+1
-1
lines changed
  • src/aind_exaspim_image_compression/machine_learning

1 file changed

+1
-1
lines changed

src/aind_exaspim_image_compression/machine_learning/unet3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, width_multiplier=1, trilinear=True, use_relu=True):
4747
If True, use trilinear interpolation for upsampling in decoder
4848
blocks; otherwise, use transposed convolutions. Default is True.
4949
use_relu : bool, optional
50-
If True, use ReLU activations in `DoubleConv` blocks; otherwise,
50+
If True, use ReLU activations in DoubleConv blocks; otherwise,
5151
use LeakyReLU. Default is True.
5252
"""
5353
# Call parent class

0 commit comments

Comments
 (0)