Fix typo in perf docs (#19705)
This commit is contained in:
committed by
GitHub
parent
fd5eac5f71
commit
71ca79448c
@@ -311,7 +311,7 @@ We can see that this saved some more memory but at the same time training became
|
||||
|
||||
## Floating Data Types
|
||||
|
||||
The idea of mixed precision training is that no all variables need to be stored in full (32-bit) floating point precision. If we can reduce the precision the variales and their computations are faster. Here are the commonly used floating point data types choice of which impacts both memory usage and throughput:
|
||||
The idea of mixed precision training is that no all variables need to be stored in full (32-bit) floating point precision. If we can reduce the precision the variables and their computations are faster. Here are the commonly used floating point data types choice of which impacts both memory usage and throughput:
|
||||
|
||||
- fp32 (`float32`)
|
||||
- fp16 (`float16`)
|
||||
|
||||
Reference in New Issue
Block a user