-
Notifications
You must be signed in to change notification settings - Fork 40
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
predict failed for DAN model #8
Comments
Hi, I think the code for testing part have some bugs
|
The predict.py has only been tested on CRNN and FAN, you can read DAN source code and make some modifications. |
where is source code for DAN ? you don‘t have this parameter self.char_embeddings in training, maybe I have to training again。。。 |
The predict script for DAN has been implemented, please try again. |
hi, I trained the DAN model and got good performance , but when I predicted with pretrained model
there is a error :
forward() missing 1 required positional augument: 'text'
And I check it in networks/DAN.py in line 42 :
why perdict need target text ??
The text was updated successfully, but these errors were encountered: