blei-lab / edward

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
http://edwardlib.org
Other
4.83k stars 761 forks source link

Update uses of distributions / bijectors to use TensorFlow Probability. #924

Open srvasude opened 5 years ago

srvasude commented 5 years ago

This pull request updates uses of tf.contrib.distributions with tfp.distributions (TensorFlow Probability: https://www.tensorflow.org/probability/).

srvasude commented 5 years ago

It seems like Travis is failing on:

pluggy.manager.PluginValidationError: Plugin 'pytest_cov' could not be loaded: (coverage 4.0.3 (/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages), Requirement.parse('coverage>=4.4'))!

Suggestions?

palikar commented 5 years ago

My PR (#922) itself fails at the exact same point. I think the build environment is not set up properly.