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:
I had the same problem. You need to compute the 'cost' on the CPU. To do this, disable CUDA before computing the 'cost' and enable it again afterward in the 'test.py' file (line 43):
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: