Hi @idejie , thanks again for the quick reply about the MAE checkpoint. I’ve set "mae_ckpt" accordingly and that part works.
However, the config ar/configs/configs_ABCD.json also references:
"pretrained_ckpt_path": "outputs/ABCD_D/pretrained.pth"
This file isn’t in the repo. Could you please clarify:
What exactly is pretrained.pth? (Is it a stage-1 pretrain on ABCD_D, a finetuned MAE, or something else?)
Where can we download it? If it should be generated locally, could you share the exact command/script to produce it (and the expected output path/filename)?
Hi @idejie , thanks again for the quick reply about the MAE checkpoint. I’ve set "mae_ckpt" accordingly and that part works.
However, the config ar/configs/configs_ABCD.json also references:
"pretrained_ckpt_path": "outputs/ABCD_D/pretrained.pth"This file isn’t in the repo. Could you please clarify:
What exactly is pretrained.pth? (Is it a stage-1 pretrain on ABCD_D, a finetuned MAE, or something else?)
Where can we download it? If it should be generated locally, could you share the exact command/script to produce it (and the expected output path/filename)?