Open
Description
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.
Metadata
Assignees
Labels
No labels
Activity