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 USERNAME/paddle #5

Merged
merged 137 commits into from
Oct 20, 2020
Merged

Update USERNAME/paddle #5

merged 137 commits into from
Oct 20, 2020

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    4237fef View commit details
    Browse the repository at this point in the history
  2. fix error message for nce_op (#27863)

    Feiyu Chan committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1d95a0f View commit details
    Browse the repository at this point in the history
  3. Update code examples for api2.0

    Update code examples for api2.0
    Steffy-zxf committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9215ad9 View commit details
    Browse the repository at this point in the history
  4. fix english doc, unittest, and remove useless alias of 2.0 lr_schedul…

    …er (#27686)
    
    * fix doc and unittest of 2.0 lr_scheduler
    
    * fix doc of 2.0 lr_scheduler
    
    * fix unittest
    
    * fix english doc of lr_scheduler
    
    * fix api name of lr scheduler
    
    * fix api name of lr scheduler
    zhwesky2010 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e122e16 View commit details
    Browse the repository at this point in the history
  5. Update api 2.0 for some ops

    * 1. remove paddle.unique_with_counts api, which counts as unique api
    2. add paddle.math.increment(x, value=1.0, name=None) api
    3. replace paddle.sums with paddle.add_n api
    4. update paddle.metric.accuracy api (add name parameter)
    Steffy-zxf committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    92b3a71 View commit details
    Browse the repository at this point in the history
  6. Polish save load en doc details (#27845)

    * polish save load en doc details, test=document_fix
    
    * polish details, test=document_fix
    
    * remove blank, test=document_fix
    
    * fix ascii error, test=document_fix
    
    * update fc's input to x, test=document_fix
    
    * update fc argument activation, test=document_fix
    chenwhql committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    94faa11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6a4d17 View commit details
    Browse the repository at this point in the history
  8. add gather_op xpu, test=kunlun (#27822)

    * add gather_op xpu, test=develop, test=kunlun
    
    * fix ut, test=develop, test=kunlun
    
    * fix the ut,test=develop, test=kunlun
    ForFishes committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6d63cd2 View commit details
    Browse the repository at this point in the history
  9. update index sample (#27839)

    * update index sample
    MrChengmo committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9637d96 View commit details
    Browse the repository at this point in the history
  10. modify test_load_op save path from /tmp to ./ (#27872)

    * modify test_load_op save path from /tmp to ./, test=develop
    
    * trigger kunlun ci, test=kunlun
    
    * trigger kunlun ci, test=kunlun
    wanghuancoder committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    92708a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    345574a View commit details
    Browse the repository at this point in the history
  12. bug: fix mul unitest bug (#27852)

    *test=kunlun
    QingshuChen committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    79b5db1 View commit details
    Browse the repository at this point in the history
  13. op error info (#27856)

    * op error info
    
    * style
    
    * code format
    Thunderbrook committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8c25dfa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    274071a View commit details
    Browse the repository at this point in the history
  15. support gradient merge with recompute, test=develop (#27834)

    * support gradient merge with recompute, test=develop
    test=develop
    mapingshuo committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8d2cb14 View commit details
    Browse the repository at this point in the history
  16. add xpu slice op (#27349)

    * add xpu slice op
    test=xpu
    
    * add slice xpu op
    test=xpu
    
    * code style
    test=kunlun
    
    * style
    test=kunlun
    
    * format
    test=kunlun
    Thunderbrook committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    04be37c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9145580 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b12177 View commit details
    Browse the repository at this point in the history
  19. Add local_response_norm in nn.functional and nn.layer (#27725)

    * add local_response_norm in nn.functional and nn.layer, test=develop
    
    * update layers to functional api, test=develop
    
    * fix ci coverage, test=develop
    
    * fix unittests bug, test=develop
    huangjun12 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7409263 View commit details
    Browse the repository at this point in the history
  20. add conv for xpu, test=kunlun (#27809)

    * add conv for xpu, test=kunlun
    
    * polish error_message, test=kunlun
    
    * polish error_message, test=kunlun
    
    * fix copyrigth, test=kunlun
    tink2123 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6da7a74 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ddcd1b5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c90d355 View commit details
    Browse the repository at this point in the history
  23. Refine the format of printing tensor (#27673)

    * add sumary feature
    
    * refine printting tensor
    
    * add sci_mode
    
    * add sample code
    
    * fix indent error
    
    * fix _format_item
    
    * polish code
    
    * support item indent
    
    * add ut
    
    * set place for ut
    
    * fix py2 issue
    
    * fix ut
    zhiqiu committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    049696b View commit details
    Browse the repository at this point in the history
  24. Fix en doc for rnn.py. test=document_fix (#27835)

    * Fix en doc for rnn.py. test=document_fix
    smallv0221 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1b48f2f View commit details
    Browse the repository at this point in the history
  25. add kunlun-approval (#27902)

    test=document_fix
    luotao1 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8028321 View commit details
    Browse the repository at this point in the history
  26. add xpu sgd & momentum (#27728)

    * add xpu sgd & momentum
    MrChengmo committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1607e87 View commit details
    Browse the repository at this point in the history
  27. support mean,softmax_with_cross_entropy on Baidu Kunlun (#27792)

    * support mean,softmax_with_cross_entropy on Baidu Kunlun,test=kunlun
    
    * fix unittests error,test=kunlun
    
    * delete boost::get,test=kunlun
    yghstill committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    70c8c31 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    50619cd View commit details
    Browse the repository at this point in the history
  29. Add dropout and log_loss for kunlun (#27790)

    * add dropout,log_loss, test=kunlun
    * fix dropout, test=kunlun
    * polish error message, test=kunlun
    * change boost::get to BOOST_GET_CONST, test=kunlun
    * fix copyright, test=kunlun
    tink2123 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ae01801 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9b3b3b7 View commit details
    Browse the repository at this point in the history
  31. Refine Executor API English Doc for 2.0rc (#27857)

    As the title
    zhhsplendid committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    426de25 View commit details
    Browse the repository at this point in the history
  32. fix error msg (#27887)

    hutuxian committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3f2a6ab View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer (#…

    …27811)
    
    Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    Ray2020BD committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    62556d5 View commit details
    Browse the repository at this point in the history
  2. disable ut (#27913)

    XieYunshen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6898746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed31dac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41aad9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b301adc View commit details
    Browse the repository at this point in the history
  6. Enable GLOO when compiled with WITH_DISTRIBUTE=ON (#27840)

    * update, test=develop
    lilong12 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0567781 View commit details
    Browse the repository at this point in the history
  7. tune backward filter algorithm for float16 (#27529)

    * use exhaustive_search for float16
    
    * tune algo only when dtype is float16
    zhangting2020 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d5cc144 View commit details
    Browse the repository at this point in the history
  8. Made a change in python API to support the GPU version of unique OP w…

    …orking in static graph (#27899)
    
    * Made a change to support unique op working in static graph
    
    * Correct python format error
    AshburnLee committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9209f34 View commit details
    Browse the repository at this point in the history
  9. fix Error of gpu version paddle when CUDA device is not set properly (#…

    …27819)
    
    * fix gpu version paddle Error when have no CUDA device
    
    * optimize format and add new unittest
    
    * fix coverage problem
    
    * fix unittest format
    
    * change static mode to dygraph mode
    
    * use subprocess in unittest
    pangyoki committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6150cc8 View commit details
    Browse the repository at this point in the history
  10. Lookup table v2 xpu (#27888)

    * add lookup_table_v2_op_xpu, test=kunlun
    
    * add lookup_table_v2_op_xpu, test=kunlun
    
    * change some Tips ,test=kunlun
    yinhaofeng committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3eb106d View commit details
    Browse the repository at this point in the history
  11. fix norm api doc, test=develop (#27652)

    * fix norm api doc, test=develop
    
    * fix error message, test=develop
    
    * fix api norm, test=develop
    
    * add adagrad, test=develop
    
    * fix bug, test=develop
    
    * fix bug, test=develop
    
    * add spetral_norm, test=develop
    
    * fix adagrad, test=develop
    
    * merge , test=develop
    frankwhzhang committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7a58431 View commit details
    Browse the repository at this point in the history
  12. Multi task (#26002)

    * add multitask
    
    * add multitask, test=develop
    
    * fix code style, test=develop
    
    * add partail push dense, test=develop
    
    * fix has_kay in py3, test=develop
    
    * fix, test=develop
    
    * fix, test=develop
    
    * fix, test=develop
    frankwhzhang committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5a83496 View commit details
    Browse the repository at this point in the history
  13. support kunlun matmul_v2 (#27910)

    *test=kunlun
    QingshuChen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2712d07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b19b01a View commit details
    Browse the repository at this point in the history
  15. 【paddle.fleet】bug fix for parameter_recv (#27838)

    * test=develop, bug fix for parameter_recv
    * test=develop, for unittest, test_fleet_rolemaker_new
    123malin committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a4f8507 View commit details
    Browse the repository at this point in the history
  16. add paddle.nn.initializer API, including: Normal, TruncatedNormal, Un…

    …iform, XavierNormal, XavierUniform, Assign (#27769)
    windstamp committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8e70b18 View commit details
    Browse the repository at this point in the history
  17. Polish some error message in opeators (#27876)

    * polish some error message
    
    * add white list
    
    * revert shell script change
    chenwhql committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4ba977c View commit details
    Browse the repository at this point in the history
  18. update the code for the topk message optimize

    update the code for the topk message optimize
    wawltor committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    95aa534 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cf70d5b View commit details
    Browse the repository at this point in the history
  20. 【paddle.fleet】fix sparse load (#27680)

    * add sparse tensor load method
    MrChengmo committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    328cb28 View commit details
    Browse the repository at this point in the history
  21. Update example codes of ConstantInitializer & MSRAInitializer (#27915)

    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of constant in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
    
    * test=document_fix
    
    * test=document_fix
    Ray2020BD committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b3cfb02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    772a01d View commit details
    Browse the repository at this point in the history
  23. [API 2.0: doc] fix doc of linspace cast assign addcmul (#27897)

    * update assign/cast/linspace/addcmul op doc for 2.0 api,test=document_fix
    
    * fix bug about cast doc for 2.0 api,test=document_fix
    vslyu committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    72efd83 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a820871 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c5fcc96 View commit details
    Browse the repository at this point in the history
  26. [API2.0]remove image_resize series api in Paddle2.0 (#27886)

    * remove image_resize series api in Paddle2.0
    shippingwang committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8b30704 View commit details
    Browse the repository at this point in the history
  27. Refine tensor to_string (#27925)

    * refine to_string
    
    * re-enable ut
    zhiqiu committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ae6ad23 View commit details
    Browse the repository at this point in the history
  28. Add elementwise XPU OP kernel for KUNLUN core, including (but still c…

    …annot process common broadcast
    
    Add elementwise XPU OP kernel for KUNLUN core, including (but still cannot process common broadcast
    joey12300 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c791df0 View commit details
    Browse the repository at this point in the history
  29. fix the dataset remove bug for the dataset

    fix the dataset remove bug for the dataset
    wawltor committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ff8922f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    766b351 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    82eb486 View commit details
    Browse the repository at this point in the history
  32. kunlun add op (#27890)

    * add stack pool2d roi_align xpu op,test=kunlun
    
    * error message opt, test=kunlun
    
    * add xpu unittest,test=kunlun
    
    * skip check grad,test=kunlun
    
    * fix boostget , test=kunlun
    LDOUBLEV committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b0edda4 View commit details
    Browse the repository at this point in the history
  33. Fix adam (#27778)

    * fix adam
    
    * fix gpu adam
    
    * fix code style
    
    * fix ut
    
    * update ut add cuda code
    MRXLT committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    263a9e9 View commit details
    Browse the repository at this point in the history
  34. solve bug in pull_dense_worker (#27918)

    * op error info
    
    * style
    
    * code format
    
    * create pin var bug
    Thunderbrook committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3ee6ad6 View commit details
    Browse the repository at this point in the history
  35. del the DEFINE_ALIAS of sigmoid_cross_entropy_with_logits (#27883)

    * del the DEFINE_ALIAS of sigmoid_cross_entropy_with_logits
    
    * del sigmoid_cross_entropy_with_logits in python/paddle/nn/functional/loss.py, test=develop
    
    * call paddle.fluid.layers.sigmoid_cross_entropy_with_logits in bce_with_logits_loss, test=develop
    chajchaj committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3573413 View commit details
    Browse the repository at this point in the history
  36. Support setting xpu place in dygraph mode (#27909)

    * support setting xpu place
    
    * add ut, test=kunlun
    zhiqiu committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9a2a4b5 View commit details
    Browse the repository at this point in the history
  37. fix test directory migration (#27885)

    * fix test directory migration
    
    * change assert to self.assertXXX
    pangyoki committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6e5034e View commit details
    Browse the repository at this point in the history
  38. Remove and reorganize the alias of APIs (#27717)

    * modify cond while_loop to paddle.static.nn.cond
    
    * modify crop_tensor to paddle.crop
    
    * modify Variable to paddle.static.Variable
    
    * remove nn.beam_search, nn.beam_search_decode, nn.gather_tree
    
    * remove bpr_loss, center_loss, rank_loss, smooth_l1, teacher_student_sigmoid_loss, edit_distance, sampled_softmax_with_cross_entropy in nn.functional
    
    * remove apis in nn.functional.learn_rate.py
    
    * remove pool2d, pool3d, adaptive_pool2d, adaptive_pool3d in nn.functional
    
    * remove apis in nn.functional.vision
    
    * remove erf, soft_relu in nn.functional.activation
    
    * remove apis in nn.functional.extension
    
    * remove nn.functional.rnn
    
    * remove hash from nn.functional.lod
    
    * remove row_conv from nn.functional.extension
    
    * remove one_hot, pad2d, pad_constant_like from nn.functional.common
    
    * remove nn.gather_tree, nn.BilinearTensorProduct, nn.Pool2D, nn.Pad2D
    
    * remove apis from optimizer.__init
    
    * remove tensor.creation.fill_constant
    
    * remove elementwise_mul in nn.functional.common and  modify to paddle.multiply
    
    * remove  tensor.stat.reduce_mean
    
    * remove reduce_all, reduce_any in tensor.logic
    
    * remove apis in tensor.math
    
    * remove apis in tensor.__init__
    
    * remove has_inf, has_nan in tensor.search
    
    * remove apis in framework.__init__
    
    * remove apis in paddle.__init__
    
    * remove apis in nn.functional.__init__
    
    * modify removed alias apis to raw api in doc and unittests
    
    * fix remove grid_sample bug
    
    * modify removed alias apis to raw api in doc and unittests
    
    * modify removed alias apis to raw api in doc and unittests
    
    * modify removed alias apis to raw api in doc and unittests
    
    * modify removed alias apis to raw api in doc and unittests
    
    * modify removed alias apis to raw api in doc and unittests
    
    * modify removed alias apis to raw api in doc and unittests
    
    * delete alias api relastions in doc
    
    * reserve paddle.compat, paddle.sysconfig
    
    * remove unittest for paddle.reduce_all, paddle.reduce_any
    
    * modify removed alias apis to raw api in doc and unittests
    
    * recover paddle.save and paddle.load
    
    * resolve conflicts
    
    * fix sample code missing paddle.enable_static() bug
    
    * fix sample code missing paddle.enable_static() bug
    
    * fix to_string sample code error
    MingMingShangTian committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d05058d View commit details
    Browse the repository at this point in the history
  39. disable ut quickly (#27793)

    * disable ut quickly
    
    * fix some error
    
    * fix some error
    
    * install urllib2 package
    
    * use requests package instead of urllib2
    
    * fix error caused by windows regular parameter
    
    * fix error on windows
    
    * fix some error
    
    * fix with format error
    
    * show disable ut in log
    
    * fix some error
    
    * fix some error
    
    * add the handling of error in executing get_quickly_disable_ut
    XieYunshen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    fea09fe View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ed6ee53 View commit details
    Browse the repository at this point in the history
  41. Fix load pretrained model in hapi (#27893)

    * fix hapi load
    LielinJiang committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0140d74 View commit details
    Browse the repository at this point in the history
  42. Implement the function of OutScaleForTraining/OutScaleForInference in…

    … dygraph (#26601)
    
    * Implement the function of OueScaleForTraining/OutScaleForInference in dygraph
    
    test=develop
    gfwm2013 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6bbb6e7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    338c765 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    d998ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7750844 View commit details
    Browse the repository at this point in the history
  3. fix DataLoader single process mode exit SIGABRT error. (#27850)

    * fix DataLoader single process mode exit SIGABRT error. test=develop
    heavengate committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d17681d View commit details
    Browse the repository at this point in the history
  4. step lr_scheduler on epoch end in hapi/model.py fit (#27730)

    * step lr_scheduler on epoch end in hapi/model.py fit. test=develop
    heavengate committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b808979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    947b752 View commit details
    Browse the repository at this point in the history
  6. support channel last in BatchNorm*d

    1. support channel last in BatchNorm*d (#27875)
    2. fix a bug in batch_norm_op cuda kernel by extracting ResizeToChannelFist(Last), TransToChannelFirst(Last) to operators/layer_utils.h
    Feiyu Chan committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2e84518 View commit details
    Browse the repository at this point in the history
  7. add tensor clone (#27953)

    * add tensor clone
    
    * fix unittest test_var_base
    zhwesky2010 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    bf412f4 View commit details
    Browse the repository at this point in the history
  8. Add reduce sum and reduce mean xpu op (#27939)

    * add reduce xpu op test=develop;test=kunlun
    
    * add reduce xpu op test=develop;test=kunlun
    
    * add reduce xpu op test=develop;test=kunlun
    
    * add reduce xpu op test=develop;test=kunlun
    
    * add reduce xpu op test=develop;test=kunlun
    qjing666 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    4a4f773 View commit details
    Browse the repository at this point in the history
  9. 【paddle.fleet】raise error when using multi-cards in fleet non_distrib…

    …uted mode (#27854)
    
    * raise error if use multi-cards in fleet non_distributed mode; test=develop
    danleifeng committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8d7908f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ccaaab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    840c521 View commit details
    Browse the repository at this point in the history
  12. fix slice doc (#27941)

    * test=document_fix
    
    * fix slice doctest=document_fix
    
    * test=document_fix
    
    * test=document_fix
    
    * test=document_fix
    
    * test=document_fix
    Thunderbrook committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f58434e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ac6c6c View commit details
    Browse the repository at this point in the history
  14. 【paddle.fleet】geo send sparse optimize (#27719)

    * test=develop, fix geo sgd communicator
    
    * test=develop, gloo_init_method
    
    * test=develop, bug fix for gloo http_init
    123malin committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    aa3b4ed View commit details
    Browse the repository at this point in the history
  15. Feature/large scale kv save base/delta (#27470)

    * add size method for large scale
    
    * add large scale UT
    
    * add ut for checkpoint
    seiriosPlus committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    202bfab View commit details
    Browse the repository at this point in the history
  16. update code examples for paddle.sums

    update code examples for paddle.sums
    Steffy-zxf committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    832458d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Clean text.py and decode.py for API 2.0 (#26853)

    * Make dynamic_decode support dygraph and expose to API 2.0
    test=develop
    
    * update info about BeamSearchDecoder and dynamic_decode
    
    * remove all APIs in paddle.text, expose BeamSearchDecoder and dynamic_decode
    
    * update example code
    
    * delete test_text.py, decode.py, update some doc, fix example code float64
    
    * delete decode import from paddle.nn
    
    * fix unittest bugs
    
    * use dygraph.Embedding instead of nn.Embedding, add paddle.enbale_static()
    
    * update, correct doc
    
    * move dynamic_decode, BeamSearchDecoder API to paddle.nn
    
    * fix code style
    
    * update unittest param, delete import pf text.py
    
    * set dtype of beamsearchtest float64
    
    * update example code of BeamSearchDecoder, dynamic_decode
    
    Co-authored-by: LiuChiaChi <709153940@qq.com>
    guoshengCS and LiuChiachi committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    0133581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aacacb View commit details
    Browse the repository at this point in the history
  3. Adjust ENFORCE CI rules adapt centos (#27951)

    * add test for check ci rule
    
    * replace error case
    
    * adjust ci rules
    
    * revert enforce test change, test=document_fix
    chenwhql committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5f2d111 View commit details
    Browse the repository at this point in the history
  4. Change reduce mean (#27997)

    * change paddle.fluid.layers.reduce_mean to paddle.mean
    
    * change paddle.fluid.layers.reduce_mean to paddle.mean
    MingMingShangTian committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5bcb4c7 View commit details
    Browse the repository at this point in the history
  5. build gloo from source code instead of using the pre-compiled library (

    …#27930)
    
    * build gloo from source code , test=develop
    lilong12 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    afce32f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64c2634 View commit details
    Browse the repository at this point in the history
  7. [oneDNN] Conv dilation support (#27914)

    * conv dilated mkldnn support: forward and backward pass
    
    * add mkldnn conv_transpose dilation UT
    test=develop
    
    * remove unnecessary PADDLE_ENFORCE
    
    * add int8 and bf16 dilated conv UT
    
    * update according to reviews
    lidanqing-intel committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    7cb4a8b View commit details
    Browse the repository at this point in the history
  8. Fix xpu enforce (#27978)

    * test=kunlun;
    
    Add elementwise XPU OP kernel for KUNLUN core, including (but still cannot process common broadcast):
    
        * elementwise_div op
        * elementwise_max op
        * elementwise_mul op (with grad op)
        * elementwise_sub op (with grad op)
    
    * 0.05->0.01
    
    * add xpu error message description;test=kunlun
    joey12300 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d330cf6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57a9c27 View commit details
    Browse the repository at this point in the history
  10. put gloo initialization log to file (#27969)

    * update, test=develop
    lilong12 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ff0ebef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f94d053 View commit details
    Browse the repository at this point in the history
  12. change paddle.fluid.layers.reduce_sum to paddle.sum in sample codes (#…

    …27998)
    
    * change paddle.fluid.layers.reduce_sum to paddle.sum in sample codes
    
    * format codes
    MingMingShangTian committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    05fd49e View commit details
    Browse the repository at this point in the history
  13. [Dy2Stat] Fix Error when generating train_program in eval mode (#27975)

    * Fix save in eval mode
    
    * remove assert statement
    
    * fix test_partial_program failed
    
    * add more test
    
    * modify back into _train_program
    Aurelius84 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ffcc117 View commit details
    Browse the repository at this point in the history
  14. fix random failure (#27996)

    zhiqiu committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    78b1026 View commit details
    Browse the repository at this point in the history
  15. Incorporate cudnn_lstm into LSTM api (#27217)

    * Incorporate cudnn_lstm into LSTM api.
    test=develop
    
    * Make coalesce_tensor support alignment optionally.
    test=develop
    
    * Reorganize RNN apis. test=develop
    
    * Fix cudnn rnn layout conversion.
    test=develop
    
    * Add sequence_length support for RNN cudnn implement.
    Add optional init_h and init_c gradient for cudnn_lstm_op.
    test=develop
    
    * Use create_parameter for rnn cudnn impl.
    test=develop
    
    * Move `self._flat_weight = self.create_parameter()` in RNNBase to main_program.
    test=develop
    
    * Update RNN api unittest to use set_device.
    test=develop
    
    * Fix set_place for unit tests of RNN apis.
    test=develop
    
    * Fix use_align in coalesce_tensor_op.
    test=develop
    
    * Adjust RNN apis arguments according to comments.
    test=develop
    
    * Polish documents for SimpleRNN apis.
    test=develop
    
    * Refine random seed in cudnn_lstm_op.
    Expose rnn params from sublayers to RNN.
    test=develop
    
    * Fix RNN saving for jit.save.
    Refine cudnn_lstm dropout behavior.
    test=develop
    
    * Fix doc of GRU. test=develop
    
    * Use ShareDataWith to avoid copying for cudnn_lstm_op test.
    test=develop
    
    * Remove updates on cudnn_lstm temporarily.
    test=develop
    
    * Use ShareDataWith to avoid copying for cudnn_lstm_op test.
    test=develop
    
    * Refine random seed in cudnn_lstm_op.
    test=develop
    
    * Fix test_lstm by adjust ConcreteProgram buffer getter.
    test=develop
    
    * Use create_parameter instead of create_var for rnn._flat_weight for static graph usage.
    test=develop
    
    * Remove W input for cudnn_lstm to pass unused_var_check.
    test=develop
    
    * Add test_predict for RNN unit tests coverage.
    test=develop
    
    * Fix code style of rnn.
    test=develop
    
    * Fix F.rnn usage in rnn.py.
    test=develop
    guoshengCS committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fa9d3fa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb641c9 View commit details
    Browse the repository at this point in the history
  17. add a comment, test=document_fix (#28008)

    lilong12 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ff02173 View commit details
    Browse the repository at this point in the history
  18. disable test_lstm,test=document_fix (#28030)

    * disable test_lstm,test=document_fix
    
    * fix some error,test=document_fix
    XieYunshen committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    bf5325f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Fix test_lstm unittest failed and Add more unittest (#28029)

    * fix test_lstm unittest failed
    
    * add more unittest
    
    * modify cmakelist
    
    * fix judgement
    Aurelius84 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    3718b2e View commit details
    Browse the repository at this point in the history
  2. Add API for pad op. (#27943)

    * add pad apis
    * rm pad2d test_layer
    * fix code example
    littletomatodonkey committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    2ed84a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. add cast/concat/assign xpu op (#27911)

    * addd
    
    * add cast_op_xpu, test=kunlun
    
    * fix bug for cast_op_xpu,test=kunlun
    
    * add concat_op_xpu, test=kunlun
    
    * slove conflicts, test=kunlun
    
    * fix bug,test=kunlun
    
    * add assign_op_xpu, test=kunlun
    
    * fix bug,test=kunlun
    
    * test=kunlun;test=develop
    
    * fix concat bug,test=kunlun
    
    * fix check_dygraph set in test_concat_op_xpu.py,test=kunlun
    
    * fix error message,test=kunlun
    
    Co-authored-by: mapingshuo <mps2012@yeah.net>
    vslyu and mapingshuo committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    3e95686 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Polish kunlun error (#27974)

    * polish error message,test=kunlun
    
    * polish error,test=kunlun
    
    * polish error,test=kunlun
    
    * polish error,test=kunlun
    tink2123 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    abf4d52 View commit details
    Browse the repository at this point in the history
  2. Add uniform_random XPU kernel (#27846)

    * support uniform_random op on Baidu Kunlun
    
    * change dtype of attr shape from int to int64_t
    
    * kunlun ci, test=kunlun
    
    * new version, test=kunlun
    
    * change boost_get to BOOST_GET_CONST
    
    * change boost_get to BOOST_GET_CONST, test=kunlun
    
    * use Generator to generate random number and optimize format
    
    * run Kunlun CI, test=kunlun
    
    * add TODO, test=kunlun
    pangyoki committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    74ce039 View commit details
    Browse the repository at this point in the history
  3. Add gaussian_random XPU kernels (#27853)

    * Add gaussian_random XPU kernels
    
    * commit kunlun, test=kunlun
    
    * new version, test=kunlun
    
    * change boost_get to BOOST_GET_CONST, test=kunlun
    
    * use Generator to generate random number and optimize format, test=kunlun
    
    * add TODO, test=kunlun
    pangyoki committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5b8e500 View commit details
    Browse the repository at this point in the history
  4. Add truncated_gaussian_random XPU kernel (#27861)

    * Add truncated_gaussian_random_op XPU kernel
    
    * Add truncated_gaussian_random_op XPU kernel, test=kunlun
    
    * little change, test=kunlun
    
    * change boost_get to BOOST_GET_CONST
    
    * change boost_get to BOOST_GET_CONST, test=kunlun
    
    * little change, test=kunlun
    
    * use Generator to generate random number and optimize format, test=kunlun
    
    * little change, test=kunlun
    
    * add TODO, test=kunlun
    pangyoki committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4c5b779 View commit details
    Browse the repository at this point in the history
  5. error message opt for XPU, test=kunlun (#27972)

    * add stack pool2d roi_align xpu op,test=kunlun
    
    * error message opt, test=kunlun
    
    * add xpu unittest,test=kunlun
    
    * skip check grad,test=kunlun
    
    * fix boostget , test=kunlun
    
    * error message opt for XPU, test=kunlun
    LDOUBLEV committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    c1eed1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6eff44 View commit details
    Browse the repository at this point in the history
  7. Fix error message of multinomial op (#27946)

    * fix multinomial doc
    
    * fix multinomial error message
    
    * little doc change
    
    * fix Categorical class doc
    
    * optimize format of error message
    
    * fix CPU Kernel error message format
    
    * fix isinf and isnan error in WindowsOPENBLAS CI
    
    * delete inf and nan
    
    * add manual_seed in sample code
    
    * little error message change
    
    * change error message to InvalidArgument
    
    * add full point for error message and add manual_seed in CPU environment
    pangyoki committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    975bd88 View commit details
    Browse the repository at this point in the history
  8. Allclose op (#27891)

    * Still has bugs.
    
    * Fixed allclose_op bug, which cannot deal with some cases of fp64 inputs.
    
    * improved CUDA kernel performance.
    
    * Changed CUDA code.
    
    * Fixed a bug in cuda kernel which cannot deal with large dimension input, and added an unittest for it.
    
    * Add a test case for float32 input.
    huangxu96 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d466893 View commit details
    Browse the repository at this point in the history
  9. [API 2.0: doc] transfer from paddle.fluid.layers.assign() into creati…

    …on.py (#27999)
    
    * transfer from paddle.fluid.layers.assign() into creation.py,test=develop
    
    * fix ut fail,add support for paddle.assign,test=develop
    
    * fix,test=develop
    
    * fix UT coverage,test=coverage
    
    * fix UT fail,test=coverage
    
    * fix doc,test=develop
    vslyu committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e21b13f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0b2f93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    086b92d View commit details
    Browse the repository at this point in the history
  12. add doc for ReduceOp (#28051)

    * add doc, test=document_fix
    lilong12 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5bb348a View commit details
    Browse the repository at this point in the history
  13. fleet support paddle.optimzier (#28026)

    fleet support paddle.optimzier
    
    * bug fix
    
    * fix fleet_base
    
    * bug fix
    
    * fix coverage
    MRXLT committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    55098b9 View commit details
    Browse the repository at this point in the history
  14. Fix diag OP bug on Windows Python3.8

    Fix diag OP bug on Windows Python3.8 ,remove the std::min
    LutaoChu committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    c8d32c8 View commit details
    Browse the repository at this point in the history
  15. Fix xpu error message (#28061)

    * fix error message,test=kunlun
    
    * fix, test=kunlun
    MrChengmo committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5f04875 View commit details
    Browse the repository at this point in the history
  16. hapi/model step learning rate on batch end. (#27991)

    * hapi/model step learning rate on batch end. test=develop
    heavengate committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a5f65d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a5c95cd View commit details
    Browse the repository at this point in the history
  18. xpu adam op (#28031)

    * lookup_table_xpu op report errors;test=kunlun
    
    * add adam xpu op;test=kunlun
    
    * reset lookup
    
    * change adam wrong;test=kunlun
    yinhaofeng committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6f0c3d1 View commit details
    Browse the repository at this point in the history
  19. lookup_table_v2_op_xpu report errors;test=kunlun (#28064)

    * lookup_table_v2_op_xpu report errors;test=kunlun
    
    * lookup_table_v2_op_xpu report errors;test=kunlun
    yinhaofeng committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2cb1ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    463c72c View commit details
    Browse the repository at this point in the history
  2. Add AVX512 instruction check for C-API (#28087)

    * Add AVX512 instruction check for C-API
    
    * Fix formatting
    wozna committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a21b571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d02c9 View commit details
    Browse the repository at this point in the history
  4. Add zhhsplendid into PE Approver (#27919)

    * Add zhhsplendid into PE approver, test=develop
    
    * Fix /tab, space mix usage
    zhhsplendid committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    0b733e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8327acc View commit details
    Browse the repository at this point in the history
  6. Catch exception in download (#28090)

    * cat exeception in request download; test=develop
    
    * add re-try in download; test=develop
    phlrain committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    651dab4 View commit details
    Browse the repository at this point in the history