ACbccc
Results
1
comments of
ACbccc
My environment: cuda10.2+pythoch1.6 **my config**: ``` # >>>>>>>>>>>>>>>>>>>>> Start of Changed >>>>>>>>>>>>>>>>>>>>>>>>> _base_ = [ '../_base_/models/mocov3_resnet50.py', # '../_base_/datasets/imagenet_mocov3.py', '../_base_/schedules/lars_coslr-200e_in1k.py', '../_base_/default_runtime.py', ] # custom dataset dataset_type = 'mmcls.CustomDataset' data_root = '/data/代码/mmselfsup/data/'...