-
Notifications
You must be signed in to change notification settings - Fork 0
Home
esalesky edited this page Feb 24, 2018
·
4 revisions
- init code rewrite (@liz)
- related work write-up section (@liz, @andrew)
- preprocessing: prepare actual IWSLT data (@liz)
- train in epochs like normal freaking people
- generation
- dev/test sets
- evaluation: ppl, BLEU
- LSTMs (BiLSTMs)
- checkpointing
would be nice for A1, but not necessary:
- mini-batching (@coda)
- attention
- move all tuneable params to main.py or pass in a param file
- logging