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
I’m trying to run your QGen code in my Jupyter notebook and I’m being faced with some errors. I’d be really grateful if you could maybe point me in the right direction to get some of these errors fixed?
In the imports, when trying to run ‘from embedding import *’, I get ‘ImportError: No module named embedding’
Because of this, I believe a load of other errors pop up if I proceed.
For example, ‘glove’ is not defined (I’m guessing it is defined once you import embeddings
Also, UNKNOWN_WORD and PAD_WORD aren’t defined either
Thanks so much for your help in advance.
Best wishes,
Laksh
The text was updated successfully, but these errors were encountered:
Hey Tushar,
I’m trying to run your QGen code in my Jupyter notebook and I’m being faced with some errors. I’d be really grateful if you could maybe point me in the right direction to get some of these errors fixed?
Because of this, I believe a load of other errors pop up if I proceed.
Thanks so much for your help in advance.
Best wishes,
Laksh
The text was updated successfully, but these errors were encountered: