Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
tags: [
|
| 4 |
---
|
| 5 |
|
| 6 |
# slice-sampling checkpoints
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 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 |
|-----------|-------|---------|-------|
|