diff options
Diffstat (limited to 'cli/app/commands')
| -rw-r--r-- | cli/app/commands/biggan/search_class.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/app/commands/biggan/search_class.py b/cli/app/commands/biggan/search_class.py index 1420572..14c3c39 100644 --- a/cli/app/commands/biggan/search_class.py +++ b/cli/app/commands/biggan/search_class.py @@ -5,6 +5,8 @@ from app.settings import app_cfg import os from os.path import join +os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' + import time import numpy as np import random |
