mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 16:24:29 +08:00
* Add mixup option * Modify the structure of mixup and add configs * Clean configs * Add test for mixup and SoftCrossEntropyLoss * Add simple test for ImageClassifier * Fix bug in test_losses.py * Add assertion in CrossEntropyLoss
6 lines
178 B
Python
6 lines
178 B
Python
_base_ = [
|
|
'../_base_/models/resnet50_cifar_mixup.py',
|
|
'../_base_/datasets/cifar10_bs16.py',
|
|
'../_base_/schedules/cifar10_bs128.py', '../_base_/default_runtime.py'
|
|
]
|