mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add mytrain.py for test * test before layers * test attr in layers * test classifier * delete mytrain.py * set cal_acc in ClsHead defaults to False * set cal_acc defaults to False * use *args, **kwargs instead * change bs16 to 3 in test_image_classifier_vit * fix some comments * change cal_acc=True * test LinearClsHead