seathiefwang / FaceRecognition-tensorflow

基于TensorFlow训练的人脸识别神经网络
1.31k stars 414 forks source link

train_faces没有生成model文件 导致is_myface136行报错 #30

Open honghaoli9898 opened 5 years ago

honghaoli9898 commented 5 years ago

saver.restore(sess, tf.train.latest_checkpoint('.')) 报错为值为none

TheStoryEnd commented 3 years ago

我也有这个问题