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
Unfortunately I cannot get your code to work, that is, none of the examples from the readme. After solving other errors, I get stuck on the assertion error OOV token not found.
assert self._oov_token in self._token_to_index[namespace], "OOV token not found!"
AssertionError: OOV token not found!
I tried changing the line endings, running the different examples in your readme, and installing different versions of allennlp. Do you have a solution for this problem?
Thank you for your time,
Roos
The text was updated successfully, but these errors were encountered:
Dear developers,
Unfortunately I cannot get your code to work, that is, none of the examples from the readme. After solving other errors, I get stuck on the assertion error OOV token not found.
I tried changing the line endings, running the different examples in your readme, and installing different versions of allennlp. Do you have a solution for this problem?
Thank you for your time,
Roos
The text was updated successfully, but these errors were encountered: