Skip to content

Commit

Permalink
Fix typo in perf docs (#19705)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakiki committed Oct 18, 2022
1 parent fd5eac5 commit 71ca794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/perf_train_gpu_one.mdx
Expand Up @@ -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`)
Expand Down

0 comments on commit 71ca794

Please sign in to comment.