Skip to content

Commit

Permalink
Add DCP Saver module to the callbacks target (#775)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #775

Reviewed By: JKSenthil

Differential Revision: D55618741

fbshipit-source-id: 46e8192ca8777450d111dd5570d13d2ccb2e7d2e
  • Loading branch information
diego-urgell authored and facebook-github-bot committed Apr 3, 2024
1 parent c01862b commit ec33f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchtnt/framework/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# pyre-strict

from .base_csv_writer import BaseCSVWriter
from .dcp_saver import DistributedCheckpointSaver
from .early_stopping import EarlyStopping
from .empty_cuda_cache import EmptyCudaCache
from .garbage_collector import GarbageCollector
Expand Down Expand Up @@ -44,4 +45,5 @@
"TorchSnapshotSaver",
"TQDMProgressBar",
"TrainProgressMonitor",
"DistributedCheckpointSaver",
]

0 comments on commit ec33f1b

Please sign in to comment.