You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (
)
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?
The text was updated successfully, but these errors were encountered:
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.
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 (
GPflowOpt/gpflowopt/optim.py
Line 125 in 4835f02
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?
The text was updated successfully, but these errors were encountered: