5 ms·
The PyTorch docs give a pretty good overview of AMP here https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html https://pytorch.org/tutorials/recipes/rec
by h-jones 4y ago
The PyTorch docs give a pretty good overview of AMP here https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html https://pytorch.org/tutorials/recipes/recipes/amp_recipe.htm... and an overview of which operations cast to which dtype can be found here https://pytorch.org/docs/stable/amp.html#autocast-op-reference https://pytorch.org/docs/stable/amp.html#autocast-op-referen....
Edit: Fixed second link.