I would generally recommend to use the automatic mixed precision package (via torch.cuda.amp
), which uses casts the input to the appropriate dtype
for each method.
2 Likes
I would generally recommend to use the automatic mixed precision package (via torch.cuda.amp
), which uses casts the input to the appropriate dtype
for each method.