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
I tried to train CoAtNet_0 with tiny image net from cs231n (200 classes). Seems the model does not converge.
Could it be that the implementation is not 100% correct? For example, the positional embedding indexing part.
I went through the code and I think other components should be correct.
Except for the pos embedding indexing, I'm not good enough to comprehend it. Do you have a reference for the implementation of the positional embedding indexing part?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to train CoAtNet_0 with tiny image net from cs231n (200 classes). Seems the model does not converge.
Could it be that the implementation is not 100% correct? For example, the positional embedding indexing part.
I went through the code and I think other components should be correct.
Except for the pos embedding indexing, I'm not good enough to comprehend it. Do you have a reference for the implementation of the positional embedding indexing part?
The text was updated successfully, but these errors were encountered: