You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you need to consider the prefix of param-key;
Second, make sure you use the right checkpoint because there are two checkpoint param in .yml;
Last, I guess you had ignored a param in .yml callied "STRIDE_SIZE: [16, 16]". Accordingly, It should be [12, 12] when you apply author's checkpoints. If you deal with point 1,2 this my comment, the mismatch of pos_embedding's size will bother you and you can deal with it by change param STRIDE_SIZE in .yml.
Tips: do not forget to change code of dataset class if you need to have a new logic to load your msmt17 and other dataset.
请问这是什么原因呢。我看了表格中模型对应的log,模型名字和下载的不一样,是否是这个原因。我看了log里面的配置文件信息,和我加载yml一样,除了模型名字。
The text was updated successfully, but these errors were encountered: