TF upgrade 2.10
I try colab demo and get this error
AttributeError: module 'tensorflow_probability.python.bijectors' has no attribute 'AffineScalar'
can you fix it ?
BR
I change part of the code to which from AffineScalar to Shift and fix a bug in acquisition init import but got Nan's results from your demo code molecule_prediction
WARNING:tensorflow:From /opt/conda/lib/python3.8/site-packages/boss-0.0.1-py3.8.egg/boss/code/GPflow_wrappers/Batch_SSK.py:25: AffineScalar.init (from tensorflow_probability.python.bijectors.affine_scalar) is deprecated and will be removed after 2020-01-01.
Instructions for updating:
AffineScalar bijector is deprecated; please use tfb.Shift(loc)(tfb.Scale(...)) instead.
Same issue when running the demo notebook