Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

language: julia
julia:
- 1.5
- 1.6

# run these in parallel
env:
- GEN_EXAMPLE=rws_mnist JULIA_NUM_THREADS=2 OPENBLAS_NUM_THREADS=1
- GEN_EXAMPLE=gp_structure GKS_ENCODING="utf8" GKSwstype="100"
- GEN_EXAMPLE=regression
- GEN_EXAMPLE=involutive_mcmc
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ NOTE: These examples take substantially longer to run than Gen's unit tests.
- Minimal example of maximum likelihood estimation: `mle/`

- Reversible jump MCMC in change point model: `coal/`

- Learning a deep generative model of binarized MNIST digits using [reweighted wake sleep](https://arxiv.org/abs/1406.2751): `rws_mnist/`
194 changes: 132 additions & 62 deletions mle/Manifest.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading