AlexNet.py 177 Bytes
Newer Older
unknown's avatar
unknown committed
1
2
3
4
5
_base_ = [
    '../_base_/models/mobilenet_v2_1x.py', './datasets/imagenet_bs32.py',
    '../_base_/schedules/imagenet_bs256_epochstep.py',
    '../_base_/default_runtime.py'
]