We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ceeec commit 06cd138Copy full SHA for 06cd138
models/docker/SAM/smiler.json
@@ -24,6 +24,7 @@
24
"parameters": {
25
"network": {
26
"default": "SAM-VGG",
27
+ "description": "The pretrained network used by the SAM model. SAM-VGG requires less GPU memory than SAM-ResNet.",
28
"valid_values": ["SAM-VGG", "SAM-ResNet"]
29
}
30
0 commit comments