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.py error #22

Closed Varuzhan97 closed 4 years ago

Varuzhan97 commented 4 years ago

HI. In /keras/models/topcoder_crnn_finetune.py file there is a line:

model.load_weights("logs/2017-04-08-13-03-44/weights.08.model", by_name=True)

But in project there is no direction or file like this.What file is this?How can I load it?