Skip to content

Commit

Permalink
Hide TF info messages in logs (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegma authored Mar 15, 2023
1 parent 9e89d9e commit 180d3bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azimuth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
from pathlib import Path

from datasets import disable_progress_bar
Expand All @@ -10,3 +11,4 @@
set_verbosity_error()
disable_progress_bar()
set_logger_config()
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "1" # INFO messages from TensorFlow are not printed

0 comments on commit 180d3bc

Please sign in to comment.