[WIP] Ray Data + Ray Train tutorial#3763
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3763
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled JobAs of commit d8b40fb with merge base 6e608db ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| # a high loss (~10–11). | ||
|
|
||
| ############################################################################### | ||
| # Checkpointing |
There was a problem hiding this comment.
debating whether I should slim this section down, given that I'm not checkpointing in the tutorial
There was a problem hiding this comment.
Let's remove this section and point to the checkpointing user guide in Ray Docs. That way we can direct people to new features and avoid showing outdated apis (ex: the TorchTrainer.restore() API is deprecated).
There was a problem hiding this comment.
Makes sense @justinvyu . I rewrote it without code, but kept the section because I wanted to discuss some of the nice checkpointing features. Lmk what you think.
| # a high loss (~10–11). | ||
|
|
||
| ############################################################################### | ||
| # Checkpointing |
There was a problem hiding this comment.
Let's remove this section and point to the checkpointing user guide in Ray Docs. That way we can direct people to new features and avoid showing outdated apis (ex: the TorchTrainer.restore() API is deprecated).
Co-authored-by: Justin Yu <justinvyu@anyscale.com>
Co-authored-by: Justin Yu <justinvyu@anyscale.com>
Adds a new tutorial showcasing streaming data loading using Ray Data with Ray Train. Will move out of draft once I get reviews from the Data and Train teams.
cc @pcmoritz @robertnishihara @matthewdeng @richardliaw @akshay-anyscale