Cannot load model parameters from checkpoint ../../checkpoints/ofa_base.pt; please ensure that the architectures match.
When running train_caption_stage1.sh about Image Captioning, occur the following error:
Traceback (most recent call last):
File "../../train.py", line 537, in
Download the model from the checkpoints,

Wait wait... Aren't you using train_caption_stage1_base.sh but instead train_caption_stage1.sh? I think that is because of the script. The arch of train_caption_stage1.sh is ofa_large, and thus you can't load a base model