• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MFreidank / pysgmcmc / 172 / 1
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2017 11:46AM UTC
Files 19
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Oct 2017 11:30AM UTC coverage: 64.315% (-2.5%) from 66.814%
172.1

push

travis-ci

MFreidank
svgd back in; with notebook to showcase

Stein Variational Gradient Descent was still missing in this repository;
this commit adds it back in.
This is not yet perfectly integrated into our framework, in particular
with respect to our BNN. The following desiderata are not yet met:
    1. SVGD should not take a single tf.Variable with all particles as
       input, but rather a list of particles - each a single
       tf.Variable. We might solve this issue by using tf.pack (or
       something similar) to obtain a single tensor from that list.
    2. BNN needs to add some code to support SVGD. In particular, instead of
       maintaining one network obtained by callable `get_net` it needs
       to maintain a network per SVGD particle.

After fixing these open issues, SVGD can be added to
`sampling.Sampler.get_sampler` and we should be able to fit BNNs using
SVGD, without any overhead for the user and without changing existing
code for any of the other samplers.

465 of 723 relevant lines covered (64.32%)

0.64 hits per line

Source Files on job 172.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 172
  • Travis Job 172.1
  • 73b91c5f on github
  • Prev Job for on master (#171.1)
  • Next Job for on master (#173.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc