1. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  2. 20 11月, 2020 1 次提交
  3. 14 10月, 2020 1 次提交
    • C
      Remove and reorganize the alias of APIs (#27717) · d05058d2
      chentianyu03 提交于
      * modify cond while_loop to paddle.static.nn.cond
      
      * modify crop_tensor to paddle.crop
      
      * modify Variable to paddle.static.Variable
      
      * remove nn.beam_search, nn.beam_search_decode, nn.gather_tree
      
      * remove bpr_loss, center_loss, rank_loss, smooth_l1, teacher_student_sigmoid_loss, edit_distance, sampled_softmax_with_cross_entropy in nn.functional
      
      * remove apis in nn.functional.learn_rate.py
      
      * remove pool2d, pool3d, adaptive_pool2d, adaptive_pool3d in nn.functional
      
      * remove apis in nn.functional.vision
      
      * remove erf, soft_relu in nn.functional.activation
      
      * remove apis in nn.functional.extension
      
      * remove nn.functional.rnn
      
      * remove hash from nn.functional.lod
      
      * remove row_conv from nn.functional.extension
      
      * remove one_hot, pad2d, pad_constant_like from nn.functional.common
      
      * remove nn.gather_tree, nn.BilinearTensorProduct, nn.Pool2D, nn.Pad2D
      
      * remove apis from optimizer.__init
      
      * remove tensor.creation.fill_constant
      
      * remove elementwise_mul in nn.functional.common and  modify to paddle.multiply
      
      * remove  tensor.stat.reduce_mean
      
      * remove reduce_all, reduce_any in tensor.logic
      
      * remove apis in tensor.math
      
      * remove apis in tensor.__init__
      
      * remove has_inf, has_nan in tensor.search
      
      * remove apis in framework.__init__
      
      * remove apis in paddle.__init__
      
      * remove apis in nn.functional.__init__
      
      * modify removed alias apis to raw api in doc and unittests
      
      * fix remove grid_sample bug
      
      * modify removed alias apis to raw api in doc and unittests
      
      * modify removed alias apis to raw api in doc and unittests
      
      * modify removed alias apis to raw api in doc and unittests
      
      * modify removed alias apis to raw api in doc and unittests
      
      * modify removed alias apis to raw api in doc and unittests
      
      * modify removed alias apis to raw api in doc and unittests
      
      * delete alias api relastions in doc
      
      * reserve paddle.compat, paddle.sysconfig
      
      * remove unittest for paddle.reduce_all, paddle.reduce_any
      
      * modify removed alias apis to raw api in doc and unittests
      
      * recover paddle.save and paddle.load
      
      * resolve conflicts
      
      * fix sample code missing paddle.enable_static() bug
      
      * fix sample code missing paddle.enable_static() bug
      
      * fix to_string sample code error
      d05058d2
  4. 08 10月, 2020 1 次提交
    • H
      fix doc and example code of huber_loss and npair_loss (#27678) · de60c549
      huangjun12 提交于
      * fix huber_loss ans npair_loss doc and example code, test=document_fix
      
      * remove disable_static in example code, test=document_fix
      
      * remove huber_loss and refine npair_loss example code, test=document_fix
      
      * remove huber_loss in functional/__init__.py, test=document_fix
      de60c549
  5. 30 9月, 2020 1 次提交
  6. 28 9月, 2020 1 次提交
  7. 27 9月, 2020 1 次提交
    • L
      add support to float64 input of warpctc op. (#27399) · 1501a80f
      Li Fuchen 提交于
      * add float64 input to ctc_loss
      
      * modified error message of  warpctc
      
      * update repo and tag of warpctc
      
      * add test for warpctc with float64 input
      
      * modified warpctc.cmake to make sure build always
      
      * resolved sample code bug of warpctc
      
      * add core.ops in warpctc dygraph
      
      * fix a bug of test
      1501a80f
  8. 15 8月, 2020 1 次提交
  9. 07 7月, 2020 1 次提交
  10. 25 5月, 2020 1 次提交
  11. 14 5月, 2020 3 次提交
  12. 13 5月, 2020 2 次提交
  13. 07 5月, 2020 1 次提交
  14. 30 4月, 2020 1 次提交
  15. 28 4月, 2020 1 次提交
  16. 27 4月, 2020 1 次提交
  17. 26 4月, 2020 1 次提交
  18. 17 4月, 2020 1 次提交
  19. 15 4月, 2020 1 次提交
    • D
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder)... · b4daea13
      Double_V 提交于
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794)
      
      * error message enchanced, test=develop
      
      * error message enchanced for APIs, test=develop
      
      * error message enhanced for roi_pool, test=develop
      
      * update added code, test=develop
      
      * update fluid/input.py, test=develop
      
      * update fluid/input.py ,test=develop
      
      * fix code style, test=develop
      
      * fix lower converage, test=develop
      
      * error message enhanced for roi pool, test=develop
      b4daea13
  20. 14 4月, 2020 1 次提交
  21. 12 4月, 2020 2 次提交
  22. 10 4月, 2020 1 次提交
  23. 09 4月, 2020 1 次提交
  24. 05 4月, 2020 1 次提交
  25. 04 4月, 2020 1 次提交
  26. 31 3月, 2020 1 次提交
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387
  27. 23 2月, 2020 1 次提交
  28. 06 2月, 2020 1 次提交
  29. 16 1月, 2020 1 次提交
  30. 04 1月, 2020 1 次提交
  31. 31 12月, 2019 1 次提交
  32. 24 12月, 2019 1 次提交
  33. 05 12月, 2019 1 次提交
    • 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
  34. 28 11月, 2019 1 次提交
  35. 15 11月, 2019 1 次提交
  36. 14 11月, 2019 1 次提交