226 Commits

Author SHA1 Message Date
Wei Shengyu
e6feb68bb8
Merge pull request #1824 from TingquanGao/dev/spt_amp_eval
fix: fp32 eval by default when enable amp
2022-04-20 14:40:46 +08:00
flytocc
c3018ebd39 add VAN-Classification code 2022-04-19 13:13:33 +08:00
gaotingquan
83ed5195c3
fix: set use_fp16_test to True when AMP O2 is enabled 2022-04-18 06:14:43 +00:00
zhangxinyu-xyz
12d1b5f9a9 Release the inference code of ISE (ReID-CVPR2022) 2022-04-18 13:23:47 +08:00
gaotingquan
efde56ffc6
fix: only fp16 evaluation is supported when ampO2 is enabled 2022-04-13 12:14:14 +00:00
cuicheng01
44b9963b25 add mobilevit code 2022-04-01 08:51:42 +00:00
cuicheng01
f977c7c060 update cswin config 2022-03-30 03:40:27 +00:00
cuicheng01
51e06d43f5 add cswin code and doc 2022-03-29 09:50:44 +00:00
gaotingquan
456f9eac81
rename amp_O2 to amp_O2_ultra 2022-03-11 03:02:07 +00:00
gaotingquan
218da4ddf9 feat: amp_O1 -> amp_O1_ultra, amp_O2 -> amp_O2_ultra 2022-03-10 11:10:37 +08:00
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
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
WangChen0902
7595ba6d70
add AFD (#1683)
* add AFD
2022-02-28 19:11:50 +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
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
Tingquan Gao
0d22017e2e fix: move class_num from Global to Arch 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
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
7a0ed6f08d rename 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
JamesLim-sy
f015860645 drop useless settings 2022-01-05 13:15:19 +00:00
littletomatodonkey
aea712cc87
add dist of rec model (#1574)
* add distillation loss func and rec distillation
2022-01-05 19:25:36 +08:00
JamesLim-sy
24a51ae064 first 2022-01-04 07:20:31 +00:00
gaotingquan
d6aeba6f56
fix: upgrade replace_sub() to upgrade_sublayer()
supplement to PR #1581
2021-12-30 10:59:20 +00:00
gaotingquan
cabc7a0f83 fix: replace reg exp with layer name 2021-12-28 15:24:50 +08:00
Wei Shengyu
0f35f706b6
Fix static training speed (#1590)
* fix training speed

* update config setting method
2021-12-23 11:13:51 +08:00
cuicheng01
7aa9f1c6ea
Merge pull request #1588 from cuicheng01/add_new_config
add some new configs
2021-12-21 14:03:51 +08:00
cuicheng01
2e578335cd add some new configs 2021-12-20 08:10:39 +00:00
cuicheng01
897760f073
Merge pull request #1544 from cuicheng01/update_vit
update vit
2021-12-14 14:40:14 +08:00
cuicheng01
f5450c3d66 delete vit_huge config 2021-12-14 03:10:07 +00:00
dongshuilong
ab187e21cc fix tipc inference batch_size bug 2021-12-10 08:05:36 +00:00
stephon
ecbc2b998f modify binary model configure 2021-12-07 07:24:01 +00:00
cuicheng01
71abe2e9bf update PP-LCNet config 2021-12-01 04:08:38 +00:00
cuicheng01
dd08d344af fix class_num in quickstart 2021-11-17 15:04:04 +00:00
dongshuilong
c02ec9a3b3 update vehcile reid model PPLCNet2.5x 2021-11-16 06:24:57 +00:00
dongshuilong
c39838778b add vehcile reid model PPLCNet2.5x 2021-11-16 06:22:03 +00:00
cuicheng01
423144c097 fix some configs 2021-11-15 07:26:58 +00:00