Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ model = create_model("resnet18", weights="hf://repo_id/filename")
|
|
37 |
model = create_model("resnet18", weights="path/to/resnet18/model.npz")
|
38 |
```
|
39 |
|
40 |
-
##
|
41 |
|
42 |
Go to https://github.com/riccardomusmeci/mlx-image/blob/main/results/results-imagenet-1k.csv to check every model converted and its performance on ImageNet-1K with different settings.
|
43 |
|
|
|
37 |
model = create_model("resnet18", weights="path/to/resnet18/model.npz")
|
38 |
```
|
39 |
|
40 |
+
## ImageNet-1K Results
|
41 |
|
42 |
Go to https://github.com/riccardomusmeci/mlx-image/blob/main/results/results-imagenet-1k.csv to check every model converted and its performance on ImageNet-1K with different settings.
|
43 |
|