Skip to content

Latest commit

 

History

History

week8_scst

Materials

More materials

Homework

As usual, go to practice_theano.ipynb or practice_tf.ipynb and follow instructions from there.

Other frameworks: as usual, your task remains the same as in the main track:

  • Implement or borrow seq2seq model for the same translation task
    • Neat tenworflow repo
    • Important - this repo uses simplified phoneme dict - make sure you change preprocessing phase to meaningfully compare results.
  • Implement self-critical sequence training ( = basic policy gradient with a special baseline, see notebook)
  • Beat the baseline (main notebook: step6)

Even if you decide to use custom frameworks, it is highly recommended that you reuse evaluation code (e.g. min Levenshtein) from the main notebook to avoid confusion.