Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#818 Feature/sg 750 fix links doc

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-750-fix_links_doc
@@ -1,4 +1,4 @@
-# Training modes
+# Training Modes
 
 
 SuperGradients allows users to train models on different modes:
 SuperGradients allows users to train models on different modes:
 1. CPU 
 1. CPU 
@@ -35,7 +35,8 @@ trainer.train(...)
 ## 3. DP - Data Parallel
 ## 3. DP - Data Parallel
 DataParallel (DP) is a single-process, multi-thread technic for scaling deep learning model training across multiple GPUs on a single machine.
 DataParallel (DP) is a single-process, multi-thread technic for scaling deep learning model training across multiple GPUs on a single machine.
 
 
-The general flow is as below:
+The general flow is as below
+
 - Split the data into smaller chunks (mini-batch) on GPU:0
 - Split the data into smaller chunks (mini-batch) on GPU:0
 - Move one chunk of data per GPU
 - Move one chunk of data per GPU
 - Copy the model to all available GPUs
 - Copy the model to all available GPUs
Discard
Tip!

Press p or to see the previous file or, n or to see the next file