How to implement Rasa that is compatible with Japanese?

timestamp : W tensorflow/stream_executor/platform/default/dso_loader.cc:49]Could not load dynamic library ‘lidcudart.so.10.1’; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory

The above error should not be fatal (i.e. it should not result in rasa train failing). Since you don’t have a GPU, tensorflow should fall back onto the CPU.

Sadly, I do not know of any Rasa docker images that include a Japanese tokenizer. However, there are some options, and I will happily help you to figure out your problem if you can give me more information. Giving me more information will help me help you. I need from you:

  1. The full output from rasa train, including all other error messages and logs
  2. A description of what exactly isn’t working about rasa train in the docker image. Does it crash? Does it hang? Does it not produce a model?