CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.72k stars 7.88k forks source link

Modified notebooks to better make use of XLA runtimes #425

Closed matthew-mcateer closed 5 years ago

matthew-mcateer commented 5 years ago

Hey @CamDavidsonPilon,

So you were right, there was a final FINAL PR part 2. In this case, we did a few more checks to make sure that the enable_xla settings for running the colabs with GPU-acceleration enabled were set up right. For most of the notebooks, very little needed to be changed, but for The 1st chapter we made the necessary changes. It should be all ready for you to accept.