1. 10 12月, 2019 7 次提交
    • M
      Dropout with seed (#21590) · e2d849b9
      mapingshuo 提交于
      * add seed op
      e2d849b9
    • A
      MKL-DNN 1.0 Update (#20162) · e81f0228
      Adam 提交于
      * MKLDNN v1.0 rebase to Paddle 1.6
      test=develop
      
      * Add hacky paddle::string::to_string() implementation
      
      * vectorize<int64-t>() -> vectorize() cleanup
      test=develop
      
      * PADDLE_ENFORCE and void_cast fixes
      test=develop
      
      * Rebase changes
      test=develop
      
      * Cosmetics
      test=develop
      
      * Delete MKL from mkldnn.cmake
      test=develop
      
      * CMake debug commands
      test=develop
      
      * Delete MKLDNN_VERBOSE and rebase fixes
      test=develop
      
      * Rebase fixes
      test=develop
      
      * Temporarily disable int8 resnet101 vgg16 and vgg19 tests
      test=develop
      
      * Add libmkldnn.so.1 to python setup
      test=develop
      
      * Add libmkldnn.so.1 to inference_lib cmake after rebase
      test=develop
      
      * Post rebase fixes + FC int8 changes
      test=develop
      
      * Fix LRN NHWC
      test=develop
      
      * Fix NHWC conv3d
      test=develop
      
      * Windows build fix + next conv3d fix
      test=develop
      
      * Fix conv2d on AVX2 machines
      test=develop
      e81f0228
    • R
      fix: fail to call ZeroCopyTensor::mutable_data() when device_id is no… (#21461) · 7f5d532a
      rensilin 提交于
      * ZeroCopyTensor::mutable_data in the right device, test=develop
      
      * add unittest for zerocopy, test=develop
      7f5d532a
    • X
      fix master patch when slot is dense (#21580) · f4041572
      xujiaqi01 提交于
      * fix master patch when slot is dense
      * test=develop
      f4041572
    • X
      fix code style of fleet_wrapper (#21639) · c05706fe
      xujiaqi01 提交于
      * fix code style of fleet_wrapper
      * test=develop
      c05706fe
    • W
      Mean gpu optimize (#21643) · 95b95a28
      wangchaochaohu 提交于
      * accelerate mean op test=develop
      95b95a28
    • L
      Add op function generator for dygraph (#21569) · 48600d7f
      Leo Chen 提交于
      * add op function generator, test=develop
      
      * add unittest, test=develop
      
      * follow comments, test=develop
      
      * fix windows compilation problem, test=develop
      48600d7f
  2. 09 12月, 2019 4 次提交
    • L
      QAT Int8 document (#21360) · fbf9eca0
      lidanqing 提交于
      * update benchmark for int8v2, QAT1, QAT2 accuracy and performance
      test=document_fix
      
      * change according to reviews
      test=develop test=document_fix
      
      * improve some descriptions and some models
      test=develop test=document_fix
      
      * update models benchmark data
      test=develop test=document_fix
      
      * update int8v2 and qat2 performance
      test=develop test=document_fix
      fbf9eca0
    • L
      Add CI for checking Input/Output/Attr of modified Ops (#21522) · be6a6396
      liym27 提交于
      * add shell scripts. test=develop
      
      * rename test_pybind_inference to test_pybind_interface and print repeat process in check_op_desc.py. test=develop
      
      * add approval RD. test=develop
      be6a6396
    • L
      Refine VarBase init function (#21587) · 4f81d1bd
      Leo Chen 提交于
      * refine init function, test=develop
      
      * add tests, test=develop
      
      * remove extern, which may cause symbol error in gcc-4.8, test=develop
      4f81d1bd
    • L
      dygraph_grad_maker supports varbase without grad_var (#21524) · 84b72671
      Leo Chen 提交于
      * dygraph_grad_maker supports varbase without grad_var, test=develop
      
      * fix compile, test=develop
      
      * fix test_tracer, test=develop
      
      * follow comments, test=develop
      84b72671
  3. 07 12月, 2019 1 次提交
  4. 06 12月, 2019 9 次提交
  5. 05 12月, 2019 5 次提交
    • Z
      add grad maker assert, test=develop (#21564) · 3a7caf48
      Zeng Jinle 提交于
      3a7caf48
    • H
      Refine a Warning Which Can Occur Not Only During Init (#21546) · b241c732
      Huihuang Zheng 提交于
      As the title
      b241c732
    • P
      fix glog warning, test=develop (#21573) · 20d61414
      Pei Yang 提交于
      20d61414
    • W
      Add Branch to avoid CPU profiler warning print (#21556) · 932aca16
      wangchaochaohu 提交于
      
      * fix profiler warning message in cpu profile mode test=develop
      
      932aca16
    • L
      Split VarBase from Python Variable for Dygraph (#21359) · cdd46d7e
      Leo Chen 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * don't expose numerous Tensor.set(), test=develop
      
      * fix condition, test=develop
      
      * fix float16 bug, test=develop
      
      * feed should be Tensor or np.array, not Variable or number, test=develop
      
      * use forcecast to copy numpy slice to new array, test=develop
      
      * remove float16-uint16 hacking, test=develop
      
      * add variable method to varbase and refactor to_variable to support return varbase
      
      * support kwargs in varbase constructor
      
      * add VarBase constructor to support default python args
      
      * refine varbase initial method
      
      * reset branch
      
      * fix ut for change VarBase error info to PaddleEnforce
      
      * cherry is parameter change before
      
      * overload isinstance to replace too many change of is_variable
      
      * rm useless files
      
      * rm useless code merged by git
      
      * test=develop, fix some ut failed error
      
      * test=develop, fix test_graph_wrapper
      
      * add some tests, test=develop
      
      * refine __getitem__, test=develop
      
      * add tests, test=develop
      
      * fix err_msg, test=develop
      cdd46d7e
  6. 04 12月, 2019 8 次提交
  7. 03 12月, 2019 6 次提交