Skip to content

Commit

Permalink
add DenoisingForcesTrainer to init of trainers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IliasChair14 committed Oct 5, 2024
1 parent 38a47be commit 939f6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fairchem/core/trainers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

from .base_trainer import BaseTrainer
from .ocp_trainer import OCPTrainer
from .denoising_forces_trainer import DenoisingForcesTrainer

__all__ = [
"BaseTrainer",
"OCPTrainer",
"DenoisingForcesTrainer"
]

0 comments on commit 939f6ad

Please sign in to comment.