| model: |
| si: |
| class_path: omg.si.stochastic_interpolants.StochasticInterpolants |
| init_args: |
| stochastic_interpolants: |
| |
| - class_path: omg.si.single_stochastic_interpolant_identity.SingleStochasticInterpolantIdentity |
| |
| - class_path: omg.si.single_stochastic_interpolant.SingleStochasticInterpolant |
| init_args: |
| interpolant: |
| class_path: omg.si.interpolants.PeriodicEncoderDecoderInterpolant |
| init_args: |
| switch_time: 0.6487086666110259 |
| power: 1.0 |
| gamma: |
| class_path: omg.si.gamma.LatentGammaEncoderDecoder |
| init_args: |
| a: 1.9883383838119686 |
| switch_time: 0.6487086666110259 |
| power: 1.0 |
| epsilon: null |
| differential_equation_type: "ODE" |
| integrator_kwargs: |
| method: "euler" |
| velocity_annealing_factor: 12.290317841755964 |
| correct_center_of_mass_motion: 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: 0.21935645939922985 |
| epsilon: |
| class_path: omg.si.epsilon.VanishingEpsilon |
| init_args: |
| c: 9.431054439782873 |
| mu: 0.21809909486896933 |
| sigma: 0.03292165737293197 |
| differential_equation_type: "SDE" |
| integrator_kwargs: |
| method: "euler" |
| dt: 0.001218559336848557 |
| velocity_annealing_factor: 4.302804708170181 |
| correct_center_of_mass_motion: false |
| data_fields: |
| |
| |
| - "species" |
| - "pos" |
| - "cell" |
| integration_time_steps: 820 |
| relative_si_costs: |
| species_loss: 0.0 |
| pos_loss_b: 0.689192251322191 |
| cell_loss_b: 0.12351464867571432 |
| cell_loss_z: 0.18729310000209468 |
| sampler: |
| class_path: omg.sampler.IndependentSampler |
| init_args: |
| pos_distribution: |
| class_path: omg.sampler.position_distributions.UniformPositionDistribution |
| cell_distribution: |
| class_path: omg.sampler.cell_distributions.InformedLatticeDistribution |
| init_args: |
| dataset_name: mp_20 |
| species_distribution: |
| class_path: omg.sampler.species_distributions.MirrorSpecies |
| 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: "match_rate" |
| 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: True |
| val_dataset: |
| class_path: omg.datamodule.StructureDataset |
| init_args: |
| file_path: "data/mp_20/val.lmdb" |
| lazy_storage: True |
| niggli_reduce: True |
| pred_dataset: |
| class_path: omg.datamodule.StructureDataset |
| init_args: |
| file_path: "data/mp_20/test.lmdb" |
| lazy_storage: True |
| niggli_reduce: True |
| batch_size: 1024 |
| 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_match_rate" |
| save_top_k: 1 |
| monitor: "match_rate" |
| save_weights_only: true |
| mode: 'max' |
| - class_path: lightning.pytorch.callbacks.ModelCheckpoint |
| init_args: |
| filename: "best_val_rmsd" |
| save_top_k: 1 |
| monitor: "mean_rmsd" |
| 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 |
| 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.Adam |
| init_args: |
| lr: 0.00047748599389170053 |
|
|