- 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
-
- 22 7月, 2021 1 次提交
-
-
由 Jiaqi Liu 提交于
-
- 20 7月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
This reverts commit 6c110344.
-
- 08 7月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
* add num_iters in fit/evalate, test=develop
-
- 28 6月, 2021 4 次提交
- 21 6月, 2021 1 次提交
-
-
由 Jiangxinz 提交于
-
- 15 6月, 2021 1 次提交
-
- 11 6月, 2021 2 次提交
- 10 6月, 2021 2 次提交
-
-
由 Wenyu 提交于
* add wget option in download
-
由 Kaipeng Deng 提交于
-
- 11 5月, 2021 1 次提交
-
-
由 Wenyu 提交于
* fix retry in download when exception occurs
-
- 10 5月, 2021 1 次提交
-
-
由 Wenyu 提交于
-
- 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 2 次提交
-
-
由 zhiboniu 提交于
add __all__=[] to python files not in API public list; import * only support in API public list files (#32643)
-
由 LielinJiang 提交于
* add op read_file and decode_jpeg
-
- 26 4月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Modified params of some APIs to support tuple and list. * fixed bug.
-
- 25 4月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add Hub Module for easy to use pre-trained models. * support list, load, help fucntions. * support load models by github, gitee, local Co-authored-by: NLielinJiang <jianglielin@baidu.com>
-