FlowQA
FlowQA copied to clipboard
EOFError: Ran out of input
When I execute python train_QuAC.py,there are errors as following:
Traceback (most recent call last):
File "train_QuAC.py", line 324, in
Your help will be highly appreciated!
I met the same problem with, have you resolved it? @zou-longkun
@TinyGrass I have resolved it .The reason for this problem is that the file MT-LSTM.path is empty, you need to download this file again. You can excute the command line which could be found in download.sh : wget https://s3.amazonaws.com/research.metamind.io/cove/wmtlstm-b142a7f2.pth -O glove/MT-LSTM.pth
@TinyGrass I have resolved it .The reason for this problem is that the file MT-LSTM.path is empty, you need to download this file again. You can excute the command line which could be found in download.sh : wget https://s3.amazonaws.com/research.metamind.io/cove/wmtlstm-b142a7f2.pth -O glove/MT-LSTM.pth
Thanks, @zou-longkun . I resolved it as you said.
@zou-longkun , yes, That's the problem.