Yolo-12-everything/test_tf.py

3 lines
115 B
Python

import tensorflow as tf
print("TF Version:", tf.__version__)
print("Is GPU available:", tf.test.is_gpu_available())