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 want to re-train with last saved weights, but I got error like " The size of tensor a (32) must match the size of tensor b (128) at non-singleton dimension 0" in function optimizer.step().
Do I have to convert .pt to .weights ?
The text was updated successfully, but these errors were encountered:
I want to re-train with last saved weights, but I got error like " The size of tensor a (32) must match the size of tensor b (128) at non-singleton dimension 0" in function optimizer.step().
Do I have to convert .pt to .weights ?
The text was updated successfully, but these errors were encountered: