Skip to content

Commit fb2cee7

Browse files
committed
docs: fix typo in docstrings
1 parent e42b8a5 commit fb2cee7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cellseg_models_pytorch/models/cellpose/cellpose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(
9595
Freeze encoder weights for training.
9696
upsampling : str, default="fixed-unpool"
9797
The upsampling method. One of: "fixed-unpool", "bilinear", "nearest",
98-
"transconv", "bicubic"
98+
"conv_transpose", "bicubic"
9999
long_skip : str, default="unet"
100100
long skip method to be used. One of: "unet", "unetpp", "unet3p",
101101
"unet3p-lite", None

cellseg_models_pytorch/models/hovernet/hovernet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
Freeze encoder weights for training.
9292
upsampling : str, default="fixed-unpool"
9393
The upsampling method to be used. One of: "fixed-unpool", "nearest",
94-
"bilinear", "bicubic", "transconv"
94+
"bilinear", "bicubic", "conv_transpose"
9595
long_skip : str, default="unet"
9696
long skip method to be used. One of: "unet", "unetpp", "unet3p",
9797
"unet3p-lite", None

cellseg_models_pytorch/models/stardist/stardist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
Freeze encoder weights for training.
9292
upsampling : str, default="fixed-unpool"
9393
The upsampling method. One of: "fixed-unpool", "nearest", "bilinear",
94-
"bicubic", "transconv"
94+
"bicubic", "conv_transpose"
9595
long_skip : str, default="unet"
9696
long skip method to be used. One of: "unet", "unetpp", "unet3p",
9797
"unet3p-lite", None

0 commit comments

Comments
 (0)