forked from hpcaitech/ColossalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update markdown docs (english) (hpcaitech#60)
- Loading branch information
1 parent
da01c23
commit 9a04665
Showing
10 changed files
with
339 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
from ._base_hook import BaseHook | ||
from ._checkpoint_hook import SaveCheckpointHook, LoadCheckpointHook | ||
from ._metric_hook import LossHook, Accuracy2DHook, AccuracyHook, MetricHook | ||
from ._metric_hook import (LossHook, Accuracy2DHook, AccuracyHook, MetricHook, | ||
Accuracy1DHook, Accuracy2p5DHook, Accuracy3DHook) | ||
from ._log_hook import LogMetricByEpochHook, TensorboardHook, LogTimingByEpochHook, LogMemoryByEpochHook | ||
from ._lr_scheduler_hook import LRSchedulerHook | ||
|
||
__all__ = [ | ||
'BaseHook', 'MetricHook', | ||
'LoadCheckpointHook', 'SaveCheckpointHook', | ||
'LossHook', 'AccuracyHook', 'Accuracy2DHook', | ||
'Accuracy1DHook', 'Accuracy2p5DHook', 'Accuracy3DHook', | ||
'LogMetricByEpochHook', 'TensorboardHook', 'LogTimingByEpochHook', 'LogMemoryByEpochHook', | ||
'LRSchedulerHook' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.