GitHub 项目简介: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
README: Horovod is a distributed deep learning training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. The goal of Horovod is to make distributed deep learning fast and easy…
README: The primary motivation for this project is to make it easy to take a single-GPU training script and successfully scale it to train across many GPUs in parallel.
README: opt = hvd.DistributedOptimizer(opt)
README: To run on CPUs: .. code-block:: bash $ pip install horovod To run on GPUs with NCCL: .. code-block:: bash $ HOROVOD_GPU_OPERATIONS=NCCL pip install horovod