Skip to content

vkola-lab/multi-GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-GPU

Multi-GPU deep learning coding framework based on PyTorch.

PyTorch DDP module provides the mean to efficiently train a deep learning model on multiple GPUs, but using this module requires the knowledge of multiprocessing programming which alone has a steep learning curve. This repo provides a coding framework making multiprocessing transparent, thus helping users unleash the computational power of more than 1 GPUs without additional efforts. Besides that, this framework is integrated with a visualization tools, for example tensorboard, to track the training progress.

To install

pip install git+https://github.com/vkola-lab/multi-GPU.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages