tf-seq2seq icon indicating copy to clipboard operation
tf-seq2seq copied to clipboard

BPE and validation data

Open ghost opened this issue 7 years ago • 0 comments

Can you clarify a bit on how you are taking the validation data and why bpe is used in such cases ?

tf.app.flags.DEFINE_string('source_valid_data', 'data/newstest2012.bpe.de', 'Path to source validation data') tf.app.flags.DEFINE_string('target_valid_data', 'data/newstest2012.bpe.fr', 'Path to target validation data')

ghost avatar Jun 20 '18 09:06 ghost