Skip to content

Commit 06cd138

Browse files
committed
Add description for SAM's network parameter.
1 parent 65ceeec commit 06cd138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/docker/SAM/smiler.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"parameters": {
2525
"network": {
2626
"default": "SAM-VGG",
27+
"description": "The pretrained network used by the SAM model. SAM-VGG requires less GPU memory than SAM-ResNet.",
2728
"valid_values": ["SAM-VGG", "SAM-ResNet"]
2829
}
2930
}

0 commit comments

Comments
 (0)