Closed
Description
This issue tracks updates the seq2seq
example to follow practices outlined in #231.
- Port to linen API - once ported all subsequent changes should be done in
linen_examples/seq2seq
- Update
README.md
- Add
requirements.txt
Improves seq2seq example #1396 - Update file structure
- Use
ml_collections.ConfigDict
? - Add benchmark test ?
- Add unit test for training/eval step ?
- Add Colab Improves seq2seq example #1396
- Adhere to Google Python style
- Add mypy annotations
- Shorten/beautify training loop (consider using
clu
for this)