Closed abidmalikwaterloo closed 5 years ago
please try
from mpi4py import MPI
import horovod.keras as hvd
comm = MPI.COMM_WORLD.Dup()
hvd.init( comm = comm )
the issue comes from the horovod distribution/installation. Either a downgrade or install from the master trunk works, until they cut a new version
Yes. It works with the instruction given in the link.
I am getting following
I found it on https://github.com/horovod/horovod/issues/1383 as well.
Is Horovod working?
I donot have problem with the follwoing:
It means both mpi and horovod are working