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

Add fp16 training for ResNeXt101 #4946

Open
wants to merge 61 commits into
base: release/1.8
Choose a base branch
from

Commits on May 22, 2020

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

Commits on May 28, 2020

  1. add VideoTag to video (PaddlePaddle#4666)

    * add video tag to video
    * add content to reademe
    * modify link of models
    * refine result format in readme
    * refine readme
    * add Installation to readme
    huangjun12 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    edf1a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0239e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Makeing script more flexible (PaddlePaddle#4681)

    Added missing vars
    
    Author:    Jacek Czaja <jacek.czaja@intel.com>
    jczaja committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    856c428 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 16, 2020

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

Commits on Jun 19, 2020

  1. Update docs (PaddlePaddle#4707)

    * fix init
    
    * update
    
    * update docs
    ceci3 committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    c5bfe4b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. fix paddlers readme (PaddlePaddle#4717)

    * update api 1.8
    
    * fix paddlerec readme
    frankwhzhang committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    5c244bf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

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

Commits on Jul 2, 2020

  1. Update VOT code: add SiamRPN and SiamMask (PaddlePaddle#4734)

    * Add SiamRPN and SiamMask
    * delete useless code
    * fix bug
    xbsu committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2293e33 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

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

Commits on Jul 10, 2020

  1. add JiebaTokenizer demo (PaddlePaddle#4747)

    tianxin committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    131a315 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Fix concat (PaddlePaddle#4755)

    * fix init
    
    * update
    
    * fix cgan
    ceci3 committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a70288d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

Commits on Jul 30, 2020

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

Commits on Aug 6, 2020

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

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    f9f0d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096fa39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c8b76b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e320130 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Update Pix2pix_network.py (PaddlePaddle#4829)

    `dropout `中, `updeconv` 未被更新
    DrRyanHuang committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    6726ad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    12080a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc07a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    7a36ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4257b82 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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

Commits on Sep 12, 2020

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

Commits on Sep 14, 2020

  1. add M3D-RPN model (PaddlePaddle#4822)

    * Add M3d-RPN model.
    Co-authored-by: yexiaoqing <yexiaoqing@baidu.com>
    shuluoshu committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    08f3c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cf383 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

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

Commits on Sep 16, 2020

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

Commits on Sep 18, 2020

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

Commits on Sep 22, 2020

  1. fix language model time print (PaddlePaddle#4865)

    * fix language_model timecost algorithm
    
    * fix dataloader time calc, test=develop
    wanghuancoder committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    db6ce5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf186f3 View commit details
    Browse the repository at this point in the history
  3. fix mobilenet model time print (PaddlePaddle#4867)

    test=develop
    luotao1 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e07327e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    ba9a787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ada7f View commit details
    Browse the repository at this point in the history
  3. use pre-commit formate code (PaddlePaddle#4870)

    * fix ptb_dy time print for benchmark, test=develop
    
    * use pre-commit formate code
    wanghuancoder committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    0739cc7 View commit details
    Browse the repository at this point in the history
  4. use pre-commit formate code ptb_dy.py (PaddlePaddle#4871)

    * fix ptb_dy time print for benchmark, test=develop
    
    * use pre-commit formate code
    wanghuancoder committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b9b8c88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93c4daa View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    fa73c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09c442 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    00b7796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2ff20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a31b1c View commit details
    Browse the repository at this point in the history
  4. add tokens per sec in transformer (PaddlePaddle#4874)

    * add tokens/sec; test=develop
    
    * change np.array to np.asarray to avoid data copy; test=develop
    phlrain committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    69557e4 View commit details
    Browse the repository at this point in the history
  5. add ips print for ptb_lm (PaddlePaddle#4886)

    * fix ptb_dy time print for benchmark, test=develop
    
    * add ips print for ptb_lm
    wanghuancoder committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c91cb2c View commit details
    Browse the repository at this point in the history
  6. add ips print for language_model (PaddlePaddle#4887)

    * fix ptb_dy time print for benchmark, test=develop
    
    * add ips print for language_model, test=develop
    wanghuancoder committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    58fe1a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. refine benchmark log (PaddlePaddle#4888)

    * refine benchmark log
    
    test=develop
    
    * refine log
    
    test=develop
    luotao1 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    4000dfb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. refine resnet benchmard print (PaddlePaddle#4893)

    * fix ptb_dy time print for benchmark, test=develop
    
    * refine resnet benchmard print, test=develop
    wanghuancoder committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    afaf06e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Delete PaddleRec model (PaddlePaddle#4872)

    * update api 1.8
    
    * fix paddlerec readme
    
    * delete some model
    
    * delete some model
    
    * update
    frankwhzhang committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c4ff279 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

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

Commits on Oct 13, 2020

  1. revert PR4893 and use Xreki‘s Code (PaddlePaddle#4902)

    * fix ptb_dy time print for benchmark, test=develop
    
    * use yiqun(Xreki)'s PR, test=develop
    
    * add empty line, test=develop
    
    * add empty line, test=develop
    wanghuancoder committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3fad507 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Update2.0 model (PaddlePaddle#4905)

    * update api 1.8
    
    * fix paddlerec readme
    
    * update 20 , test=develop
    frankwhzhang committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5f18785 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. add fuse_bn_add_act_ops args (PaddlePaddle#4864)

    * add fuse_bn_add_act_ops args
    zhangting2020 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    294ff30 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    2392894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d045d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Revert "add fuse_bn_add_act_ops args" (PaddlePaddle#4914)

    * Revert "add fuse_bn_add_act_ops args (PaddlePaddle#4864)"
    zhangting2020 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b480de5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 12, 2020

  1. Added training script

    huangxu96 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b3509b8 View commit details
    Browse the repository at this point in the history