inputs=tf.Tensor(shape=(1, 1030, 1030, 3), dtype=float32) #1784
Unanswered
LorenzoInspire
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to finetune a db_resnet50 model for ocr detection, and I'm using the exact same code of the Train your own model paragraph (https://github.com/mindee/doctr/blob/main/references/detection/train_pytorch.py).
However, in the line to instantiate the model:
I get the following error:
Why does it happen? I'm starting to believe that it is something related to the gpu because when I try to run the code on the cpu the code continues from that point.
Did it ever happen to you? How can I solve?
Thank you in advance, and if you need any additional detail feel free to ask
Beta Was this translation helpful? Give feedback.
All reactions