Skip to content
Snippets Groups Projects
metrics.ts 226 B
Newer Older
  • Learn to ignore specific revisions
  • export default {
      CER_MEAN: 'cer_mean',
      CER_MEDIAN: 'cer_median',
      WER: 'wer',
      PAGES_PER_MINUTE: 'pages_per_minute',
      CER_STANDARD_DEVIATION: 'cer_standard_deviation',
      WALL_TIME: 'wall_time',
      CPU_TIME: 'cpu_time'
    }