secondmind-labs/trieste

Support saving models via tf.saved_models

uri-granta opened this issue · 1 comments

It's currently difficult to export trieste model wrappers using tf.saved_models, in part because they don't inherit from tf.Module. We should investigate how to do this as cleanly as possible.

Implemented in #750