File size: 693 Bytes
df195a7
 
a634199
df195a7
 
 
 
a634199
 
df195a7
70ff252
 
 
 
 
df195a7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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.