- 20 9月, 2019 1 次提交
-
-
由 whs 提交于
-
- 19 9月, 2019 3 次提交
-
-
由 lvmengsi 提交于
-
由 Kaipeng Deng 提交于
-
由 wangguanzhong 提交于
-
- 18 9月, 2019 5 次提交
-
-
由 Yibing Liu 提交于
-
由 lvmengsi 提交于
-
由 Yibing Liu 提交于
-
由 zhang wenhui 提交于
-
由 Yibing Liu 提交于
-
- 17 9月, 2019 6 次提交
-
-
由 wangguanzhong 提交于
-
由 Jiancheng Li 提交于
* minor fix * add getting ops from program * add obtaining op params from paddle program * add code reusage of light_nas_space * add comments to get_ops_from_program * add comments to get_ops_from_program * fixed bugs * add get_all_ops * add get_op_latency * add platform parameter for get_op_latency * add get_all_ops * add get ops from shortcut and se * bug fixed * fixed bugs * add refined code * bugs fixed * useless test codes and op files removed * modifying 7 to length of searched bottlenecks * bugs fixed * add softmax op in get_ops_from_program * remove resize ops in get_ops_from_program * add get_op_latency from paddle-mobile and modify getting fc op params * add fc op params * add batch norm in light_nas_space * bugs fixed * update light_nas_space: add get_model_latency * bug fixed * bug fixed * bug fixed * update get_latency_lookup_table * add bias of fc layer in get_all_ops * add docs for light-nas with latency * update doc for light-nas * add first part of method descriptions for light-nas based on android and ios * add descriptions for lightnas basd on android and ios in demo and usage and modify get_latency_lookup_table * fix errors in usage.md * fix errors among the contents of android system in usage.md * fix errors among the contents of ios system in usage.md * add descriptions in demo.md about lightnas based on android and ios * add auxillary methods for generating bin files and .a files for op latency test * add links for latency estimation tools * minor fix in usage.md * minor errors fixed in usage.md * update LightNAS usage * update docs * update get_latency_lookup_table. * add information for get latency lookup table * add current searched models and their corresponding accuracies for android and ios systems * bugs in fc_op_prams are fixed in get_ops_from_program.py test=develop * update docs * update docs * update docs * update PaddleSlim results * add more lr_strategy * update docs * update PaddleSlim results * update docs * minor update * minor update * modify get_latency_lookup_table.py to make it compatible for python2 and python3; modify usage.md to update the information of PaddleMobile to Paddle-Lite * minor update to be compatible for py3 * modify get_latency_lookup_table.py to make it compatible for python2 and python3 * convert float number in get_all_ops to int number in order to make it compatible for both python2 and python3 * remove print in get_latency_lookup_table.py * update docs * fixed bugs in get_all_ops * fix merge conflicts * fix merge conflicts
-
由 wangguanzhong 提交于
* fix rcnn eval on voc * update comment
-
由 zhumanyu 提交于
* add SPADE
-
由 wangguanzhong 提交于
-
由 cuicheng01 提交于
-
- 16 9月, 2019 7 次提交
-
-
由 Xiaoyao Xi 提交于
* move reading_comprehension into Research/ACL2018-DuReader * move reading_comprehension into Research/ACL2018-DuReader * move reading_comprehension into Research/ACL2018-DuReader * move reading_comprehension into Research/ACL2018-DuReader * move reading_comprehension into Research/ACL2018-DuReader
-
由 ruri 提交于
* fix mobilenet bug * fix inplce warning
-
由 Kaipeng Deng 提交于
* refine auto download logs
-
由 wopeizl 提交于
* fix the gru/gnn hang issue on windows with cuda10 test=develop
-
由 huangjun12 提交于
* add BSN and BMN models to PaddleVideo * modify codes to fix metrics evaluation and readme * add copyright for gen_infer_list.py and modify the content of README * add BSN and BMN in models/README.md
-
由 pkpk 提交于
Change the hyper-link of DAM.
-
由 Kaipeng Deng 提交于
-
- 12 9月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 11 9月, 2019 7 次提交
-
-
由 ruri 提交于
-
由 cuicheng01 提交于
refine image classification and add 19 pre-trained models.
-
由 lvmengsi 提交于
-
由 Zeyu Chen 提交于
Add PaddleSeg submodule to PaddleCV
-
由 whs 提交于
* Add demo for pruning mobilenet-ssd. * Remove unused option. * Use soft link instead of copying files from PaddleCV/ssd
-
由 Bai Yifan 提交于
-
由 JesseyXujin 提交于
* add export cpu_nums for supporting cpu environment * add export cpu_nums for supporting cpu environment
-
- 10 9月, 2019 6 次提交
-
-
由 ruri 提交于
* fix models README, image classification part
-
由 ruri 提交于
-
由 zhoushiyu 提交于
add xDeepFM, DCN model in PaddleRec/ctr. change DeepFM data download script.
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 wangguanzhong 提交于
-
- 09 9月, 2019 4 次提交
-
-
由 David Lin 提交于
In PaddleDetection, making use of tb-paddle to record data, so as to display in TensorBoard. (#3295) * use tb_paddle to log data including: * loss * mAP * image * modified: requirements.txt * modify the missing argument --use_tb * modify GETTING_STARTED.md and docs/GETTING_STARTED_cn.md add the argument of tb-paddle in docs. * optimize the display name of image displaying.
-
由 wangguanzhong 提交于
-
由 ruri 提交于
* remove use_inplace=True and add save_step params * remove useless params when using global pooling
-
由 Yibing Liu 提交于
* Release auto mixed-precision training for bert * Update README
-