easy_seq2seq
easy_seq2seq copied to clipboard
Training data issue
While I try to execute the "execute.py" to train the data, following error displays, can you please help me resolve this:
Traceback (most recent call last):
File "C:\Users\gssjekum\AppData\Local\Programs\Python\Python35\Scripts\easy_seq2seq\execute.py", line 300, in
Same problem here.
same here
note i had to convert all files to utf-8 and that also included the file generate (aka data/train.dec.ids20000 as data/train.enc.ids20000) so convert download data first run one and convert train.enc.ids20000 run again and convert train.dec.ids20000 ..
so i can only assume the bit that writes said files needs a tweek.. now "creating 3 layers of 256 units"... mmm so lets see what happens next (many cpu cycles later... :) )
create a folder named data at the project's main folder and place following files in it
download files from this urls manually and place on data folder
https://www.dropbox.com/s/ncfa5t950gvtaeb/test.enc?dl=0 https://www.dropbox.com/s/48ro4759jaikque/test.dec?dl=0 https://www.dropbox.com/s/gu54ngk3xpwite4/train.enc?dl=0 https://www.dropbox.com/s/g3z2msjziqocndl/train.dec?dl=0