Open markvdw opened 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.
model.enquire_session()
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.