mmacosha's picture
Update README.md
a634199 verified
|
Raw
History Blame Contribute Delete
693 Bytes
---
license: mit
tags: [slice-sampling, outsouced-sampling, MNIST, CIFAR10, jax]
---
# slice-sampling checkpoints
Checkpoints and code for the generative models used in outsoured sampling
experiments with slice sampling algorithms
| directory | model | dataset | notes |
|-----------|-------|---------|-------|
| `cifar10_classifier/` | `Cifar10CNN` (~1.15M params, GroupNorm) | CIFAR10 | 32x32 native, no upsample |
| `mnist_classifier/` | `Classifier` (2 conv stages + FC) | MNIST | 32x32 (padded) |
| `mnist_vae/` | ResNet-style VAE, `latent_dim=16` | MNIST | encoder/decoder both included |
Fetched automatically by `outsourced.common.load_checkpoint` when the local
file is missing.