Image Classification
mlx-image
Safetensors
MLX
vision
riccardomusmeci commited on
Commit
4a13c00
·
verified ·
1 Parent(s): 8741f34

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
- # ResNet
15
 
16
- ResNet model trained on imagenet-1k. It was introduced in the paper [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385) and first released in [this repository](https://github.com/KaimingHe/deep-residual-networks).
17
 
18
  Disclaimer: This is a porting of the torchvision model weights to Apple MLX Framework.
19
 
 
11
 
12
  ---
13
 
14
+ # ResNet18
15
 
16
+ ResNet18 is a computer vision model trained on imagenet-1k. It was introduced in the paper [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385) and first released in [this repository](https://github.com/KaimingHe/deep-residual-networks).
17
 
18
  Disclaimer: This is a porting of the torchvision model weights to Apple MLX Framework.
19