| model: |
| si: |
| class_path: omg.si.stochastic_interpolants.StochasticInterpolants |
| init_args: |
| stochastic_interpolants: |
| |
| - class_path: omg.si.discrete_flow_matching_mask.DiscreteFlowMatchingMask |
| init_args: |
| noise: 20.267191359937392 |
| |
| - class_path: omg.si.single_stochastic_interpolant_os.SingleStochasticInterpolantOS |
| init_args: |
| interpolant: |
| class_path: omg.si.interpolants.PeriodicScoreBasedDiffusionModelInterpolantVP |
| init_args: |
| tau: omg.si.tau.TauConstantSchedule |
| epsilon: null |
| differential_equation_type: "ODE" |
| integrator_kwargs: |
| method: "euler" |
| velocity_annealing_factor: 2.301841820941901 |
| correct_center_of_mass_motion: true |
| predict_velocity: true |
| |
| - class_path: omg.si.single_stochastic_interpolant.SingleStochasticInterpolant |
| init_args: |
| interpolant: omg.si.interpolants.TrigonometricInterpolant |
| gamma: |
| class_path: omg.si.gamma.LatentGammaSqrt |
| init_args: |
| a: 7.796692096273471 |
| epsilon: null |
| differential_equation_type: "ODE" |
| integrator_kwargs: |
| method: "euler" |
| velocity_annealing_factor: 2.741014121366449 |
| correct_center_of_mass_motion: false |
| data_fields: |
| |
| |
| - "species" |
| - "pos" |
| - "cell" |
| integration_time_steps: 710 |
| relative_si_costs: |
| species_loss: 0.5499726353395065 |
| pos_loss_b: 0.40529122146887925 |
| cell_loss_b: 0.04473614319161423 |
| sampler: |
| class_path: omg.sampler.IndependentSampler |
| init_args: |
| pos_distribution: |
| class_path: omg.sampler.position_distributions.NormalPositionDistribution |
| init_args: |
| scale: 0.23441087988918383 |
| cell_distribution: |
| class_path: omg.sampler.cell_distributions.InformedLatticeDistribution |
| init_args: |
| dataset_name: mp_20 |
| species_distribution: |
| class_path: omg.sampler.species_distributions.MaskSpeciesDistribution |
| model: |
| class_path: omg.model.model.Model |
| init_args: |
| encoder: |
| class_path: omg.model.encoders.cspnet_full.CSPNetFull |
| head: |
| class_path: omg.model.heads.pass_through.PassThrough |
| time_embedder: |
| class_path: omg.model.model_utils.SinusoidalTimeEmbeddings |
| init_args: |
| dim: 256 |
| use_min_perm_dist: False |
| float_32_matmul_precision: "high" |
| validation_mode: "dng_eval" |
| dataset_name: "mp_20" |
| data: |
| train_dataset: |
| class_path: omg.datamodule.StructureDataset |
| init_args: |
| file_path: "data/mp_20/train.lmdb" |
| lazy_storage: True |
| niggli_reduce: False |
| val_dataset: |
| class_path: omg.datamodule.StructureDataset |
| init_args: |
| file_path: "data/mp_20/val.lmdb" |
| lazy_storage: True |
| niggli_reduce: False |
| pred_dataset: |
| class_path: omg.datamodule.StructureDataset |
| init_args: |
| file_path: "data/mp_20/test.lmdb" |
| lazy_storage: True |
| niggli_reduce: False |
| batch_size: 256 |
| num_workers: 4 |
| pin_memory: True |
| persistent_workers: True |
| trainer: |
| callbacks: |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_loss_total" |
| save_top_k: 1 |
| monitor: "val_loss_total" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_dng_eval" |
| save_top_k: 1 |
| monitor: "dng_eval" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_wdist_density" |
| save_top_k: 1 |
| monitor: "wdist_density" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_wdist_narity" |
| save_top_k: 1 |
| monitor: "wdist_narity" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_wdist_coordination_numbers" |
| save_top_k: 1 |
| monitor: "wdist_coordination_numbers" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_cov_precision" |
| save_top_k: 1 |
| monitor: "cov_precision" |
| mode: "max" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_cov_recall" |
| save_top_k: 1 |
| monitor: "cov_recall" |
| mode: "max" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_valid_rate" |
| save_top_k: 1 |
| monitor: "valid_rate" |
| mode: "max" |
| save_weights_only: true |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| save_top_k: -1 |
| monitor: "val_loss_total" |
| every_n_epochs: 100 |
| save_weights_only: false |
| gradient_clip_val: 0.5 |
| gradient_clip_algorithm: "value" |
| num_sanity_val_steps: 0 |
| precision: "32-true" |
| max_epochs: 2000 |
| enable_progress_bar: false |
| check_val_every_n_epoch: 100 |
| optimizer: |
| class_path: torch.optim.AdamW |
| init_args: |
| lr: 0.00797735754708741 |
| weight_decay: 1.923837446196394e-05 |
| lr_scheduler: |
| class_path: torch.optim.lr_scheduler.CosineAnnealingLR |
| init_args: |
| T_max: 2000 |
| eta_min: 1e-07 |
|
|
|
|