--- 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/////seed_/ ├── 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/`.