Facing an error #8802
Unanswered
roshanjoebenny
asked this question in
Q&A
Facing an error
#8802
Replies: 1 comment 2 replies
|
What version of Python and Nemo do you use? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When running the below given code
from nemo.collections import nlp as nemo_nlp
I am getting an error as TypeError: unsupported operand type(s) for |: 'type' and 'type'
Please suggest a solution to solve this issue
All reactions