1. 10 9月, 2020 1 次提交
  2. 08 9月, 2020 1 次提交
  3. 07 9月, 2020 1 次提交
    • S
      fix dimensions error for mobilenetv1_KL_quant (#26776) · eb65877c
      Sylwester Fraczek 提交于
      * fix dimensions error for mobilenetv1_KL_quant
      
      fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights.
      
      add mul test
      
      * remove comment
      
      * add third case unit test
      eb65877c
  4. 03 9月, 2020 1 次提交
  5. 02 9月, 2020 1 次提交
  6. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22
  7. 28 8月, 2020 2 次提交
    • L
      Refine paddle.manual_seed (#26496) · 844583c8
      Leo Chen 提交于
      * refine manual seed
      
      * fix ci problem
      
      * fix unittests
      
      * fix unittest
      
      * set is_init_py=false in manual_seed
      
      * fix unittest
      
      * fix bernoulli_op
      
      * fix(unittest): change random_seed to manual_seed
      
      * 🐞fix(unittest): fix manual_seed
      
      * trigger ci
      
      * fix test_sentiment
      
      * fix test_imperative_save_load
      
      * fix test_uniform_random_op
      
      * fix test_uniform_random_op
      
      * fix test_jit_save_load
      
      * merge develop
      
      * fix manual_seed
      
      * fix manual_seed
      
      * use global engine
      
      * use shared_ptr
      
      * fix double free
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix test bug
      
      * fix test bug
      
      * fix test bug
      
      * fix ci
      844583c8
    • P
      trt int8 support conv2d_transpose (#26636) · e3f8e5cf
      Pei Yang 提交于
      e3f8e5cf
  8. 27 8月, 2020 2 次提交
  9. 25 8月, 2020 1 次提交
  10. 24 8月, 2020 2 次提交
  11. 21 8月, 2020 1 次提交
  12. 19 8月, 2020 1 次提交
    • C
      [Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639) · 3f816bc8
      cc 提交于
      * Conv2d_transpose and mul support channnelwise quantization, test=develop
      * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop
      * Fix error in test_user_defined_quantization, test=develop
      * Add depthwise_conv_bn_fuse, test=develop
      * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
      3f816bc8
  13. 17 8月, 2020 1 次提交
    • Z
      set default python3,fix incompatible,cache dir for third party,unify error... · 5017aa76
      Zhou Wei 提交于
      set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178)
      
      * set default python3 for paddle windows,test=win
      
      * set default python3,cache dir for third party,error code,test=win
      
      * fix some incompatible
      
      * fix some error
      
      * set virtual environment,test=win
      5017aa76
  14. 03 8月, 2020 1 次提交
  15. 31 7月, 2020 2 次提交
  16. 30 7月, 2020 1 次提交
  17. 29 7月, 2020 2 次提交
  18. 28 7月, 2020 2 次提交
  19. 27 7月, 2020 1 次提交
  20. 15 7月, 2020 1 次提交
  21. 13 7月, 2020 2 次提交
  22. 11 7月, 2020 1 次提交
  23. 07 7月, 2020 2 次提交
  24. 06 7月, 2020 2 次提交
  25. 30 6月, 2020 1 次提交
  26. 29 6月, 2020 1 次提交
  27. 19 6月, 2020 1 次提交
  28. 17 6月, 2020 1 次提交
  29. 04 6月, 2020 1 次提交
    • L
      support user defined quantization func and preprocess (#24720) · b174b997
      Liufang Sang 提交于
      * add user defined func test=develop
      
      * update test=develop
      
      * update test=develop
      
      * fix name conflicts test=develop
      
      * add unittest test=develop
      
      * change 2018 to 2020 test=develop
      
      * add comment test=develop
      
      * add comment for function test=develop
      
      * fix details test=develop
      
      * fix details test=develop
      b174b997
  30. 02 6月, 2020 2 次提交