Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Translate save_gpu_memory.md #803

Merged
merged 11 commits into from
Dec 12, 2022
Prev Previous commit
Next Next commit
Update docs/en/examples/save_gpu_memory.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
  • Loading branch information
xin-li-67 and zhouzaida authored Dec 8, 2022
commit 13116300d9bc83ee529cd41226b3ae4bb777993c
2 changes: 1 addition & 1 deletion docs/en/examples/save_gpu_memory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Save Memory on GPU

Memory capacity is critical in deep leanring training and inference, and it determines whether the model can run successfully. Common memory saving approaches include:
Memory capacity is critical in deep learning training and inference and determines whether the model can run successfully. Common memory saving approaches include:

- Gradient Accumulation

Expand Down