We intended to turn off tensorflow warnings (such as those about TensorRT mentioned in #18), but currently that doesn't seem to be working. The problem is likely that we're setting the appropriate environment variable after we import tensorflow (see cli/ and utils/cli_utils.py).
Also, the supress_tensorflow_warnings function has a typo in "suppress".
We intended to turn off tensorflow warnings (such as those about TensorRT mentioned in #18), but currently that doesn't seem to be working. The problem is likely that we're setting the appropriate environment variable after we import tensorflow (see
cli/andutils/cli_utils.py).Also, the
supress_tensorflow_warningsfunction has a typo in "suppress".