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
When we do inference, we do not have aligned input. If we input "Dcmen", the output should be "Documen", which will be longer than the maximum length allowed. Could you please answer this question? Thank!
The text was updated successfully, but these errors were encountered:
Alexsong111
changed the title
For the inference, how can we do the alignment.
For the inference, how can we do the alignment?
Aug 4, 2023
Can you send a code snippet of what you are trying to do? Also, did you FULLY run the second script in the main page? The one titled "Load one of the pre-trained models"?
I just ran the code snippet and it works, it doesn't have any trouble outputting sequences longer than the input. Optionally, you can run the script in tests/load_model.py
When we do inference, we do not have aligned input. If we input "Dcmen", the output should be "Documen", which will be longer than the maximum length allowed. Could you please answer this question? Thank!
The text was updated successfully, but these errors were encountered: