Commit Graph

1 Commits

Author SHA1 Message Date
Neel Kovelamudi
abfd47bfa5 Adds multi-GPU torch example workflow (#299)
* Create GPU example skeleton for torch workflow

* Parallelize demo test

* Change location of main()

* Change main name

* Place all funtions in __main__

* Successful torch DDP

* Add torch module section

* Add GPU count print statement

* Change naming to num_gpu and current_gpu_index

* Remove print optimizer
2023-06-08 22:05:17 +00:00