solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

about mkdir for ".../export/..." #38

Closed IMYR666 closed 6 years ago

IMYR666 commented 6 years ago

Hi @solivr : it happens an error "can not make directory './output/export\'sequencenumber'\'",then I interrupted this code and restarted it , it was running good,but couldn't save the model to ".../export/..." directory.What might be the problem? thanks. I run code at windows10, using CPU not GPU.

solivr commented 6 years ago

Hi @IMYR666, I had a similar issue on another project, it seems that when working on Windows, the export directory is not created. I updated the code (01f43a43703a2dac5ad6c7876c828ee966364e39), can you try again and let me know if it works now ?

IMYR666 commented 6 years ago

It works! thanks!

IMYR666 commented 6 years ago

And I have another question: what is the function of "my_eval_data.csv"? just like validated data?

solivr commented 6 years ago

Yes, it is the csv file where you have listed your validation data.