1. 21 8月, 2018 1 次提交
  2. 20 8月, 2018 1 次提交
    • W
      Add attention training model for ocr. (#1034) · c034bac2
      whs 提交于
      * Add attention training model for ocr.
      
      * Add beam search for infer.
      
      * Fix data reader.
      
      * Fix inference.
      
      * Prune result of inference.
      
      * Fix README
      
      * update README
      
      * Rsize figure.
      
      * Resize image and fix format.
      c034bac2
  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