-1

I am using Jupyter notebook for training neural network. I choose in the anaconda applications on tenserflow-gpu however I dont think it is using GPU. How can I check it if it is using GPU for processing?

Kanan Yagublu
  • 119
  • 3
  • 11

1 Answers1

2

You could use the

<tf.config.list_physical_devices('GPU')>

For tensorflow 2.1. Also check the documentation found here

Arpel
  • 99
  • 9