Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/04-supported-codebases/mmcls.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,6 @@ Besides python API, mmdeploy SDK also provides other FFI (Foreign Function Inter
| [ShuffleNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v2) | Y | Y | Y | Y | Y | Y |
| [VisionTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/vision_transformer) | Y | Y | Y | Y | ? | Y |
| [SwinTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/swin_transformer) | Y | Y | Y | N | ? | N |
| [MobileOne](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobileone) | Y | Y | N | N | ? | N |
| [EfficientNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/efficientnet) | Y | Y | N | N | ? | N |
| [Conformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/conformer) | Y | Y | N | N | ? | N |
3 changes: 3 additions & 0 deletions docs/zh_cn/04-supported-codebases/mmcls.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@ for label_id, score in result:
| [ShuffleNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v2) | Y | Y | Y | Y | Y | Y |
| [VisionTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/vision_transformer) | Y | Y | Y | Y | ? | Y |
| [SwinTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/swin_transformer) | Y | Y | Y | N | ? | N |
| [MobileOne](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobileone) | Y | Y | N | N | ? | N |
| [EfficientNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/efficientnet) | Y | Y | N | N | ? | N |
| [Conformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/conformer) | Y | Y | N | N | ? | N |