forked from facebookresearch/PyTorch-BigGraph
-
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.
Allow for single-partition training on 1 GPU machine (simple version)
Summary: GPU training was written to not support "unpartitioned embeddings", but that precludes an important case where you have 1 partition and 1 machine. In that case, you don't have to do any of the special stuff for partitioned (swapping) nor for unpartitioned (sharing). This case is important for e.g. testing with small graphs. Reviewed By: lw Differential Revision: D21302580 fbshipit-source-id: 33fccdcc80ff06398e4a07a2fd6d2a654830045e
- Loading branch information
1 parent
9ae8592
commit b7716f3
Showing
4 changed files
with
47 additions
and
65 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