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
File "/home/ubuntu/pytorch-lab/lab7_eds/text_recognizer/data/iam_original_and_synthetic_paragraphs.py", line 39, in setup
self.data_test = self.iam_paragraphs.data_test
AttributeError: 'IAMParagraphs' object has no attribute 'data_test'
has anyone else seen it?
The text was updated successfully, but these errors were encountered:
Have you been able to follow along this lab?...
I think that I did, but I think that I didn't run with the option --data_class=IAMOriginalAndSyntheticParagraphs... what I can't really remember as it was a while ago.
Although I haven't tried your fix, I was thinking a fix along those lines when I encountered the error. Sadly, I never got around to a working solution. Hence, if it worked for you, I guess that it would for me as well. Hence, why don't you PR it?~
When running Lab 7
I get the following error:
has anyone else seen it?
The text was updated successfully, but these errors were encountered: