I found 'TypeError: MultivariateNormalDiag.An error such as init() got an unexpected keyword argument 'scale_identity_multiplier' .
These errors are found in the 38th line of (alibi_detect/models/tensorflow/losses.py ).
Referring to the document in 'tensorflow' (https://www.tensorflow.org/probability/api_docs/python/tfp/distributions/MultivariateNormalDiag) , we found that the 'multivariatenormalDiag' in tensorflow no longer uses scale_identity_multiplier.
In this regard, it seems that a quick correction is needed.