Views
No views yet
synth-usynth-m1.
2├── experiments/
3│ └── <model>/
4│ ├── synth-u/
5│ │ └── seed{0,1,2}/
6│ │ ├── checkpoints/
7│ │ │ └── finetune/
8│ │ │ └── best.ckpt
9│ │ ├── config.template.yaml
10│ │ ├── results/
11│ │ │ └── expected_seed_metrics.json
12│ │ └── summary.json
13│ └── synth-m/
14│ └── seed{0,1,2}/
15│ ├── checkpoints/
16│ │ └── finetune/
17│ │ └── best.ckpt
18│ ├── config.template.yaml
19│ ├── results/
20│ │ └── expected_seed_metrics.json
21│ └── summary.json
22├── resources/
23│ └── cttp/
24│ ├── synth-u/
25│ │ ├── clip_model_best.pth
26│ │ └── model_configs.yaml
27│ └── synth-m/
28│ ├── clip_model_best.pth
29│ └── model_configs.yaml
30├── expected/
31│ ├── full_results_synth.csv
32│ ├── results_mean_std_synth.csv
33│ └── seed_metrics_nested.json
34└── manifests/
35 └── release_manifest_public.json${LONGCLIP_ROOT}) that should be set to your local dependency path before running.