luiarthur / TuringBnpBenchmarks

Benchmarks of Bayesian Nonparametric models in Turing and other PPLs
https://luiarthur.github.io/TuringBnpBenchmarks/
MIT License
29 stars 1 forks source link

Create summary table of all GP benchmarks #5

Open luiarthur opened 4 years ago

luiarthur commented 4 years ago

The GP models benchmark for a given sample size can be summarized in the table below, with the cells being compile times (if applicable) and execution times. Timings for forward passes and gradient computations of the models will also be computed if high-level API is available and exposed. The appropriate accompanying data visualizations (line plots, surface plots) will be included to make the results more interpretable. Links will be included to MWEs.

Model (PPL), sample size = N Collapsed Gibbs SMC Particle Gibbs HMC/NUTS (SB) ADVI (SB)
GP (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
GP (STAN)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
GP (Nimble)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
GP (Pyro)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
GP (TFP) NA NA NA
  • [ ] TODO
  • [ ] TODO
LVGP (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
LVGP (STAN)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
LVGP (Nimble)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
LVGP (Pyro)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
LVGP (TFP) NA NA NA
  • [ ] TODO
  • [ ] TODO

Notes: