Mohan Li
Mohan Li
Pip install horovod[tensorflow] tries to re-install TensorFlow, despite presence of existing install
I have the same problem
Pip install horovod[tensorflow] tries to re-install TensorFlow, despite presence of existing install
I have solved the problem. You should use `HOROVOD_WITH_TENSORFLOW=1 pip install horovod`, and avoid using `horovod[tensorflow]`. When you use `horovod[tensorflow]`, it will automatically re-install tensorflow, which is quite confusing, because...
Hi, I have also encountered the similar problem freezing the graph for C++ deployment. To be specific, the elmo feature is the output node of the computation graph, after freezing...