Commit Graph

4 Commits

Author SHA1 Message Date
Roman Grundkiewicz
6f7766f837 Merged PR 25465: Choose top checkpoints from train.log for averaging
Added `--from-log logfile N metric asc|desc` option to `average.py`, which selects top N checkpoint paths from the provided train.log file according to the selected metric. Last 3 arguments to this option are optional. If the last argument is omitted, "asc" is assumed for perplexity and "desc" for other metrics.
2022-09-15 06:19:18 +00:00
Kenneth Heafield
3c0c1e133b
python3 shebang from #620 (#621)
* python3 shebang from #620
* Add changelog entry for python3 change
2020-04-16 11:15:42 +01:00
Marcin Junczys-Dowmunt
b55c257af6 address comments from PR 2019-09-04 12:48:44 -07:00
Roman Grundkiewicz
993025327f Add script for checkpoint averaging 2019-07-19 14:29:21 +01:00