1. 17 10月, 2019 1 次提交
  2. 16 10月, 2019 6 次提交
  3. 15 10月, 2019 10 次提交
  4. 14 10月, 2019 11 次提交
  5. 13 10月, 2019 5 次提交
    • G
      Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) · bd99df71
      Guo Sheng 提交于
      * Fix docs of gru_unit and dynamic_gru.
      
      Fix basic_gru in rnn_impl.py.
      
      Add error messages for param_attr setting in layer_norm api.
      
      Add int64 dtype for expand.
      
      test=develop
      
      * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
      test=develop
      
      * Add unit test for layer_norm api.
      test=develop
      
      * Remove the deprecated gru doc fix. test=develop
      
      * Fix basic_gru test coverage. test=develop
      
      * Update API.spec. test=develop
      
      * Update API.spec. test=develop
      
      * Fix test_basic_gru coverage test. test=develop
      
      * Update test_basic_gru in test_layers to use fluid.data
      test=develop
      
      * Update test_basic_gru for coverage. test=develop
      bd99df71
    • Y
      Refine error message of transpose_op (#20437) · 172e91c0
      Yuan Shuai 提交于
      * Refine error message of transpose.
      * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
      172e91c0
    • H
      Fix the error message of zeros op (#20476) · f567214b
      hong19860320 提交于
      * fix the error message of zeros op
      test=develop
      
      * Fix unittest of zeros op
      test=develop
      f567214b
    • L
      fill_constant support Tensor; (#20521) · fc6ec3b9
      liym27 提交于
      2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like
      3. fix bug in ExpandGradOp.
      
      test=develop
      fc6ec3b9
    • Z
      fixed group_norm's bug and modified unittest (#20506) · 0130cc96
      Zhang Ting 提交于
      * modified group_norm's unittest for pass statement, test=develop
      
      * fix group_norm's bug: scale or bias is None which causes segmentation fault, test=develop
      0130cc96
  6. 12 10月, 2019 7 次提交
    • G
      Fix the assign data check (#20564) · c7ae6c62
      Guo Sheng 提交于
      * Fix the assign data check. test=develop
      
      * Fix test_assign_op.py. test=develop
      c7ae6c62
    • csdn5211's avatar
      Refine seq enum expand mask pad (#20344) · 27d1ef60
      csdn5211 提交于
      * disable nccl test
      
      * Update version.
      
      * fix term core only
      
      * fix transpiler error
      
      * fix protobuf memory leak (#11177)
      
      fix protobuf memory leak
      
      * "change eigen mirror"
      
      * refine en doc sequence enum pad expand mask d2s
      
      * refine seq enum expand mask pad test=develop, test=document_fix
      
      * remove cn char test=document_fix
      
      * spec test=document_fix
      
      * code style test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      27d1ef60
    • Y
      fix en docs of Layer and guard (#20512) · 9a09ff14
      Youwei Song 提交于
      * fix en docs of Layer and guard
      test=document_fix, test=develop
      
      * fix en docs of Layer and guard
      test=document_fix, test=develop
      
      * minor fix
      test=document_fix, test=develop
      
      * minor fix
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix docs
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * fix api.spec
      test=document_fix, test=develop
      
      * add forward doc
      test=document_fix, test=develop
      
      * add "s" for parameters
      test=document_fix, test=develop
      9a09ff14
    • G
      Modify English documents (#20452) · 9b85f401
      guofei 提交于
      9b85f401
    • L
      update data feeder API sample, change fluid.layers.data to fluid.data (#20568) · 9dc83dda
      liuwei1031 提交于
      * update data feeder API sample, fluid.layers.data => fluid.data
      
      * update API.spec
      9dc83dda
    • L
      fix doc of default_main_program, multiprocess_reader (#20536) · 9d6ee5eb
      liuwei1031 提交于
      * fix doc of default_main_program, multiprocess_reader
      
      * update API.spec
      
      * fix comment
      9d6ee5eb
    • Y
      Polish the English documentation of sums (#20495) · ce1b25cc
      Yiqun Liu 提交于
      * Refine the documentation of sums.
      
      * Remove Chinese comments and update API.spec.
      
      * Refine the description of input argument.
      
      * Update API.spec.
      test=develop
      test=document_fix
      ce1b25cc