qgen
qgen copied to clipboard
Encountering embedding import error when trying to run the Jupyter notebook
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?
- 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
still looking for the solution :(