Bin Lu
8d52387a83
Merge pull request #1702 from Intsigstephon/develop
...
add deephash configure files and dch algorithm
2022-03-07 10:32:58 +08:00
Tingquan Gao
158c7b4e35
fix: fix bug that overrided eval() can't be called in distributed
...
The eval() overrided can't be called because model is a DataParallel object in distributed.
2022-03-04 16:52:57 +08:00
lubin
7f0d54b121
fix some spelling error
2022-03-04 07:30:29 +00:00
lubin
32d1917085
Merge branch 'develop' of https://github.com/Intsigstephon/PaddleClas into develop
2022-03-04 07:08:30 +00:00
lubin
efdcf7c888
make code short;modify cifar10 data path
2022-03-04 07:07:35 +00:00
Wei Shengyu
80ba57754f
Update DCH.yaml
2022-03-04 10:50:28 +08:00
lubin
4ea2f4493c
update cifar10 path
2022-03-03 06:30:47 +00:00
gaotingquan
4fc82eef5a
feat: add the doc and demo about gallery2fc
...
add description doc and demo config
2022-03-01 10:34:29 +08:00
lubin
509f4d77e3
modify the cifar10 dataset format
2022-02-28 11:47:42 +00:00
Wei Shengyu
1020f41899
use flatten instead of reshape for hrnet ( #1709 )
2022-02-28 19:12:53 +08:00
WangChen0902
7595ba6d70
add AFD ( #1683 )
...
* add AFD
2022-02-28 19:11:50 +08:00
lubin
cef3cb25d9
update optimizer and some comment
2022-02-28 08:02:51 +00:00
gaotingquan
7abf42b7a1
fix: rm some repvgg models not supported
...
remove RepVGG_B3, RepVGG_B2g2 and RepVGG_B3g2 that are not supported by PaddleClas.
2022-02-25 23:50:29 +08:00
gaotingquan
4619d63273
fix: fix the download link, etc.
...
fix the pretrained and inference download link;
add use_ssld arg to TNT model.
2022-02-25 23:50:29 +08:00
lubin
fa45f73bdf
rm -rf binary_v2 configure file
2022-02-23 11:53:43 +00:00
lubin
2507be1a51
add deephash configs and dch algorithm
2022-02-23 11:50:39 +00:00
dongshuilong
33e8e8348d
add static graph ResNet50 for benchmark
2022-02-21 08:37:02 +00:00
cuicheng01
19f43aa21f
Merge pull request #1685 from littletomatodonkey/dev/improve_class_num_dist
...
improve distillation config
2022-02-17 15:58:41 +08:00
Bin Lu
a25d37ea2b
Create GeneralRecognition_PPLCNet_x2_5_binary_v2.yaml
2022-02-14 19:45:41 +08:00
littletomatodonkey
b31b07de45
improve distillation config
2022-02-14 16:34:01 +08:00
dongshuilong
dc6281a6d4
add benchmark for tipc
2022-02-10 08:25:52 +00:00
Walter
6fec774fb6
Merge pull request #1599 from weisy11/fuse_lite_model
...
Fuse lite model
2022-01-26 19:39:49 +08:00
weishengyu
6f33833967
dbg
2022-01-25 17:40:48 +08:00
weishengyu
e95dcec819
dbg
2022-01-25 17:24:20 +08:00
weishengyu
88e6387b2c
add label_list file
2022-01-25 15:33:44 +08:00
Tingquan Gao
42134cd8dd
fix: raise warning when using Global.class_num
2022-01-25 15:06:36 +08:00
Tingquan Gao
0d22017e2e
fix: move class_num from Global to Arch
2022-01-25 15:06:36 +08:00
Tingquan Gao
bb6581d21b
refactor: raise warning when gpu numbers is not 4
2022-01-25 15:06:36 +08:00
Tingquan Gao
8f0bd5b582
fix: fix vdl makedir
2022-01-25 15:06:36 +08:00
gaotingquan
10c93c55d1
fix: enable amp only in training
2022-01-25 11:58:07 +08:00
gaotingquan
7040ce8314
refactor: change params to be consistent with amp
2022-01-25 11:58:07 +08:00
Wei Shengyu
d6d5efe055
Merge pull request #1616 from JamesLim-sy/change_some_settings_for_clas_train_performance
...
Change some settings for clas model`s trainning performance
2022-01-25 11:29:27 +08:00
Tingquan Gao
ce166b6ced
docs: fix invalid links
2022-01-17 21:14:38 +08:00
gaotingquan
6963c25804
fix: fix bug
...
bug is that error rasied by calling update_res() when sublayer does not have _save_sub_res_hook() because nn.Sequential and nn.LayerList is not TheseusLayer.
2022-01-14 14:58:28 +08:00
gaotingquan
a6a76f3d36
fix: args error
2022-01-14 14:58:28 +08:00
gaotingquan
43fce425ac
fix: change the returned result from dict to list
2022-01-14 14:58:28 +08:00
gaotingquan
3b9f629220
feat: support specify return_stages to update_res()
2022-01-14 14:58:28 +08:00
zhangbo9674
cd039a7b37
add save_dtype
2022-01-10 18:19:03 +08:00
zhangbo9674
d437bb0a7e
use fp32 to eval
2022-01-10 18:19:03 +08:00
zhangbo9674
bb19c1f7a6
fix eval bug
2022-01-10 18:19:03 +08:00
zhangbo9674
b2956c1b41
refine code
2022-01-10 18:19:03 +08:00
zhangbo9674
205592a3e3
fix amp with distribute bug
2022-01-10 18:19:03 +08:00
gaotingquan
1a9b1782ef
fix: fix min_lr & warmup_lr
2022-01-07 11:52:30 +08:00
gaotingquan
56c72a85a1
fix: fix lr
2022-01-07 11:52:30 +08:00
gaotingquan
025feb6de9
fix: fix -1 in dims
2022-01-07 11:52:30 +08:00
gaotingquan
7a0ed6f08d
rename
2022-01-07 11:52:30 +08:00
gaotingquan
ee819393ac
fix: fix -1 in dims and ignore swapdim in static
2022-01-07 11:52:30 +08:00
gaotingquan
00fb3f7519
feat: support PVTV2
2022-01-07 11:52:30 +08:00
gaotingquan
a53b636829
feat: support PVTV2
2022-01-07 11:52:30 +08:00
littletomatodonkey
e0a6e5bf38
fox dist err ( #1621 )
...
* fox dist err
* fix init
* fix init
2022-01-06 09:46:52 +08:00