• 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
train.sh 1.3 KB