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

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

Build:
DEFAULT BRANCH: master
Ran 11 Oct 2017 12:32PM UTC
Files 20
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

11 Oct 2017 12:17PM UTC coverage: 64.933% (-0.2%) from 65.107%
192.1

push

travis-ci

Moritz Freidank
changed interface for svgd

svgd interface is now closer to how it needs to be in order to use it
with BNN. it takes a list of `tensorflow.Variable` objects as input,
instead of a single tensorflow.Variable. This interface already allows
us to comfortably use it to sample from artificial functions (since it
strongly resembles the interface used in other `MCMCSampler`s.)

However, this does not yet fully resolve our issues with respect to
using it in BNNs. Using SVGD in BNNs requires maintaining multiple
network guesses at the same time. Ideally, one would specify multiple
such guesses using BayesianNeuralNetwork.get_net(). This gives a big
list of tensorflow.Variable objects. Then, we might group them
according to variable namespaces (into list of list) to get individual
guesses. This would then be passed to svgd, which computes costs for all
samples and averages them in each step to produce a single sample which
is returned to our BNN.
We have to see if this approach is computationally tractable, but it nicely
shields users from dealing with the intricacies of svgd vs MCMC methods.

487 of 750 relevant lines covered (64.93%)

0.65 hits per line

Source Files on job 192.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 192
  • Travis Job 192.1
  • 63c46bdf on github
  • Prev Job for on master (#191.1)
  • Next Job for on master (#193.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