-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak memory extract to be use batch increment instead of an absolute…
… batch size
- Loading branch information
pierre.delaunay
committed
Feb 6, 2025
1 parent
6cdc40e
commit 6c98d05
Showing
5 changed files
with
78 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
resnet152-ddp-gpus: | ||
observations: | ||
- {batch_size: 0, cpu: 8, memory: 25995 MiB, perf: 1995.03} | ||
resnet50: | ||
observations: | ||
- {batch_size: 1, cpu: 8, memory: 46041 MiB, perf: 78.92} | ||
- {batch_size: 2, cpu: 8, memory: 1237 MiB, perf: 159.82} | ||
- {batch_size: 2, cpu: 8, memory: 34611 MiB, perf: 161.62} | ||
- {batch_size: 4, cpu: 8, memory: 1331 MiB, perf: 315.69} | ||
- {batch_size: 4, cpu: 8, memory: 46041 MiB, perf: 308.07} | ||
- {batch_size: 8, cpu: 8, memory: 1489 MiB, perf: 603.96} | ||
- {batch_size: 8, cpu: 8, memory: 46041 MiB, perf: 602.72} | ||
version: 2.0 | ||
- {batch_size: 248, cpu: 8, memory: 12798 MiB, perf: 654.31} | ||
version: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters