Plonk / configs /model /emb_cond_cartesian.yaml
nicolas-dufour's picture
squash: merge all unpushed commits
c4c7cee
raw
history blame contribute delete
559 Bytes
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