We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8c062 commit 46ee287Copy full SHA for 46ee287
1 file changed
torch_molecule/encoder/graphmae/modeling_graphmae.py
@@ -75,16 +75,6 @@ class GraphMAEMolecularEncoder(BaseMolecularEncoder):
75
model_name : str, default="GraphMAEMolecularEncoder"
76
Name of the model.
77
78
- Attributes
79
- ----------
80
- fitting_loss : List[float]
81
- Training loss history.
82
- fitting_epoch : int
83
- Last epoch number from training.
84
- model_class : Type[GNN]
85
- Class of the underlying GNN model.
86
-
87
88
Examples
89
--------
90
>>> from torch_molecule import GraphMAEMolecularEncoder
0 commit comments