Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update forked PaddlePaddle #1

Merged
merged 427 commits into from
Sep 8, 2020
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 24, 2020

  1. add div, floor_div, remainder (#26562)

    * add div, floor_div, remainder
    ForFishes authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0e81626 View commit details
    Browse the repository at this point in the history
  2. change to use bce_loss op, add shape check for bce_loss

    change to use bce_loss op, add numel check for bce_loss.
    ZHUI authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    bf4a463 View commit details
    Browse the repository at this point in the history
  3. fix type issue (#26500)

    baiyfbupt authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ae4724c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efee426 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90e6819 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8645591 View commit details
    Browse the repository at this point in the history
  7. [API 2.0] Add transformer apis (#26418)

    * Add MultiHeadAttention api.
    test=develop
    
    * Add MultiHeadAttention cache type and gen_cache.
    test=develop
    
    * Add TransformerEncoderLayer and TransformerEncoder.
    test=develop
    
    * Add Transformer decoder apis.
    test=develop
    
    * Add Transformer api.
    test=develop
    
    * add unittests for transformer api
    
    * add unittests for transformer api
    
    * Fix some bugs in Transformer apis.
    test=develop
    
    * add unittests for encoder, decoder and transformer
    
    * clean conflicts infor in code
    
    * clean Chinese comments
    
    * Add TransformerDecoderCell and TransformerBeamSearchDecoder.
    test=develop
    
    * Remove TransformerDecoderCell and TransformerBeamSearchDecoder temporarily.
    test=develop
    
    * Add import for Transformer apis.
    test=develop
    
    * Update usage of weight_attr and Tensor in Transformer api docs.
    test=develop
    
    * Update Transformer apis by renaming MultiheadAttention and cal_kv according to comments.
    test=develop
    
    * Fix MultiHeadAttention in test_transformer_api.py.
    test=develop
    
    Co-authored-by: LiuChiaChi <709153940@qq.com>
    guoshengCS and LiuChiachi authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    317f7ce View commit details
    Browse the repository at this point in the history
  8. find timeout unittests (#26371)

    * find timeout unittests
    
    * setting timeout value
    
    * fix some error
    
    * fix some error
    
    * fix some error
    
    * fix no newline of end file error
    XieYunshen authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    39fe0d3 View commit details
    Browse the repository at this point in the history
  9. 【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)

    This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support:
    
    - align_corners: with bool type.
    - padding mode: which can be in ['zeros', 'reflect', 'border']
    - Interpolation mode: which ca be in ['bilinear', 'nearest']
    
    The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'.
    
    The behavior of the new version op in default mode is compatible with the old version.
    wanghaoshuang authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    79539cf View commit details
    Browse the repository at this point in the history
  10. Add mnist test for post training quantization, test=develop (#26436)

    * Add mnist test for post training quantization, test=develop
    juncaipeng authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0d71cff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6e888c View commit details
    Browse the repository at this point in the history
  12. fix RandomSampler & BatchSampler. test=develop (#26559)

    * fix RandomSampler & BatchSampler. test=develop
    heavengate authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    dd3df69 View commit details
    Browse the repository at this point in the history
  13. fix syncbn, test=develop (#26523)

    * fix syncbn, test=develop
    
    * fix test,test=develop
    
    * fix unittest,test=develop
    ceci3 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f8dbd7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fa08a83 View commit details
    Browse the repository at this point in the history
  15. add op_function_generator.exe retry in windows, test=develop (#26591)

    add op_function_generator.exe retry in windows
    wanghuancoder authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    6e823cf View commit details
    Browse the repository at this point in the history
  16. [2.0API] Reconstruct all API related to LR Scheduler, unify dygraph a…

    …nd static (#26550)
    
    * Reconstruct all API related to lr scheduler, unify dygraph and static
    
    * Reconstruct all API related to lr scheduler, unify dygraph and static
    
    * fix doc
    
    * fix doc
    
    * fix doc of lr_scheduler
    
    * fix unittest and english doc
    
    * fix english doc
    
    * fix confilt
    
    * fix doc
    zhwesky2010 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    407de03 View commit details
    Browse the repository at this point in the history
  17. Throws TypeError When Logical APIs Do Broadcast Operation (#26490)

    As the title.
    
    Co-authored-by: wujionghao <wujionghao@email.com>
    Joejiong and wujionghao authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    da1efe2 View commit details
    Browse the repository at this point in the history
  18. Unify the metrics implementation between low-level and high-level API. (

    #26158)
    
    * Move paddle/incubate/hapi/metrics to paddle/metric
    * Add Precision, Recall and Auc metric
    qingqing01 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    78ca8cf View commit details
    Browse the repository at this point in the history
  19. [API 2.0] add pool2d3d API,test=develop (#26331)

    * add pool2d3d API,test=develop
    
    * add api unitest,test=develop
    
    * fix unittest, test=develop
    
    * fix reviews, test=develop
    
    * return one element when return indices is true, test=develop
    
    * fix low converage; to_variable to to_tensor, test=develop
    
    * sort API params, test=develop
    
    * fix en doc, merge PR#26108 to here, test=develop
    
    * fix en doc, test=develop
    LDOUBLEV authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c8e1836 View commit details
    Browse the repository at this point in the history
  20. api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)

    * api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear, test=develop
    
    * api2.0 fix code examples, test=develop
    
    * modify test_bilinear_api, about place,to_tensor , test=develop
    
    * re pass pre-commit, test=develop
    
    * Update common.py
    
    * fix BilinearTensorProduct ci error, test=develop
    wanghuancoder authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    422a162 View commit details
    Browse the repository at this point in the history
  21. fix one_hot example doc test=document_fix (#26585)

    * fix one_hot example doc test=document_fix
    
    * fix some bug
    yukavio authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    36868e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7ff197d View commit details
    Browse the repository at this point in the history
  23. Refine typo of english document of paddle.prod (#26546)

    * Refine typo of english document of paddle.prod
    
    test=document_fix
    gfwm2013 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    924734f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1ed74aa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f82c0c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    786373b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f69fbc View commit details
    Browse the repository at this point in the history
  3. 【2.0 API】Enhance affine grid operator (#26385)

    * Enhance affine grid operator:
    1. Add cuda kernel
    2. Add align corners options
    test=develop
    
    * Move new affine_grid api to functional
    test=develop
    
    * Add CUDA kernel for affine_grid.
    test=develop
    
    * Add more unitest for grid sample API
    test=develop
    wanghaoshuang authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a065a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a31dbc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80fcf9 View commit details
    Browse the repository at this point in the history
  6. optimized transformation form tensor to numpy (#26447)

    * optimized transformation form tensor to numpy, test=develop
    
    * optimized transformation form tensor to numpy, pass pre-commit, test=develop
    
    * modify fetchophandle zerocopy to deepcopy in PE&CUP, test=develop
    
    * modify py:array construct, test=develop
    
    * fix _fetch_var to use deep copy, test=develop
    wanghuancoder authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    c1f5df5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef317b4 View commit details
    Browse the repository at this point in the history
  8. Enrich English declarative Doc (#26538)

    As the title.
    zhhsplendid authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    26d6741 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8b5741 View commit details
    Browse the repository at this point in the history
  10. add norm 2.0 api, test=develop (#26465)

    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    
    * add norm 2.0 api, test=develop
    frankwhzhang authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0679678 View commit details
    Browse the repository at this point in the history
  11. Fix the cmake-function named inference_download_and_uncompress on Win…

    …dows (#26512)
    
    * Fix the cmake-function named inference_download_and_uncompress with Windows, test=develop
    
    * Fix some problems when remove limit of unittests on Windows, test=develop
    
    * Using URL to download file instead of DOWNLOAD_COMMAND. test=develop
    Avin0323 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    02fc1fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a004dfd View commit details
    Browse the repository at this point in the history
  13. improve unique op (#26537)

    * add unique_v2 op
    
    * remove unique_v2 op
    
    * update doc
    zhangting2020 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0a895bc View commit details
    Browse the repository at this point in the history
  14. 【paddle.fleet】add cudnn related strategies to DistributedStrategy (#2…

    …6598)
    
    * add cudnn related strategies to DistributedStrategy
    guru4elephant authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    08d736a View commit details
    Browse the repository at this point in the history
  15. fix test=develop (#26632)

    gongweibao authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ed4a4ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f5bdd8 View commit details
    Browse the repository at this point in the history
  17. Add Checking Type for "multiply" operation (#26508)

    Co-authored-by: wujionghao <wujionghao@email.com>
    As the title
    Joejiong authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d32beea View commit details
    Browse the repository at this point in the history
  18. Update save inference model to support dygraph (#25894)

    * update save_inference_model for hapi
    
    * update save_inference_model to support dygraph
    
    * fix comments
    
    * fix comments
    
    * test=develop
    
    * test, test=develop
    
    * fix dim test, test=develop
    
    * test, test=develop
    
    * add test_export_deploy_model_dynamic
    
    * fix unittest for hapi: save_inference_model
    
    * fix code style
    
    * accept review by guoshengCS
    
    * fix coverage rate
    
    * update doc for save_inference_model and copyright
    
    * change test model back to LeNet() in test_export_deploy_model
    
    * copy jit.save, use LeNet() to test export deploy model
    
    * add return value for dygraph, and fix doc error
    
    * corrected the doc writing
    
    * Delete redundant import and correct import order in sample code.
    
    * remove 'fluid' and add prepare() and fit() in sample code
    
    * correct usage of API 2.0 in sample code
    
    * fix sample code bugs
    
    * fix code style bugs
    
    * fix test_model.py bugs
    
    * set for_inference=True
    
    * correct usage for static.InputSpec
    
    * update doc for model.save
    
    * correct usage of API 2.0
    
    * rename param name for model.save
    
    * correct for_inference as training
    LiuChiachi authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    761ed17 View commit details
    Browse the repository at this point in the history
  19. add white files(#26646)

    lelelelelez authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1fcddf5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    32ceacf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cb3f131 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32ba860 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f823841 View commit details
    Browse the repository at this point in the history
  24. update the code for the topk v2

    add the top v2 for the paddlepaddle api 2.0
    wawltor authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    286eca2 View commit details
    Browse the repository at this point in the history
  25. fix english doc of all lr_scheduler (#26619)

    * fix doc of lr_scheduler
    
    * fix doc
    zhwesky2010 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7af5cb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    2de034e View commit details
    Browse the repository at this point in the history
  2. Fix pip2 opencv-python version (#26293)

    * Fix pip2 opencv-python version
    
    * opencv-python==4.2.0.32
    
    * fix whell version
    tianshuo78520a authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c70bc3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbcef73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98e057b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8986a82 View commit details
    Browse the repository at this point in the history
  6. fix the tanh (#26657)

    * fix the tanh
    
    * fix the learning rate
    ForFishes authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    33afeb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    559e43e View commit details
    Browse the repository at this point in the history
  8. fix infer compile bug (#26641)

    MRXLT authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4ba6483 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb00d50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67d03be View commit details
    Browse the repository at this point in the history
  11. fix Distribution class problem (#26535)

    * fix problems commented by Lutao
    
    * rename _to_variable to _to_tensor
    
    * fix unittest coverage
    
    * little problem
    pangyoki authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    1e53088 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ada1e12 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    958d721 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Genarate alias mapping (#26645)

    * add gen_alias_mapping.sh
    WuHaobo authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    76313dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c14fdc View commit details
    Browse the repository at this point in the history
  3. disable deprecated (#26684)

    zhiqiu authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    07973c5 View commit details
    Browse the repository at this point in the history
  4. [api 2.0] add collective op for cpu using gloo and paddle.distributed…

    ….* apis (#26552)
    
    add collective op for cpu using gloo and paddle.distributed.* apis
    lilong12 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1c68138 View commit details
    Browse the repository at this point in the history
  5. 【paddle.fleet】add comments about localsgd in DistributedStrategy (#26709

    )
    
    * modified timeout value on windows and mac (#26690)
    
    * add Local SGD algorithm referenced paper
    test=develop
    gavin1332 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    2024ef6 View commit details
    Browse the repository at this point in the history
  6. add TensorDataset for multiprocess DataLoader (#26332)

    * add TensorDataset. test=develop
    heavengate authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    84e7be3 View commit details
    Browse the repository at this point in the history
  7. api20, Bilinear add deprecated, and fix english doc (#26610)

    * API2.0 del old api(BilinearTensorProduct) from nn init.py, test=develop
    
    * add import for deprecated, test=develop
    
    * modify deprecated location, test=develop
    
    * fix english doc, test=develop
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update common.py
    
    * fix english doc, test=develop
    
    Co-authored-by: Chen Weihang <chenweihang@baidu.com>
    wanghuancoder and chenwhql authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    07e3b9a View commit details
    Browse the repository at this point in the history
  8. add dtype for unique (#26655)

    * update doc, test=document_fix
    
    * add attr(dtype)
    
    * refine code
    zhangting2020 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    97cebfa View commit details
    Browse the repository at this point in the history
  9. Update Paddle-Lite commit hash. (#26413)

    * Update Paddle-Lite commit hash.
    
    * Add BF16 data type to VarTyp protobuf message.
    arogowie-intel authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c2c6895 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32ae8e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc5acdd View commit details
    Browse the repository at this point in the history
  12. add intepolte_v2 (#26520)

    * add intepolte_v2
    
    * fix linear interp
    
    * polish unittest, test=develop
    
    * update code samples to 2.0 API, test=develop
    
    * remove warning, test_develop
    
    * add name in attrs, test=develop
    
    * polish code, test=develop
    
    * change Align to align, test=develop
    
    * fix unittest in py3,test=develop
    
    * fix coverage, test=develop
    
    * fix coverage, test=develop
    
    * fix for windows ci, test=develop
    
    * fix coverage, test=develop
    tink2123 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    89d7d86 View commit details
    Browse the repository at this point in the history
  13. [Dy2stat] Support InputSpec and Return callable class instance in @de…

    …clarative (#25960)
    
    * add InputSpec
    
    * add unittest for tensorSpec and SimpleNet
    Aurelius84 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f056136 View commit details
    Browse the repository at this point in the history
  14. Add the option to execute unit tests only at night (#26669)

    * Add the option to execute unit tests only at night
    
    * set ut nightly label for 3 cases.
    chalsliu authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    dc56c89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e4cc6a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f311d3c View commit details
    Browse the repository at this point in the history
  17. Add unified RNN APIs (#26588)

    * Add RNN related apis in paddl.nn
    test=develop
    
    * new rnn api, cell almost done
    
    * add new progresses in rnn APIs for 2.0
    
    * refine rnn APIs and docstrings.
    
    * add unittets
    
    * disable gpu tests when paddle is not compiled with cuda support
    
    * remove unnecessary imports
    
    * fix docstring
    
    * add to no_sample wlist
    
    * backport to python2 to avoid yield from
    
    * add **kwargs, fix typos
    
    * update docstrings for birnn
    
    * rename argument for SimpleRNN and SimpleRNNCell, fix sample code
    
    * add default value for initial_states in fluid.layers.birnn
    
    Co-authored-by: guosheng <guosheng@baidu.com>
    Feiyu Chan and guoshengCS authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f408301 View commit details
    Browse the repository at this point in the history
  18. fix bug that can't print int8_t (#26712)

    fix bug that can't print int8_t
    zhwesky2010 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8071d23 View commit details
    Browse the repository at this point in the history
  19. add bug fix enum. (#26736)

    jiweibo authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1c898b6 View commit details
    Browse the repository at this point in the history
  20. Update the demo code and the doc of varbase.backward. (#26506)

    * update the demo code and the doc of varbase.backward.
    
    * update the doc of the fake interface `paddle.fluid.Variable`.
    
    * remove BackwardStrategy.
    wzzju authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f9066e6 View commit details
    Browse the repository at this point in the history
  21. update copyright year, test=document_fix (#26586)

    lilong12 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f1ae017 View commit details
    Browse the repository at this point in the history
  22. fix the call to core.ops.x, test=develop (#26729)

    lilong12 authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    2f75465 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    edf5f31 View commit details
    Browse the repository at this point in the history
  2. Fix clip input check (#26683)

    * Fix clip input check
    
    * Fix default min/max value
    
    * Allow both max and min to be None
    
    * Register op change
    
    * Revert OP signature change
    willthefrog authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    63eef76 View commit details
    Browse the repository at this point in the history
  3. add broadcast feature for elementwise logical op

    add broadcast feature for elementwise logical op
    joey12300 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c282db3 View commit details
    Browse the repository at this point in the history
  4. register cumsum Op version for compatible Op upgrades (#26734)

    register cumsum Op version for compatible Op upgrades
    LutaoChu authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1ec30cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c03092b View commit details
    Browse the repository at this point in the history
  6. test=develop, improve pad assertion error (#26748)

    littletomatodonkey authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    52a6ca0 View commit details
    Browse the repository at this point in the history
  7. fix sample method of Uniform and Normal class (#26713)

    * fix sample shape error
    
    * Add unittest
    
    * change assert_allclose to assert_equal
    
    * Add unittest doc
    
    * fix encoding problem
    pangyoki authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5f275aa View commit details
    Browse the repository at this point in the history
  8. Add mkldnn bfloat16 option to C-API (#26676)

    * Add mkldnn bfloat16 option to C-API
    
    * Add test for bfloat16 gpu
    
    * Change coverage test
    wozna authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    02083bd View commit details
    Browse the repository at this point in the history
  9. Fix int8 performace drop cpu_quantize_placement_pass (#26715)

    * Fix cpu quantize placement pass
    
    * Include string lib
    wozna authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    eb097d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4561fc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f524ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a7db9ac View commit details
    Browse the repository at this point in the history
  13. add parameters check in static mode for diag op

    add parameters check in static mode for diag op
    LutaoChu authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7d4e215 View commit details
    Browse the repository at this point in the history
  14. For normalize op, remove special treatment of one-dimensional input, …

    …add check for one-dimensional input (#26747)
    
    For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input
    LutaoChu authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d39e789 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    623a4c2 View commit details
    Browse the repository at this point in the history
  16. fix remainder, floor_div (#26732)

    * fix remainder, floordiv
    ForFishes authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    29494d7 View commit details
    Browse the repository at this point in the history
  17. [2.0API]support 2.0 lr_scheduler for 2.0 optimizer (#26737)

    * support 2.0 lr_scheduler for 2.0 optimizer
    
    * fix unittest
    
    * fix doc
    
    * fix unittest
    
    * fix sample code, fix unittest
    zhwesky2010 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    30aab17 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e3f8e5c View commit details
    Browse the repository at this point in the history
  19. [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#…

    …26457)
    
    * [Dy2Stat] Add debugging and logging mechanism for dygraph to static. 
    
    * Remove TransformerError temporarily. 
    
    * import mock in PY2, from unittest import mock in PY3. test=develop
    
    * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. 
    
    * polish doc of set_verbosity and set_code_level.
    liym27 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b1f9ed6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f34fb0a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d88b9f View commit details
    Browse the repository at this point in the history
  22. fix test=develop (#26697)

    gongweibao authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    3390c7e View commit details
    Browse the repository at this point in the history
  23. Add interface to launch parallel dygraph by multiprocessing (#26044)

    * add dygraph parallel run interface
    
    * polish implement & unified env property name
    
    * add print config arg
    
    * refactor init_parallel_env function
    
    * Compatible with multiprocessing and launch modes
    
    * set default trainer start port
    
    * support run in python 2
    
    * polish python2 support code
    
    * remove python2 support
    
    * refine launch import
    
    * polish dome design details
    
    * refactor api implemention & path
    
    * use new method _set_expected_place
    
    * add spawn unittest framework & mnist test
    
    * add more unittests & doc
    
    * fix unittest failed
    
    * polish english doc
    
    * self review and polish details
    
    * refactor code by reviewer's comments
    
    * fix unittest failed
    
    * fix parallel_env unittest
    
    * fix several typos
    
    * fix error introduced when fixing typos
    
    * add unpublic note for start_processes
    
    * polish details by xiaoguang's comment
    
    * verify correctly when spawn nprocs=-1
    
    * refactor spawn & init_parallel_env design
    
    * polish doc details
    
    * open spawn unittests
    
    * try to fix doc compile error
    
    * try to fix unknown doc format error
    
    * add skip unittest when not gpu
    chenwhql authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    31f422a View commit details
    Browse the repository at this point in the history
  24. Refine paddle.manual_seed (#26496)

    * refine manual seed
    
    * fix ci problem
    
    * fix unittests
    
    * fix unittest
    
    * set is_init_py=false in manual_seed
    
    * fix unittest
    
    * fix bernoulli_op
    
    * fix(unittest): change random_seed to manual_seed
    
    * 🐞fix(unittest): fix manual_seed
    
    * trigger ci
    
    * fix test_sentiment
    
    * fix test_imperative_save_load
    
    * fix test_uniform_random_op
    
    * fix test_uniform_random_op
    
    * fix test_jit_save_load
    
    * merge develop
    
    * fix manual_seed
    
    * fix manual_seed
    
    * use global engine
    
    * use shared_ptr
    
    * fix double free
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * fix test bug
    
    * fix test bug
    
    * fix test bug
    
    * fix ci
    zhiqiu authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    844583c View commit details
    Browse the repository at this point in the history
  25. [2.0API]support set_default_dtype for to_tensor (#26432)

    * add set_default_type for tensor
    
    * fix doc
    
    * fix doc
    zhwesky2010 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7b78bfc View commit details
    Browse the repository at this point in the history
  26. Remove sorted_sum_gradient_ form BasicEngine and PartialGradTask. (#…

    …26766)
    
    Use `Tensor` instead of `Variable`  in the doc of paddle.grad.
    wzzju authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f32ae27 View commit details
    Browse the repository at this point in the history
  27. Decouple weights and bias from fc primitive in MKLDNN cache (#26708)

    * decouple weights and bias from fc primitive in cache
    
    * removed reduntant update of pointers
    Wojciech Uss authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7afb1df View commit details
    Browse the repository at this point in the history
  28. fix sample code for hapi.model.save (#26667)

    * fix sample code for hapi.model.save, test=document_fix
    
    * test=document_fix
    
    * update usage of 2.0 API, test=document_fix
    
    * fix bugs, return dygraph back to users while using model.save in dygraph
    
    * fix code style
    LiuChiachi authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    25dad42 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    64df9b9 View commit details
    Browse the repository at this point in the history
  30. Fix hapi transform bug (#26738)

    * fix bug
    LielinJiang authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4106e54 View commit details
    Browse the repository at this point in the history
  31. refine paddle inference api (#26774)

    * refine paddle inference api
    Co-authored-by: nhzlx <nhzlx.dragon@gmail.com>
    jiweibo authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    68e0560 View commit details
    Browse the repository at this point in the history
  32. [2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)

    * add cnvert,test=develop
    ceci3 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    42d2915 View commit details
    Browse the repository at this point in the history
  33. add deprecated decorator for old apis expand and expand_as (#26759)

    * add deprecated, test=develop
    lilong12 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    2675cae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    8bcb1f2 View commit details
    Browse the repository at this point in the history
  2. Register conv_transpose Op version for compatible Op upgrades (#26745)

    * fix bug
    
    * add version check
    
    * fix docs, test=document_fix
    
    * fix formula, test=document_fix
    LielinJiang authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    346689c View commit details
    Browse the repository at this point in the history
  3. Adadelta Optimizer (#26590)

    * add doc; notest
    
    * fix doc; notest
    
    * update doc; notest
    
    * refine optimizer && adam
    
    * refine optimizer; notest
    
    * add adam
    
    * fix doc
    
    * fix doc && add adamw; notest
    
    * add error message
    
    * bug fix
    
    * refine rmsprop && adamax
    
    * fix ci
    
    * buf fix
    
    * update comment
    
    * unify arguments place; notest
    
    * fix ut, test=develop
    
    * bug fix
    
    * fix conflicts, test=develop
    
    * add examples code
    
    * bug fix
    
    * fix comments
    
    * fix sample code
    
    * add sample code for Optimizer
    
    * add adamax ut, test=develop
    
    * fix rmsprop ut, test=develop
    
    * add ut for optimizer.py and adamw.py
    
    * first commit of adadelta optimizer
    
    * fix learning rate
    
    * fix adadelta doc and add sgd momentum
    
    * remove unused fluid
    
    * fix codestyle
    
    * Update test_adam_op.py
    
    * Update test_adam_op.py
    
    * fix SGD in 2 unittests
    
    * fix SGD in 2 unittests
    
    * fix ci
    
    * fix ut
    
    Co-authored-by: MRXLT <xlt2024@gmail.com>
    Co-authored-by: mapingshuo <mps2012@yeah.net>
    3 people authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a1b99fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db68e08 View commit details
    Browse the repository at this point in the history
  5. 【paddle.fleet】fix api documents (#26777)

    * fix api document
    guru4elephant authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    994217e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    ac63c7c View commit details
    Browse the repository at this point in the history
  2. 【paddle.fleet】Support Heter Parameter Server (#25998)

    * Support Heter Parameter Server
    MrChengmo authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    7f2aa2d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    0f1ad9b View commit details
    Browse the repository at this point in the history
  2. support default dtype for distribution APIs (#26695)

    * set default dtype for distribution API
    
    * Add unittest
    
    * Add unittest
    
    * fix import get_default_dtype problem
    
    * delete change under fluid.layers.nn
    
    * little change
    pangyoki authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4a57880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1ea9b View commit details
    Browse the repository at this point in the history
  4. Move hapi to python/paddle root dir. (#26442)

    * Move hapi form paddle/incubate to paddle
    
    * Remove vision/datasets/utils.py and clean code
    
    * Add sample code for conll05
    
    * Print pull path when saving model
    
    * Fix sample code after paramter_list of SGD is changed to parameters
    
    * Fix bug in wmt16 datase
    qingqing01 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f7fb4c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a47d92d View commit details
    Browse the repository at this point in the history
  6. update the doc for the some ops

    update the doc for the some ops, ceil asin, atan
    wawltor authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7ee70a4 View commit details
    Browse the repository at this point in the history
  7. fix doc, use to_tensor

    fix doc, use to_tensor for the loss ops
    ZHUI authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1f6df87 View commit details
    Browse the repository at this point in the history
  8. [Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778)

    * Fix Python Version compatibility
    
    * add import six
    Aurelius84 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    df0a22d View commit details
    Browse the repository at this point in the history
  9. [Paddle-TRT] TRT dynamic shape support PaddleSlim quant models (#26536)

    * support trt dynamic shape int8
    
    * add unittest
    
    * add support for sigmoid; adapt to trt6+ api
    cryoco authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    78a530c View commit details
    Browse the repository at this point in the history
  10. test=develop (#26710)

    swtkiwi authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f44420c View commit details
    Browse the repository at this point in the history
  11. Add use of global flag 'use_mkldnn' to layer_helper (#26497)

    * get use of global 'use_mkldnn' in layer_helper
    
    * update for CI
    
    * update for CI, relu test
    
    * update for CI, relu test added, make FLAGS_use_mkldnn a public flag
    
    * added more strict tests, fixes after review
    
    * fixes after review
    
    * fixes after review, CI stuff
    arlesniak authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    885c61f View commit details
    Browse the repository at this point in the history
  12. Refine cudnn softmax (#25757)

    * refine cudnn softmax
    GaoWei8 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    11fb8a1 View commit details
    Browse the repository at this point in the history
  13. rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)

    rename Dropout2D/3D to Dropout2d/3d
    huangjun12 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3ce727a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b011177 View commit details
    Browse the repository at this point in the history
  15. 【paddle.fleet】FleetAPI 2.0 (#26772)

    * add FleetAPI doc
    
    Co-authored-by: liuyuhui <liuyuhui@baidu.com>
    seiriosPlus and vslyu authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9ded756 View commit details
    Browse the repository at this point in the history
  16. Remove backend argument of init_parallel_env (#26773)

    * remove backend argument of init_parallel_env
    
    * remove keep name table in transformer
    
    * add cpu version check
    
    * add skip unittest for init_parallel_env
    
    * polish doc: remove func use & update example
    chenwhql authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    28cb653 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40378ed View commit details
    Browse the repository at this point in the history
  18. Count the time and packet size for Windows monitor (#26678)

    * turn on WITH_INFERENCE_API_TEST
    
    * Count the time and packet size on windows
    
    * fix conflit
    
    * fix conflit
    
    * fix conflit
    
    * fix date-time funciton
    zhwesky2010 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d854101 View commit details
    Browse the repository at this point in the history
  19. [CI] Change RD for check_op_desc from (liym27, zhhsplendid, Aurelius8…

    …4, lanxianghit or phlrain) to (cyj1986, Superjomn) (#26828)
    liym27 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7495b28 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    8e67497 View commit details
    Browse the repository at this point in the history
  2. update optimizer (#26711)

    * update doc
    
    * update doc
    
    * fix optimizer sample code
    
    * add default value for adamw weight_decay
    
    * fix adamw
    
    * change LearningRateDecay to _LRScheduler
    
    * fix adamw;notest
    
    * fix load;notest
    
    * remove file
    
    * bug fix
    
    * fix code style
    
    * bug fix
    
    * add ut
    
    * adamw support weight_decay=0
    
    * fix ut
    
    * fix set_lr doc
    
    * fix doc
    
    * change parameters place
    MRXLT authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    1f36d3c View commit details
    Browse the repository at this point in the history
  3. add embedding 2.0 (#26649)

    * add embedding 2.0
    
    * add embedding support input int32
    seiriosPlus authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ebc5f99 View commit details
    Browse the repository at this point in the history
  4. support mnist and resnet dygraph_to_static test (#25774)

    * support mnist and resnet dygraph_to_static test
    
    * make FLAGS_use_mkldnn a public flag
    
    * fix test_get_set_flags
    
    * Change name of a function
    
    * Rerun CIs commit
    
    * Fix oneDNN dygraph training
    
    Co-authored-by: Adam <38704900+grygielski@users.noreply.github.com>
    Co-authored-by: grygielski <adam.grygielski@gmail.com>
    3 people authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f866bfe View commit details
    Browse the repository at this point in the history
  5. fix ut (#26844)

    MRXLT authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    1769d21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced6e87 View commit details
    Browse the repository at this point in the history
  7. Fix typo util->until. (#26855)

    Fix an English typo in unit test.
    zhhsplendid authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ad5547d View commit details
    Browse the repository at this point in the history
  8. add approve check of the CI task on windows (#26832)

    * add approve check of the CI task on windows
    
    * fix style
    zhwesky2010 authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a60bbe6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e50b2a View commit details
    Browse the repository at this point in the history
  10. [Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set …

    …by the user is greater than or equal to the log level (#26858)
    liym27 authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    61107aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1127d0d View commit details
    Browse the repository at this point in the history
  12. Refine bernoulli and unsqueeze op (#26842)

    * add check for bernoulli and register bool for unsqueeze
    
    * follow comments
    zhiqiu authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    60ffc22 View commit details
    Browse the repository at this point in the history
  13. [Paddle-TRT] Stack op plugin (#25605)

    * add stack_op to CMakeLists
    
    * add dim=3 support for scale op
    
    * add trt stack op, test=develop
    
    * remove debug message
    
    * add stack plugin serialize
    
    * remove slice, scale op, will add later
    
    * enhence error message
    
    * revise trt ernie test to conver the stack op CI testi, test=develop
    
    * add stack op serialization
    
    * fix test shape after adding stack op
    
    * remove slice op, will add after implementing serialization
    
    * roll back to min_graph=5 to avoid using slice op
    
    * fix scale op output layer
    
    * implement stack op createPlugin
    
    * use workspace and move the defination to .cu
    
    * move stack plugin creator definition to .cu, test=develop
    zlsh80826 authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ad6e3dd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. supplement bug fix of parameter server (#26217)

    * fix fluid.embedding
    MrChengmo authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d0962ab View commit details
    Browse the repository at this point in the history
  2. Show more possible problems with build_and_check in file paddle_build…

    ….sh (#26846)
    
    * Show more possible problems with build_and_check in file paddle_build.sh, test=develop
    
    * Remove test codes modified in file device.py for build_and_check, test=document_fix
    
    * Fix missing blank space in file device.py, test=document_fix
    
    * Final process via summary_check_problems function, test=document_fix
    Avin0323 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d067e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6129b0e View commit details
    Browse the repository at this point in the history
  4. fix the argmin,argmax op for the paddlepaddle 2.0

    * fix the argmin,argmax op for the paddlepaddle 2.0, add checkPoint for the argmax/argmin
    wawltor authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0a29fc8 View commit details
    Browse the repository at this point in the history
  5. fix pool trt plugin bug (#26463)

    test=develop
    NHZlX authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    932bbe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9d39b4 View commit details
    Browse the repository at this point in the history
  7. fix eigen in push sparse; fix hadoop command (#26872)

    * fix eigen in push sparse; fix hadoop command
    test=develop
    
    * add log in load_combine_op
    test=develop
    Thunderbrook authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    5205748 View commit details
    Browse the repository at this point in the history
  8. Add FetchAsyncOpHandle, and use it in FastThreadedExecutor (#26643)

    * optimized transformation form tensor to numpy, test=develop
    
    * Modify fetch op handle, from memcpy Sync to memcpy Async, test=develop
    
    * modify CUDAPinnedPlace to CPUPlace, test=develop
    
    * modify CPUPlace to CUDAPinnedPlace, and set default inplace to false, test=develop
    
    * revert fetch_op_handle, add fetch_async_op_handle, test=develop
    
    * revert fetch_op_handle, add fetch_async_op_handle, test=develop
    
    * fix error msg report, test=develop
    
    * fix bug in cpuplace, test=develop
    
    * fix bug in unmerge and tensorarray modle, test=develop
    
    * fix bug, double copy gpu memory, test=develop
    
    * fix chenweihang¡¯s review advice, test=develop
    wanghuancoder authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2d2c31a View commit details
    Browse the repository at this point in the history
  9. Raise RuntimeError if run the callable object decorated by '@paddle.j…

    …it.to_static' not in dynamic mode. (#26750)
    liym27 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    435ab2a View commit details
    Browse the repository at this point in the history
  10. fix sample codes in collective.py (#26787)

    * fix sample codes, test=develop
    lilong12 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    030b298 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf6cbbc View commit details
    Browse the repository at this point in the history
  12. Update some used apis in Transformer apis to 2.0 apis. (#26831)

    Fix some code samples in Tranoformer apis.
    test=develop
    guoshengCS authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e6af53b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e874cc View commit details
    Browse the repository at this point in the history
  14. Restore "Add mkldnn bfloat16 option to C-API " (#26882)

    * Add mkldnn bfloat16 option to C-API
    
    * Add test for bfloat16 gpu
    
    * Change coverage test
    
    * Repair capi_gpu test
    wozna authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0627a31 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e1c8f3 View commit details
    Browse the repository at this point in the history
  16. Correct 2.0 API usage in hapi.model.load (#26829)

    * replace fluid.optimizer.set_dict with optimizer.set_state_dict
    
    * replace fluid.optimizer.set_dict with optimizer.set_state_dict
    
    * add coverage rate
    
    * Increase coverage rate, fix code style
    
    * Increase coverage rate, fix code style
    
    * add fit to generate optimizer.state_dict() to save .pdopt to increase coverage rate
    
    * delete http.log
    LiuChiachi authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9ee4e3d View commit details
    Browse the repository at this point in the history
  17. fix norm bug, test=develop (#26827)

    * fix norm bug, test=develop
    
    * fix norm bug, test=develop
    
    * fix norm bug, test=develop
    
    * fix norm bug, test=develop
    
    * fix norm bug, test=develop
    frankwhzhang authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c7b5ac4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1771d9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8984a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2f50aa2 View commit details
    Browse the repository at this point in the history
  21. fix dropout bug in backward when input is 1d tensor (#26837)

    * fix dropout bug in backward when input is 1d tensor, test=develop
    
    * add test case and refine error message, test=develop
    
    * refine error message, test=develop
    huangjun12 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e480168 View commit details
    Browse the repository at this point in the history
  22. add time when test failed (#26935)

    show unittest time even if unittest failed
    zhwesky2010 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f772540 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    61fc7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c698e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b844a View commit details
    Browse the repository at this point in the history
  4. fix uniform CI random fail problem (#26932)

    * fix uniform CI random fail problem
    
    * decrease diag_num in DiagInit
    pangyoki authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b036294 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05da5a3 View commit details
    Browse the repository at this point in the history
  6. fix regularizer timeout (#26952)

    littletomatodonkey authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3ba7b9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95e1434 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96331f7 View commit details
    Browse the repository at this point in the history
  9. refine paddle.stack (#26886)

    * refine paddle.stack
    
    * support TensorArray
    
    * add test
    
    * fix coverage problem
    
    * fix coverage problem
    
    * fix sample code
    zhiqiu authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1275659 View commit details
    Browse the repository at this point in the history
  10. set_default_type only take effect on python floats or complex (#26939)

    * set_default_type only take effect on python floats or complex
    
    * fix doc
    zhwesky2010 authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d5f4c39 View commit details
    Browse the repository at this point in the history
  11. Add summary for hapi (#26386)

    * add summary for hapi
    LielinJiang authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    559d9f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a09b8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bcdbac1 View commit details
    Browse the repository at this point in the history
  14. Support load state dict form inference model format save result (#2…

    …6718)
    
    * support load infer model format state dict
    
    * add unittests
    
    * remove keep name table
    
    * recolve circle inport
    
    * fix compatible problem
    
    * recover unittest
    
    * polish doc and comment
    chenwhql authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    209273e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3eacced View commit details
    Browse the repository at this point in the history
  16. [API 2.0]Fix adaptive pooling bug (#26922)

    * fix
    
    * fix doc, test=document_fix
    shippingwang authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3900f66 View commit details
    Browse the repository at this point in the history
  17. Update set_dict method name & add aliases (#26700)

    * update set_dict method name & add aliases
    
    * fix var name error
    
    * fix alias formats
    
    * use set_state_dict in unittest
    
    * add decorator solve compatible problem
    
    * polish decorator
    
    * replace layer set_state_dict by patched method
    
    * remove import monkey path layer
    
    * fix import function error
    
    * add unittest for coverage
    chenwhql authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9cb57f9 View commit details
    Browse the repository at this point in the history
  18. 【paddle.fleet】support running python train.py for fleet tasks (#26249)

    * support running python train.py for fleet-task; test=develop
    danleifeng authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e35ad3e View commit details
    Browse the repository at this point in the history
  19. 【paddle.fleet】simplify fleetrun log infos (#26888)

    * print detailed and clear log infos; test=develop
    danleifeng authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3a2a711 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8cc094 View commit details
    Browse the repository at this point in the history
  21. 【paddle.fleet】distributed_optimizer supports dygraph (#26541)

    paddle.distributed.fleet supports dynamic graph execution.
    danleifeng authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6b4ca0d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. fix strategy example (#26856)

    * fix doc
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * test=develop
    
    * fix doc, test=develop
    
    * update localsgd doc
    test=develop
    
    * update localsgd doc
    test=develop
    
    * fix fleet dgc amp doc, test=develop
    
    * fix, test=develop
    
    * fix async configs
    
    Co-authored-by: liuyi05 <gavin1332@gmail.com>
    Co-authored-by: WangXi <wangxi16@baidu.com>
    Co-authored-by: seiriosPlus <tangwei12@baidu.com>
    4 people authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9e4fe92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb2ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ae102 View commit details
    Browse the repository at this point in the history
  4. fix Heter Ps multi thread (#26876)

    * fix heter-ps multi thread
    MrChengmo authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c484619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f3e6ca View commit details
    Browse the repository at this point in the history
  6. change uniform_random to uniform and optimize function names in unitt…

    …est for random ops (#26951)
    
    * fix unittest format and extract common function
    
    * change function name
    pangyoki authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    46057dd View commit details
    Browse the repository at this point in the history
  7. fix sample code (#26962)

    MRXLT authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    72f6e56 View commit details
    Browse the repository at this point in the history
  8. update doc of paddle.to_tensor (#26820)

    update doc of paddle.to_tensor
    zhwesky2010 authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    352ac14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff3dc8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5866cde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a48952 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54427b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    695bfb0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4204cea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21565e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8aebcab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0dfe26d View commit details
    Browse the repository at this point in the history
  18. Fix conv and summary api bug (#27023)

    * fix conv output_size has no default value bug
    * fix summary bug
    LielinJiang authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f95e8ff View commit details
    Browse the repository at this point in the history
  19. fix dtype not matching bug in log_prob and probs method of Distributi…

    …on class (#26767)
    
    * fix _to_tensor method of Distribution class
    
    * Add unittest
    
    * let dtype be consistent with value in log_prob and probs
    
    * fix format
    
    * fix dtype problem and change unittest
    
    * fix dtype of Numpy class in unittest
    
    * add formula for entropy and kl
    
    * change formula
    
    * fix kl formula format
    
    * fix kl formula format 2
    
    * change gt to np in unittest
    
    * optimize unittest format
    
    * delete dumplicate
    
    * delete dumplicate 2
    
    * extract common function used to convert dtype value
    pangyoki authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a0c98e6 View commit details
    Browse the repository at this point in the history
  20. Fix conv1d when data formate is NLC (#26944)

    * Fix conv1d when data formate is NLC
    test=develop
    
    * Fix unitest of conv1d
    test=develop
    wanghaoshuang authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    b6fb979 View commit details
    Browse the repository at this point in the history
  21. Fix cuda kernel of affine grid (#27003)

    test=develop
    wanghaoshuang authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2660ea3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d843706 View commit details
    Browse the repository at this point in the history
  23. support heter-xpu-ps (#27018)

    support heter-xpu-ps
    MrChengmo authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a727522 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8fa3d36 View commit details
    Browse the repository at this point in the history
  25. [oneDNN] Fix to conv2d grad with groups (#27006)

    * - Added fix to mobilenet
    
    * - compilation fix
    
    * - Fix to conv2d grad oneDNN with groups
    
    test=develop
    jczaja authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f6653c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    2f97ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b314c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa3958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92530ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    041f4ab View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. add the dynamic dtype check for the argmin/argma

    update the check for the dtype check for the argmin, argmax
    wawltor authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    8857e39 View commit details
    Browse the repository at this point in the history
  2. Add TranslatedLayer.program method to get program (#26961)

    * add TranslatedLayer.program method
    
    * add unittests & update example code
    
    * polish example code
    
    * update program api example code
    chenwhql authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    9373cf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. [Dy2stat] Add descriptor cache for StaticLayer (#26987)

    * add descriptor cache
    
    * fix self arugments
    
    * deal case if instance is None
    
    * clean code
    
    * fix usage
    Aurelius84 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    35f53ec View commit details
    Browse the repository at this point in the history
  2. Add padding cudnn interface (#26370)

    * add lstm cudnn of padding data and refine cudnn codes
    GaoWei8 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4ff16eb View commit details
    Browse the repository at this point in the history
  3. Modify data download function and support unittests of inference APIs…

    … on windows (#26988)
    
    * Modify data download function, and support unittests of inference APIs on windows, test=develop
    
    * The import error compatible with py2 and py3, and fix unittests problems of inference APIs on Windows, test=develop
    Avin0323 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    fab8bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ca6d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b150f2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0b2631 View commit details
    Browse the repository at this point in the history
  7. remove the dependence of matplotlib in dataset of uci_housing

    remove the dependence of matplotlib  in dataset of uci_housing
    wawltor authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    24ec517 View commit details
    Browse the repository at this point in the history
  8. fix dimensions error for mobilenetv1_KL_quant (#26776)

    * fix dimensions error for mobilenetv1_KL_quant
    
    fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights.
    
    add mul test
    
    * remove comment
    
    * add third case unit test
    sfraczek authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    eb65877 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6321254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a02424 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b7692b View commit details
    Browse the repository at this point in the history
  12. udpate the dtype check for the argmin, argmax

    fix the bug for dtype check for the argmin/argmax
    wawltor authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    39d5bb6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5af81f8 View commit details
    Browse the repository at this point in the history
  14. 【paddle.fleet】add auto parallel L1 implementations (#27090)

    * add auto parallel L1 implementation
    test=develop
    guru4elephant authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    0443b48 View commit details
    Browse the repository at this point in the history
  15. Change jit.save/load configs to config & update code examples (#27056)

    * change configs to config & update examples
    
    * fix deprecate decorator conflict
    chenwhql authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c1a8868 View commit details
    Browse the repository at this point in the history
  16. fix the localsgd optimizer (#27094)

    * fix the localsgd
    ForFishes authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    aca450f View commit details
    Browse the repository at this point in the history
  17. add failed unittests retry on win system (#26823)

    * add failed unittests retry on win system
    
    * modified the value of retry times
    XieYunshen authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    92bf0d4 View commit details
    Browse the repository at this point in the history
  18. add failed unittests retry on mac system (#26813)

    * add retry on mac
    
    * fix some error
    
    * fix with some errors
    XieYunshen authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9fd5eae View commit details
    Browse the repository at this point in the history