- 13 5月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Support test_dist_hapi_model under eager mode * [Eager] Polish code * Fix code-format issue, coverage-ci issue
-
- 12 5月, 2022 1 次提交
-
-
由 JYChen 提交于
-
- 11 5月, 2022 2 次提交
-
-
由 Feng Ni 提交于
[New API] add API paddle.vision.transforms.RandomPerspective and paddle.vision.transforms.perspective (#42390) * add RandomPerspective and perspective * fix UT, clean codes * fix UT * add batch transform * remove batch in tensor func * fix typos and coments, test=develop
-
由 Feng Ni 提交于
[New API] add API paddle.vision.transforms.RandomAffine and paddle.vision.transforms.affine (#42278) * add affine codes * adjustment codes * fix test case * fix F_cv2.affine * clean codes, add UT * fix UT * fix UT * fix UT shear * add functional test_errors * fix typos and coments, test=develop
-
- 05 5月, 2022 1 次提交
-
-
由 JYChen 提交于
[New API] add API paddle.vision.transforms.RandomErasing and paddle.vision.transforms.erase (#42280) * add api RandomErasing * add numpy/PIL backend support and UT * fix doc and optimize UT * add seed
-
- 29 4月, 2022 1 次提交
-
-
由 JYChen 提交于
* add Tensor support for sub-functions of colorjitter * add UT
-
- 25 4月, 2022 1 次提交
-
-
由 zlsh80826 提交于
-
- 05 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* eager math op, test=develop * eager support lookahead, test=develop * refine,test=develop * refine doc, test=develop * refine,test =develop * refie, test=develop * refie, test=develop * refie, test=develop * test_paddle_multiprocessing * refine, test=develop * refine, test=develop * fix bug, test=develop * refine, test=develop * dataloader, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * test_datasets timeout, test=develop * refine, test=develop
-
- 03 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 02 4月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* support test_create_paramter * support fused_transformer_encoder_layer * skip program_desc tracer related tests in eager mode * fix ci tests on eager
-
- 01 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* support pinned, test=develop * support async_write, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine,test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop
-
- 30 3月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* dlpack eager, test=develop * eager test_base_layer, test=develop * fix error report, test=develop * eager _getitem_from_offset, test=develop * refine, test=develop * refine offset, test=develop * add test_inner test_outer, test=develop * refine, test=develop * refine, test=develop
-
- 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
-
- 21 2月, 2022 1 次提交
-
-
由 piotrekobiIntel 提交于
* Add loss conversion from uint16 to float in progressbar class * Fix test coverage * Actually fix coverage * Fix format error
-
- 15 2月, 2022 1 次提交
-
-
由 arlesniak 提交于
* hapi lenet BF16 * ops list updated * year typo fix * tests updated fo CI
-
- 19 1月, 2022 1 次提交
-
-
由 yingyibiao 提交于
* Fix AttributeError when output y is a tuple which has no attribute 'shape' * Add unit test for dynamic_flops with multiple outputs * Add unit test for dynamic_flops with multiple outputs
-
- 23 11月, 2021 1 次提交
-
-
由 CtfGo 提交于
`paddle.utils.download` :change to call `extractall` on tar/zip compressd file to speed up the uncompress process when they includes many files --- result of decompression speed comparison --- 1. dataset:https://paddlenlp.bj.bcebos.com/datasets/cnn_dailymail/cnn_stories.tgz, decompression time :5m50s vs 20s 2. dataset:https://paddlenlp.bj.bcebos.com/datasets/cnn_dailymail/dailymail_stories.tgz, decompression time:33m20s vs 47s
-
- 18 11月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* fix cache * Fix unittest
-
- 17 11月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* remove test_hapi_hub from mac * fix format error
-
- 11 11月, 2021 1 次提交
-
-
由 Nyakku Shigure 提交于
* add wide resnet * update pretrained weights link
-
- 04 11月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 03 11月, 2021 1 次提交
-
-
由 fuqianya 提交于
* add squeezenet
-
- 02 11月, 2021 1 次提交
-
-
由 Nyakku Shigure 提交于
add shufflenetv2 Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com> Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com>
-
- 01 11月, 2021 1 次提交
-
-
由 Nyakku Shigure 提交于
* update AvgPool2D to AdaptiveAvgPool2D * class_num -> num_classes * add en doc * add googlenet to pretrained test * remove weights name * add parameter with_pool * update en doc * fix googlenet out shape * 2020 -> 2021 Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com> Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com>
-
- 27 10月, 2021 1 次提交
-
-
由 fuqianya 提交于
* add DenseNet
-
- 22 10月, 2021 2 次提交
-
-
由 Leo Chen 提交于
* [hapi] support dygrapg amp O2 * fix problem of static pure fp16 in hapi * fix bug * fix format * fix ut * follow comments * update ut * update amp save/load * fix ut * refine code format
-
由 Nyakku Shigure 提交于
* add inceptionv3 Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com>
-
- 18 10月, 2021 1 次提交
-
-
由 Siming Dai 提交于
* fix async_read bug * change index place to cpu * add tensor size judge * add async_read & async_write test * fix bug in async_write * fix mac py3 ci * fix bug for cpu version paddle * fix windows ci bug * change input argument error type * change const_cast to mutable_data * add async_write out-of-bound check and consumate error hint * fix a small bug for dst_tensor * add docs and refine codes * refine docs * notest,test=windows_ci * fix windows ci * fix require * fix code-block * add core.is_compiled_with_cuda()
-
- 15 10月, 2021 1 次提交
-
-
由 Nyakku Shigure 提交于
* add resnext model * add zh docs * add unittest * test performance Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com> Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com>
-
- 13 10月, 2021 1 次提交
-
-
由 fuqianya 提交于
* add alexnet
-
- 28 9月, 2021 2 次提交
-
-
由 Feng Ni 提交于
* add roi_align in vision/ops.py
-
由 Siming Dai 提交于
-
- 27 9月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add roi pool * rename input as x
-
- 15 9月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 02 9月, 2021 1 次提交
-
-
由 wangna11BD 提交于
-
- 26 8月, 2021 1 次提交
-
-
由 Siming Dai 提交于
* add dlpack api and fix a from_dlpack
-
- 07 8月, 2021 1 次提交
-
-
由 Jiangxinz 提交于
-
- 29 7月, 2021 2 次提交
-
-
由 HydrogenSulfate 提交于
* fix paddle.summary's bug when output contains non-tensor
-
由 wangna11BD 提交于
* add input option in model.summary
-