Rasa training stopped working while using CUDA Toolkit 10.0

Hi,

I have Rasa and Rasa-sdk 1.6.1, Rasa-x 0.24.0 and CUDA toolkit 10.0 installed. When I train the model (python -m rasa train --force), rasa always stops working (freezes) at the same place (see attached captured image).

Any clues, ideas why this is happening.

Thank you so much for your collaboration.

Francis

I finally found the issue. It seems that if CUDA 10.0 and cudnn are both installed, it creates a conflict and the tensorflow is not working properly. I remove the cudnn package and it is now working seemlessly.

Francis