Skip to content

Commit

Permalink
Deleted the duplicate models in the table (keras-team#843)
Browse files Browse the repository at this point in the history
Deleted the duplicate models which are starting from EfficientNetV2B0 and ending at EfficientNetV2L in the table
  • Loading branch information
tilakrayal authored Mar 30, 2022
1 parent e007930 commit fab0a5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/api/applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ then any model loaded from this repository will get built according to the Tenso
| [EfficientNetV2S](efficientnet_v2/#efficientnetv2s-function) | 88 | 83.9% | 96.7% | 21.6M | - | - | - |
| [EfficientNetV2M](efficientnet_v2/#efficientnetv2m-function) | 220 | 85.3% | 97.4% | 54.4M | - | - | - |
| [EfficientNetV2L](efficientnet_v2/#efficientnetv2l-function) | 479 | 85.7% | 97.5% | 119.0M | - | - | - |
| [EfficientNetV2B0](efficientnet_v2/#efficientnetv2b0-function) | 29 | 78.7% | 94.3% | 7.2M | - | - | - |
| [EfficientNetV2B1](efficientnet_v2/#efficientnetv2b1-function) | 34 | 79.8% | 95.0% | 8.2M | - | - | - |
| [EfficientNetV2B2](efficientnet_v2/#efficientnetv2b2-function) | 42 | 80.5% | 95.1% | 10.2M | - | - | - |
| [EfficientNetV2B3](efficientnet_v2/#efficientnetv2b3-function) | 59 | 82.0% | 95.8% | 14.5M | - | - | - |
| [EfficientNetV2S](efficientnet_v2/#efficientnetv2s-function) | 88 | 83.9% | 96.7% | 21.6M | - | - | - |
| [EfficientNetV2M](efficientnet_v2/#efficientnetv2m-function) | 220 | 85.3% | 97.4% | 54.4M | - | - | - |
| [EfficientNetV2L](efficientnet_v2/#efficientnetv2l-function) | 479 | 85.7% | 97.5% | 119.0M | - | - | - |

The top-1 and top-5 accuracy refers to the model's performance on the ImageNet validation dataset.

Expand Down

0 comments on commit fab0a5e

Please sign in to comment.