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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
#3866 enables mixed precision training with Apex, but pushes the changes required to properly save and load a model trained with amp down the line. As discussed, I am simply opening this issue so I don't forget and will (hopefully) make a PR in the next couple of days.
Describe the solution you'd like
Follow the instructions in the Apex docs to checkpoint a model trained with amp.
I'm also trying to give time estimates for the remaining issues in the 1.0 milestone. Looking at the docs that @JohnGiorgi linked to, this is probably a very fast change, perhaps as little as an hour. But I'm giving it a "day" label, as there might be some complexity here that I'm missing.
Is your feature request related to a problem? Please describe.
#3866 enables mixed precision training with Apex, but pushes the changes required to properly save and load a model trained with
amp
down the line. As discussed, I am simply opening this issue so I don't forget and will (hopefully) make a PR in the next couple of days.Describe the solution you'd like
Follow the instructions in the Apex docs to checkpoint a model trained with
amp
.Additional context
Apex docs.
The text was updated successfully, but these errors were encountered: