This directory contains standalone usage examples of TensorFlow Probability API.
You can run an example by executing the following command from anywhere in the TensorFlow Probability source directory:
bazel run //tensorflow_probability/examples:cifar10_bnn -- ${FLAGS}
Replace cifar10_bnn
with the example you're interested in and FLAGS
with
whatever flags you wish to pass to the example.
Some examples are adapted and tested to be readily runnable on AI Platform Training.
You can find them in the ml-on-gcp repository.