rethinking-tensorflow-probability icon indicating copy to clipboard operation
rethinking-tensorflow-probability copied to clipboard

Statistical Rethinking (2nd Ed) with Tensorflow Probability

Results 3 rethinking-tensorflow-probability issues
Sort by recently updated
recently updated
newest added

How can one solve this issue without downversioning the tensorflow? File ~\anaconda3\Lib\site-packages\tensorflow_probability\python\internal\auto_composite_tensor.py:419 in type_spec_register if allow_overwrite and name in type_spec._NAME_TO_TYPE_SPEC: AttributeError: module 'tensorflow.python.framework.type_spec' has no attribute '_NAME_TO_TYPE_SPEC'

Just FYI. I have written the following model for the ODE part in chapter 16 (Hare/Lynx). It's working but very slow. ```python def Ind(d, reinterpreted_batch_ndims=1, **kwargs): return tfd.Independent(d, reinterpreted_batch_ndims=reinterpreted_batch_ndims, **kwargs)...

There is a typo in the last paragraph of the README.md `Statsical Rethinking` should be: Statistical Rethinking