SamLynnEvans / Transformer

Transformer seq2seq model, program that can build a language translator from parallel corpus
Apache License 2.0
1.35k stars 350 forks source link

Process.py missing? #1

Closed TheodoreGalanos closed 6 years ago

TheodoreGalanos commented 6 years ago

Hi I was wondering if there is a Process.py missing in your code. It seems to be imported, and a couple of functions rely on it (read_data perhaps?) but I can't seem to find it.

I hope this is what is going on and I haven't missed smth blatantly obvious!

Thanks for sharing the code!

Regards, Theodore.

SamLynnEvans commented 6 years ago

Oh wow you're right! Just uploaded the file now. Thanks for pointing that out.