Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Conversation

@martinpopel
Copy link
Contributor

  • simplify wmt.py:
    train_generator is now a method (not a property returning a function)
    and WMTProblem subclasses implement it directly (not via one-purpose functions)
  • add WMT English-Czech translation problems
  • introduce vocab_name property, so e.g. tokens.vocab-en-cs.32768 is used instead of tokens.vocab.32768 if only English+Czech datasets were used

* simplify wmt.py:
`train_generator` is now a method (not a property returning a function)
and WMTProblem subclasses implement it directly (not via one-purpose functions)
* add WMT English-Czech translation problems
* introduce `vocab_name` property, so e.g. `tokens.vocab-en-cs.32768` is used instead of `tokens.vocab.32768` if only English+Czech datasets were used
Copy link
Contributor

@lukaszkaiser lukaszkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@lukaszkaiser lukaszkaiser merged commit 3913c1e into tensorflow:master Jul 25, 2017
@martinpopel martinpopel deleted the add_czech2 branch July 25, 2017 19:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants