| license: apache-2.0 | |
| library_name: pytorch | |
| tags: | |
| - domain-generalization | |
| - disentanglement | |
| - dsprites | |
| # In-Domain Generalization Benchmark checkpoints | |
| This repository stores checkpoints and resolved configurations produced by the | |
| experiment pipeline in | |
| [InDomainGeneralizationBenchmark](https://github.com/google-research/google-research/tree/master/in_domain_generalization). | |
| Artifacts use this stable hierarchy: | |
| ```text | |
| checkpoints/<experiment>/<dataset>/<split>/<model>/seed_<NN>/ | |
| βββ last.pt | |
| βββ resolved_config.yaml | |
| βββ status.yaml | |
| βββ evaluation/ | |
| βββ status.yaml | |
| βββ test_metrics.json | |
| ``` | |
| `last.pt` contains model and optimizer state so interrupted cluster jobs can be | |
| resumed. `status.yaml` records metrics, completion state, and Slurm provenance. | |
| Compact cross-seed result tables are stored under `results/`. | |