HPI-DeepLearning / crnn-lid

Code for the paper Language Identification Using Deep Convolutional Recurrent Neural Networks
GNU General Public License v3.0
105 stars 48 forks source link

Train issue. #20

Closed Varuzhan97 closed 4 years ago

Varuzhan97 commented 4 years ago

I am getting this error when trying to process train:

Logging to logs/2020-04-09-16-19-09 Traceback (most recent call last): File "/home/varuzhan/Desktop/crnn-lid-master/keras/train.py", line 85, in shutil.copytree("models", log_dir) # creates the log_dir File "/usr/lib/python2.7/shutil.py", line 194, in copytree names = os.listdir(src) OSError: [Errno 2] No such file or directory: 'models'

Bartzi commented 4 years ago

you seem to be starting the training from the wrong directory.

Varuzhan97 commented 4 years ago

And what I must correct? please explain me process of training step by step if it possible.