mmclassification/mmcls/models
whcao 8c5d86a388
[Fix] Fix `loss_weight` in `LabelSmoothLoss`. (#1058)
2022-09-28 08:18:12 +08:00
..
backbones [Fix] Fix the output position of Swin-Transformer. (#947) 2022-09-22 17:11:52 +08:00
classifiers [Docs] Add Migration documentation. (#997) 2022-08-31 13:31:48 +08:00
heads [Feature] Add efficientformer Backbone for MMCls 1.x. (#1031) 2022-09-20 14:56:45 +08:00
losses [Fix] Fix `loss_weight` in `LabelSmoothLoss`. (#1058) 2022-09-28 08:18:12 +08:00
necks [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
utils [Feature] Support EdgeNeXt for dev-1.x. (#1037) 2022-09-21 13:27:04 +08:00
__init__.py Mazerun/base classifier 2022-07-18 11:11:13 +08:00
builder.py