riccardomusmeci commited on
Commit
e0da393
1 Parent(s): 2a23c05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -11,7 +11,7 @@ library_name: mlx-image
11
 
12
  ---
13
 
14
- # WideResNet50 2
15
 
16
  WideResNet50 2 is a computer vision model trained on imagenet-1k representing an improvement of ResNet architecture. It was introduced in the paper [Wide Residual Networks](https://arxiv.org/abs/1605.07146).
17
 
@@ -61,4 +61,8 @@ model = create_model("wide_resnet50_2")
61
  model.eval()
62
 
63
  embeds = model.features(x)
64
- ```
 
 
 
 
 
11
 
12
  ---
13
 
14
+ # Wide ResNet50 2
15
 
16
  WideResNet50 2 is a computer vision model trained on imagenet-1k representing an improvement of ResNet architecture. It was introduced in the paper [Wide Residual Networks](https://arxiv.org/abs/1605.07146).
17
 
 
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).