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
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
weishengyu
f9c265894a
tmp code to keep old model valid
2020-10-22 17:02:32 +08:00
weishengyu
abd683f968
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleClas into dygraph
2020-10-22 16:04:55 +08:00
littletomatodonkey
42700a15a1
fix effnet import
2020-10-21 15:30:51 +00:00
littletomatodonkey
7153ee1129
fix quick start code and doc
2020-10-21 09:21:22 +00:00
weishengyu
607c083b56
dbg
2020-10-21 11:42:42 +08:00
weishengyu
80cc0d8c86
dbg
2020-10-20 16:50:08 +08:00
littletomatodonkey
7592654c6b
Merge pull request #318 from littletomatodonkey/dyg/fix_effnet
...
fix effnet infer/eval
2020-10-20 14:41:23 +08:00
littletomatodonkey
d4533682b5
fix res2net code and doc
2020-10-20 06:18:52 +00:00
weishengyu
9579c4eb15
dbg
2020-10-20 00:41:41 +08:00
littletomatodonkey
58e558fb1c
fix effne
2020-10-19 16:23:57 +00:00
weishengyu
07bb46ef04
modify format
2020-10-15 16:48:57 +08:00
weishengyu
44889ba43d
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleClas into dygraph
2020-10-13 11:14:25 +08:00
weishengyu
083a77e763
add config
2020-10-02 03:28:51 +08:00
weishengyu
7064136058
dbg ghostnet
2020-09-30 17:24:21 +08:00
weishengyu
7c9e695f8c
change paddle version to 2.0; modify code
2020-09-27 17:00:48 +08:00
weishengyu
ff19b9cfc6
add ghostnet
2020-09-27 10:51:26 +08:00
cuicheng01
b5b0ff1702
Update __init__.py
2020-09-18 00:10:25 +08:00
cuicheng01
4970bca04a
Update se_resnext_vd.py
2020-09-18 00:09:09 +08:00
cuicheng01
b7b5a0c3c6
Update se_resnext.py
2020-09-18 00:08:06 +08:00