Spaces:
Running
Running
riccardomusmeci
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -33,3 +33,6 @@ model = create_model("resnet18")
|
|
33 |
# loading weights from local file
|
34 |
model = create_model("resnet18", weights="path/to/weights.npz")
|
35 |
```
|
|
|
|
|
|
|
|
33 |
# loading weights from local file
|
34 |
model = create_model("resnet18", weights="path/to/weights.npz")
|
35 |
```
|
36 |
+
|
37 |
+
> [!WARNING]
|
38 |
+
> As of today (2024-03-05) mlx does not support `nn.Conv2d` with `group` or `dilation` greater than 1 (e.g. `resnext`, `regnet`, `efficientnet`).
|