Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/OpenNMT.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/onmt
AgeCommit message (Expand)Author
2018-07-18Fix condition to detect LM trainingGuillaume Klein
2018-07-10Fix memory preallocation for monotextGuillaume Klein
2018-04-05Fix missing argument in the translation evaluatorGuillaume Klein
2018-03-05WIP introduce token batch size limit (#506)Vincent Nguyen
2018-02-09introduce log_tag option (#517)Jean Senellart
2018-01-30Fix language model sampling modeGuillaume Klein
2018-01-27display oov rates (#505)Jean Senellart
2018-01-27Fix492 - complete (#504)Jean Senellart
2018-01-27Gbs v2 (#501)Natalia Segal
2018-01-17Enable evaluation mode for language models (#496)Guillaume Klein
2018-01-02fix incompatibility of dynamic dataset/parallel preprocess and bpreprocess (#...Jean Senellart
2017-12-22Fix parallel training optionsGuillaume Klein
2017-12-21fix beam size 1 broken with lexical_constraints (#470)Jean Senellart
2017-12-11Fix deserialize protected character (#455)Jean Senellart
2017-12-10Fix450 (#454)Jean Senellart
2017-12-08[WIP] Hooks mechanism (#436)Jean Senellart
2017-12-07Placeholder constraints (#448)Natalia Segal
2017-12-05Rename NOERROR log level to NONEGuillaume Klein
2017-11-30Fix regression introduced in 56466ee6Guillaume Klein
2017-11-30fix #444 (#446)Jean Senellart
2017-11-23Sentence-level negative log-likelihood criterion for SeqTagger (#438)Jungi Kim
2017-11-21filename '-' substitute for stdinJean A. Senellart
2017-11-15fix failing test on lua 5.1Jean A. Senellart
2017-11-08fix TER norm (#427)Jean Senellart
2017-11-07Lexical beam (#410)Natalia Segal
2017-11-07Add merge mode for update vocabularies (#423)Bo WANG
2017-10-31Placeholders in protected sequences (#416)Jean Senellart
2017-10-30fix error management in preprocessing (#414)Jean Senellart
2017-10-24Update vocabularies when the new train-set's vocabularies are different (#411)Bo WANG
2017-10-20Fix error on empty input vector during translationGuillaume Klein
2017-10-20Add keep rules in file sampling to keep all sentences from training files (#408)Guillaume Klein
2017-10-17Update Preprocessor.luaJean Senellart
2017-10-17Dynamic dataset memory optimization (#398)Jean Senellart
2017-10-16Use shared serializer for preprocessor threadsGuillaume Klein
2017-10-16Json log (#405)Jean Senellart
2017-10-06Recommend browsing the docs directory instead of the online documentationGuillaume Klein
2017-10-05Make decoder embeddings optional in tools/extract_embeddings.lua (#395)pavel-
2017-10-04On the fly normalization (#377)Jean Senellart
2017-10-03Add a dry run mode for the preprocess (#392)Guillaume Klein
2017-10-02Fix start iteration offset when using multiple GPUsGuillaume Klein
2017-10-01Fix #384 (#389)Jean Senellart
2017-09-29Revert "Fix384 (#387)" (#388)Guillaume Klein
2017-09-29Fix384 (#387)Jean Senellart
2017-09-26Fix wrong option name in option descriptionGuillaume Klein
2017-09-21Print more decimals when reporting the learning rateGuillaume Klein
2017-09-18Always save the model of the last epochGuillaume Klein
2017-09-15fix incorrect name of valid options (#376)Jean Senellart
2017-09-14Dynamic dataset (#364)Jean Senellart
2017-09-14Merge branch 'master' of https://github.com/OpenNMT/OpenNMT into ppl_valid_trainJean A. Senellart
2017-09-14score 0 if valid data missingJean A. Senellart