1. 27 3月, 2019 1 次提交
  2. 26 3月, 2019 5 次提交
    • J
      Fix/test imperative ptb rnn (#16433) · 7c5319ba
      Jiabin Yang 提交于
      * test=develop, fix ptb rnn
      
      * test=develop, change cdn to bj to pass ci
      
      * test=develop, fix ci
      7c5319ba
    • J
      add layer norm to Layers, add transformer test in imperative mode (#16092) · f735102e
      Jiabin Yang 提交于
      * add layer norm to Layers, add transformer prepare encoding
      
      * little change
      
      * finish encoder part
      
      * add decoder part
      
      * finish model part
      
      * add test case and part of data feed
      
      * add transformer test
      
      * add to_parameter, add remove in set_attr
      
      * test=develop, fix pos encoding bug, create_parameter with stantard name
      
      * test=develop, rm dropout test in imperative
      
      * test=develop, fix cpu error
      
      * test=develop, fix minize bug
      
      * test=develop, fix one hot not stop gradient
      
      * test=develop, fix one hot not stop gradient
      
      * test=develop, refine parameter name
      
      * test=develop, fix transformer test in imperative mode
      
      * test=develop, fix transformer test in imperative mode
      
      * test=develop, fix boost and mkl download error
      
      * test=develop, fix boost and mkl download error
      
      * test=develop, fix ci and refine code
      
      * test=develop, fix ci and refine code
      f735102e
    • X
      fix · becf7994
      Xin Pan 提交于
      test=develop
      becf7994
    • W
      Update Readme with new accuracy and performance data measured on 6271 (#16437) · 85e1cc1e
      Wang, Chuanqi 提交于
      * Update Readme with new accuracy and performance data measured on 6271
      test=develop
      
      * Modify tables and example command
      test=develop
      85e1cc1e
    • W
      [slim] Add quantization strategy and distillation strategy. (#16408) · e9bec936
      whs 提交于
      * Add fsp operator.
      1 Add unitest.
      2. Add python API.
      3. Add layer test.
      
      * Add quantization strategy.
      1. Add API.
      2. Add unitest.
      
      * Add distillatoin strategy.
      
      * Add unitest config file for quantization
      
      * Fix Copyright
      test=develop
      
      * Fix setup.py
      
      * Fix document of layers.py.
      test=develop
      
      * Fix unitest in python3.
      test=develop
      
      * Fix documents.
      test=develop
      
      * 1. refine fsp op by batched gemm
      2. remove unused import
      test=develop
      
      * Fix test_dist_se_resnext.
      1. disable test distillation.
      2. reset framework.py
      test=develop
      
      * Enable unitest of distillation after fixing Block._clone_variable
      test=develop
      
      * Fix cdn issue.
      test=develop
      e9bec936
  3. 25 3月, 2019 1 次提交
  4. 23 3月, 2019 4 次提交
    • C
      increase the time limite (#16405) · c917c13a
      chengduo 提交于
      test=develop
      c917c13a
    • C
      Enhance test calibration script on accuracy assert · 431068c9
      chuanqiw 提交于
      test=develop
      431068c9
    • W
      [slim] Refine framework of slim and add filter pruning strategy (#16226) · 2e5831f0
      whs 提交于
      * First pr of paddle slim.
      1. Add framework of paddle slim
      2. Add filter pruning strategy
      test=develop
      
      * Rename unitest to tests.
      test=develop
      
      * Add prettytable into requirements.
      test=develop
      
      * Change in_nodes and out_nodes to odered dict.
      test=develop
      
      * Remove distillation.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Fix unitest in windows.
      test=develop
      
      * Fix unitest in windows.
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Hide some functions.
      test=develop
      
      * Fix python import in python3.5
      test=develop
      
      * Fix compress pass.
      test=develop
      
      * Fix unitest of test_dist_ctr.
      test=develop
      
      * Enhence flops.
      
      * use os.path.join
      
      * Fix pickle for python3
      Fix log and comments.
      test=develop
      
      * 1. Remove feed_reader in compress pass
      2. Fix cache reader
      3. Rename CompressPass to Compressor
      4. Add comments for distiller optimizer
      5. Remove unused pruner currently
      6. Add some comments.
      7. Change API.spec
      test=develop
      
      * Fix pruning in python3.
      test=develop
      
      * Fix unitest in python3.
      test=develop
      
      * Fix format in python3.
      test=develop
      2e5831f0
    • W
      [Operator] Add range op. (#15431) · 18779b5b
      whs 提交于
      * Add range op.
      test=develop
      
      * Add more unitests.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix API.spec
      test=develop
      18779b5b
  5. 22 3月, 2019 7 次提交
  6. 21 3月, 2019 7 次提交
  7. 20 3月, 2019 6 次提交
    • F
      Fix save inference model bug (#16242) · 08838f39
      flame 提交于
      * save infer model bug fix, return target vars' name list
      08838f39
    • B
      Add softmax_with_cross_entropy_op to ngraph engine (#16304) · 2de263a5
      baojun 提交于
      * Add softmax_with_cross_entropy_op test=develop
      
      * simplify implementation test=develop
      2de263a5
    • S
      fix API.spec · bb166a1e
      sneaxiy 提交于
      test=develop
      bb166a1e
    • C
      Fuse AllReduce (#15921) · f26ba5bd
      chengduo 提交于
      * fuse all_reduce
      test=develop
      
      * add fuse_parameter_groups_size
      test=develop
      
      * Polish code
      test=develop
      
      * Fix travis-ci
      test=develop
      
      * Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
      test=develop
      
      * Add SetGroupAccordingToMemorySize
      test=develop
      
      * fix multi_devices_graph
      test=develop
      
      * reset params_grads
      test=develop
      
      * Polish code
      test=develop
      f26ba5bd
    • W
      Collective ops (#15572) · 6382b62f
      Wu Yi 提交于
      * wip allreduce in op
      
      * wip
      
      * wip
      
      * wip
      
      * wip adding test
      
      * wip for conflict with mp mode
      
      * fix tests test=develop
      
      * fix cpu build test=develop
      
      * fix travis clang format test=develop
      
      * fix cpu build test=develop
      
      * update api.spec test=develop
      
      * delete comment test=develop
      
      * fix cpplint test=develop
      
      * fix test=develop
      
      * follow comment test=develop
      
      * add file test=develop
      
      * fix build test=develop
      
      * update test=develop
      
      * to be compatible with sync_bn, and fix mp mode in develop test=develop
      6382b62f
    • L
      checkpoint pr be moved here, test=develop · bed0ecf3
      lujun 提交于
      bed0ecf3
  8. 19 3月, 2019 7 次提交
  9. 18 3月, 2019 2 次提交
    • X
      Enable INT8 transpose kernel for MobileNet-SSD improvement. (#16159) · e818fa10
      xiaolil1 提交于
      * Enable INT8 transpose kernel for MobileNet-SSD improvement.
      test=develop
      
      * Refine the license year.
      test=develop
      
      * Delete redundant code.
      test=develop
      
      * Add axis check.
      test=develop
      e818fa10
    • T
      update load persistables for increment, test=develop (#15576) · 8ea4218c
      tangwei12 提交于
      * update load persistables for increment, test=develop
      
      * update load persistables for increment, test=develop
      
      * update API Spec, test=develop
      
      * update API Spec, test=develop
      
      * add doc, test=develop
      
      * add doc, test=develop
      
      * Update lookup_table_utils.py
      
      * Update API.spec
      
      * Update lookup_table_utils.py
      
      test=develop
      
      * Update API.spec
      
      test=develop
      
      * fix api spec
      
      * Update lookup_table_utils.py
      
      test=develop
      8ea4218c