NeuronBlocks/core
Flyer Cheng fa9e8e2f19 Use lazy loading instead of one-off loading (#28)
* Add new config about knowledge distillation for query binary classifier

* remove inferenced result in knowledge distillation for query binary classifier

* Add AUC.py in tools folder

* Add test_data_path into conf_kdqbc_bilstmattn_cnn.json

* Modify AUC.py

* Rename AUC.py into calculate_AUC.py

* Modify test&calculate AUC commands for Knowledge Distillation for Query Binary Classifier

* Add cpu_thread_num parameter in conf.training_params

* Rename cpu_thread_num into cpu_num_workers

* update comments in ModelConf.py

* Add cup_num_workers in model_zoo/advanced/conf.json

* Add the description of cpu_num_workers in Tutorial.md

* Update inference speed of compressed model

* Add ProcessorsScheduler Class

* Add license in ProcessorScheduler.py

* use lazy loading instead of one-off loading

* Remove Debug Info in problem.py

* use open instead of codecs.open

* update the inference of build dictionary for classification

* update typo

* update typo
2019-05-10 12:43:52 +08:00
..
CellDict.py Use lazy loading instead of one-off loading (#28) 2019-05-10 12:43:52 +08:00
ChineseTokenizer.py add Chinese support (#18) 2019-05-08 19:07:52 +08:00
EnglishPOSTagger.py Code commit 2019-04-20 19:17:30 +08:00
EnglishTextPreprocessor.py Code commit 2019-04-20 19:17:30 +08:00
EnglishTokenizer.py add Chinese support (#18) 2019-05-08 19:07:52 +08:00
LRScheduler.py Code commit 2019-04-20 19:17:30 +08:00
Stopwords.py add Chinese support (#18) 2019-05-08 19:07:52 +08:00
StreamingRecorder.py Code commit 2019-04-20 19:17:30 +08:00
__init__.py Code commit 2019-04-20 19:17:30 +08:00