Results 2 comments of LinKy

I guess I found a way to solve it. We need to change the code of precise/network_runner.py, added like this: ``` class KerasRunner(Runner): def __init__(self, model_name: str): import os os.environ['TF_CPP_MIN_LOG_LEVEL']...