-
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.
First implementation with pytorch ignite to support cpu->multi-gpu sc…
…aling (#54) * WIP - Experimenting with pytorch ignite support for DistributedDataParallel. * Basic functionality to be tested on computer with GPU/Klone. * Training works for single node w/ multiple gpus. * Some polish, and includes per-epoch output of returned loss value. * Initial changes to example autoencoder. * WIP commit, all changes will ultimately be removed. * Minor, temporary config change. * Replacing `train` with `train_step` in the autoencoder. Changed the behavior of the `batch.to(device)`. * Removing unused dependency, resetting some changes to the default config.
- Loading branch information
Showing
4 changed files
with
147 additions
and
67 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