885 Commits

Author SHA1 Message Date
littletomatodonkey
0c35c4c794
fix static run for vit and deit (#605) 2021-02-06 23:10:38 +08:00
littletomatodonkey
a6667a15ab
Update __init__.py 2021-02-02 23:26:13 +08:00
jm12138
8cd779be4d
Add RepVGG models (#592)
* Add RepVGG models

* Update model code

* Rename code

* format code

* add README of RepVGG
2021-02-01 18:07:25 +08:00
littletomatodonkey
378ed96095
fix mv2 prefix name (#591) 2021-01-31 18:18:40 +08:00
littletomatodonkey
a40d348ebb
Update mobilenet_v3.py 2021-01-26 11:57:37 +08:00
littletomatodonkey
9ebbd78bc9
fix save distillation model (#578)
* fix save distillation model

* add note
2021-01-25 20:58:35 +08:00
jm12138
c07c5de1ed
Fix a bug of DropPath (#575) 2021-01-25 11:00:43 +08:00
jm12138
1b89b8a58a
Add the DeiT models (#573)
* Add the DeiT models

* fix a training bug

* update the model init config

* update the License
2021-01-22 15:30:55 +08:00
jm12138
747a659891
Add ViT model (#570)
* Add the ViT model
2021-01-21 13:05:05 +08:00
littletomatodonkey
d0ecff1b5a
fix save distillation model (#567) 2021-01-19 18:49:30 +08:00
littletomatodonkey
0e6fe6f1cf
refine distillation model (#565) 2021-01-19 13:54:27 +08:00
littletomatodonkey
223a0d2e7e
fix vgg stop grad (#558)
* fix vgg stop grad

* beautify code
2021-01-14 19:48:41 +08:00
littletomatodonkey
8e26493c32
fix lr mult val (#551) 2021-01-07 19:24:29 +08:00
cuicheng01
f9e8668efc
fix some architectures bugs (#545)
* Update xception.py

* Update vgg.py

* Update regnet.py
2021-01-07 11:16:27 +08:00
cuicheng01
d3691054ed
fix (#541)
* Update res2net.py

* Update res2net_vd.py

* Update resnest.py

* Update distillation_models.py
2021-01-06 21:45:13 +08:00
Tingquan Gao
33ab988669
Add EfficientNetB0_small (#539) 2021-01-05 17:20:40 +08:00
littletomatodonkey
a138a6ee53
Update mobilenet_v3.py 2021-01-05 11:51:16 +08:00
littletomatodonkey
bcfe353db1
fix hardsigmoid (#531) 2020-12-31 12:42:37 +08:00
littletomatodonkey
da9172f6f6
Update shufflenet_v2.py 2020-12-29 17:24:05 +08:00
littletomatodonkey
1b6799cf50
fix label (#522) 2020-12-29 13:39:19 +08:00
littletomatodonkey
8dd6418ae5
fix reshape to flatten (#513)
* fix reshape to flatten

* fix reshape
2020-12-26 00:21:07 +08:00
littletomatodonkey
b401e10be9
Revert "add amp support for SE_ResNet50_vd (#509)" (#515)
This reverts commit d51058258beb40085dbbad04d372d4e2195f166e.
2020-12-25 13:49:00 +08:00
furnace
d51058258b
add amp support for SE_ResNet50_vd (#509)
* add amp support for SE_ResNet50_vd

* updates for data_format
2020-12-25 13:43:33 +08:00
littletomatodonkey
d4e7878d53
fix ghostnet (#505) 2020-12-21 00:43:12 +08:00
Tingquan Gao
70877e91e5
Update + to paddle.add and * to paddle.multiply (#502)
* Updata "*" to "paddle.multiply"

* Update "+" to "paddle.add"
2020-12-18 16:07:18 +08:00
Tingquan Gao
eb945e5d69
Fix "tar" to "pdparams" to adapt to dygraph (#496)
* Fix "tar" to "pdparams" to adapt to dygraph

* Update the download link of Paddle Inference Library
2020-12-17 23:20:16 +08:00
littletomatodonkey
c2aed7c0a6
fix add order (#493) 2020-12-17 11:46:20 +08:00
Tingquan Gao
1da9fdf379
Fix GoogleNet to GoogLeNet (#492) 2020-12-17 11:20:41 +08:00
littletomatodonkey
d80d53f955
fix resnest (#490) 2020-12-16 19:03:11 +08:00
littletomatodonkey
29b305d228
add profile for pred (#476) 2020-12-15 14:32:07 +08:00
huangxu96
dc3020ab4a
support fp16 training (#435)
* support fp16 training

* Use compiled training program

* Change timing ips.

* Use dali

* add pure fp16 training

* fix a bug, which will not use fuse pass using pure fp16 training.

* modify code as review

* modify loss, so that it will use different loss when using pure fp16 training.

* remove some fluid API

* add static optimizer.
2020-12-11 11:04:51 +08:00
littletomatodonkey
15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +08:00
littletomatodonkey
1839105f27
fix resnest (#458) 2020-12-08 18:47:46 +08:00
littletomatodonkey
1ecf8334ff
fix pred (#450)
* fix pred

* fix resnest

* fix hrnet se

* fix se for export
2020-12-06 03:08:44 +08:00
littletomatodonkey
07330e0e42
fix resnest typo (#380)
fix resnest, ghostnet typo
2020-11-30 12:52:58 +08:00
littletomatodonkey
91785a45e1
fix dpn (#430)
* fix dpn

* fix se resnext101 metrics
2020-11-29 18:10:20 +08:00
cuicheng01
68be3ab288
Fix some minor bugs to adapt to paddle2.0rc. (#431)
* Update mobilenet_v3.py

* Update densenet.py

* Update resnest.py

* Update hrnet.py

* Update vgg.py

* Update xception.py
2020-11-29 18:09:48 +08:00
littletomatodonkey
6abaa0c810
fix dpn (#416) 2020-11-21 17:46:53 +08:00
littletomatodonkey
463980f331
add support for multi cards eval (#413)
* add support for multi cards eva
2020-11-20 18:10:06 +08:00
littletomatodonkey
6a5f4626d7
add static running in dygraph (#399)
* add static running in dygraph
2020-11-18 09:48:56 +08:00
littletomatodonkey
834cc16434
fix xception flow to enable model export (#400) 2020-11-17 10:41:35 +08:00
littletomatodonkey
93e4c47909
add resnest101 (#390)
add resnest101
2020-11-12 12:13:30 +08:00
littletomatodonkey
7d0f694c7b
unify model and model_name (#386)
* unify model and model_name

* rm unsed archs fix bug of se_resnext

* fix distillation model for distributed.launch

* fix export model for googlenet
2020-11-12 00:17:28 +08:00
littletomatodonkey
c933dcd8db
minor fix init (#384)
* add densent init

* fix export model
2020-11-10 17:09:39 +08:00
littletomatodonkey
ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35:19 +08:00
cuicheng01
7bb8f1c2ef
Add InceptionV3 architecture (#360)
Add InceptionV3 model
2020-11-03 10:05:19 +08:00
littletomatodonkey
7ef474169d
polish api to Paddle2.0-rc (#346)
polish codes and docs to adapt Paddle2.0-rc
2020-10-30 00:20:48 +08:00
cuicheng01
8d046546c8
Update regnet (#342)
* Create regnet.py

* Update __init__.py
2020-10-26 14:51:27 +08:00
weishengyu
2ec1d73ece formatting 2020-10-22 17:45:14 +08:00
weishengyu
e0859f7498 formatting 2020-10-22 17:43:33 +08:00