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 my fork #2

Merged
merged 123 commits into from
Sep 17, 2020
Merged

Update my fork #2

merged 123 commits into from
Sep 17, 2020

Commits on Sep 8, 2020

  1. [2.0API] fix weight_norm support negative dim and unittest in convert…

    …_syncbn (#27108)
    
    * fix 2.0api, test=develop
    
    * fix, test=develop
    ceci3 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    54d8424 View commit details
    Browse the repository at this point in the history
  2. Restore file changes caused by pre-commit (#27105)

    * Restore file changes caused by pre-commit and test it, test=document_fix
    
    * Change argument of checkout, test=document_fix
    
    * Remove test code, test=document_fix
    Avin0323 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ed2f57c View commit details
    Browse the repository at this point in the history
  3. fix typo for interp_v2,test=develop (#26843)

    * fix typo for interp_v2,test=develop
    
    * align with torch, test=develop
    
    * add area mode, test=develop
    
    * fix bug, test=develop
    
    * format notes, test=develop
    
    * update for converage, test=develop
    
    * fix bilinear, test=develop
    
    * fix bicubic, test=develop
    
    * fix typo, test=develop
    
    * fix coverage, test=develop
    
    * fix helper.input_dtype, test=develop
    
    * polish notes, test=develop
    
    * polish notes, test=develop
    
    * polish notes, test=develop
    tink2123 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    58f3ef9 View commit details
    Browse the repository at this point in the history
  4. fix unsqueeze in dygraph (#27107)

    * fix unsqueeze in dygraph
    
    * add test
    
    * add test
    zhiqiu committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d6ee086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb8c92 View commit details
    Browse the repository at this point in the history
  6. optimize the error message for unpooling.cc

    fix the error message for the unpooling.cc
    kinghuin committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1b102dd View commit details
    Browse the repository at this point in the history
  7. delate some wrong message test=develop, test=document_fix (#26595)

    * delate some wrong message test=develop, test=document_fix
    
    * delate some wrong message
    yinhaofeng committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    dc00bd6 View commit details
    Browse the repository at this point in the history
  8. fix weight (#26986)

    * fix weight
    
    * fix weight and fix doc
    
    * fix embeeding padding idx
    
    * add UT
    
    * fix interval
    seiriosPlus committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5dec254 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbcd5e4 View commit details
    Browse the repository at this point in the history
  10. Add correlation api to contrib (#27015)

    * add correlation api to contrib
    LielinJiang committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8df5b4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c70e31 View commit details
    Browse the repository at this point in the history
  12. 【paddle.fleet】parameter_server_optimizer support auto_strategy (#26838)

    * test=develop, add ps auto
    123malin committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f2d68d3 View commit details
    Browse the repository at this point in the history
  13. add timeout unittests retry (#27152)

    * add timeout unittests retry
    
    * modifed parameter use
    XieYunshen committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d471016 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    753a074 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    944f8ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0dab0fc View commit details
    Browse the repository at this point in the history
  17. Enhance ops to support LoD as input for dygraph detection models. (#2…

    …5316)
    
    * enhance collect_op for dygraph, test=develop
    
    * enhance detection ops with lod, test=develop
    
    * support none bbox left in generate_proposals, test=develop
    
    * unfiy MultiLevelRoisNum, test=develop
    
    * update core.ops, test=develop
    
    * add op register for new input & output, test=develop
    jerrywgz committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a28ae86 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eb01976 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c7b9d97 View commit details
    Browse the repository at this point in the history
  20. Error msg/polish tensor error msg (#26976)

    * polish one line error message in tensor.cc
    
    * polish error messages in tensor.cc,tensor.h tensor_impl.h
    
    * polish error messages in tensor.cc tensor.h tensor_impl.h
    
    * polish error messages in tensor.cc,tensor.h tensor_impl.h
    
    * polish error messages in tensor.cc tensor.h tensor_impl.h tensor_test.cc
    
    * polish error messages in tensor.cc tensor.h tensor_impl.h
    hbwx24 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    13804ed View commit details
    Browse the repository at this point in the history
  21. Fix kl and summary bug (#27132)

    * fix summary rnn
    
    * fix kl_div bug when input shape is [1] and reduction is batchmean
    LielinJiang committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4d7d661 View commit details
    Browse the repository at this point in the history
  22. fix Norm op error (#26771)

    * fix frobenius_norm error, rm p=0 2-axis support. test=develop
    yongqiangma committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4558d39 View commit details
    Browse the repository at this point in the history
  23. resolve the issue of curl having same exit code with paddle build fai…

    …led (#27035)
    
    * resolve the issue of curl having same exit code with paddle build failed
    
    * modifed the value of exit code
    
    * simplify the code
    
    Co-authored-by: chalsliu <45041955+chalsliu@users.noreply.github.com>
    XieYunshen and chalsliu committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    eb27663 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. optimize the error message for math dir

    optimize the error message for math dir
    kinghuin committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ed29269 View commit details
    Browse the repository at this point in the history
  2. [Dy2stat]Add naming rule if not specific InputSpec.name (#26997)

    * Add naming rule if not specific InputSpec.name
    
    * fix function name typo
    
    * refine comment
    
    * remove print statement
    Aurelius84 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    252aeb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3497fbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca6100d View commit details
    Browse the repository at this point in the history
  5. update requirements (#27172)

    * update requirements.txt
    
    * add unittest_py directory and add new requirements.txt file,test=document_fix
    
    * add unittest_py directory and add new requirements.txt file,test=document_fix
    iducn committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c60352b View commit details
    Browse the repository at this point in the history
  6. Add double grad in reduce sum (#27115)

    * set default value to strategy in distributed_optimizer test=develop
    qjing666 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    43b0445 View commit details
    Browse the repository at this point in the history
  7. 【paddle.fleet】refine launch and distributed repr string for print (#2…

    …7093)
    
    * refine launch and distributed repr string for print
    guru4elephant committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f7d08b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c71d79b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b8f520 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1b640b View commit details
    Browse the repository at this point in the history
  11. modified the implement of Lars optimizer (#26733)

    add lars to fleet meta optimizer
    JZ-LIANG committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5d039f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    edd962b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c8e980 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. update error info for selected_rows_functor

    update error info for selected_rows_functor
    Steffy-zxf committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    50e60e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3306f View commit details
    Browse the repository at this point in the history
  3. Decrease test_parallel_executor_crf CI time, test=develop (#27212)

    Decrease the number of running iterations to reduce CI time.
    
    CI system shows it decreased the unittest time from about 90 seconds to about 30 seconds
    zhhsplendid committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    40dd563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3874ab View commit details
    Browse the repository at this point in the history
  5. fix the CudaPinMemory bug for the equal op (#27176)

     fix the CudaPinMemory bug for the equal op and add the test case for the equal op
    wawltor committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fde5cfe View commit details
    Browse the repository at this point in the history
  6. 【paddle.fleet】parameter_server_optimizer support auto_strategy (#27181)

    * parameter_server_optimizer support auto_strategy
    123malin committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    60c3ef3 View commit details
    Browse the repository at this point in the history
  7. revert divide (#27202)

    ForFishes committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5bd84b2 View commit details
    Browse the repository at this point in the history
  8. Check benchmark issues in CI

    chalsliu committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    07d089f View commit details
    Browse the repository at this point in the history
  9. Refine jit.save implement to adapt InputSpec using cases (#26959)

    * add some unittest cases ot verify jit.save, no_test
    
    * add more unittests
    
    * add test with example inputs
    
    * polish implement details
    
    * remove useless blank
    
    * fix fetch random error
    chenwhql committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5406b01 View commit details
    Browse the repository at this point in the history
  10. [oneDNN]Introducing oneDNN 1.6 (#27137)

    * - introducing oneDNN 1.6
    
    test=develop
    
    * - Removed redundant code
    
    test=develop
    jczaja committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e005861 View commit details
    Browse the repository at this point in the history
  11. [UT] fix run type of ut test cases of test_train_recognize_digits and…

    … test_api_impl, test=develop (#27218)
    qili93 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    78446ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c7fbd3 View commit details
    Browse the repository at this point in the history
  13. add double grad for expand (#27183)

    * add double grad for expand, test=develop
    lilong12 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    58a88ba View commit details
    Browse the repository at this point in the history
  14. add double grad for tile op and expand_v2 op (#27114)

    * add double grad for tile, test=develop
    
    * add double grad for expand_v2 op, test=develop
    lilong12 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c5f957a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6be598 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ece74c4 View commit details
    Browse the repository at this point in the history
  17. * Reduce the training iterations in test_fetch_unmerged and test_fuse…

    …_bn_act_pass. (#27234)
    
    * Use the single GPU card to execute the test_fuse_bn_act_pass UT.
    wzzju committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b671538 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    2e59769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b84c0b View commit details
    Browse the repository at this point in the history
  3. [Dy2stat] support usage: to_static(model) (#27040)

    * support to_static(model)
    
    * add warning and unittest
    Aurelius84 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    5e0dde0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8afe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e20ddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1ab288 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33ff833 View commit details
    Browse the repository at this point in the history
  8. fix unused var with zero gradient bug in fluid.gradient (#27246)

    * fix calcu_gradients
    
    * fix code place
    
    * fix embedding interface usage
    Aurelius84 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    20a8482 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f402d8d View commit details
    Browse the repository at this point in the history
  10. Temporally disable zero_copy (#27248)

    * temporally disable zero_copy
    
    * add test
    
    * follow comments
    zhiqiu committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    19228bd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Add details to the summary for show more error informations (#27165)

    * Add details to the summary and test it, test=document_fix
    
    * Add set +e before example, test=document_fix
    
    * Remove test code, test=document_fix
    
    * Optimize summary information and test it, test=document_fix
    
    * Remove test code, test=document_fix
    Avin0323 committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    7745ad5 View commit details
    Browse the repository at this point in the history
  2. Fix GRU mkldnn kernel fail on look_table_v2 (#27198)

    * Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
    test=develop
    
    * fix according to reviews, removed x_num_col_dims
    test=develop
    
    * update gru model. change according to reviews
    test=develop
    
    * change according to reviews
    test=develop
    lidanqing-intel committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    5c4eed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    5c1bafb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Error description optimize for math dir

    Error description optimize for math dir
    joey12300 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9437ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255e0cf View commit details
    Browse the repository at this point in the history
  3. Add int8 GRU kernel (#27220)

    * Add int8 GRU kernel with UTs
    
    * Lint fixes
    
    * More lint fixes
    grygielski committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cc3f4b8 View commit details
    Browse the repository at this point in the history
  4. remove auto mode from localsgd optimizer (#27237)

    * rm auto from localsgd
    ForFishes committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2b6a579 View commit details
    Browse the repository at this point in the history
  5. Update amp_check_finite_and_scale_op and add an updating_loss_scaling…

    … op for static graph amp training. (#26240)
    
    * update amp_check_finite_and_scale_op for static_amp.
    
    * use amp_check_finite_and_scale in static graph amp.
    
    * update grads to zero when grads own infinite values(as for amp_checkout_finite_and_scale op).
    
    * add update_loss_scaling op in cpp.
    
    * add update_loss_scaling_op unit test.
    
    * update the doc of the check_finite_and_unscale op
    
    * Update the process of gradients updating skipping if the gradients have infinite values.
    
    * update the way to zero grads.
    
    * update test_update_loss_scaling_op.py
    
    * add log info when find infinite grads.
    
    * add the unit test for UpdateLossScaling Layer.
    wzzju committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d708b21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aae41c6 View commit details
    Browse the repository at this point in the history
  7. move DataLoader._worker_loop to top level (#27247)

    * move worker loop to top level
    
    * move reader process loop to top level
    
    * fix failed unittests
    chenwhql committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8d53172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79149c8 View commit details
    Browse the repository at this point in the history
  9. add check for sparse parameters with weight_decay (#27141)

    * add check for sparse parameters with weight_decay
    
    * move sparse check to adam.py
    MRXLT committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9166307 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4f03df View commit details
    Browse the repository at this point in the history
  11. Enhance the error messages for files in operators/math

    Enhance the error messages for  files in operators/math
    ZHUI committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bbad341 View commit details
    Browse the repository at this point in the history
  12. fix conv depthwise bug (#27278)

    Fix conv deepwise bug when in_channels=1.
    LielinJiang committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a685435 View commit details
    Browse the repository at this point in the history
  13. check the validation of parameters for expand and tile apis (#26816)

    * bug fix, test=develop
    lilong12 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bc3e9ba View commit details
    Browse the repository at this point in the history
  14. Improving error report message for sequence_expand op (#27245)

    * improve err report, test=develop
    lilong12 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bf461fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac9afa0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6947a58 View commit details
    Browse the repository at this point in the history
  17. Add bfloat16 passes (#26999)

    wozna committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1483ea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fix trt_dynamic_shape_ernie_deserialize_test (#27290)

    * fix trt_dynamic_shape_ernie_deserialize_test
    
    * support when opt cache dir does not exist
    cryoco committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3ae3b86 View commit details
    Browse the repository at this point in the history
  2. Remove the cache in post_traning_quantization, test=develop (#26450)

    * Remove the cache in post_traning_quantization, test=develop
    juncaipeng committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2d8281d View commit details
    Browse the repository at this point in the history
  3. change sequence length attribute to input (#27193)

    * replace sequence length attr to input
    GaoWei8 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ee1ed42 View commit details
    Browse the repository at this point in the history
  4. Optimize error report (#27254)

    * optimize errror report
    
    * add test case for pad op converter
    
    * fix some spelling mistake commented by peiyang
    shangzhizhou committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e6e2e53 View commit details
    Browse the repository at this point in the history
  5. Polish framework error message part 6 (#27257)

    * polish framework error msg part 6
    
    * polish lossed item
    
    * fix failed unittest
    
    * polish by reviewer comments
    chenwhql committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    dafb0e3 View commit details
    Browse the repository at this point in the history
  6. Add *.bat file for building compile environment on windows, test=deve…

    …lop (#27300)
    
    Add *.bat file for building compile environment on windows
    Avin0323 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    bd41c31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd77a42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f827665 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb34cf1 View commit details
    Browse the repository at this point in the history
  10. Optimize slice trt plugin (#26970)

    * optimize slice TRT plugin
    
    This patch removes unnecessary barrier for data transfer of needed offset,
    so data transfer can be overlap with GPU kernel execution.
    
    This patch also fixes incorrect name of slice plugin. That is, replaces
    "layernorm" with "slice"
    
    test=develop
    
    * add serialize/deserialize to slice plugin
    
    * add static shape slice trt plugin
    
    * fix slice trt op convertor dynamic shape bug
    
    * fix format by clang-format
    
    * fix pylint format error
    
    * fix problems commented by peiyang
    
    Co-authored-by: Ryan Jeng <rjeng@nvidia.com>
    shangzhizhou and jeng1220 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    47fdc60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8e54c5 View commit details
    Browse the repository at this point in the history
  12. fix strategy, test=develop (#27323)

    * fix strategy, test=develop
    
    * fix can_apply
    mapingshuo committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9dedafa View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    696a39e View commit details
    Browse the repository at this point in the history
  2. use shared dev_ctx (#27313)

    zhiqiu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4c8ea49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89f269 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dae6255 View commit details
    Browse the repository at this point in the history
  5. fix ports conflict when use paddlecloud to launch analogue multi-nodes (

    #26191)
    
    * fix ports conflict when launching multi-nodes in paddlecloud;test=develop
    
    * add DISTRIBUTED_TRAINER_ENDPOINTS env for cloud;test=develop
    danleifeng committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    389a9a7 View commit details
    Browse the repository at this point in the history
  6. add the error message check for the some operator

    add the error message check for the some operator
    wawltor committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d003573 View commit details
    Browse the repository at this point in the history
  7. update the error message check for the some ops

    update the error message check for the some ops
    wawltor committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4e8582f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6dd6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fe1c2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18fc927 View commit details
    Browse the repository at this point in the history
  11. Add input_spec & output_spec for TranslatedLayer (#27284)

    * add input_spec & output_spec for translated_layer
    
    * update error message
    chenwhql committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    950301b View commit details
    Browse the repository at this point in the history
  12. Polish framework error message part 7 (#27266)

    * polish framework error message part 7
    
    * fix typo
    
    * polish by reviewes comment
    chenwhql committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4f9d652 View commit details
    Browse the repository at this point in the history
  13. fix error message in broadcast/allreduce/gather (#27302)

    * fix error message
    ForFishes committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c296618 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c67c391 View commit details
    Browse the repository at this point in the history
  15. Support load state_dict from save_params/persistables (#27298)

    * support load state_dict from save_params/persistables
    
    * remove failed unittest
    
    * add load eof check & unittest
    
    * remove eof check
    chenwhql committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c23f09f View commit details
    Browse the repository at this point in the history
  16. - Fix to concat oneDNN overwritting data (#27273)

    test=develop
    jczaja committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    4582f69 View commit details
    Browse the repository at this point in the history
  17. fix judge cache file of inference api more accurate (#27175)

    fix judge cache file of inference api more accurate
    zhwesky2010 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    f992f8d View commit details
    Browse the repository at this point in the history
  18. Fix bug in continuous apply, test=develop (#27337)

    Yibing Liu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    3409153 View commit details
    Browse the repository at this point in the history
  19. add setup (#27346)

    lelelelelez committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e25bcc9 View commit details
    Browse the repository at this point in the history
  20. Error description optimize for the math dir

    Error description optimize for the math dir
    joey12300 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    6e29c2d View commit details
    Browse the repository at this point in the history
  21. add adaptivelsgd in meta_optimizer (#27289)

    * add adaptivelsgd
    
    * Todo fix the code to avoid the conflict.
    ForFishes committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    54b81fa View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    11bcf0e View commit details
    Browse the repository at this point in the history
  23. Remove unnecessary requirements (#27341)

    * remove objgraph
    
    * remove graphviz
    
    * fix ut
    zhiqiu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    189e10f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    ebc6d54 View commit details
    Browse the repository at this point in the history
  2. modify test_imperative_using_non_zero_gpu from use two gpus to one gpu (

    #27348)
    
    * add op_function_generator.exe retry in windows, test=develop
    
    * modify test_imperative_using_non_zero_gpu from use two gpus to one gpu, test=develop
    wanghuancoder committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    bf8e030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    746a8de View commit details
    Browse the repository at this point in the history
  4. fix paddle.fleet en-doc for apis in dynamic mode (#27354)

    * fix fleet dynamic-mode en-doc;test=develop
    danleifeng committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8d05c00 View commit details
    Browse the repository at this point in the history
  5. [Dy2stat] Change the Global Switch Name of ProgramTranslator for API …

    …2.0 (#27203)
    
    Change ProgramTranslator.enable_declarative to ProgramTranslator.enable_to_static to meet API 2.0
    zhhsplendid committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d4b4357 View commit details
    Browse the repository at this point in the history