Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

gpu training tensorflow

import tensorflow as tf
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
Source by www.tensorflow.org #
 
PREVIOUS NEXT
Tagged: #gpu #training #tensorflow
ADD COMMENT
Topic
Name
2+8 =