Unverified Commit 6bc58f45 authored by powerverwirrt's avatar powerverwirrt Committed by GitHub
Browse files

Wrong link to average_checkpoints.py

Hey, I just noticed that there was a broken link in the documentation, so I thought I'd fix it. (There was an extra "joeynmt". Too many joeys!) I think, the other ones are okay but I didn't test all of them.
parent 46546c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ Features
   Check the description in `initialization.py <https://github.com/joeynmt/joeynmt/blob/master/joeynmt/initialization.py#L60>`_.

- **Is there the option to ensemble multiple models?**
   You can do checkpoint averaging to combine multiple models. Use the `average_checkpoints script <https://github.com/joeynmt/joeynmt/blob/master/joeynmt/scripts/average_checkpoints.py>`_.
   You can do checkpoint averaging to combine multiple models. Use the `average_checkpoints script <https://github.com/joeynmt/joeynmt/blob/master/scripts/average_checkpoints.py>`_.

- **What is a bridge?**
   We call the connection between recurrent encoder and decoder states the *bridge*.