You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: