markvdw / gpflow-monitor

Methods to help with logging GPflow optimisation.
Apache License 2.0
11 stars 6 forks source link

Sort out session handling with GPflow #2

Open markvdw opened 6 years ago

markvdw commented 6 years ago

GPflow can handle multiple sessions. The gpflow-monitor currently uses model.enquire_session() (definitely in the notebook, not sure to what extent elsewhere). We need to figure out how to make this more general to fit with GPflow's design.