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

create_valset argument in train.py #11

Open srajan-jha opened 5 years ago

srajan-jha commented 5 years ago

While trying out the repo, I came across this argument _createvalset which was being parsed from the terminal, but I not not sure if it is being used anywhere else.

Can someone please point me in the right direction whether the split of train and validation set has been implemented or not?

Screenshot from 2019-08-05 13-39-43

Thanks in advance!