1. 09 1月, 2020 5 次提交
  2. 08 1月, 2020 7 次提交
    • Z
      fix dygraph non zero gpu bug, test=develop (#22165) · c3bcd3c1
      Zeng Jinle 提交于
      c3bcd3c1
    • D
    • Z
      Remove FC in dygraph, modify FC to Linear in sample code (#22082) · cf475f95
      zhongpu 提交于
      * modify fc to linear in sample code, test=develop
      
      * remove FC, test=develop
      
      * remove warnings, test=develop
      
      * drop fluid/imperative/README.md , test=develop
      
      * change fc to linear, test=develop
      
      * polish code style, test=develop
      cf475f95
    • D
      Support prroi_pool_op with Tensor and LoDTensor rois (#20649) · 6ea38091
      Double_V 提交于
      1. Add a new input named batch_roi_nums for prroi_pool_op. batch_roi_nums includes the number of roi for each image in batch when rois is Tensor. This information is saved in rois's lod when rois is LoDTensor.
      2. add grad check to prroi_pool_op and solve unnormal X grad diff in CPU.
      6ea38091
    • J
      Use unified threshold in all op test (#21814) · bde7ee97
      juncaipeng 提交于
      * modify test framework, test=develop
      
      * fix test_fsp_op, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * add check for threshold, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * update, test=develop
      
      * update, test=develop
      
      * update, test=develop
      bde7ee97
    • Z
      all cases use large shape (#22102) · f2f91307
      zhupengyang 提交于
      enhanced ops: acos, asin, brelu, ceil, cos, elu, floor, hard_shrink,
      hard_sigmoid, hard_swish, relu6, round, rsqrt, sin, softshrink,
      cos_sim, cross_entropy, im2squence, kldiv_loss
      f2f91307
    • H
      Load inference enhance (#21919) · 9f7d90d2
      hong 提交于
      * enhance load interface; test=develop
      
      * add uni test and add comment; test=develop
      
      * fix converage; test=develop
      
      * use path.joint replace "/"; test=develop
      
      * windows debug; test=develop
      
      * fix window unitest error; test=develop
      
      * fix commet error; test=develop
      
      * add model shuffix check; test=develop
      
      * fix example error; test=develop
      9f7d90d2
  3. 07 1月, 2020 9 次提交
  4. 06 1月, 2020 9 次提交
  5. 05 1月, 2020 2 次提交
  6. 04 1月, 2020 4 次提交
    • Z
      all cases use large shape (#22084) · bf978fff
      zhupengyang 提交于
      flatten, flatten2, gather, gather_nd, group_norm, gru,
      gru_unit, reduce_max, reduce_min, reduce_mean, reduce_sum,
      reshape, scatter_nd_add, sequence_expand, sequence_expand_as,
      sequence_pad
      bf978fff
    • L
      control flow: support optimizer called (#21851) · 7d8d4599
      liym27 提交于
      * append optimize op in the grad block of current block if current block is in control flow. test=develop
      
      * add conditional grad op when optimizer used in control flow. test=develop
      
      * add comment and modify typo. test=develop
      
      * fix append_backward to support control flow. test=develop
      
      * add test. test=develop
      
      * fix copy_var_to_parent_block and conditional_block_grad. test=develop
      
      * fix bug: revert to append conditional_block_grad vars to sub grad block. test=develop
      
      * fix bug: revert to assign var to parent block even if var already is in parent block
      
      * fix bug: consider outputs is empty. test=develop
      
      * move _rename_grad_ out. test=develop
      
      * modify code according to reviews from Huihuang. test=develop
      
      * modify code according to reviews from Jinle. test=develop
      7d8d4599
    • Q
      12b2b4b1
    • L
      Enable test conv2d ngraph (#22074) · 1c39efb7
      Leo Zhao 提交于
      1c39efb7
  7. 03 1月, 2020 4 次提交