Skip to content

Commit

Permalink
Update training.py
Browse files Browse the repository at this point in the history
Signed-off-by: Tsz Wai Ko <[email protected]>
  • Loading branch information
kenko911 authored Jul 4, 2024
1 parent 6ce9cf4 commit da8da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matgl/utils/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def predict_step(self, batch, batch_idx, dataloader_idx=0):


class ModelLightningModule(MatglLightningModuleMixin, pl.LightningModule):
"""A PyTorch.LightningModule for training MEGNet and M3GNet models."""
"""A PyTorch.LightningModule for training MatGL structure-wise property models."""

def __init__(
self,
Expand Down

0 comments on commit da8da3c

Please sign in to comment.