Spaces:
Running
Running
File size: 559 Bytes
c4c7cee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
defaults:
- optimizer: lamb
- lr_scheduler: warmup_cosine_decay
- network: geo_adaln_mlp
- train_noise_scheduler: sigmoid
- inference_noise_scheduler: cosine_simple
- preconditioning: ddpm
- data_preprocessing: gps_to_cartesian
- cond_preprocessing: embedding
- postprocessing: cartesian_to_gps
- loss: ddpm
- val_sampler: ddim
- test_sampler: ddpm
- manifold: null
- _self_
network:
input_dim: 3
name: GeoMLP_R3
ema_decay: 0.999
start_ema_step: 0
cfg_rate: 2.0
interpolant: flow_matching
compute_nll: true
compute_swarms: False |