1. 17 8月, 2021 1 次提交
    • H
      Align CTC grad scale same with ESPNet (#34729) · 10f9644c
      Hui Zhang 提交于
      * dygraph support more ctc grad scale
      
      * scale for 1.x
      
      * fix unitest
      
      * fix unitest
      
      * format code
      
      * fix unittest
      
      * fix log info
      
      * unittest cov
      
      * fix format;notest,test=cpu,coverage
      
      * skip ctc_loss egs;test=cpu
      
      * warpctc grad cov;test=coverage
      
      * add dygraph test;test=coverage
      
      * format;test=cpu,coverage
      
      * format;test=cpu
      
      * add api compat;test=cpu
      
      * add cpu test
      
      * rename
      
      * rename
      
      * fix
      
      * fix test
      
      * format
      
      * eigen cpu
      
      * eigen gpu grad pass
      
      * cuda gpu pass
      
      * format
      
      * fix ci
      10f9644c
  2. 15 7月, 2021 1 次提交
  3. 15 6月, 2021 1 次提交
  4. 30 11月, 2020 1 次提交
  5. 27 11月, 2020 2 次提交
  6. 26 11月, 2020 2 次提交
    • N
      Fix ops doc for some ops · da71173b
      Noel 提交于
      Fix ops doc for some ops 
      da71173b
    • C
      Add static_only decorator for static apis (#29015) · d0129fcd
      Chen Weihang 提交于
      * add static_only for static api
      
      * addd static_only for class init
      
      * remove static_only for default_main_program
      
      * remove creater_parameter & startup_program
      
      * remove failed apis
      
      * revert py_func import
      
      * remove global scope
      
      * remove some api
      
      * remove cuda pinned place
      d0129fcd
  7. 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
  8. 20 11月, 2020 1 次提交
  9. 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
  10. 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
  11. 30 9月, 2020 1 次提交
  12. 28 9月, 2020 1 次提交
  13. 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
  14. 15 8月, 2020 1 次提交
  15. 07 7月, 2020 1 次提交
  16. 25 5月, 2020 1 次提交
  17. 14 5月, 2020 3 次提交
  18. 13 5月, 2020 2 次提交
  19. 07 5月, 2020 1 次提交
  20. 30 4月, 2020 1 次提交
  21. 28 4月, 2020 1 次提交
  22. 27 4月, 2020 1 次提交
  23. 26 4月, 2020 1 次提交
  24. 17 4月, 2020 1 次提交
  25. 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
  26. 14 4月, 2020 1 次提交
  27. 12 4月, 2020 2 次提交
  28. 10 4月, 2020 1 次提交
  29. 09 4月, 2020 1 次提交
  30. 05 4月, 2020 1 次提交
  31. 04 4月, 2020 1 次提交
  32. 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
  33. 23 2月, 2020 1 次提交
  34. 06 2月, 2020 1 次提交