riccardomusmeci
commited on
Commit
•
ba2739d
1
Parent(s):
af89778
Update README.md
Browse files
README.md
CHANGED
@@ -61,4 +61,8 @@ model = create_model("resnet50")
|
|
61 |
model.eval()
|
62 |
|
63 |
embeds = model.features(x)
|
64 |
-
```
|
|
|
|
|
|
|
|
|
|
61 |
model.eval()
|
62 |
|
63 |
embeds = model.features(x)
|
64 |
+
```
|
65 |
+
|
66 |
+
## Model Comparison
|
67 |
+
|
68 |
+
Explore the metrics of this model in [mlx-image model results](https://github.com/riccardomusmeci/mlx-image/blob/main/results/results-imagenet-1k.csv).
|