aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow/README.md
blob: 10323dc6d59918a9f8cf1840d06dcd219dfe3568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Notice

`tf.contrib.bayesflow` has moved!

See new code at [github.com/tensorflow/probability](
https://github.com/tensorflow/probability).

Switch imports with:

```python
# old
import tensorflow as tf
tfp = tf.contrib.bayesflow

# new
import tensorflow_probability as tfp
```