If you don't want unnecessary warning messages to distract you when using Tensorflow GPU, simply use:
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
It won't show you the unnecessary warnings anymore like code block 1.
For further actions, you may consider blocking this person and/or reporting abuse
technonotes-hacker -
Pranav Bakare -
szymon-szym -
Charan Sajjanapu -
Top comments (0)