I am trying to reimplement the following DNN mean function in GPflow 2.9.0: https://gpflow.readthedocs.io/en/v1.5.1-docs/notebooks/tailor/external-mean-function.html
However, I am unable to import ParamList or find it in the docs. Is there any workaround possible?
Thanks in advance.
Searched through https://github.com/GPflow/GPflow expected to be able to import ParamList as is done with Parameter