MichalBusta / E2E-MLT

E2E-MLT - an Unconstrained End-to-End Method for Multi-Language Scene Text
MIT License
291 stars 84 forks source link

training problem: the program is stopped #24

Open ycjcy opened 5 years ago

ycjcy commented 5 years ago

when I train ,I meet the problem below.

CUDA_VISIBLE_DEVICES="0,1" python3 train_ocr.py -train_list=sample_train_data/MLT/trainMLT.txt -valid_list=data/valid/valid.txt -model=e2e-mlt.h5 -debug=1 -batch_size=8 -num_readers=5

7398 loading model from e2e-mlt.h5 e2e-mlt.h5 2 training images in sample_train_data/MLT/trainMLT.txt 2 training images in sample_train_data/MLT/trainMLT.txt 2 training images in sample_train_data/MLT/trainMLT.txt 2 training images in sample_train_data/MLT/trainMLT.txt 2 training images in sample_train_data/MLT/trainMLT.txt

the program is like to stoped. It is mostly is the problem of data. Please help me if you have solved this problem, thank you!!!!