- 08 3月, 2022 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 2月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix 'invalid escape sequence' * fix assert error
-
- 18 1月, 2022 1 次提交
-
-
由 duanboqiang 提交于
-
- 22 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
-
- 18 11月, 2021 1 次提交
-
-
由 LielinJiang 提交于
-
- 11 11月, 2021 1 次提交
-
-
由 Nyakku Shigure 提交于
* add wide resnet * update pretrained weights link
-
- 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 1 次提交
-
-
由 Nyakku Shigure 提交于
* add inceptionv3 Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: Npithygit <pyg20200403@163.com>
-
- 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 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
-
- 16 9月, 2021 1 次提交
-
-
由 LielinJiang 提交于
-
- 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
-
- 01 9月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* add input and output docs for vision transform
-
- 28 7月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 20 7月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
This reverts commit 6c110344.
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 25 6月, 2021 1 次提交
-
-
由 IMMORTAL 提交于
* fix random probability * fix random probability
-
- 21 6月, 2021 2 次提交
-
-
由 zhiboniu 提交于
-
由 tianshuo78520a 提交于
* del py2 code2 * fix test timeout
-
- 11 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in vision * fix some flake8 errors
-
- 10 6月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 09 6月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* add two attributes for yolo box
-
- 08 6月, 2021 1 次提交
-
-
由 zhoujun 提交于
-
- 07 6月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 19 5月, 2021 1 次提交
-
-
由 GT-Zhang 提交于
* Fix slow data reading, In the old version, one epoch read time of this data set was about 5371 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch took 211 seconds, It's too painful to use. Now decompress the data in advance (about 10 seconds). Each epoch of reading takes about 3 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch takes 0.017 seconds more. * Run CI, test=allcase * fix qq group number. test=document_fix fix qq group number. test=document_fix * fix qq group number. test=document_fix fix qq group number. test=document_fix
-
- 30 4月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add to_grayscale, normalize * add rotate * add vfip and hflip * add crop center_crop * add padding, support constant, reflect, replicate, circular same as paddle.pad * add get-image-[n,c,w,h] axis utils
-
- 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.
-
- 26 4月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Modified params of some APIs to support tuple and list. * fixed bug.
-
- 25 4月, 2021 1 次提交
-
-
由 LielinJiang 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 LielinJiang 提交于
* update comments
-
- 03 3月, 2021 1 次提交
-
-
由 wangna11BD 提交于
* add attrs deformable_groups
-
- 01 3月, 2021 1 次提交
-
-
由 Bin Lu 提交于
update RandomHorizontal Flip random description and examples
-