File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ Ray Train Utilities
143143 :nosignatures:
144144 :toctree: doc/
145145
146+ ~train.get_all_reported_checkpoints
146147 ~train.get_checkpoint
147148 ~train.get_context
148149 ~train.get_dataset_shard
@@ -165,6 +166,7 @@ Ray Train Output
165166 :template: autosummary/class_without_autosummary.rst
166167 :toctree: doc/
167168
169+ ~train.ReportedCheckpoint
168170 ~train.Result
169171
170172Ray Train Errors
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def train_func(config):
192192
193193 Returns:
194194 List of ReportedCheckpoint objects that represent the checkpoints and
195- corresponding metrics reported by the workers.
195+ corresponding metrics reported by the workers.
196196 """
197197 return get_train_fn_utils ().get_all_reported_checkpoints ()
198198
You can’t perform that action at this time.
0 commit comments