Replies: 1 comment 2 replies
-
from doctr.datasets import VOCABS crnn_vgg16_bn(..., vocab=VOCABS["polish"]) 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run doctr with polish vocabs. What I did:
with result
unfortunate I got error and I have no idea where to look for:
Do you have any idea what should I change? Where too look up?
My env:
Python 3.10.6
pytorch-lightning 1.8.0.post1
torch 1.11.0+cpu
torchaudio 0.11.0+cpu
torchmetrics 0.10.2
torchvision 0.12.0
Beta Was this translation helpful? Give feedback.
All reactions