MobileFaceNet_Tensorflow
MobileFaceNet_Tensorflow copied to clipboard
fixed multi-gpu train bug.
When use multi-gpus to train: python multi_gpu_train.py error: raise ValueError("None values not supported.") ValueError: None values not supported.
ValueError: Tried to convert 'input' to a tensor and failed. Error: None values not supported.
I hava same problem,could you support the method of fixed multi-gpu train bug.