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
Please also see above: when setting to train from pretrained model ("cyrillic_g2.pth") if I set "new_prediction" to False, I get the following error:
size mismatch for module.Prediction.weight: copying a param with shape torch.Size([208, 256]) from checkpoint, the shape in current model is torch.Size([80, 256])
The text was updated successfully, but these errors were encountered:
When training a custom model using the provided training script, in a Google Colab environment, I constatnly get the following cuDNN errors:
Software versions
Model train config
Please also see above: when setting to train from pretrained model ("cyrillic_g2.pth") if I set "new_prediction" to
False
, I get the following error:The text was updated successfully, but these errors were encountered: