- 11 4月, 2019 2 次提交
 - 
- 
由 liuwei1031 提交于
 - 
由 liuwei1031 提交于
 
 - 
 - 04 4月, 2019 1 次提交
 - 
- 
由 Yibing Liu 提交于
* Shift up fluid models * Update nlp submodules * Add redirect guide in org readme * Move HiNAS_models to AutoDL
 
 - 
 - 02 2月, 2019 1 次提交
 - 
- 
由 qingqing01 提交于
* Delete file * Rever the raw file
 
 - 
 - 01 2月, 2019 1 次提交
 - 
- 
由 Yibing Liu 提交于
* Adjust the structure of whole repo * Correct the readme for speec * Update submodules LAC, Senta and SimNet
 
 - 
 - 28 1月, 2019 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 24 1月, 2019 1 次提交
 - 
- 
由 qingqing01 提交于
* Fix exeception when finishing training in detection. * Fix fluid.Trainer in HiNAS_models. * Remove coco doc in SSD detection.
 
 - 
 - 30 10月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
* Quantization-aware training for SSD. * Clean code and refine doc.
 
 - 
 - 29 10月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 16 10月, 2018 1 次提交
 - 
- 
由 Xin Pan 提交于
 
 - 
 - 28 9月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 26 9月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 18 9月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* add pyreader
 
 - 
 - 12 9月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* ce fix
 
 - 
 - 10 9月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* Accelerate reader in object_detection.
 
 - 
 - 02 9月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* revert reader
 
 - 
 - 29 8月, 2018 2 次提交
 - 27 8月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* object_detection accelerate
 
 - 
 - 17 8月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
* update ce
 
 - 
 - 13 8月, 2018 1 次提交
 - 
- 
由 minqiyang 提交于
 
 - 
 - 09 8月, 2018 1 次提交
 - 
- 
由 Bai Yifan 提交于
 
 - 
 - 08 8月, 2018 2 次提交
 - 07 8月, 2018 1 次提交
 - 
- 
由 baiyfbupt 提交于
 
 - 
 - 06 8月, 2018 3 次提交
 - 26 7月, 2018 1 次提交
 - 
- 
由 baiyf 提交于
* add ce run.sh
 
 - 
 - 20 6月, 2018 1 次提交
 - 
- 
由 Xingyuan Bu 提交于
* Refine documentation and code.
 
 - 
 - 13 6月, 2018 1 次提交
 - 
- 
由 Xingyuan Bu 提交于
* update wiki * refine wiki * train.py default args * update wiki cn * update wiki
 
 - 
 - 22 5月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
* PyramidBox for face detection. * Update some hyper parameters. * Update pyramidbox.py
 
 - 
 - 17 5月, 2018 1 次提交
 - 
- 
由 Xingyuan Bu 提交于
 
 - 
 - 11 5月, 2018 1 次提交
 - 
- 
由 Xingyuan Bu 提交于
* fix parallel * typo * fix data best_map parameter bug
 
 - 
 - 27 4月, 2018 2 次提交
 - 
- 
由 Xingyuan Bu 提交于
* ready to coco_reader * complete coco_reader.py & coco_train.py * complete coco reader * rename file * use argparse instead of explicit assignment * fix * fix reader bug for some gray image in coco data * ready to train coco * fix bug in test() * fix bug in test() * change coco dataset to coco2017 dataset * change dataset from coco to coco2017 * change learning rate * fix bug in gt label (category id 2 label) * fix bug in background label * save model when train finished * use coco map * adding coco year version args: 2014 or 2017 * add coco dataset download, and README.md * fix * fix image truncted IOError, map version error * add test config * add eval.py for evaluate trained model * fix * fix bug when cocoMAP * updata READEME.md * fix cocoMAP bug * find strange with test_program = fluid.default_main_program().clone(for_test=True) * add inference and visualize, awa, README.md * upload infer&visual example image * refine image * refine * fix bug after merge * follow yapf * follow comments * fix bug after separate eval and eval_cocoMAP * follow yapf * follow comments * follow yapf * follow yapf
 - 
由 Xingyuan Bu 提交于
* ready to coco_reader * complete coco_reader.py & coco_train.py * complete coco reader * rename file * use argparse instead of explicit assignment * fix * fix reader bug for some gray image in coco data * ready to train coco * fix bug in test() * fix bug in test() * change coco dataset to coco2017 dataset * change dataset from coco to coco2017 * change learning rate * fix bug in gt label (category id 2 label) * fix bug in background label * save model when train finished * use coco map * adding coco year version args: 2014 or 2017 * add coco dataset download, and README.md * fix * fix image truncted IOError, map version error * add test config * add eval.py for evaluate trained model * fix * fix bug when cocoMAP * updata READEME.md * fix cocoMAP bug * find strange with test_program = fluid.default_main_program().clone(for_test=True) * add inference and visualize, awa, README.md * upload infer&visual example image * refine image * refine * fix bug after merge * follow yapf * follow comments * fix bug after separate eval and eval_cocoMAP * follow yapf * follow comments * follow yapf * follow yapf
 
 - 
 - 23 4月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 17 4月, 2018 1 次提交
 - 
- 
由 Dang Qingqing 提交于
 
 - 
 - 16 4月, 2018 2 次提交
 - 
- 
由 Dang Qingqing 提交于
 - 
由 Dang Qingqing 提交于
 
 -