chmxu / eTT_TMLR2022

20 stars 2 forks source link

Incorrect parser argument for model checkpoint loading #10

Closed ndormann closed 7 months ago

ndormann commented 7 months ago

There is a bug in the example code loading a pre-trained ViT model. Code Line The argument should be "model.ckpt" instead of "data.ckpt". This bug got introduced in commit "update doc"/2f15355

chmxu commented 7 months ago

Thank you. Let me check that. I don't expect this bug since this code is ok to run.

chmxu commented 7 months ago

Fine it's indeed a weird bug. Thank you again.