Closed Gldkslfmsd closed 6 years ago
What about just disabling bootstrap for TER in the default setup? https://github.com/choko/MT-ComparEval/blob/39027307ef8131ac48b2d1ac6585ba42d4ac403f/app/config/config.neon#L152
A proper solution would be to cache per-sentence TER statistics and resample just these statistics, thus not executing the TER binaries 1000 times, but I am not sure if @lefterav has time to implement this.
Bootstrap resampling turned off for TER in 5d48281396e534545574c82521826b4709b15409.
How do I apply the changes in config? I commented this lines:
TER: [
class: @terMetric,
case_sensitive: False,
compute_bootstrap: True,
],
, then restarted watcher and it's generating TER samples again. The same after server restart. Do I have to use a fresh installation again?
Checkout the most recent version and remove cache (rm -rf ./temp/*).
Thanks, @choko !
Good point
Hello, I'm running watcher again on the data mentioned in #77 with a fresh installation. The TER samples generating is really slow, it takes more than 1 hour for 3000 sentences. Can you speed it up or disable it by default?