check if tensorflow gpu is installed
import tensorflow as tf
print(tf.test.gpu_device_name())
check if tensorflow gpu is installed
import tensorflow as tf
print(tf.test.gpu_device_name())
tensorflow gpu test
# As it's written in Tensorflow documentatoin:
import tensorflow as tf
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us