riccardomusmeci commited on
Commit
d5a5758
·
verified ·
1 Parent(s): 5e3bcd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ 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
 
18
  Disclaimer: This is a porting of the torchvision model weights to Apple MLX Framework.
19
 
 
11
 
12
  ---
13
 
14
+ # WideResNet101 2
15
 
16
+ WideResNet101 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
 
18
  Disclaimer: This is a porting of the torchvision model weights to Apple MLX Framework.
19