Training RASA model in multiple GPU

Hi, I tried to train a model with multiple GPU devices by giving "CUDA_VISIBLE_DEVICES=1,2,3 rasa train " but model trained in device 1 only. How can I train a model in multiple GPU?

1 Like