LTA icon indicating copy to clipboard operation
LTA copied to clipboard

Train error

Open mjeensung opened this issue 2 years ago • 2 comments

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?

mjeensung avatar Jun 21 '22 21:06 mjeensung

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?

Quareia avatar Aug 16 '22 05:08 Quareia

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?

zhouyukun0328 avatar Dec 25 '22 08:12 zhouyukun0328