resnet50_8xb32-fp16_in1k.py 84 Bytes
Newer Older
1
2
3
4
_base_ = ['./resnet50_8xb32_in1k.py']

# fp16 settings
fp16 = dict(loss_scale=512.)