nlu
nlu copied to clipboard
Elmo Not work
I install all package and run examples
but Elmo not work
or
please help me!
Hi @m3r3lin
NLU is dropping the elmo embeddings
you need to set
nlu.load('elmo').predict('Hello world', get_embeddings=True)
Let me know if you encounter any other issues :)