diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-06 15:43:49 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-06 15:43:49 +0100 |
| commit | 6f90d4b5e0ac8b168e3ff35c4a3a79bb44f81235 (patch) | |
| tree | 0e2c5690460e6d1a800550a13f2c10b3bc56f6c2 /cli/app/commands | |
| parent | c40438a98578cd3d5a86320b0cd4fda73a2b9df3 (diff) | |
getting it running..?
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 |
