This is the message received from running a script to check if Tensorflow is working:
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUD
To hide those warnings, you could do this before your actual code.
import os os.environ['TF_CPP_MIN_LOG_LEVEL']='2' import tensorflow as tf