Tensorflow is still quite prone to produce a lot of noise when printing things ```python os.environ["TF_CPP_MIN_LOG_LEVEL"] = "1" # Reduce the amount of console output from TF import tensorflow as tf # noqa: E402 ```