- 28 6月, 2022 1 次提交
-
-
由 Chen Long 提交于
-
- 17 6月, 2022 1 次提交
-
-
由 Liyulingyue 提交于
fix en docs of paddle.vision.transforms.Normalize, paddle.vision.models.alexnet, paddle.vision.models.mobilenet, ops apis (#42380) * Normalize; test=document_fix * alexnet; test=document_fix * alexnet; test=document_fix * vgg; test=document_fix * mobilenetv2; test=document_fix * mobilenetv1; test=document_fix * alexnet; test=document_fix * PSRoIPool; test=document_fix * psroi_pool; test=document_fix * roi_align; test=document_fix * RoIAlign; test=document_fix * alexnet; test=document_fix * MobileNetV1; test=document_fix * mobilenetv2;test=document_fix * vgg; test=document_fix * psroi_pool;test=document_fix * ops; test=document_fix * Normalize;test=document_fix * normlize;test=document_fix * Update alexnet.py * for ci;test=document_fix * for ci;test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 13 5月, 2022 1 次提交
-
-
由 LielinJiang 提交于
* fix decode_jpeg example code * fix decode_jpeg example code
-
- 23 4月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* reuse ConvNormActivation in some vision models
-
- 21 4月, 2022 1 次提交
-
-
由 RichardWooSJTU 提交于
* fix nms op doc missing default value
-
- 13 4月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Add yaml for deformable_conv and deformable_conv_v1 OPs * Add UT * Add to skipped_phi_api list for infrt
-
- 06 4月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add real and imag yaml * add roi_align and roi_pool yaml * add qr yaml * add psroi_pool yaml * fix bug * fix param bug of psroi_pool * fix infrt problem * fix merge bug
-
- 05 4月, 2022 2 次提交
-
-
由 zyfncg 提交于
* add roi_align yaml * fix bug
-
由 RichardWooSJTU 提交于
* add nms op and batched_nms api
-
- 01 4月, 2022 1 次提交
-
-
由 hong 提交于
* fix error; test=develop * update * close some yaml * fix backward attrite error; test=develop * add div test * polish code; test=develop * update * update * fix bug * update bitwise code; test=develop * update * update * fix some bug * update * revert cmakelist * fix optional bug; * fix bug * fix bug; * add backward test * open bn * update * update * revert eager_gen * polish code * fix topk error * update * update * fix bug; * move label smooth, nll loss * revert topk * fix topk label smooth bug; * remove batch_norm * remove topk * change flip infer meta * fix flip bug * update yaml * close abs * fix histogram bug * fix histogram bug * add abs * fix histogram kernel * remove expand
-
- 29 3月, 2022 1 次提交
-
-
由 0x45f 提交于
* Use _C_ops.yolov3_loss in eager mode for test_yolov3.py * fix code for test_yolov3_loss_op * remove useless import * Fix dygraph_mode flag
-
- 25 3月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
- 09 3月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* add mobilenetv3
-
- 08 3月, 2022 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 2月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix 'invalid escape sequence' * fix assert error
-
- 22 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
-
- 28 9月, 2021 1 次提交
-
-
由 Feng Ni 提交于
* add roi_align in vision/ops.py
-
- 27 9月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add roi pool * rename input as x
-
- 26 9月, 2021 1 次提交
-
-
由 JYChen 提交于
* add func/class API psroi_pool and UT * add UT in static mode * Remove redundant type checks in static mode * More detailed description for test_psroi_pool_op * fix code format of UT * fix en-doc
-
- 10 9月, 2021 1 次提交
-
-
由 sunzhongkai588 提交于
* fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 11 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in vision * fix some flake8 errors
-
- 09 6月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* add two attributes for yolo box
-
- 29 4月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* add op read_file and decode_jpeg
-
- 27 4月, 2021 2 次提交
-
-
由 xiemoyuan 提交于
* fixed docs. * Fixed docs. test=document_fix code bak. fixed docs. test=document_fix * Revert to previous version of python/paddle/fluid/backward.py * fixed bugs. * test=document_fix. Fixed examples.
-
由 xiemoyuan 提交于
* Support list and tuple for parameters of layer_norm, multiprocess_reader, DatasetFolder and ImageFolder. * add unittest for layer_norm. * add require gpu for example.
-
- 03 3月, 2021 1 次提交
-
-
由 wangna11BD 提交于
* add attrs deformable_groups
-
- 07 12月, 2020 1 次提交
-
-
由 Bai Yifan 提交于
* add deform_conv2d,DeformConv2D
-
- 01 12月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 27 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* alias yolo_loss & decode_yolo_box to paddle.vision. test=develop
-