You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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_warnings
function has a typo in "suppress".The text was updated successfully, but these errors were encountered: