Y
Y
if tensorflow2.x , need to deal "mtcnn_model.py", line 3 'tensorflow.contrib'. 1.x is just fine by delete the compat.v1 in line 11.
1. file should be read as 'rb' method; 2.'face' need to be changed into byte type
Because of the system is Windows10. When I changed : "dist.init_process_group('nccl')" into "dist.init_process_group('gloo')" execute the train.py under the arcface_torch dictionary. Got this Error: **"RuntimeError: ProcessGroupGloo does not support reduce_scatter"** I...