Commit Graph

158 Commits (0bfa2003185a55331d1822e4d3fc49e2e621838b)

Author SHA1 Message Date
cuicheng01 d6e41d7b17
Merge pull request #686 from RainFrost1/add_mixnet_rexnet
add_mixnet_rexnet
2021-04-15 19:08:57 +08:00
dongshuilong 2e14f726d0 fix mixnet review problems 2021-04-15 17:15:18 +08:00
dongshuilong ea63084670 add_mixnet_rexnet 2021-04-15 14:05:46 +08:00
littletomatodonkey a7aa14525c
fix repvgg eval (#677)
* fix repvgg eval

* fix dp training

* fix single card train
2021-04-14 02:16:13 +08:00
littletomatodonkey b0fa8dcea9
fix log when running vit in static mode (#654)
* fix log when running vit in statich mode

* fix comment
2021-04-01 17:36:59 +08:00
cuicheng01 23104797a6
Merge pull request #656 from flyseaworld/develop
add multilabel feature based develop
2021-04-01 15:52:32 +08:00
huangxu96 525b5e1a0e
Support fp16 training for ResNeXt101_32x4d (#653) 2021-03-31 11:10:19 +08:00
yaohai fee32b555a fix small error 2021-03-30 17:14:25 +08:00
yaohai 5fd7085ddf add multilabel feature 2021-03-30 16:02:32 +08:00
huangxu96 4e43ec6995 new usage of amp training. (#564)
* new usage of amp training.

* change the usage of amp and pure fp16 training.

* modified code as reviews
2021-02-26 09:25:54 +00:00
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
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 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 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 d51058258b.
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
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