From 5c26ed30f69217c3504c5950d344a0b7a2f1e224 Mon Sep 17 00:00:00 2001 From: Louis Lac Date: Fri, 27 Dec 2024 12:43:08 +0100 Subject: [PATCH] Update mlx-image.md (#1547) Removed outdated warning about grouped conv2d. --- docs/hub/mlx-image.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/hub/mlx-image.md b/docs/hub/mlx-image.md index f336c94b9..7a2e6cf0c 100644 --- a/docs/hub/mlx-image.md +++ b/docs/hub/mlx-image.md @@ -35,8 +35,6 @@ To list all available models: from mlxim.model import list_models list_models() ``` -> [!WARNING] -> 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`. ## ImageNet-1K Results