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

Merged
merged 15 commits into from
Mar 29, 2021
Merged

update #2

merged 15 commits into from
Mar 29, 2021

Commits on Mar 25, 2021

  1. 【Paddle.Fleet】fix dataset zip py3 bug (#31441)

    * fix zip py3 bug
    MrChengmo authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f58cb01 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. delete include framework.pb.h (#31859)

    * delete include framework.pb.h
    
    * fix error
    tianshuo78520a authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e804f08 View commit details
    Browse the repository at this point in the history
  2. fix go api bug. (#31857)

    jiweibo authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    70b67f1 View commit details
    Browse the repository at this point in the history
  3. [Paddle-TRT] multiclass nms (#31742)

    * add multiclass_nms
    
    * add multiclass_nms unittest
    
    * add default enable_tensorrt_oss option
    
    * refine multiclas nms unittest and add serialization/dynamic test
    
    * change super to InferencePassTest for python2 compatibility
    
    * refine multiclass nms unittest
    
    * move out dynamic shape test due to ci timelimit
    zlsh80826 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    01aa252 View commit details
    Browse the repository at this point in the history
  4. [3D-parallel] Reformat pipeline parallel (#31786)

    * update, test=develop
    lilong12 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    c3974d0 View commit details
    Browse the repository at this point in the history
  5. [dygraph qat] Use layer to calculate output scale (#31861)

    * Use layer to calculate output scale
    * add backward for moving_average_abs_max_scale and save output scales to op's attr
    juncaipeng authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b47478e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. [Paddle-TRT] trt affine channel converter (#31628)

    * trt affine channel converter
    
    * add trt affine channel base test
    
    * add trt affine channel NHWC
    
    * remove asterisk for python2 compatibility
    
    * trt affine channel converter
    
    * add trt affine channel base test
    
    * add trt affine channel NHWC
    
    * remove asterisk for python2 compatibility
    
    * fix rebase
    
    * move LodTensor to Tensor
    
    * add dbg info
    
    * affine channel converter only support NCHW
    
    * scale,bias are parameters, use create_parameters api
    
    * reduce test input size to not exceed the timelimit of ci
    
    * refine affine channel unittest and add serialization/dynamic test
    
    * change super to InferencePassTest for python2 compatibility
    
    * change super to InferencePassTest for python2 compatibility
    
    * fix affine channel fp16 serialize setting
    zlsh80826 authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bfb5cf5 View commit details
    Browse the repository at this point in the history
  2. [Paddle-TRT] roi_align_plugin (#31732)

    * add roi_align_plugin
    
    * add roi align unit_test
    
    * add roi align serialization
    
    * remove roi align static plugin because of batch dim issue
    
    * refine roi align unittest and add fp16/serialization
    
    * add trt roi align condition to op_teller
    
    * refine error message
    
    * remove unnecessary reshape layer
    zlsh80826 authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e3a38d7 View commit details
    Browse the repository at this point in the history
  3. [CustomOP] Add shape related constructor for Tensor (#31681)

    * give shape related contructor and reshape warning
    
    * change line num to fit ut
    
    * change ut to fit
    
    * remove useless code
    
    * call resize directly in constructor
    JiabinYang authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    51eb29d View commit details
    Browse the repository at this point in the history
  4. fix cmake model path (#31866)

    * fix cmake model path
    
    * update cmake
    
    * fix unittest
    
    * fix unittest
    shangzhizhou authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    61805d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    123949e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    525c32e View commit details
    Browse the repository at this point in the history
  7. modify API nn.Bilinear's doc (#31889)

    * modify API nn.Bilinear's doc, test=develop
    
    * modify API nn.Bilinear's doc, test=develop
    wanghuancoder authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b48841b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8829a30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a71d72d View commit details
    Browse the repository at this point in the history