mmacosha commited on
Commit
a634199
·
verified ·
1 Parent(s): 70ff252

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -1,14 +1,12 @@
1
  ---
2
  license: mit
3
- tags: [jax, flax, cifar10, mnist, slice-sampling]
4
  ---
5
 
6
  # slice-sampling checkpoints
7
 
8
- Auxiliary checkpoints for the `slice_sampling` research codebase (`outsourced/`
9
- targets that build MCMC benchmarks over pretrained generator + classifier
10
- stacks). Each subdirectory is self-contained: the checkpoint, the model source
11
- file, and a small `load.py` that reconstructs the model from the pickled meta.
12
 
13
  | directory | model | dataset | notes |
14
  |-----------|-------|---------|-------|
 
1
  ---
2
  license: mit
3
+ tags: [slice-sampling, outsouced-sampling, MNIST, CIFAR10, jax]
4
  ---
5
 
6
  # slice-sampling checkpoints
7
 
8
+ Checkpoints and code for the generative models used in outsoured sampling
9
+ experiments with slice sampling algorithms
 
 
10
 
11
  | directory | model | dataset | notes |
12
  |-----------|-------|---------|-------|