Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update forked paddle repo #4

Merged
merged 91 commits into from
Oct 13, 2020
Merged

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    e496640 View commit details
    Browse the repository at this point in the history
  2. 【paddle.fleet】fleet support non_distributed training in dygraph mode (#…

    …27714)
    
    * fleet support non_distributed training in dygraph mode; test=develop
    danleifeng committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a01bc6b View commit details
    Browse the repository at this point in the history
  3. Romove grid_sampler and refine example code (#27649)

    * refine grid_sample and temporal_shift
    LielinJiang committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    7f9b198 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    488152a View commit details
    Browse the repository at this point in the history
  5. [Dy2stat] Add Resnet Test for V2 APIs (#27459)

    * Add test_resnet_v2.py test=develop
    zhhsplendid committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    ab85a89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d3eefb View commit details
    Browse the repository at this point in the history
  7. add categorical class (#27695)

    * add multinomial cpu kernel
    
    * fix C++ notype error
    
    * fix windows ci array len error
    
    * let array len be const
    
    * change array to vector
    
    * add cuda kernrl with num_distribution is 1, and not support replacement=False
    
    * add multinomial python api
    
    * support num_distribution different multinomial distributions
    
    * add categorical class
    
    * fix test_distribution enable_static error
    
    * add unittest for different setting of Categorical
    
    * optimize format
    
    * little change
    
    * little change
    
    * add raise error if shape not match, optimize format
    
    * fix windows CI dtype error in concat
    
    * little changes
    
    * little changes2
    
    * change values type to int64
    
    * change values type to int64
    
    * change values type to int64
    pangyoki committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9b3ef59 View commit details
    Browse the repository at this point in the history
  8. Add visualdl callback function (#27565)

    * add visualdl callback
    LielinJiang committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a0f1dba View commit details
    Browse the repository at this point in the history
  9. Move dygraph amp api to paddle-2.0 (#27681)

    * move dygraph amp api to paddle
    
    * refine code and add unit test
    zhiqiu committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    69a3339 View commit details
    Browse the repository at this point in the history
  10. [API 2.0: doc] fix doc of nonzero (#27685)

    * test=develop, update example
    123malin committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    54c368d View commit details
    Browse the repository at this point in the history
  11. Fix api for ErrorClipByValue, code demo of clip_by_norm. test=develop (

    …#27654)
    
    * Fix ErrorClipByValue api and demo code of clip_by_value. test=develop
    
    Co-authored-by: tianshuo78520a <707759223@qq.com>
    ysh329 and tianshuo78520a committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9cd8648 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a96d57 View commit details
    Browse the repository at this point in the history
  13. Add avx512 core instructions check (#27732)

    * Add avx instructions check
    
    * Small fix
    
    * Change function name
    
    * Change uint to unsigned int
    wozna committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    0cd4907 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Added support for quantization of fusion_gru (#27518)

    Wojciech Uss committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    966447e View commit details
    Browse the repository at this point in the history
  2. Fix to issue #25537 (#27546)

    * - condidate fix to issue #25537
    
    test=develop
    
    * - UT for transpose NHWC
    
    test=develop
    jczaja committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b9fda2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f399bed View commit details
    Browse the repository at this point in the history
  4. Add avx512 core instructions check 2 (#27750)

    * Add test skip from cmake
    
    * Remove print
    wozna committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a90711c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. [Dy2stat] Add Simnet Test for V2 APIs (#27460)

    Add Simnet Test for V2 APIs.
    
    We used tool from https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0-beta/guides/migration_cn.html#paddle1-xpaddle2-0beta to do v1.x to v2 transformation.
    
    This PR pulled changes from #27430, please DO NOT merge before #27430 is merged
    zhhsplendid committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    9f3fb95 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Polish the error message of fc, fused_fc_elementwise_layernorm and fu…

    …sed_embedding_seq_pool. (#27692)
    
    * Polish the error message of fc_op.
    
    * Polish the error message of fused_fc_elementwise_layer_norm op.
    
    * Polish an error message in fused_embedding_seq_pool_op.
    Xreki committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    65207b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. fix doc and example code of huber_loss and npair_loss (#27678)

    * 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
    huangjun12 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    de60c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7793fd2 View commit details
    Browse the repository at this point in the history
  3. modify doc for paddle.nn.Layer (#27624)

    * modify doc for Layer, test=develop
    
    * modify doc for Layer2, test=develop
    
    * set dtype default value to float32, test=develop
    
    * add example code for paddle.nn.Layer, test=develop
    
    * set create_parameter and create_variable dtype default value to None, test=develop
    
    * modify some example code, tet=develop
    
    * refine, test=develop
    
    * del no ues code, test=develop
    
    * modify doc, example code, args, test=develop
    
    * modify doc, test=develop
    wanghuancoder committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    7698e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca66f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa3ee6 View commit details
    Browse the repository at this point in the history
  6. modify doc for ParameterList and LayerList (#27609)

    * modify doc for ParameterList and LayerList, test=develop
    
    * add empty line after code-block, test=develop
    wanghuancoder committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c826bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    bcc3472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6076d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5345a58 View commit details
    Browse the repository at this point in the history
  4. Fix bilateral inference shape bug (#26822)

    * fix bilateral bug
    LielinJiang committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    9089841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9c7c66 View commit details
    Browse the repository at this point in the history
  6. keep network mode unchange when use summary api (#27754)

    * keep summary mode unchange
    
    * add no grad decorator
    LielinJiang committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    d84eb9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    365c2c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    994438b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec7d11a View commit details
    Browse the repository at this point in the history
  10. reimplement paddle.nn.functional.sigmoid_focal_loss (#27748)

    * reimplement paddle.nn.functional.sigmoid_focal_loss. test=develop
    
    * fix reduction error message. test=develop
    
    * fix exp. test=develop
    
    * reset the shape of logit. test=develop
    
    * delete disable_static in example. test=develop
    FlyingQianMM committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7ecbc46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6da552a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    baddedf View commit details
    Browse the repository at this point in the history
  13. Optimize the error message for OP (#27617)

    * Optimize the error message for OPs.
    
    * Optimize the error message for OPs in details.
    xiemoyuan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    6c1acf3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    606611d View commit details
    Browse the repository at this point in the history
  15. API(lstm_unit, lstmp, sequence_mask, sequence_enumerate, sequence_con…

    …v) error message enhancement (#27572)
    
    * API(Compute) error message enhancement on line 44, 50, 53.
    
    * lstm_unit error message enhancement.
    lstmp error message enhancement.
    sequence_conv error message enhencement.
    sequence_enumerate error message enhencement.
    sequence_mask error message enhencement.
    
    * Update lstm_unit_op.cc
    
    * Update lstm_unit_op.h
    
    * error msg enhancement.
    
    * Update sequence_conv_op.cc
    
    * Update lstm_unit_op.cc
    
    * Update sequence_conv_op.cc
    
    * Update sequence_enumerate_op.cc
    
    * Update sequence_enumerate_op.cu
    
    * Update sequence_enumerate_op.h
    
    * Update sequence_pool_op.h
    
    * error message enhencement.
    
    * error message enhancement.
    smallv0221 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    057e28b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    395cb56 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a7bab4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    061240b View commit details
    Browse the repository at this point in the history
  19. - Fix to 27398 (#27770)

    test=develop
    
    - compilation fix
    
    test=develop
    jczaja committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    631c1f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Polish the english documentation and example of paddle.nn.Linear and …

    …paddle.nn.functional.linear (#27759)
    Xreki committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    836ee3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52b6bb View commit details
    Browse the repository at this point in the history
  3. Fix cross, cumsum op docs test=document_fix

    Fix cross, cumsum op docs
    LutaoChu committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    b53970e View commit details
    Browse the repository at this point in the history
  4. Fix dynamic parallel train mode for hapi (#27787)

    * fix dynamic parallel for hapi
    
    * fix code style
    LielinJiang committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    d3b98f0 View commit details
    Browse the repository at this point in the history
  5. modified sample code of add_position_encoding to use paddle.randn, te…

    …st=document_fix (#27679)
    Li Fuchen committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c4b1faa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8d2a02 View commit details
    Browse the repository at this point in the history
  7. Add api of constant in paddle.nn.initializer (#27786)

    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    Ray2020BD committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    00d401e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d27591 View commit details
    Browse the repository at this point in the history
  9. fix pool3d bug, test=develop (#27718)

    * fix pool3d bug, test=develop
    
    * fix unitest, test=develop
    
    * fix test and fix pool2d bug, test=develop
    LDOUBLEV committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    f6ad237 View commit details
    Browse the repository at this point in the history
  10. disable_fuse_all_reduce (#27746)

    * disable_fuse_all_reduce
    
    * fix test
    
    * fix ut
    zhiqiu committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    65c0614 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5098891 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0025e0d View commit details
    Browse the repository at this point in the history
  13. Polish the documentation and examples of paddle.static.nn.fc. (#27768)

    * Reimplement paddle.static.nn.fc, mainly change the parameters and English documentation.
    
    * Polish the documentation format.
    Xreki committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    bf187c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bada98 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c425cf1 View commit details
    Browse the repository at this point in the history
  16. add double grad op for matmul (#27776)

    * add matmul doublegrad op
    
    * fix compile errors
    
    * modify code according to review
    
    * delete float16
    wangxinxin08 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    ad99e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    a2d08aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d3a55 View commit details
    Browse the repository at this point in the history
  3. Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623)

    * replace config by kwargs
    
    * change save path form dir to prefix
    
    * fix failed unittests
    
    * revert unittest name change
    
    * polish en docs
    
    * add more tests for coverage
    chenwhql committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    9b49f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    81d3992 View commit details
    Browse the repository at this point in the history
  2. Add test attribute in channelwise_quant op, test=develop (#27742)

    * Add test attribute in channelwise_quant op, test=develop
    juncaipeng committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    8fabb1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a1862d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    840d54d View commit details
    Browse the repository at this point in the history
  5. fix summary (#27820)

    LielinJiang committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4676f03 View commit details
    Browse the repository at this point in the history
  6. add the kunlun kernel for the paddle 2.0

    Add xpu kernel for KUNLUN core:
    
    * accuracy op
    * sign op
    * scale op
    * sum op
    
    Add default atol in xpu unittest.
    joey12300 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    d4359b0 View commit details
    Browse the repository at this point in the history
  7. Add double grad in Squeeze and Unsqueeze (#27810)

    * Add double grad in Squeeze and Unsqueeze
    
    * Add double grad in Squeeze and Unsqueeze
    TeslaZhao committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    070ac95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3e2580 View commit details
    Browse the repository at this point in the history
  9. Fix bug of Model.save (#27815)

    * fix model bugs, inputs can be InputSpec instance
    
    * correct error message
    LiuChiachi committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b84d4ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    659d04d View commit details
    Browse the repository at this point in the history
  11. error message optimization in softmax_with_cross_entropy_op (#27772)

    * error message optimization in softmax_with_cross_entropy_op
    
    * fix some unsuited comment
    yghstill committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    7779790 View commit details
    Browse the repository at this point in the history
  12. Add flattern weight of lstm (#27192)

    * add flattern weight of lstm
    GaoWei8 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    36bb056 View commit details
    Browse the repository at this point in the history
  13. use IndexList to improve performance of instance_norm op (#25132)

    * use IndexList to improve performance, test=develop
    
    * remove EIGEN_HAS_INDEX_LIST, test=develop
    
    * use IndexList only when EIGEN_HAS_INDEX_LIST is true
    zhangting2020 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    16999ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8a5aef View commit details
    Browse the repository at this point in the history
  15. add musl option (#27798)

    chen-zhiyu committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6335e6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55e6376 View commit details
    Browse the repository at this point in the history
  17. Mutiply allows non-tensor data input (#27690)

    Mutiply allows non-tensor data input
    Joejiong committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2bcb7c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9005c5a View commit details
    Browse the repository at this point in the history
  19. Fix/embedding doc (#27816)

    * fix fluid doc
    
    * fix fluid doc
    
    * fix fluid doc, test=document_fix
    
    * fix fluid doc, test=document_fix
    seiriosPlus committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e96fc6a View commit details
    Browse the repository at this point in the history
  20. refine adam/strided_slice && fix doc for rmsprop/unstack (#27740)

    * refine parameters order && doc
    
    * update rmsprop doc
    
    * refine adam/transpose/unstack/stride_slice
    
    * fix bug && doc
    
    * fix doc
    
    * bug fix
    
    * bug fix
    
    * fix doc
    
    * fix doc
    
    * fix doc
    
    * fix doc
    
    * depercate old strided_slice
    
    * update doc
    
    * set default value for name
    
    * update doc
    MRXLT committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    84d8e49 View commit details
    Browse the repository at this point in the history
  21. add load_op_xpu for Baidu Kunlun (#27817)

    * add load_op_xpu for Baidu Kunlun, test=kunlun
    
    * add is_compiled_with_xpu for unit test, test=kunlun
    
    * add is_compiled_with_xpu for unit test, test=kunlun
    wanghuancoder committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    8fa4c09 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2e1bca9 View commit details
    Browse the repository at this point in the history
  23. Refine cond API English Doc for 2.0RC (#27708)

    As the title
    zhhsplendid committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e388e60 View commit details
    Browse the repository at this point in the history
  24. mig deformable_conv to deform_conv2d (#27841)

    * mig deformable_conv to deform_conv2d
    baiyfbupt committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6cdf2c9 View commit details
    Browse the repository at this point in the history
  25. polish Return doc of DataLoader (#27808)

    * polish Return doc of DataLoader. test=develop
    heavengate committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    445634f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. add info log for trt input dynamic shape check (#27796)

    * add info log for trt input dynamic shape check
    
    * fix error msg error
    shangzhizhou committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    bbc837e View commit details
    Browse the repository at this point in the history
  2. 【paddle.fleet】Update fleetrun & ps-heter (#27472)

    * refine fleetrun.ps_launch
    
    * update fleet run for multi device support
    
    * ps_graph support ps-gpu
    
    * fix heter save
    
    * add heter save unittest
    
    * fix unittest & simple code
    
    * update fleetrun
    
    * fix fleetrun
    
    * fix launch barrier
    
    * fix role maker
    
    * add paddlecloud rolemaker unittest
    
    * rename heter_worker_device_guard
    MrChengmo committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c5f2802 View commit details
    Browse the repository at this point in the history
  3. remove dy2static test_lac predictor run case (#27844)

    * remove test_lac predictor run case
    OliverLPH committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    af57537 View commit details
    Browse the repository at this point in the history