| run_name: wiser_debug_1gpu | |
| num_gpus: 1 | |
| output_dir: outputs/train_debug | |
| python: python | |
| data: | |
| radiomap_manifest: example/manifests/radiomap_example.json | |
| cir_train_manifest: example/manifests/cir_example.json | |
| cir_val_manifest: example/manifests/cir_example.json | |
| wireless_root: example/data/wireless | |
| scene3d_root: example/data/scene3d | |
| model: | |
| channels: 256 | |
| downsample_stages: 1 | |
| blocks_per_stage: 1 | |
| corridor_budget: 64 | |
| radiomap_cross_layers: 1 | |
| radiomap_self_layers: 1 | |
| training: | |
| radiomap_batch_size: 1 | |
| cir_batch_size: 32 | |
| cir_restore_batch_size: 32 | |
| val_batch_size: 64 | |
| num_workers: 0 | |
| seed: 0 | |