Skip to content

Commit

Permalink
Update README.md (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
fensch authored Feb 28, 2024
1 parent 4eb29bd commit ab00bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-zoo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following is an example of the criteria to find a Resnet50-v1 model that has
.optFilter("dataset", "cifar10")
.build();

ZooModel<Image, Classifications> ssd = criteria.loadModel());
ZooModel<Image, Classifications> ssd = criteria.loadModel();
```

If you already know which `ModelLoader` to use, you can simply do the following:
Expand Down

0 comments on commit ab00bed

Please sign in to comment.