probability icon indicating copy to clipboard operation
probability copied to clipboard

distributions.mvn_diag using deprecated scale_identity_multiplier kwarg

Open stewartmiles opened this issue 3 years ago • 1 comments

TFP 0.19.0 is using a deprecated TFP kwarg scale_identity_multiplier which results in the following log spam:

From site-packages/tensorflow_probability/python/distributions/distribution.py:342: calling MultivariateNormalDiag.__init__ (from tensorflow_probability.python.distributions.mvn_diag) with scale_identity_multiplier is deprecated and will be removed after 2020-01-01.
Instructions for updating:
`scale_identity_multiplier` is deprecated; please combine it into `scale_diag` directly instead.

Related https://github.com/tensorflow/tensorflow/issues/55190

stewartmiles avatar Jan 04 '23 21:01 stewartmiles

thanks! i'm taking a look at this.

ColCarroll avatar Jan 04 '23 22:01 ColCarroll