BiBench icon indicating copy to clipboard operation
BiBench copied to clipboard

No pretrain file

Open yinglzmaki opened this issue 1 year ago • 1 comments

I ran train.py with a config file as below python tools/train.py resnet18_bireal_adam_1e-3_cosinelr.py but error like this come out FileNotFoundError: data/pretrained/res18_cifar10.pth can not be found. which means that I need a pretrain file in designated spot for there are codes like this in the config file init_cfg=dict(type='Pretrained', checkpoint='data/pretrained/res18_cifar10.pth') But there are no such file and I can not find such file on the Internet.

yinglzmaki avatar May 25 '23 08:05 yinglzmaki