Spaces:
Running
Running
File size: 442 Bytes
c4c7cee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
defaults:
- optimizer: lamb
- lr_scheduler: warmup_cosine_decay
- network: geo_adaln_mlp_von_fisher
- preconditioning: ddpm
- data_preprocessing: gps_to_cartesian
- cond_preprocessing: embedding
- postprocessing: cartesian_to_gps
- loss: von_fisher
- val_sampler: von_fisher
- test_sampler: von_fisher
- _self_
network:
input_dim: 3
name: GeoMLP_R3_VonFisher
ema_decay: 0.999
start_ema_step: 0
interpolant: von_fisher |