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
I had been passing {"disp": True} to the minimize() method of gpflow.optimizers.Scipy(), and until recently, that worked fine to get output like "At iterate 0 f= 2.71361D+02 |proj g|= 8.21058D+00", etc. from the optimizer. However, recently, that stopped working. I also get this warning at the top of my output:
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
Downgrading grpcio to version 1.67.1 does not seem to help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I had been passing
{"disp": True}to theminimize()method ofgpflow.optimizers.Scipy(), and until recently, that worked fine to get output like "At iterate 0 f= 2.71361D+02 |proj g|= 8.21058D+00", etc. from the optimizer. However, recently, that stopped working. I also get this warning at the top of my output:Downgrading grpcio to version 1.67.1 does not seem to help.
Here's a minimal example: minimal-ex_py.txt
Beta Was this translation helpful? Give feedback.
All reactions