GPflowOpt
GPflowOpt copied to clipboard
logging is turned off
Hello,
Nice package, however I'm unable to see anything in printed to stdout with logging except logging.warning. I am not running with optim.silent context, and I also modified the src line (https://github.com/GPflow/GPflowOpt/blob/4835f0281466575b0731f06d295f57899ebf977d/gpflowopt/optim.py#L125) to just return, so optim.silent doesn't dump stdout to null. I still cannot see output that I would like to see. Is there an option somewhere, where logging levels are being modified. Something besides silent mode?
Are you running master or the gpflow-1.0-v3 branch? In the latter I added some commits to set TF logging to WARN in BOPtimizer while waiting for a proper fix.