Skip to content
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c6fed8b
Fix docstring
tjruwase Jan 5, 2021
8f1b191
Make screenshots clickable for easier viewing
tjruwase Feb 10, 2021
efeea1b
Merge branch 'master' of github.com:microsoft/DeepSpeed into olruwase…
tjruwase Feb 10, 2021
cc57f64
Navigation menu in alphabetical order; More clicable screenshots
tjruwase Feb 16, 2021
ad0c999
Merge with master
tjruwase Feb 16, 2021
e0a6d66
Rename 1Cycle doc
tjruwase Feb 16, 2021
17647ad
Tweak naming
tjruwase Feb 16, 2021
8b09a4d
Merge branch 'master' into olruwase/docs
tjruwase Feb 16, 2021
5685d49
Merge branch 'master' of github.com:microsoft/DeepSpeed into olruwase…
tjruwase Mar 5, 2021
9e71fe2
Remove no longer used flag
tjruwase Mar 5, 2021
c739493
Merge branch 'olruwase/docs' of github.com:microsoft/DeepSpeed into o…
tjruwase Mar 5, 2021
cde2c9a
ZeRO3 Offload release
tjruwase Mar 8, 2021
4999829
Single GPU results
tjruwase Mar 8, 2021
6ee38ec
Rearrange figures
tjruwase Mar 8, 2021
8da1dc2
Single GPU text
tjruwase Mar 8, 2021
7fde596
tweak intro
tjruwase Mar 8, 2021
23f6779
zero3-offload section
tjruwase Mar 8, 2021
289c5dd
Merge branch 'master' of github.com:microsoft/DeepSpeed into olruwase…
tjruwase Mar 8, 2021
1aa0806
Merge branch 'master' of github.com:microsoft/DeepSpeed into olruwase…
tjruwase Apr 23, 2021
8db23f0
Add asynchronous i/o docs
tjruwase Apr 23, 2021
edcad26
ignore_unused_parameters
tjruwase May 10, 2021
734b67b
Merge branch 'master' into olruwase/docs
tjruwase May 13, 2021
139997a
Merge branch 'master' of github.com:microsoft/DeepSpeed into olruwase…
tjruwase Jun 16, 2021
8a9b137
Fix print_per_steps doc
tjruwase Jun 16, 2021
e5a2950
Merge branch 'olruwase/docs' of github.com:microsoft/DeepSpeed into o…
tjruwase Jun 16, 2021
e9ba3b7
Merge branch 'master' into olruwase/docs
tjruwase Jun 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_pages/config-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Configuring the asynchronous I/O module for offloading parameter and optimizer s

| Description | Default |
| ------------------------------ | ------- |
| Print train loss every N steps | `10` |
| Print progress report every N training steps. The report includes the number of training steps, number of skipped optimizer updates (likely due to overflows in mixed-precision training), current learning rate, and current momentum. | `10` |

<i>**wall_clock_breakdown**</i>: [boolean]

Expand Down