GPflowOpt icon indicating copy to clipboard operation
GPflowOpt copied to clipboard

logging is turned off

Open Joshuaalbert opened this issue 6 years ago • 1 comments

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?

Joshuaalbert avatar Oct 05 '18 11:10 Joshuaalbert

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.

icouckuy avatar Oct 05 '18 17:10 icouckuy