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 DP benchmarks #1

Open luiarthur opened 4 years ago

luiarthur commented 4 years ago

The DP 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)
DP mixture of Gaussians (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [X] TODO
  • [X] TODO
DP mixture of Gaussians (STAN) NA NA NA
  • [X] TODO
  • [X] TODO
DP mixture of Gaussians (Nimble)
  • [X] TODO
  • [ ] TODO
  • [ ] TODO
NA NA
DP mixture of Gaussians (Pyro) NA
  • [ ] TODO
NA
  • [X] TODO
  • [X] TODO
DP mixture of Gaussians (TFP) NA NA NA
  • [X] TODO
  • [X] TODO
DP mixture of non-Gaussians (Turing)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
DP mixture of non-Gaussians (STAN) NA NA NA
  • [ ] TODO
  • [ ] TODO
DP mixture of non-Gaussians (Nimble)
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
DP mixture of non-Gaussians (Pyro) NA
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
  • [ ] TODO
DP mixture of non-Gaussians (TFP) NA NA NA
  • [ ] TODO
  • [ ] TODO

Notes:

luiarthur commented 4 years ago

This Google sheet contains the timings.

luiarthur commented 4 years ago