Replies: 1 comment 8 replies
-
Same problem here |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make a model out of the training data I labeled.
However, the following error keeps occurring.
ImportError: cannot import name 'VOCABS' from partially initialized module 'doctr.datasets' (most likely due to a circular import) (C:\Users\PIAI\Desktop\ocrproject\doctr\doctr\datasets_init_.py)
Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...
python "C:\Users\PIAI\Desktop\ocrproject\doctr\references\detection\train_pytorch.py" "C:\Users\PIAI\Desktop\test" "C:\Users\PIAI\Desktop\val" db_resnet50 -- epochs 5 --device 0
An error occurs when executing the above command.
Please tell me the solution!
Beta Was this translation helpful? Give feedback.
All reactions