1. 29 10月, 2018 1 次提交
  2. 14 8月, 2018 1 次提交
    • M
      Add MKL-DNN benchmarking for chinese_ner (#1048) · f36588dc
      Michał Gallus 提交于
      * Add MKL-DNN Benchmarking to CRNN-CTC
      
      * Add MKL-DNN benchmarking for chinese_ner
      
      * Make crnn-ctc scripts more portable
      
      * Merge CRNN-CTC train & inference scripts
      
      * Remove LD_LIBRARY_PATH from crnn-ctc scripts
      
      * CRNN-CTC scripts: set parallel to true
      
      Abort script if batch_size is lower than num of cores
      
      * CRNN-CTC scripts: limit mode options in infer
      
      * CRNN-CTC scripts: set mkldnn parallel to False
      
      * CRNN-CTC scripts: remove mkldnn parallel warning
      
      * Chinese-ner: Merge train & infer scripts, update readme
      
      * Chinese_ner: add --parallel flag for train
      f36588dc
  3. 31 7月, 2018 1 次提交
    • M
      Add MKL-DNN Benchmarking to CRNN-CTC (#1046) · c765794e
      Michał Gallus 提交于
      * Add MKL-DNN Benchmarking to CRNN-CTC
      
      * Make crnn-ctc scripts more portable
      
      * Add documentation for cycle to crnn-ctc-reader
      
      * Update crnn-ctc readme for CPU execution
      
      * Merge CRNN-CTC train & inference scripts
      
      * Fix mnist model & ce, kaffe graph yapf issues
      
      * Remove LD_LIBRARY_PATH from crnn-ctc scripts
      
      * CRNN-CTC scripts: set parallel to true
      
      Abort script if batch_size is lower than num of cores
      
      * CRNN-CTC scripts: limit mode options in infer
      
      * CRNN-CTC scripts: set mkldnn parallel to False
      c765794e