- 28 6月, 2022 1 次提交
-
-
由 Chen Long 提交于
* Update api docs (#42725) * Fix max_pool3d doc, test=document_fix (#42715) * fix pooling doc * fix typo test=document_fix * fix doc typo, test=document_fix * fix adaptive_avg_pool1d doc bug (#42721) * fix adaptive_avg_pool1d doc bug * fix adaptive_avg_pool1d doc bug * fix spectral_norm en doc (#42728) * Fix example code bugs (#42739) * update readme test=document_fix * fix api docs bugs test=document_fix * fix code example bugs;test=document_fix Co-authored-by: NLinjie Chen <40840292+linjieccc@users.noreply.github.com> Co-authored-by: NWei Shengyu <weisy11@163.com> Co-authored-by: NWalter <dongshl1226@hotmail.com> Co-authored-by: Nwangna11BD <79366697+wangna11BD@users.noreply.github.com>
-
- 22 6月, 2022 1 次提交
-
-
由 LielinJiang 提交于
* fix decode_jpeg example code * fix decode_jpeg example code
-
- 04 5月, 2022 1 次提交
-
-
由 LielinJiang 提交于
* fix PIL sample mode deprecated warning * compatible with old pil version
-
- 26 4月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* reuse ConvNormActivation in some vision models (#40431) * reuse ConvNormActivation in some vision models * reimplement ResNeXt based on ResNet (#40588) * refactor resnext
-
- 21 4月, 2022 1 次提交
-
-
由 RichardWooSJTU 提交于
* fix nms op doc missing default value * fix nms op doc add blank line
-
- 14 4月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Add yaml for matrix rank op (#41466) * modify matrix_rank * add matrix_rank shape * add matrix_rank shape * Add yaml for matrix_rank OP * Add UT Co-authored-by: Nzhoujianqian <15205085056@163.com> * Add yaml for eye OP (#41476) * [cherry-pick] Add yaml config for matrix_rank, eye, deformable_conv and deformable_conv_v1 OPs * Add yaml for deformable_conv and deformable_conv_v1 OPs * Add UT * Add to skipped_phi_api list for infrt Co-authored-by: Nzhoujianqian <15205085056@163.com>
-
- 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 2 次提交
-
-
由 Liyulingyue 提交于
* Update transforms.py * Update transforms.py * Update transforms.py * Update functional.py
-
由 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
-
- 21 3月, 2022 1 次提交
-
-
由 Liyulingyue 提交于
-
- 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
-
- 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
-