1. 30 8月, 2019 12 次提交
  2. 29 8月, 2019 5 次提交
    • L
      clean up intel labeled TODOs (#19476) · ba368bf6
      lidanqing 提交于
      test=develop
      ba368bf6
    • Z
      fix sofmax seg fault in AVX, test=develop (#19487) · 11f2f784
      Zeng Jinle 提交于
      11f2f784
    • T
      support debug each output of each ins (#19004) · 1fe468d3
      Thunderbrook 提交于
      * dump slot
      
      * test
      
      * proto
      
      * dump slot
      
      * test
      
      * proto
      
      * code style
      
      * code style
      
      * code style
      
      * style
      
      * add delete after unseen days
      
      * add unseen days
      
      * code style
      
      * conflict solve
      test=develop
      
      * add clear model
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * support debug tensor of each ins
      test=develop
      
      * support debug tensor of each ins
      test=develop
      
      * learning rate
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * unitest
      
      * style
      
      * style
      
      * multi phase
      
      * add channel
      
      * code style
      
      * style
      
      * style
      
      * unitest
      
      * style
      
      * define
      
      * define
      test=develop
      
      * style
      test=develop
      
      * rm define
      test=develop
      
      * linux
      
      * linux
      test=develop
      
      * style
      test=develop
      
      * output format
      test=develop
      
      * windows ci
      test=develop
      1fe468d3
    • Z
      5c8f210c
    • C
      Increase num_iteration_per_drop_scope (#19075) · b6d1d890
      chengduo 提交于
      * increase num_iteration_per_drop_scope
      test=develop
      
      * Fix bug of while_op
      test=develop
      
      * fix bug of whileOp
      test=develop
      b6d1d890
  3. 28 8月, 2019 5 次提交
    • D
      fix row_conv_op to force it support lodtensor and tensor input simultaneously,... · 1d0f0431
      Double_V 提交于
      fix row_conv_op to force it support lodtensor and tensor input simultaneously, test=develop (#19412)
      
      Support Tensor input for row_conv_op
      1d0f0431
    • J
      fix con2d transpose bias by create and init it in build_once (#18968) · 1ce0a09e
      Jiabin Yang 提交于
      * fix con2d transpose bias by create and init it in build_onee
      
      * fix API spec
      
      * test=develop, invoke ci
      
      * fix bias_attr and act has no effect error on layer norm, conv2dTranpose, billinearTensorProduct, sequece_conv. fix original_mode not used error on GRUunit. fix sample_weight not set error on NCE. Add ut for all thoese layer
      
      * test=develop, change success standard for conv2dTranspose
      
      * test=develop, fix test_layers to invoke some error branch
      
      * test=develop, fix sample code
      
      * test=develop, fix BilinearTensorProduct failed in dygraph mode
      
      * test=develop, fix test_layers segment fault error
      1ce0a09e
    • T
      Fix the correctness of async mode at distributed training (#18863) · 65c73684
      tangwei12 提交于
      * fix correctness of the communicator
      
      * fix a bug in send thread when sending var context is empty, test=develop
      
      * add lookup_table_prefetch_op and prefetch optimize, test=develop
      
      * remove remote prefetch GPU supported
      
      * word2vec force with CPU, test=develop
      
      * test dist remote lookup table force with CPU, test=develop
      65c73684
    • B
      Update ngraph engine for multiple threading (#19155) · 6421c61a
      baojun 提交于
      * update for multiple threading
      test=develop
      
      * remove PADDLE_ENFORCE test=develop
      6421c61a
    • Z
      Add signal message to stderr (#19421) · caf59d0f
      Zeng Jinle 提交于
      * add signal message to stderr, test=develop
      
      * add unittests for ugly SignalHandle, test=develop
      caf59d0f
  4. 27 8月, 2019 6 次提交
  5. 26 8月, 2019 5 次提交
  6. 24 8月, 2019 1 次提交
  7. 23 8月, 2019 1 次提交
  8. 22 8月, 2019 5 次提交
    • C
      Update CompiledProgram (#18919) · 4278518f
      chengduo 提交于
      * use PE for compiler
      test=develop
      4278518f
    • L
      add local user data conversion into full_pascalvoc_test_preprocess.py (#19283) · 9240e532
      lidanqing 提交于
      * add local user data conversion into full_pascalvoc_test_preprocess.py
      test=develop
      
      * change PADDLE_ENFORCE to PADDLE_ENFORCE_GE
      test=develop
      
      * change according to reviews
      test=develop
      9240e532
    • Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153) · 2e3ee579
      翟飞跃 提交于
      * Implement the operator with sprase matrix multiply
      
      * Update the URL of mklml library.
      
      test=develop
      
      * Disable MKLML implematation when using no-linux.
      
      test=develop
      
      * optimize bp with mkl sparse matrix
      test=develop
      2e3ee579
    • L
      Enhance OpTest to check the consistency of operators when using and not using inplace (#19101) · a9d5fc51
      Leo Chen 提交于
      * add pybind interface to get all inplace ops, test=develop
      
      * enhance OpTest to check whether the consistency of operator when using and not using inplace, test=develop
      
      * handle corner cases in op_test, test=develop
      
      * support outputs without tensor holder_, like XShape in reshape_op, test=develop
      
      * fix bug, some op has GradOpMaker, but actually no grad_op in OpInfoMap, test=develop
      
      * use reshape_grad instead of reshape in FlattenGradOp, test=develop
      
      * fix error debug dims info for variables like XShape, test=develop
      
      * change computational order in sum_op to relieve computation difference using inplace, test=develop
      
      * add inplace_atol to check group_norm, and skip inplace_grad for mkldnn, test=develop
      
      * follow sneaxiy's comments, test=develop
      
      * remove unused DefaultGradOpDescMaker in mkldnn op, test=develop
      a9d5fc51
    • A
      Supports diagonal initialization in uniform_random op (#19299) · 0d29cf18
      Aurelius84 提交于
      * add diag init in Uniform_random op test=develop
      
      * modify api.spec test=develop
      
      * fix unform_batch_size_like maker test=develop
      
      * add diag_num and diag_step assert check test=develop
      0d29cf18