yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
623 stars 183 forks source link

Not able to perform training ! #100

Open Kapil-23 opened 4 years ago

Kapil-23 commented 4 years ago

On Executing python .\landmark.py --train_record .\data_train.record --val_record .\data_validation.record --model_dir train --train_steps 500 --batch_size 32

Facing Error : 2020-06-01 13:11:47.049620: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at save_restore_v2_ops.cc:109 : Not found: Failed to create a NewWriteableFile: train\model.ckpt-0_temp_62e3ed9bf0cf41edb3ac40f16598ea0c/part-00000-of-00001.data-00000-of-00001.tempstate12331127356078654013 : The system cannot find the path specified.

abdou31 commented 4 years ago

Hello. Can you try:

python .\landmark.py --train_record=.\data_train.record --val_record=.\data_validation.record --model_dir=train --train_steps=500 --batch_size=32