Commit Graph

74 Commits (f5e8df0e63f64234df0556608751c922486e363d)

Author SHA1 Message Date
zh-hike d8f049ae76 增加代码规范,删除无用空格 2023-01-04 13:42:00 +08:00
zh-hike 009f347d64 修改空格等代码规范 2023-01-04 13:42:00 +08:00
zh-hike f83ff59c97 增加代码规范,删除一些无用的function 2023-01-04 13:42:00 +08:00
zh-hike 7823f340b1 cifar10_4000跑出论文精度代码 2023-01-04 13:42:00 +08:00
HydrogenSulfate 20725dd770 fix xbm.py 2022-12-16 18:46:21 +08:00
HydrogenSulfate 0288285c91 feat(loss): add TripletAngularMarginLoss_XBM and refine XBM queue 2022-12-16 18:46:21 +08:00
user3984 aed02a213e update pefd 2022-11-18 14:04:07 +08:00
user3984 7ee8471dfe add pefd 2022-11-18 14:04:07 +08:00
cuicheng01 4924749e25 fix_celoss 2022-11-14 21:34:52 +08:00
user3984 c5884bb24f add skd 2022-11-11 18:05:39 +08:00
dongshuilong bcecbd1159 fix celoss bug 2022-10-27 14:17:09 +08:00
dongshuilong 944763d7a5 add fixmatch 2022-10-25 12:04:22 +08:00
HydrogenSulfate 2cfd8dd828 add xbm 2022-10-17 15:45:45 +08:00
Lixin Luo 9b12161b1d
add weighted soft labels loss function (#2288)
* add weighted soft labels loss function

add weighted soft labels loss function

* fix typo in docs/zh_CN/advanced_tutorials/knowledge_distillation.md
2022-09-14 14:23:26 +08:00
zengshao0622 7b50ce6585 merge CAE 2022-09-08 08:11:25 +00:00
HydrogenSulfate 5a4874079d fix some bugs 2022-08-23 10:59:30 +00:00
HydrogenSulfate 1b5e00e82a add PP-ShiTuV2 code 2022-08-23 07:54:58 +00:00
littletomatodonkey 26207a8c77
add mgd loss (#2161)
* add mgd loss

* add init

* fix doc
2022-07-19 10:50:51 +08:00
littletomatodonkey 14d6b7efa4
add dist algo (#2133)
* add dist_kd

* add doc

* fix some typos
2022-07-06 16:30:01 +08:00
littletomatodonkey 9cdbdca4ee
add support for unlabel training (#2103) 2022-06-28 15:58:07 +08:00
littletomatodonkey 794af8c06f
add kd doc (#1997)
* add kd doc

* fix

* add ssld doc

* fix ssld

* fix ssld

* Update knowledge_distillation.md

* fix doc

* fix dist export

* fix

* add dist doc

* fix speed info

* Update ssld.md

* Update ssld.md
2022-06-09 14:52:50 +08:00
littletomatodonkey 4003cdb7ad
add traffic sign yaml (#1966)
* add traffic sign and vehicle attr doc and yaml
2022-06-06 13:13:50 +08:00
zhiboniu 05ecf1d045 multi-card eval support 2022-05-18 04:54:44 +00:00
zhiboniu 26d5b7d1cc adapted dataset and loss 2022-05-18 04:54:43 +00:00
zhiboniu aa8f4c16d2 attr ma test ok 2022-05-18 04:54:43 +00:00
zhiboniu 0a3ecf60b4 add attribute strongbaseline 2022-05-18 04:54:43 +00:00
WangChen0902 283ae9b327
add dkd (#1888)
* add dkd

* update dkd

* update dkd

* update dkd

* update dkd

* update dkd

* update dkd and add tipc
2022-05-09 22:55:01 +08:00
HydrogenSulfate 790815f430 refine code and docs 2022-05-05 22:14:07 +08:00
HydrogenSulfate 16f910b451 add m1 and baseline config 2022-05-05 19:55:08 +08:00
HydrogenSulfate 0b1481402b merge devevelop 2022-05-05 14:42:06 +08:00
HydrogenSulfate 92cdbe6fb9 add ref for emlloss 2022-04-29 13:53:21 +08:00
HydrogenSulfate 645a125c40 refine paper and code ref, and remove trailing spaces 2022-04-29 13:34:56 +08:00
HydrogenSulfate faa4c08762 remove tripetloss_v3 2022-04-25 15:11:51 +08:00
HydrogenSulfate 674447f63e refine code 2022-04-25 11:25:44 +08:00
HydrogenSulfate 9dde9376fb update code 2022-04-22 15:25:11 +08:00
HydrogenSulfate 41e1a86caf add center loss 2022-04-21 00:17:54 +08:00
HydrogenSulfate 24abea151a support for multi optimizer case 2022-04-19 14:26:42 +08:00
HydrogenSulfate af90cd7c59 update center loss config and related code 2022-04-12 13:07:53 +08:00
weishengyu 9de22673df dbg 2022-04-08 14:29:03 +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 efdcf7c888 make code short;modify cifar10 data path 2022-03-04 07:07:35 +00: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 cef3cb25d9 update optimizer and some comment 2022-02-28 08:02:51 +00:00
lubin 2507be1a51 add deephash configs and dch algorithm 2022-02-23 11:50:39 +00:00
littletomatodonkey e0a6e5bf38
fox dist err (#1621)
* fox dist err

* fix init

* fix init
2022-01-06 09:46:52 +08:00
littletomatodonkey aea712cc87
add dist of rec model (#1574)
* add distillation loss func and rec distillation
2022-01-05 19:25:36 +08:00
dongshuilong ee3c643cc1 update combined loss for accelerate classification training speed 2021-11-19 08:35:47 +00:00
Bin Lu 3b4a45f8ab
Update deephashloss.py 2021-11-06 23:32:19 +08:00
Bin Lu f7ee2b98a6
Update deephashloss.py 2021-11-06 23:14:40 +08:00