forked from pytorch/torchrec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add batch size, storage constraint/reservation, pooling factors, and …
…output type to stats table and expose stats table (pytorch#462) Summary: Pull Request resolved: pytorch#462 Added - batch size - longest critical path - peak memory pressure - usable memory - KJT storage - dense storage - pooling factors - number of features - output type (pooled vs seq) Set debug mode to default to true Made stats table info to an attribute so it can be exposed and persisted when saving a sharding plan. Reviewed By: dstaay-fb Differential Revision: D37318699 fbshipit-source-id: fa2b28d313d5319eee13ef9db6953bff72bc2b1f
- Loading branch information
1 parent
e8e21dc
commit 9faf356
Showing
5 changed files
with
183 additions
and
44 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
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
Oops, something went wrong.