NeuralTripleTranslation icon indicating copy to clipboard operation
NeuralTripleTranslation copied to clipboard

data/20180525.pkl not found error

Open akshayudnur opened this issue 5 years ago • 2 comments

data/20180525.pkl file not available in data folder

akshayudnur avatar Jun 13 '19 12:06 akshayudnur

hi @akshayudnur, there were two tf generated files you got after training the model. because they were too large so I could not upload them. you should be able to get them once you ran the end-end training. I suggest you try to use seq2seq/s2s_preprocess.py to generate the .pkl file. there s a local path needed for pretrained word2vec. Then you may try baselines/main.py and see if your input dimension is valid. (you might need to swap the loss.data[0] to loss.item() in main.py due to the recent update in pytorch)

YueLiu avatar Jul 08 '19 21:07 YueLiu

and of course, you need to prepare your training corpus following this pattern

YueLiu avatar Jul 08 '19 21:07 YueLiu