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
Copy file name to clipboardExpand all lines: docs/source/api/generator.rst
+42-16Lines changed: 42 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@ Molecular Generation Models
3
3
4
4
The generator models inherit from the :class:`torch_molecule.base.generator.BaseMolecularGenerator` class and share common methods for model training, generation and persistence.
5
5
6
+
The following models support conditional generation (click model name to jump to details):
Hidden dimensions for transformer components including attention heads and feed-forward layers
39
39
Keys: 'dx' (node dim), 'de' (edge dim), 'dy' (property dim), 'n_head' (number of attention heads), 'dim_ffX' (feed-forward dim for node features), 'dim_ffE' (feed-forward dim for edge features), 'dim_ffy' (feed-forward dim for property features)
40
40
transition : str, default='marginal'
@@ -43,7 +43,7 @@ class DeFoGMolecularGenerator(BaseMolecularGenerator):
43
43
time_distortion : str, default="polydec"
44
44
Time distortion schedule used during training/sampling.
0 commit comments