Skip to content

Commit 7cd2357

Browse files
committed
update docstring
1 parent 30f3492 commit 7cd2357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/architecture/vanilla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _get_architecture(
3131
Args:
3232
arch_name (str):
3333
Name of the architecture (e.g. 'resnet50', 'alexnet').
34-
weights (str or WeightsEnum):
34+
weights (str, WeightsEnum, or None):
3535
Pretrained torchvision model weights to use (get_model_weights).
3636
Default is None to avoid downloading ImageNet weights.
3737
To initiate the models with ImageNet weights, use "DEFAULT".

0 commit comments

Comments
 (0)