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
Thank you for your excellent work.
When do the pretrain, there has the following error
File xxxx, line 59, in get_position_embedding
position_embedding = position_embedding[1:, :].reshape((PATCH_NUM_WIDTH, PATCH_NUM_HEIGHT, POSITION_EMBEDDING_LENGTH)).unsqueeze(0).unsqueeze(0)
RuntimeError: shape '[24, 24, 1024]' is invalid for input of size 262144
The text was updated successfully, but these errors were encountered:
Thank you for your excellent work.
When do the pretrain, there has the following error
File xxxx, line 59, in get_position_embedding
position_embedding = position_embedding[1:, :].reshape((PATCH_NUM_WIDTH, PATCH_NUM_HEIGHT, POSITION_EMBEDDING_LENGTH)).unsqueeze(0).unsqueeze(0)
RuntimeError: shape '[24, 24, 1024]' is invalid for input of size 262144
The text was updated successfully, but these errors were encountered: