Skip to content

Commit ec33f1b

Browse files
diego-urgellfacebook-github-bot
authored andcommitted
Add DCP Saver module to the callbacks target (#775)
Summary: Pull Request resolved: #775 Reviewed By: JKSenthil Differential Revision: D55618741 fbshipit-source-id: 46e8192ca8777450d111dd5570d13d2ccb2e7d2e
1 parent c01862b commit ec33f1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchtnt/framework/callbacks/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# pyre-strict
88

99
from .base_csv_writer import BaseCSVWriter
10+
from .dcp_saver import DistributedCheckpointSaver
1011
from .early_stopping import EarlyStopping
1112
from .empty_cuda_cache import EmptyCudaCache
1213
from .garbage_collector import GarbageCollector
@@ -44,4 +45,5 @@
4445
"TorchSnapshotSaver",
4546
"TQDMProgressBar",
4647
"TrainProgressMonitor",
48+
"DistributedCheckpointSaver",
4749
]

0 commit comments

Comments
 (0)