Can any one hep me how to use GPU for my training because I have GeForce RTX 2060 6GB and an i7 10th Gen 6-Core processor

Can any one hep me how to use GPU for my training because I have GeForce RTX 2060 6GB and an i7 10th Gen 6-Core processor. Epochs are taking lot of time on CPU

Hi @sandeep2213,

There shouldn’t be any additional configuration needed through Rasa as Tensorflow transparently uses any GPU available:

TensorFlow code, and tf.keras models will transparently run on a single GPU with no code changes required.

https://www.tensorflow.org/guide/gpu

Have you checked that your GPU is not being utilized via the following command when the model is training?

nvidia-smi

This should output the available GPU devices and their utilization.