This article is divided into three parts; they are: • Floating-point Numbers • Automatic Mixed Precision Training • Gradient Checkpointing Let's get started! The default data type in PyTorch is the IEEE 754 32-bit floating-point format, also known as single precision.
source https://machinelearningmastery.com/training-a-model-with-limited-memory-using-mixed-precision-and-gradient-checkpointing/
Training a Model with Limited Memory using Mixed Precision and Gradient Checkpointing
January 12, 2026
0
Tags:
Post a Comment
0Comments