When I train insightface with train_parallel.py scripts, which is the model parallelism implementation of MXNet, I change the para of config.num_workers
, and get this error:
Traceback (most recent call last):
File "train_parall.py", line 434, in <module>
main()
File "train_parall.py", line 430, in main
train_net(args)
File "train_parall.py", line 282, in train_net
from parall_module_dist import ParallModule
ModuleNotFoundError: No module named 'parall_module_dist'
I think it is some modules that I missed, but I installed the whole MXNET, may I have to install anything else?