1. 19 4月, 2020 5 次提交
  2. 18 4月, 2020 5 次提交
  3. 17 4月, 2020 15 次提交
  4. 16 4月, 2020 1 次提交
  5. 15 4月, 2020 7 次提交
  6. 14 4月, 2020 7 次提交
    • Z
      1f8d8a53
    • C
      Fix judge pslib transpiler (#23720) · ddd60444
      Chengmo 提交于
      * fix judge pslib & ranspiler
      ddd60444
    • W
      enhance the error message, test=develop (#23646) · 93aa6690
      wangguanzhong 提交于
      * enhance the error message of box_coder, test=develop
      
      * enhance error message in box_decoder_and_assign
      
      * enhance error message of collect_fpn_proposals
      
      * enhance errror message of distribute_fpn_proposals
      
      * enhance error message of multiclass_nms, test=develop
      93aa6690
    • X
      Add `nn.interpolate ` (#23434) · 7de0a25b
      xiaoting 提交于
      * add nn.interpolate, test=develop
      
      * fix interpolate typo, test=develop
      
      * formate code, test=develop
      
      * fix unitest, test=develop
      
      * add test layers, test=develop
      
      * add test layers, test=develop
      
      * extract common function, test=develop
      
      * reduce the threads for cuda10, test=develop
      
      * update unitest, test=develop
      
      * polish unitest, test=develop
      
      * add dygraph test, test=develop
      
      * format description, test=develop
      
      * add 5D input check, test=develop
      
      * fix doc, test=develop
      7de0a25b
    • S
      fix no_grad argspec (#23790) · 8f63a3ec
      songyouwei 提交于
      test=develop
      8f63a3ec
    • L
      OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) · 9549b786
      Liufang Sang 提交于
      * enhance error message test=develop
      
      * enhance error message test=develop
      
      * change to INOUT_CHECK  test=develop
      9549b786
    • X
      Cudnn rnn layers api (#23390) · 840ac2b3
      Xing Wu 提交于
      * add cudnn compatiable rnn cell api for dygraph
      
      * update sample code
      
      * update some typos
      
      * fix specify name in param_attr problem
      
      * add pre-commit check
      
      * remove duplicate import, test=develop
      
      * add unittest coverage, test=develop
      
      * make code more tight, test=develop
      
      * cudnn_compatibale -> use_cudnn_impl, test=develop
      
      * change api name, test=develop
      840ac2b3