microsoft / Relation-Aware-Global-Attention-Networks

We design an effective Relation-Aware Global Attention (RGA) module for CNNs to globally infer the attention.
MIT License
341 stars 65 forks source link

ValueError: => No checkpoint found #15

Closed JackStig closed 3 years ago

JackStig commented 3 years ago

Traceback (most recent call last): File "main_imgreid.py", line 258, in main(parser.parse_args()) File "main_imgreid.py", line 114, in main checkpoint = load_checkpoint(args.resume) File "/home/wys/WorkSpace/Relation-Aware-Global-Attention-Networks/reid/utils/serialization.py", line 41, in load_checkpoint raise ValueError("=> No checkpoint found at '{}'".format(fpath)) ValueError: => No checkpoint found at '/home/wys/WorkSpace/Relation-Aware-Global-Attention-Networks/logs/RGA-SC/cuhk03labeled_b64f2048//checkpoint_600.pth.tar'

What is checkpoint?