You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate diffusion model against molecular metrics.
@@ -46,7 +47,7 @@ def main(
46
47
strict_checkpoint_loading: Whether to raise an exception when not all parameters from the checkpoint can be matched to the model.
47
48
target_compositions: List of dictionaries with target compositions to condition on. Each dictionary should have the form `{element: number_of_atoms}`. If None, the target compositions are not conditioned on.
48
49
Only supported for models trained for crystal structure prediction (CSP) (default: None)
49
-
50
+
progress_callback: Optional callback function that takes in a single float argument representing the progress of the generation process (between 0 and 1).
50
51
NOTE: When specifying dictionary values via the CLI, make sure there is no whitespace between the key and value, e.g., `--properties_to_condition_on={key1:value1}`.
0 commit comments