-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: Shape of params are incompatible #42
Comments
Are you using the IAM images? |
Yes I am using the IAM data from the official page and your code just like you described it in the read me. I did not change the data set. Just lowered the number of workers or the batch size (32 to 16) to prevent my GPU memory to be overloaded... |
Were you able to run through 0_handwriting_ocr.ipynb without any issues? |
Yes I run through 0_handwriting_ocr.ipynb , 1_a_paragraph_segmentation_msers.ipynb , 1_b_paragraph_segmentation_dcnn.ipynb, 2_line_word_segmentation.ipynb , 3_handwriting_recognition.ipynb notebooks without an error. |
Hey, are there any news? Can I support you with additional information? |
There was a typo in the code. Please change
to
|
Thank you @jonomon so much, it is working fine now. |
Hi again,
I am a bit confused about this error, happening in the 4_text_denoising notebook. I just did every step from before but something does not fit with the dimensions. Can you explain why this is happening?
The text was updated successfully, but these errors were encountered: