tuna318 / Face-Recognition-with-InsightFace

113 stars 44 forks source link

ValueError: None values not supported. #3

Open Joe8804 opened 5 years ago

Joe8804 commented 5 years ago

run train_softmax.py ValueError: None values not supported.

beeete2 commented 4 years ago

Maybe the version of TensorFlow is affected. This is the version that train_softmax.py can run correctly in my environment.

# Snipped Pipfile.

[packages]
imutils = "*"
tensorflow = "==1.6.0"
mtcnn = "*"
scikit-image = "*"
mxnet = "*"
scikit-learn = "==0.20.0"
easydict = "*"
keras = "==2.2.4"
dlib = "*"
mxnet-cu101 = "*"