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 from PaddlePaddle #3

Merged
merged 230 commits into from
Sep 30, 2020
Merged

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    a7fadce View commit details
    Browse the repository at this point in the history
  2. Refine the unittest to support py38 (#27208)

    * Refine the unittest to support py38
    
        test=develop
    gfwm2013 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9bea834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7f0fa View commit details
    Browse the repository at this point in the history
  4. Fix elementwise_floordiv op (#27352)

    * fix floordiv
    ForFishes committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9ee77b1 View commit details
    Browse the repository at this point in the history
  5. Support precision test

    chalsliu committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d773c6c View commit details
    Browse the repository at this point in the history
  6. fix the bug of non-exit, test=develop (#27350)

    lilong12 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9f9d15e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25902b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd496fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0a5eef View commit details
    Browse the repository at this point in the history
  10. Update hapi.model._save_inference_model by using new features of dy2s…

    …tat in 2.0-beta API (#27272)
    
    * update model.save_inference_model
    
    * update doc for _save_inference_model, delete useless class in unittests
    
    * make users not be able to set model._inputs be None
    
    * update usage of Model class in unittests
    
    * fix bugs of _verify_spec
    
    * fix bugs of _verify_spec
    
    * add unittest to increase coverage rate
    
    * delete http.log
    
    * update doc for save, remove requirments and limitations for using
    
    * update doc for class Model
    LiuChiachi committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6927920 View commit details
    Browse the repository at this point in the history
  11. enhance reduce op which can reduce tensor with arbitrary rank

    enhance reduce op which can reduce tensor with arbitrary rank
    joey12300 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    63203c4 View commit details
    Browse the repository at this point in the history
  12. Replace the 'spawn' start method with 'fork' start method for multipr…

    …ocessing, on MacOS with python>=3.8 (#27317)
    
    * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOs when python>=3.8
    
    test=develop
    gfwm2013 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    bcb4a58 View commit details
    Browse the repository at this point in the history
  13. Fix paddle build install requirements (#27378)

    * Fix install pr requirements.txt
    
    * test=document_fix
    tianshuo78520a committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    da583ed View commit details
    Browse the repository at this point in the history
  14. OP报错信息优化 (#27301)

    paddle/fluid/operators/distributed_ops OP报错信息优化
    gavin1332 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e9a0fbf View commit details
    Browse the repository at this point in the history
  15. 【Fleet2.0 Util】 add documents (#26698)

    * test=develop, util documents
    123malin committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    f36b9a7 View commit details
    Browse the repository at this point in the history
  16. add empty_like op (python, and unit test), use c++ implementation of …

    …empty op, (#27287)
    
    and optimize the c++ implmentation of empty op as PR#26659 reviews,
    and add bool for shape op.
    windstamp committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    515efe4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c11717 View commit details
    Browse the repository at this point in the history
  18. Polish operators error message in average_accumlate OP (#27268)

    * fix op print error info problem. test=develop
    
    * fix build error
    
    * fix format
    
    * fix error msg info
    
    * fix format
    chenjiaoAngel committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    01659a6 View commit details
    Browse the repository at this point in the history
  19. [Dy2Stat-log] Add feature also_to_stdout and optimize log messages (#…

    …27285)
    
    * Add env value to  log to stdout; 2.Add logger name
    
    * Optimize log messages in dygraph-to-static
    
    * Replace logging.warn and warnings.warn with logging_utils.warn
    liym27 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    ac82baa View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    b6a4349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d28162b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef94ea View commit details
    Browse the repository at this point in the history
  4. fix cudnn dyload (#27308)

    * fix cudnn dyload error
    GaoWei8 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    1a75597 View commit details
    Browse the repository at this point in the history
  5. Remove dependences of cv2 (#27286)

    * rm dependence of cv2
    LielinJiang committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    03b0e0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e6dfcf View commit details
    Browse the repository at this point in the history
  7. register pass compatibility (#27357)

    * pass compatibility
    
    * add compatibility registry
    
    * add unittests for different padding
    
    * add assert
    
    * drop errmsg
    cryoco committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    fd7ab4e View commit details
    Browse the repository at this point in the history
  8. Support python3.8 (#26850)

    * Support python3.8
    
    test=notest
    gfwm2013 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9fdcfe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d726fd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c5cfde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5ef246 View commit details
    Browse the repository at this point in the history
  12. 【paddle.fleet】gloo and util (#27213)

    * fix worker endpoints
    
    * fix gloo wrapper for hdfs
    
    * GPU fleetrun support gloo
    
    * parameterserver fleetrun support gloo
    
    * fix get server endpoint
    seiriosPlus committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9962650 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. 【paddle.fleet】Fix/role maker api fix (#27326)

    * fix fleet util and gloo
    
    * fix worker endpoints
    
    * fix
    
    * fix UT
    
    * fix gloo
    
    * fix gloo
    
    * update gloo
    
    * update gloo
    
    * update gloo
    
    * update gloo
    
    * update gloo
    
    * fix gloo wrapper for hdfs
    
    * add file gloo and UT
    
    * fix UT
    
    * fix UT
    
    * fix UT
    
    * hide public method of RoleMaker
    
    * fix UT
    
    * GPU fleetrun support gloo
    
    * parameterserver fleetrun support gloo
    
    * add UT
    
    * add UT
    
    * fix UT
    
    * fix get server endpoint
    
    * fix get server endpoint
    
    * fix UT
    
    * hide public method of rolemaker
    
    * hide public method of rolemaker
    
    * hide public method of rolemaker
    
    * Update test_fleet_rolemaker_new.py
    
    * hide public method of rolemaker
    
    * hide public method of rolemaker
    seiriosPlus committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    d6b54de View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fix adam (#27343)

    * fix adam
    
    * rmsprop support double
    MRXLT committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f936adb View commit details
    Browse the repository at this point in the history
  2. fix CIFAR MNIST UCIHousing dataset. test=develop (#27368)

    * fix CIFAR & MNIST dataset. test=develop
    heavengate committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f3b4a64 View commit details
    Browse the repository at this point in the history
  3. Refine error msg in paddle/fluid/framework/details [part 1] (#25631)

    * refine error msg in var_handle.h, test=develop
    
    * refine all_reduce_op_handle
    
    * fix some error msg
    
    * refine variable_visitor
    
    * refine threaded_ssa_graph_executor
    
    * refine inplace related files
    
    * refine executor related files
    
    * refine fetch_op_handle.cc
    
    * fix bug
    
    * follow comments
    zhiqiu committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    bbc84e0 View commit details
    Browse the repository at this point in the history
  4. Correct the error in decorator.py (#27409)

    test=develop
    gfwm2013 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    aa7835e View commit details
    Browse the repository at this point in the history
  5. Quant op dev (#25932)

    * Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests.
    
    * Finished channel-wise quantize strategy in imperative quantization.
    
    * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP
    Add Cuda code of ChannelWiseQuantDequantMaxAbsOp
    
    * Add quant_axis for channel_wise quant.
    
    * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement.
    
    * Added some assert infomation and fixed some coding style mistakes.
    huangxu96 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    02606d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39546aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7e5cf1 View commit details
    Browse the repository at this point in the history
  8. Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor

    Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor
    LutaoChu committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    669efb9 View commit details
    Browse the repository at this point in the history
  9. [Feature] Enhance inplace addto strategy for gradient accumulation in…

    … static graph (#27112)
    
    * support use add instead of sum to do gradient accumulation
    
    * add inplace addto pass
    
    * add grad_add op and inplace addto pass
    
    * remove debug code
    
    * code refine
    
    * fix bug when sereral sum ops inserts at same op_idx
    
    * fix Flags type
    
    * add addto attribute for conv3d
    
    * fix ut
    
    * code clean
    
    * fix type
    zhiqiu committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    aba759b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37f7414 View commit details
    Browse the repository at this point in the history
  11. fix bug sequececonv_eltadd_relu_fuse_pass (#27404)

    * fix bug sequececonv_eltadd_relu_fuse_pass, output error when sequence_conv's padding_start > 0
    
    * fix seqconv_eltadd_relu_fuse_pass unitest error
    shangzhizhou committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d936619 View commit details
    Browse the repository at this point in the history
  12. fix pool bug (#27366)

    LDOUBLEV committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e217e96 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc61efd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4bd7aa2 View commit details
    Browse the repository at this point in the history
  15. add double grad compute for batch norm (#27296)

    * add double grad compute for batch norm,test=develop
    
    * fix unittest, test=develop
    
    * remove unuse tensor,test=develop
    
    * add format,test=develop
    
    * update, test=develop
    ceci3 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1d3b27c View commit details
    Browse the repository at this point in the history
  16. Optimize argsort Op performance on GPU

    * argsort op acceleration on GPU when the input size is equal to the length of the ‘axis’ dimension
    LutaoChu committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f11a53e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13a4c74 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3fe176d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. clear pass logs (#27434)

    cryoco committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8182337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe9490 View commit details
    Browse the repository at this point in the history
  3. Add the cpu version of segment sum mean max min op

    Add the cpu version of segment sum mean max min op
    ZHUI committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f4c750d View commit details
    Browse the repository at this point in the history
  4. remove paddle.readers API (#26727)

    * remove paddle.readers API. test=develop
    heavengate committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    18f2ea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7371fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd4c2d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ba6279 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f3a9be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    905e234 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fda54c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a862fd View commit details
    Browse the repository at this point in the history
  12. Use dygraph mode by default (#27443)

    * default open dygraph mode
    
    * fix CI-Mac
    
    * fix Mac-CI other unittest file
    
    * fix CI-Py3
    
    * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
    
    * add enable_static to fix CI-Py3
    
    * add enable_static to fix CI-coverage
    
    * delete try except
    pangyoki committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    827ac36 View commit details
    Browse the repository at this point in the history
  13. Enhance Op's Error Message (#27455)

    * test=develop, update error message
    123malin committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    a045247 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76fb95f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    0721767 View commit details
    Browse the repository at this point in the history
  2. Polish some lost invalid error message (#27445)

    * polish some lost error msg
    
    * add some math file to white list
    
    * polish detail based reviewer commnet
    chenwhql committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7650644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5034d18 View commit details
    Browse the repository at this point in the history
  4. add fuse_bn_act op (#27230)

    * add fused_bn_add_relu op
    zhangting2020 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    906e7f9 View commit details
    Browse the repository at this point in the history
  5. [doc] Add example for cache and buffered (#26819)

    * Add example for cache and buffered, test=develop, test=document_fix
    juncaipeng committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    43240a1 View commit details
    Browse the repository at this point in the history
  6. Polish no onwer ops error message (#27448)

    * polish no onwer op error message
    
    * fix unittest failed
    
    * polish details based reviewer comment
    chenwhql committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    41b5955 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    292b24a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7b7dcd View commit details
    Browse the repository at this point in the history
  9. large scale kv speedup (#26510)

    * rename communicator meet->BatchesCounter
    
    * fix parame recv for sparse
    
    * geo sparse init from pserver
    
    * optimize init from pserver
    
    * add large scale optimizer fuse(SGD/ADAM)
    
    * rectification init_worker and exe.run startup program
    seiriosPlus committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bc5f024 View commit details
    Browse the repository at this point in the history
  10. Fix bug: The calculation result of Diag_v2 Op under large size input …

    …is wrong (#27447)
    
    The calculation result of Diag_v2 Op under large size input is wrong
    LutaoChu committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5508c78 View commit details
    Browse the repository at this point in the history
  11. Make the Bind Method of Tensor more automatic (#27270)

    * Makes the Bind Method more intelligent
    
    * Makes the Bind Method more intelligent
    
    * fix unittest
    
    * fix unittest
    
    * fix conflict
    zhwesky2010 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1e1ae5c View commit details
    Browse the repository at this point in the history
  12. [bug fix]:Memory increases after adapting the cudnn version to cudnn8 (

    …#27436)
    
    * [bug fix]:Memory increases after adapting the cudnn version to 8
    
    * [bug fix]cudnnGetConvolutionForwardAlgorithm not defined
    shangzhizhou committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c17f9cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19a58b3 View commit details
    Browse the repository at this point in the history
  14. Add new paddle.save/load APIs (#27331)

    * init commit of new save/load
    
    * fix failed unittests
    
    * fix save_load_v2 unittest failed
    
    * fix failed unittest & polish doc
    
    * add tests for coverage
    
    * add more tests & move static apis
    
    * fix example code error
    
    * polish emample code
    
    * fix detail example code problem
    chenwhql committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bb84f0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66951ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c0caf0e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Add GPU Kernels of Segment Ops, support, sum, max, min, mean

    Add GPU Kernels of Segment Ops,  support, sum, max, min, mean
    ZHUI committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4a9d21d View commit details
    Browse the repository at this point in the history
  2. Fix GradientClipByGlobalNorm dtype bug (#27437)

    * fix dtype of gradientclipbyglobalnorm
    
    * fix dtype bug of GradientClipbyGlobalnorm
    zhwesky2010 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5c8fdb5 View commit details
    Browse the repository at this point in the history
  3. refine the error message for bath size like OP (#27446)

    * refine the error message for bath size like
    wangchaochaohu committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    dc71311 View commit details
    Browse the repository at this point in the history
  4. [Dy2Stat]rename StaticLayer into StaticFunction (#27487)

    * rename StaticLayer
    
    * rename
    Aurelius84 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    fc9d80b View commit details
    Browse the repository at this point in the history
  5. Disable ut quickly.

    chalsliu committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    29f1560 View commit details
    Browse the repository at this point in the history
  6. Reproduce summary api (#27367)

    * reproduce summary api
    LielinJiang committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    78a27a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2c97b6 View commit details
    Browse the repository at this point in the history
  8. use iwyu clean include (#27267)

    * use iwyu clean include, test=develop, test=win
    
    * compilation error, test=develop
    
    * fix compilation error2, test=develop
    
    * fix compilation error3, test=develop
    
    * fix compilation error4, test=develop
    
    * fix compilation error5, test=develop
    
    * fix compilation error6, test=develop
    
    * fix compilation error7, test=develop
    
    * fix compilation error8, test=develop
    
    * fix compilation error8, test=develop
    
    * fix compilation error10, test=develop
    
    * fix compilation error11, test=develop
    wanghuancoder committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    df43905 View commit details
    Browse the repository at this point in the history
  9. Remove dependency on nltk for paddle __init__. (#27388)

    * Remove dependency on nltk for paddle __init__.
    test=develop
    
    * Remove nltk.movie_reivew sentiment dataset to remove dependency on nltk.
    test=develop
    guoshengCS committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    081fb2f View commit details
    Browse the repository at this point in the history
  10. fix tensorrt 6 build error. test=develop (#27511)

    * fix tensorrt 6 build error. test=develop
    
    * fix. test=develop
    
    * bug fix
    
    * test=develop
    Shibo Tao committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    8f7bb52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f91c37e View commit details
    Browse the repository at this point in the history
  12. fix approveals message (#27531)

    * fix approveals message;test=document_fix
    
    * fix approveals message;test=document_fix
    tianshuo78520a committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4236367 View commit details
    Browse the repository at this point in the history
  13. [2.0RC]refine error message in shuffle channel OP (#27505)

    * refine err msg in shuffle channel op
    shippingwang committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e1fb77d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6ecf35 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ec4155d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    59c0499 View commit details
    Browse the repository at this point in the history
  17. fix error message in conv/conv_transpose. test=develop (#27464)

    * fix error message in conv/conv_transpose. test=develop
    heavengate committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d7f422c View commit details
    Browse the repository at this point in the history
  18. Decrease Random Failure Probability for test_parallel_executor_mnist,…

    … test=develop (#27498)
    
    As the title, decrease random failure probability for test_parallel_executor_mnist
    
    The old code set larger delta when comparing reduce and all reduce, but didn't set all. I added it.
    
    On my linux machine, I run 100 times, no failure occurs. In addition, we only saw this random failure on CI two times since I worked. I thought it was rare and I just increased the delta.
    zhhsplendid committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    273f58a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b7319ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    df7fabe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    32ad4f9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d55221 View commit details
    Browse the repository at this point in the history
  23. make places of DataLoader optional. (#27432)

    * make places of DataLoader optional. test=develop
    heavengate committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    8473ee9 View commit details
    Browse the repository at this point in the history
  24. add unittest count ,install check on windows (#27492)

    * add unittest count of windows
    
    * Reduce the number of retries
    zhwesky2010 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d20349b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    c83ade6 View commit details
    Browse the repository at this point in the history
  2. update gcc8 in python3 ci docker (#26979)

    * update gcc8 in python3 ci docker
    
    * change cuda 10.2
    
    * update cudnn8
    
    * nvidia error cuda10.2-cudnn8-centos6 images
    
    * fix third cache
    tianshuo78520a committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    a2e0b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a7ce8 View commit details
    Browse the repository at this point in the history
  4. change wlist.json, add annotation (#27438)

    * modify ci api white list, add annotation
    
    * modify ci api white list, add annotation
    
    * move gpu_not_white list to wlist.json
    
    * add null line
    MingMingShangTian committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    059bfd6 View commit details
    Browse the repository at this point in the history
  5. Add compatibility check for four mkldnn pass (#27364)

    * Add pass compatibility check for four mkldnn pass, test=develop
    juncaipeng committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c5c1347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e550fc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd04b16 View commit details
    Browse the repository at this point in the history
  8. fix cuda atomic for ARCH<350 for the automic_max

    fix cuda atomic for ARCH<350 for the automic_max
    ZHUI committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    597345d View commit details
    Browse the repository at this point in the history
  9. fix unittest_group_norm_op_v2, test=develop (#27486)

    * fix unittest_group_norm_op_v2, test=develop
    
    * fix unittest_group_norm_op_v2, test=develop
    frankwhzhang committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6e16a09 View commit details
    Browse the repository at this point in the history
  10. [buf fix]:fix some unittests error (#27540)

    * [buf fix]:fix unittest test_activation_op error
    
    * split long-time unittests to smaller ones
    
    * rename some unittests
    shangzhizhou committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    77a36f8 View commit details
    Browse the repository at this point in the history
  11. increase retry time (#27553)

    zhiqiu committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6bb02e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    effd51b View commit details
    Browse the repository at this point in the history
  13. Refine PADDLE_ENFORCE (#27360)

    * refine PADDLE_ENFORCE
    GaoWei8 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    36ed83d View commit details
    Browse the repository at this point in the history
  14. add abs support double grad

    add abs support double grad for the api 2.0
    ZHUI committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    fab4e6d View commit details
    Browse the repository at this point in the history
  15. add fp16 for matmul (#27523)

    * add fp16 for matmul
    ForFishes committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6fc74bb View commit details
    Browse the repository at this point in the history
  16. try to fix test_paddle_save_load unknown timeout (#27536)

    * try to fix paddle save load test
    
    * open paddle save load
    
    * replace dataloader
    
    * remove dataloader
    chenwhql committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c143326 View commit details
    Browse the repository at this point in the history
  17. Fix batch norm double grad compute (#27549)

    * fix bn double grad, test=develop
    
    * update, test=develop
    ceci3 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    8daccc9 View commit details
    Browse the repository at this point in the history
  18. add xpu in heter mode (#27000)

    * add xpu in heter mode
    test=develop
    
    * BOOST_CONST_GET; PADDLE_THROW
    test=develop
    
    * code style
    test=develop
    
    * code style
    test=develop
    
    * code style
    test=develop
    
    * refine
    test=develop
    
    * refine
    test=develop
    
    * refine
    test=develop
    
    * refine code
    test=develop
    Thunderbrook committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6f69a4c View commit details
    Browse the repository at this point in the history
  19. Revert "Disable ut quickly."

    This reverts commit 29f1560.
    chalsliu committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    09f1953 View commit details
    Browse the repository at this point in the history
  20. Refine error msg in paddle/fluid/imperative (#27521)

    * refine err msg
    
    * follow comments
    zhiqiu committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    a5b3263 View commit details
    Browse the repository at this point in the history
  21. Add static mode check on data() (#27495)

    * add static check on data()
    
    * follow comments
    
    * fix ut
    zhiqiu committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0b4bb02 View commit details
    Browse the repository at this point in the history
  22. Refine vision models (#27476)

    * refine vision models
    LielinJiang committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b38e4f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    b0ee140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecfdfc9 View commit details
    Browse the repository at this point in the history
  3. fix cpplint error for the autmic max/min

    fix cpplint error for the autmic max/min
    ZHUI committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    a85592b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. init test=develop (#27554)

    gongweibao committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    86fa043 View commit details
    Browse the repository at this point in the history
  2. fix pool bug, test=develop (#27537)

    * fix pool bug, test=develop
    
    * fix coverage,test=develop
    
    * fix bug, test=develop
    LDOUBLEV committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    b9d739a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42065ba View commit details
    Browse the repository at this point in the history
  4. Fix test dist fleet heter ctr (#27513)

    * fix test_dist_fleet_heter_ctr & peformance update
    MrChengmo committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    0e101c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b12401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    162b4d6 View commit details
    Browse the repository at this point in the history
  7. Refine error msg in paddle/fluid/framework/details [part 2] (#27429)

    * refine broadcast_op_handle
    
    * refine some error messages
    
    * refine some files
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * follow comments
    
    * follow comments
    zhiqiu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    3507496 View commit details
    Browse the repository at this point in the history
  8. fix error message (#27318)

    * fix sgd/momentum/dpsgd/rmsprop error message
    MrChengmo committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    d014e29 View commit details
    Browse the repository at this point in the history
  9. register log double grad kernel for cpu and cuda

    register log double grad kernel for cpu and cuda
    joey12300 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    d37b377 View commit details
    Browse the repository at this point in the history
  10. support elementwise add, activation, matmul on Baidu Kunlun (#27143)

    * support elementwise add, activation, matmul on Baidu Kunlun
    * test=kunlun
    
    * minor
    * test=kunlun
    
    * reconstuct the xpu directory
    * test=kunlun
    
    * minor
    * test=kunlun
    
    * minor
    * test=kunlun
    
    * minor
    * test=kunlun
    
    * minor
    * test=kunlun
    
    * minor
    * test=kunlun
    QingshuChen committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6b727e0 View commit details
    Browse the repository at this point in the history
  11. [API 2.0] Fix example code of api 'case' and add/delete alias (#27577)

    * Fix example code of api fluid.layers.case
    
    * delete paddle.nn.case alias and add paddle.static.nn.case
    liym27 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    9b7ebf1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5b6e44 View commit details
    Browse the repository at this point in the history
  13. [API 2.0] Fix example code of api 'switch_case' and add/delete alias (#…

    …27578)
    
    * Fix example code of api `fluid.layers.switch_case` to use api2.0
    
    * delete `paddle.nn.switch_case` alias and add `paddle.static.nn.switch_case`
    liym27 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    3f170dd View commit details
    Browse the repository at this point in the history
  14. add support to float64 input of warpctc op. (#27399)

    * add float64 input to ctc_loss
    
    * modified error message of  warpctc
    
    * update repo and tag of warpctc
    
    * add test for warpctc with float64 input
    
    * modified warpctc.cmake to make sure build always
    
    * resolved sample code bug of warpctc
    
    * add core.ops in warpctc dygraph
    
    * fix a bug of test
    Li Fuchen committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    1501a80 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96daa25 View commit details
    Browse the repository at this point in the history
  16. remove paddle.metrics.cos_sim api (#27569)

    * fix api alias
    
    * remove cos_sim
    littletomatodonkey committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6e41143 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d1c2a3b View commit details
    Browse the repository at this point in the history
  18. Error message opt, test=develop (#27467)

    * Error message opt, test=develop
    
    * solve comments, test=develop
    
    * fix typo, test=develop
    LDOUBLEV committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    9d783ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d01f626 View commit details
    Browse the repository at this point in the history
  20. Get final strategy (#27602)

    * add get final strategy for user to print final strategy
    guru4elephant committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    4e8f18a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. [API 2.0]Migrate api example for gradients/append_backward/program_gu…

    …ard (#27570)
    
    * modify sample code
    
    * variable -> tensor
    
    * migrate program_guard sample code
    
    * refine error message
    
    * migrate program_guard
    
    * refine comment style
    
    * fix indent
    Aurelius84 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7c51624 View commit details
    Browse the repository at this point in the history
  2. fix pad2d example code (#27615)

    * fix example code
    
    * rename var to tensor
    
    * remove static
    
    * fix return type
    littletomatodonkey committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    68df20d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5641ea2 View commit details
    Browse the repository at this point in the history
  4. update name_scope example code (#27594)

    * update name_scope example code
    
    test=document_fix
    
    * refine name_scope doc
    
    test=document_fix
    luotao1 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    bf99bc4 View commit details
    Browse the repository at this point in the history
  5. Initialize gloo for low level collective apis (#27356)

    * add gloo initializer, test=develop
    lilong12 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    fa73e4a View commit details
    Browse the repository at this point in the history
  6. add ncclSend and ncclRecv (#27621)

    * include ncclRecv and ncclSend, test=develop
    lilong12 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    5218b7a View commit details
    Browse the repository at this point in the history
  7. Support assignment to a Variable in dynamic mode but not deal with ba…

    …ckward. (#27471)
    
    * Support assignment to a Variable in dynamic mode. Note: not deal with backward.
    
    * Rewrite VarBase __setitem__ for high-performance.
    
    * try to test 3 means to do __setitem__ and test the performance of 3 means.
    
    * Retain the means of the highest performance: C++ code and don't trace op.
    liym27 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    074a71b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cc5603 View commit details
    Browse the repository at this point in the history
  9. enhance error messages of lookup_tale, merge_ids, data_norm (#27619)

    * enhance error messages of lookup_tale, merge_ids, data_norm
    
    * fix
    
    * fix error msg in .cu
    yaoxuefeng6 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c9a8801 View commit details
    Browse the repository at this point in the history
  10. fix tests warpctc (#27639)

    Li Fuchen committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    516d84b View commit details
    Browse the repository at this point in the history
  11. add paddle.fluid._cuda_synchronize (#27595)

    * add paddle.fluid._cuda_synchronize, test=develop
    
    * fix bug about core_avx core_noavx, test=develop
    
    * delete CPUPlace and XPUPlace, test=develop
    wanghuancoder committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c68a031 View commit details
    Browse the repository at this point in the history
  12. fix op error (#27599)

    * fix error
    
    * fix error
    
    * fix error
    
    * merge develop
    seiriosPlus committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9704582 View commit details
    Browse the repository at this point in the history
  13. test=develop, rm netifaces (#27581)

    * test=develop, rm netifaces
    123malin committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    6822307 View commit details
    Browse the repository at this point in the history
  14. Add unittests and OP version registry for tensorrt_subgraph_pass (#27544

    )
    
    * add unittests and op version register for tensorrt_subgraph_pass
    
    * rename to test_trt_subgraph_pass.py
    
    * fix softmax converter diff when padding dim=1
    cryoco committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ae6e40a View commit details
    Browse the repository at this point in the history
  15. optimize the speed&memory of matmul op (#27610)

    * fix the speed&memory of matmul
    
    * fix the comment
    
    * fix the memory copy
    
    * fix the windows ci
    ForFishes committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e8f873d View commit details
    Browse the repository at this point in the history
  16. Remove NLTK requirements to avoid dependency security alert from Gith…

    …ub Dependabot. (#27628)
    
    Remove NLTK requirements to avoid dependency security alert from Github Dependabot
    ZeyuChen committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    aed0080 View commit details
    Browse the repository at this point in the history
  17. Optimize the error message of OP. (#27478)

    * iCafe 9009: Optimize the error message of OP.
    
    * Optimize the error message of GatherTreeOP.
    xiemoyuan committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    99e3337 View commit details
    Browse the repository at this point in the history
  18. Revert "Initialize gloo for low level collective apis (#27356)", test…

    …=document_fix (#27665)
    lilong12 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    36c0410 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb37ee2 View commit details
    Browse the repository at this point in the history
  20. enhance array_to_lod_tensor_op lod_tensor_to_array_op errors informai…

    …ton (#27386)
    
    * enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop
    yongqiangma committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    aac5715 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7801405 View commit details
    Browse the repository at this point in the history
  22. API/OP clip_by_norm_op error message enhancement. test=develop (#27614)

    * Fix clip_by_norm_op error message. test=develop
    
    * test=develop
    
    * test=develop
    ysh329 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2f9cdd9 View commit details
    Browse the repository at this point in the history
  23. use paddle.is_compile_with_cuda (#27586)

    * modify doc
    zhangting2020 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a4c25b2 View commit details
    Browse the repository at this point in the history
  24. modified sample code of add_position_encoding to 2.0 (#27561)

    * modified sample code of add_position_encoding to  2.0, test=document_fix
    
    * use core.op in add_position_encoding API.
    
    * add test for add_position_encoding in dygraph mode
    Li Fuchen committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    5e4f01f View commit details
    Browse the repository at this point in the history
  25. bugfix: RNN does not initialize the state for the cell correctly (#27644

    )
    
    1. fix a bug that paddle.nn.RNN does not initialize the state for the cell correctly;
    2. add unittest for paddle.nn.RNN and paddle.nn.BiRNN
    Feiyu Chan committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e1f8617 View commit details
    Browse the repository at this point in the history
  26. Remove alias for l2_normalize (#27616)

    functionality provided by `normalize`
    willthefrog committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    0873644 View commit details
    Browse the repository at this point in the history
  27. Refine initializer to support not passing block in dygraph mode (#27612)

    * support not passing block
    
    * fix NumpyArrayInitializer
    
    * add unit test
    zhiqiu committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    26b6169 View commit details
    Browse the repository at this point in the history
  28. Remove inplace argument when calling nn.reshape() (#27376)

    * remove inplace argument
    
    * fix sample code
    
    * fix sample code
    zhiqiu committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c7e0a8b View commit details
    Browse the repository at this point in the history
  29. [doc] Change docs of WeightNormParamAttr to dygraph model (#27571)

    * Change docs of WeightNormParamAttr to dygraph model, test=develop, test=document_fix
    juncaipeng committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    07b01b0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2bc70ab View commit details
    Browse the repository at this point in the history
  31. Fix bugs in hdfs download (#27344)

    * set default value to strategy in distributed_optimizer test=develop
    qjing666 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    1539a23 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c29aa8c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e7b476c View commit details
    Browse the repository at this point in the history
  34. Add support for mkldnn ops types selection with FLAGS in dygraph (#27482

    )
    
    * Add support for mkldnn ops types selection with FLAGS in dygraph
    
    * use regex to match DNNL verbose
    
    * python3 encoding fix
    arlesniak committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    0ecf441 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ca28920 View commit details
    Browse the repository at this point in the history
  36. numpy -> paddle in conv & conv_transpose (#27669)

    * numpy -> paddle in conv. test=develop
    heavengate committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    3ccee08 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    daf5aa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. optimize the error meesage for detetion_map_op

     optimize the error meesage for detetion_map_op
    wawltor committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    29f4922 View commit details
    Browse the repository at this point in the history
  2. Add transformer generate square subsequent mask api (#27651)

    * add transformer generate square subsequent mask api
    
    * add dtype for input, update doc, use -np.inf
    
    * add dtype for input, update doc, use -np.inf
    LiuChiachi committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ee13a2a View commit details
    Browse the repository at this point in the history
  3. [API 2.0] Fix api 'is_empty' (#27593)

    * fix is_empty api and code example; test=develop
    danleifeng committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6ad7210 View commit details
    Browse the repository at this point in the history
  4. [Dy2stat] Fix test_yolov3 to Run Correctly on Win/Mac (#27666)

    We decreased the batch size on CPU so that it can run correctly on Win/Mac machine, this may cause the delta to be larger. So I set larger delta value.
    zhhsplendid committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b7107c6 View commit details
    Browse the repository at this point in the history
  5. Initialize gloo for low level collective apis (#27672)

    * add gloo initializer, test=develop
    lilong12 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bbc2add View commit details
    Browse the repository at this point in the history
  6. Add cuda support for unique op (#27646)

    * unique op for cuda is added
    
    * add support for cuda
    
    * Add cuda support for unique op.
    
    * Add support for int32_t and int64_t.
    
    * For old version, process by cpu
    
    * Add VisitDataType for thrust
    AshburnLee committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c3a3df6 View commit details
    Browse the repository at this point in the history
  7. update mv op docs (#27559)

    windstamp committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b7b1ae8 View commit details
    Browse the repository at this point in the history
  8. [Dy2stat] Fix lstm bug (#27631)

    This PR fixed two bugs when converting LSTM in dy2stat:
    
    is_unsupported has a condition can trigger Python syntax error
    LSTM API's implementation in _rnn_static_graph doesn't include parameter initialization, which can cause dy2stat error.
    zhhsplendid committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    abb32bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6871e57 View commit details
    Browse the repository at this point in the history
  10. add paddle.enable_static() && random.seed(xx) to test_activation_op (#…

    …27585)
    
    * add paddle.enable_static() to some testcase
    
    * add seed to random in test_activation_op
    
    * update a randomseed
    
    * update a randomseed
    shangzhizhou committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6363a33 View commit details
    Browse the repository at this point in the history
  11. reduce epoch (#27661)

    MRXLT committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    3baf561 View commit details
    Browse the repository at this point in the history
  12. [Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430)

    Refine Dy2stat APIs to 2.0rc
    
    After discussion, we accepted 3 key points from reviewers:
    
    1. In 2.0rc we changed dygraph_to_static folder to dy2static
    2. Keep the three files: convert_call_func.py, convert_operators.py, variable_trans_func.py
    3. Remove convert_operators path when users import convert_xxx. 
    
    After this PR, users can import convert_xxx APIs by:
    
    `import paddle.jit.dy2static.convert_xxx`
    
    The file structure will be:
    
    ```
    jit
        dy2static
              convert_operators.py
              convert_func_call.py
              variable_trans_func.py
    ```
    
    Detail changed API in files:
    
    In python/paddle/jit/dygraph_to_static/convert_call_func.py:
    from ...fluid.dygraph.dygraph_to_static.convert_call_func import convert_call  #DEFINE_ALIAS
    
    In python/paddle/jit/dygraph_to_static/convert_operators.py:
    from ...fluid.dygraph.dygraph_to_static.convert_operators import cast_bool_if_necessary  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_assert  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_ifelse  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_len  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_logical_and  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_logical_not  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_logical_or  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_print  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_var_dtype  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_var_shape  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.convert_operators import convert_while_loop  #DEFINE_ALIAS
    
    In python/paddle/jit/dygraph_to_static/variable_trans_func.py:
    from ...fluid.dygraph.dygraph_to_static.variable_trans_func import create_fill_constant_node  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.variable_trans_func import create_static_variable_gast_node  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.variable_trans_func import data_layer_not_check  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.variable_trans_func import to_static_variable  #DEFINE_ALIAS
    from ...fluid.dygraph.dygraph_to_static.variable_trans_func import to_static_variable_gast_node  #DEFINE_ALIAS
    zhhsplendid committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    cc2fc93 View commit details
    Browse the repository at this point in the history
  13. Polish api BuildStrategy/ExecutionStrategy doc & code example (#27662)

    * polish BuildStrategy api doc & example
    
    * polish ExecutionStrategy api doc & example
    
    * polish details
    chenwhql committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b14ecb8 View commit details
    Browse the repository at this point in the history
  14. Polish api Program/CompiledProgram/ParallelEnv doc & code example (#2…

    …7656)
    
    * polish Program api doc & example
    
    * polish CompiledProgram api doc & example
    
    * polish ParallelEnv api doc & examples
    
    * polish details, test=document_fix
    
    * polish program doc details, test=document_fix
    
    * polish details, test=document_fix
    
    * fix note format error, test=document_fix
    
    * add lost example, test=document_fix
    
    * fix lost example, test=document_fix
    chenwhql committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    199da96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d9ae66 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b46fb0 View commit details
    Browse the repository at this point in the history
  17. Remove DataParallel.scale_loss & apply_collective_grads (#27603)

    * remove data parallel scale loss & apply collective_grads
    
    * move apply in minimize
    
    * fix failed unittests
    chenwhql committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    dec53a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a4f85f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5132f51 View commit details
    Browse the repository at this point in the history
  20. test=develop, optimize geo communicator (#26857)

    * test=develop, optimize geo communicator
    123malin committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    cc780b1 View commit details
    Browse the repository at this point in the history
  21. fix reg (#27647)

    * fix reg
    
    * fix code example and doc
    
    * remove disable_static
    
    * fix doc
    
    * fix l2decay
    littletomatodonkey committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8da2b16 View commit details
    Browse the repository at this point in the history
  22. Add support for (de/re)quantization with shift (#27481)

    Wojciech Uss committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    42d1753 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    29d5937 View commit details
    Browse the repository at this point in the history
  24. fix the precision problem of test_distribution (#27524)

    * increase tolerance
    
    * increase the difference between low and high
    
    * change tolerance of Normal log_prob method
    
    * change probs tolerance to 1e-4
    
    * change tolerance of Normal kl method
    pangyoki committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    90eb554 View commit details
    Browse the repository at this point in the history
  25. fix docs (#27637)

    yaoxuefeng6 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    cefb49a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    719309a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5380320 View commit details
    Browse the repository at this point in the history
  28. add pip new requirements to windows (#27697)

    * add pip new requirements to windows
    
    * Increase the conditions that restrict system installation
    iducn committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    7c69e36 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d2369dd View commit details
    Browse the repository at this point in the history
  30. add multinomial op (#27219)

    * 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 multinomial python api unittest
    
    * change output dtype to int64
    
    * fix coverage prob
    
    * optimize format
    
    * fix dtype of output error, should be int64_t
    pangyoki committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    7cd2c13 View commit details
    Browse the repository at this point in the history
  31. migrate code example and doc (#27627)

    * migrate code example and doc
    baiyfbupt committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b77d9f2 View commit details
    Browse the repository at this point in the history
  32. [Dy2stat] Add Ptb Lm Test for V2 APIs (#27461)

    As the title
    zhhsplendid committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    28f83f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. fix the scatternd/scatterndadd (#27634)

    * fix the scatternd/scatterndadd
    
    * fix the doc of scatter
    
    * replace rank with ndim
    ForFishes committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e262cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d79304 View commit details
    Browse the repository at this point in the history
  3. Fix test_se_resnet unittest (#27715)

    * fix test_se_resnet unittest
    
    * fix test_se_resnet unittest
    
    * add comments for decresing test_se_resnet precision
    OliverLPH committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    8d68dd4 View commit details
    Browse the repository at this point in the history
  4. fix dice_loss, log_loss doc and example code test=document_fix (#27702)

    * update 2.0 API for dice_loss and log_loss test=document_fix
    lijianshe02 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    295e87e View commit details
    Browse the repository at this point in the history
  5. fix distributed error info (#27206)

    * fix distributed error info
    
    * bug fix; notest
    
    * error info refine
    
    * update error info
    
    * update error info
    
    * update error info
    
    * bug fix
    
    * bug fix
    
    * bug fix
    
    * bug fix
    MRXLT committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    20fb01f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a8bef1 View commit details
    Browse the repository at this point in the history
  7. Remove Input requirement in dygraph for Model (#27557)

    * remove input requirment in dygraph Model
    
    * correct unittest
    
    * upadte save inference model in dygraph without input
    
    * fix unittets for test_model.py
    
    * solve conflicts
    
    * solve conflicts
    
    * delete http.log
    
    * fix test_model.py bug, correct initialization of MyModel
    
    * fix unittests bugs
    
    * set paddle manual seed for unittest
    
    * fix Model bugs, because inputs can be list or dict when it is provided.
    
    * add random seed for test_export_deploy_model
    
    * delete redundant codes, because  calls
    
    * Code optimization, error information optimization
    LiuChiachi committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    d15cbe7 View commit details
    Browse the repository at this point in the history
  8. add xpu test (#27622)

    * add xpu test
    
    * notest;add kunlun_test
    
    * notest;add kunlun_test
    
    * notest;test=kunlun
    
    * notest;test=kunlun
    
    * notest;test=kunlun
    
    * notest;test=kunlun
    
    * test=kunlun
    tianshuo78520a committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4d5ddbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f373269 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd616fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a12071a View commit details
    Browse the repository at this point in the history
  12. [bug fix] avoiding multiple initialization of gloo for fleet in dygra…

    …ph mode (#27706)
    
    * add double grad for expand, test=develop
    lilong12 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    742cbe6 View commit details
    Browse the repository at this point in the history