Open wingedRuslan opened 3 years ago
I was able to fix this for my own dataset. I had to create a file that contain every token of both the training and validation set (basically merge train & valid set for the creation of the Dictionary). I kept the structure of the original files for this new file. I followed the steps to preprocess my new file. You should get a 'newfile_vocab' or something alike during the preprocessing. I used this newfile_vocab as the input vocab for both train and valid dataset. After this fix it worked. I have no idea how the author got this to work with the instructions as given.
Hi,
I was following the steps in the readme to train the model on the ROTOWIRE dataset.
Unfortunately, in the Model Training step, I got the AssertionError in load_para_data() function (see below for full log).
Could you please point on how to fix the error?
Many thanks, Ruslan