molecule-generation
molecule-generation copied to clipboard
Tensorflow warnings are not actually suppressed
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".