You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the PyTorch Profiler link in staticdocs (#820)
Summary:
Pull Request resolved: #820
The extra `/` causes a 404 error if you actually click on the link
Reviewed By: diego-urgell
Differential Revision: D56848751
fbshipit-source-id: 7de31d2d80b40d65ee9fd7251aae4a4b1982f1fb
A callback which periodically saves the application state during training using `Distributed Checkpoint <https://pytorch.org/docs/stable/distributed.checkpoint.html/>`_.
62
+
A callback which periodically saves the application state during training using `Distributed Checkpoint <https://pytorch.org/docs/stable/distributed.checkpoint.html>`_.
63
63
64
64
This callback supplements the application state provided by :class:`torchtnt.unit.AppStateMixin`
65
65
with the train progress, and train dataloader (if applicable).
0 commit comments