probability icon indicating copy to clipboard operation
probability copied to clipboard

`_parameter_properties` is not implemented for `LinearGaussianStateSpaceModel`

Open Joshuaalbert opened this issue 1 year ago • 0 comments

When using the JAX substrate doing optimisation of the parameters of LinearGaussianStateSpaceModel when I JIT compile the update step of optimisation I get the below at this line: https://github.com/tensorflow/probability/blob/v0.23.0/tensorflow_probability/python/internal/auto_composite_tensor.py#L795

`_parameter_properties` is not implemented for `LinearGaussianStateSpaceModel`

Joshuaalbert avatar Mar 06 '24 20:03 Joshuaalbert