Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1642 Discussions

Enabling GPU_Jupyter Notebook

Goomanee__Salvish
1,059 Views

Hello all,

I am trying to enable the GPU, I installed it via:

pip install tensorflow-gpu

and I am still not able to see if it's correctly installed.

The command

  1. import tensorflow as tf
  2. if tf.test.gpu_device_name():
  3.     print('Default GPU Device: {}'.format(tf.test.gpu_device_name()))
  4. else:
  5.     print("Please install GPU version of TF")

is retuning  "Please install GPU version of TF" and I don't understand. 

Thanks for any help/recommendations!

Best,

S.

0 Kudos
3 Replies
JananiC_Intel
Moderator
1,059 Views

Hi,

Thanks for reaching out.

Devcloud does not have GPU but has iGPU installed in it.To get into iGPU node in devcloud try the below command.

qsub -X -I -l nodes=1:gpu:ppn=2

Also tensorflow-gpu is not supported in devcloud.

Hope this answers your question!

0 Kudos
JananiC_Intel
Moderator
1,056 Views

Hi,

Could you give us an update?


0 Kudos
JananiC_Intel
Moderator
1,035 Views

Hi,

We are closing the case assuming that your issues got resolved.Feel free to open a new thread if you face any further issues.

Thanks.



0 Kudos
Reply