GPU configurations table https://www.tensorflow.org/install/source#gpu Limiting gpu memory groth # TL;DR gpus = tf.config.list_physical_devices('GPU') if gpus: # Restrict TensorFlow to only use the first GPU try:
Jan 23, 2022Contributed by