LTA
LTA copied to clipboard
Train error
Hi,
I tried to run python train.py -d 0 -st1 1
to train the model, but it says there is no protos_lstm.pkl file.
FileNotFoundError: [Errno 2] No such file or directory: './data/ver1/Clinc/protos_lstm.pkl'
Could you help me with solving this?
This pickle file will be dump on code trainer/trainer.py
line 189 when first step evaluation is done. Maybe you made something wrong when training the step one?
Hi,
I tried to run
python train.py -d 0 -st1 1
to train the model, but it says there is no protos_lstm.pkl file.
FileNotFoundError: [Errno 2] No such file or directory: './data/ver1/Clinc/protos_lstm.pkl'
Could you help me with solving this?
Hi, I also met this problem. Have you solved it?