Skip to content

Commit 5c26ed3

Browse files
authored
Update mlx-image.md (#1547)
Removed outdated warning about grouped conv2d.
1 parent 9fe4b36 commit 5c26ed3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/hub/mlx-image.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ To list all available models:
3535
from mlxim.model import list_models
3636
list_models()
3737
```
38-
> [!WARNING]
39-
> As of today (2024-03-15) mlx does not support `group` param for nn.Conv2d. Therefore, architectures such as `resnext`, `regnet` or `efficientnet` are not yet supported in `mlx-image`.
4038

4139
## ImageNet-1K Results
4240

0 commit comments

Comments
 (0)