lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

Added early stopping capability with multibleu.perl #18

Closed kelvinxu closed 9 years ago

kelvinxu commented 9 years ago

Some notes:

-> it assumed utf8 encoding meant chinese character based bleu, which might not be right for other languages.

-> it presupposes certain variables in the state file (untracked since, mine is very different).

Kelvin

kyunghyuncho commented 9 years ago

@kelvinxu, can you rebase your repo and make the pull request again? The commits ac5a277 and 19b6457 don't seem right.

kelvinxu commented 9 years ago

my mistake.