Open Hukongtao opened 2 years ago
When I train with two cards on my machine with horovodrun -np 2 -H localhost:2 python train_ofa_net.py, The code works fine. But I found that the memory of both processes is on the same card. Do you know why?
horovodrun -np 2 -H localhost:2 python train_ofa_net.py
When I train with two cards on my machine with
horovodrun -np 2 -H localhost:2 python train_ofa_net.py
, The code works fine. But I found that the memory of both processes is on the same card. Do you know why?