Closed cdqncn closed 2 years ago
The comment is deprecated.
ALPRO has a different model architecture from ALBEF. Reusing some weights from ALBEF for initialization is possible but currently not supported by the codebase.
If desired, you may manually load weights from ALBEF model state_dict().
Thanks.
I noticed that your codes have a comment "# NOTE strict is False if loaded from ALBEF ckpt", when I did finetune on downstream tasks, I want to try to use the released ALBEF.pth to initialize the model, but some error appeared. Could you help me? Thanks!