Interactive PyTorch DDP Training in FastAI Jupyter Notebooks
Ddip ("Dee dip") --- Distributed Data "interactive" Parallel is a little iPython extension of line and cell magics to bring together fastai lesson notebooks [1] and PyTorch's Distributed Data Parallel [2]. It uses ipyparallel[3] to manage the DDP process group.
Platform tested: single host with multiple Nvidia CUDA GPUs, Ubuntu linux + PyTorch + Python 3, fastai v1 and fastai course-v3.
Features:
"Distributed training doesn’t work in a notebook..."
请发表评论