We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e1621 commit c172618Copy full SHA for c172618
system-config.yaml
@@ -31,10 +31,10 @@ models:
31
torch.hub.load:
32
repo: pytorch/vision:v0.10.0
33
model: resnet50
34
- nvidia_efficientnet_b0:
+ mobilenet_v3_large:
35
36
- repo: NVIDIA/DeepLearningExamples:torchhub
37
- model: nvidia_efficientnet_b0
+ repo: pytorch/vision:v0.10.0
+ model: mobilenet_v3_large
38
deit-base:
39
40
repo: facebookresearch/deit:main
0 commit comments