Y
Hacker News
new
|
ask
|
show
|
jobs
by
h-jones
1488 days ago
The PyTorch docs give a pretty good overview of AMP here
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-referen...
.
Edit: Fixed second link.