Skip to content

No pretrain file #2

@yinglzmaki

Description

@yinglzmaki

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions