Skip to content

Instantly share code, notes, and snippets.

@mihahauke
Created March 8, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihahauke/726f35456d3ba86cfc3968164bf44aa2 to your computer and use it in GitHub Desktop.
Save mihahauke/726f35456d3ba86cfc3968164bf44aa2 to your computer and use it in GitHub Desktop.
Supressing tensorflow info logs.
# 0 - ALL
# 1 - supress INFO
# 2 - supress INFO, LOG
# 3 - supress INFO, LOG, ERROR
import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment