Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ library_name: mlx-image
|
|
11 |
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
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 |
|