- 16 10月, 2019 1 次提交
-
-
由 whs 提交于
-
- 17 9月, 2019 1 次提交
-
-
由 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
-
- 07 8月, 2019 1 次提交
-
-
由 Bai Yifan 提交于
-
- 19 7月, 2019 1 次提交
-
-
由 whs 提交于
* Add usage for distribute Light-NAS searching. * Refine usage doc of PaddleSlim.
-
- 27 6月, 2019 1 次提交
-
-
由 whs 提交于
* Add doc for Light-NAS and auto filter pruning * Add demo doc for Light-NAS and auto filter pruning. * Fix usage. * Add tutorial * Refine the doc.
-
- 12 4月, 2019 2 次提交
-
-
由 Zhen Wang 提交于
-
由 whs 提交于
* Add README.md * Update url of images. * Add images. * Add usage.md * Add demo.md * Fix demo.md * Add model_zoo.md * Fix pretrain models download in model zoo. * Refine documents. 1. Rename python to Python 2. Fix README.md: vgg->VGG, resnet->ResNet, mobilenet->MobileNet 3. Rename flops to FLOPS * Move docs of PaddleSlim from models.fluid.PaddleSlim to models.PaddleSlim * 1. Introduce model format in README.md 2. Merge results of combined strategies into one table. * Refine README.md * Refine README 1. Fix some terms in README.md 2. Fix description of model format in README.md 3. Add Channel-Wise into feature list 4. Rename 'paddle mobile' to 'Paddle Mobile' 5. Add comments for dynamic quantization and static quantization 6. Add entry url for Model Zoo in README.md * Refine README.
-