Open KamalM8 opened 5 years ago
Hello,
I have setup my environment as was mentioned in this repository (tensorflow 1.2.1, Cuda 8.0, etc.) However, after the data preparation step, the train_PNet.py code doesn't train. It just stops at this line:
image_batch_array, label_batch_array, bbox_batch_array,landmark_batch_array = sess.run([image_batch, label_batch, bbox_batch,landmark_batch])
If anyone stumbled across this error and was able to fix it, please let me know.
I had the same problem.
my environment is (tensorflow 1.14.0, Cuda 9.0), and it's training well.
Hello,
I have setup my environment as was mentioned in this repository (tensorflow 1.2.1, Cuda 8.0, etc.) However, after the data preparation step, the train_PNet.py code doesn't train. It just stops at this line:
image_batch_array, label_batch_array, bbox_batch_array,landmark_batch_array = sess.run([image_batch, label_batch, bbox_batch,landmark_batch])
If anyone stumbled across this error and was able to fix it, please let me know.