-
I've tried to adapt the model to run on [Horovod](https://github.com/horovod/horovod):
https://github.com/benckx/DCGAN-tensorflow/blob/run_on_horovod/model.py
I'm getting the following error. It d…
-
I was trying to use the bert model give here using SageMaker MXNet estimator and horovod and its giving me errors
script: https://github.com/dmlc/gluon-nlp/tree/v0.10.x/scripts/bert . I was using f…
-
Horovod is currently hard-coded to use MPI_COMM_WORLD. However, the underlying MPI code is only ~2000 lines of C++ and I think it may be possible to make this work.
j-woz updated
6 years ago
-
Hi,
I followed all installation as suggested by the repository readme file. It gave me following error when I tried to run it :+1:
File "train.py", line 12, in
check_extension('horovod.…
-
This works:
```
pip3 install https://repo.mxnet.io/dist/python/cpu/mxnet-2.0.0b20200306-py2.py3-none-manylinux1_x86_64.whl
pip3 uninstall horovod -y; pip3 install horovod --user --no-cache-dir
…
-
I am running experiments with horovod with OpenMPI. Horovod in my environment is built with the following command:
`PATH=$PATH:$HOME/openmpi/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/openmpi/lib …
-
Hi, these tools are important as tvm triton ,also popular use in my c++ dl project ,so if convinient for us to develop these tools in javacpp,thanks
https://github.com/openvinotoolkit/openvino
htt…
-
Hi,
Try to install Horovod with PyTorch based on powerai image following [official tutorial](https://developer.ibm.com/linuxonpower/2018/08/24/distributed-deep-learning-horovod-powerai-ddl/), error…
-
### Description & Motivation
Thanks for your work on this lovely library.
Looking to use horovod with the latest version of pytorch lightning. However it seems they are incompatible and cannot be …
-
### Summary
I would like to be able to create a Spack Environment with all possible values of a set of variants. Not all packages in the environment will have these variants, and some will have these…