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 |
+
# 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 |
|