Felix
|
566773ea70
|
Update README.md
|
2021-06-01 11:17:08 +08:00 |
Felix
|
e2dbfd9f80
|
Create README.md
|
2021-06-01 11:16:25 +08:00 |
Felix
|
46955a262d
|
Merge branch 'develop_reg' into develop_reg
|
2021-05-31 21:57:23 +08:00 |
Wei Shengyu
|
82ed94704d
|
Merge pull request #755 from Intsigstephon/develop_reg
add head/neck and losses
|
2021-05-31 20:50:02 +08:00 |
Bin Lu
|
f61a64aab6
|
Update arcmargin.py
|
2021-05-31 20:46:45 +08:00 |
Bin Lu
|
77a2c4571c
|
Update cosmargin.py
|
2021-05-31 20:46:16 +08:00 |
Bin Lu
|
6f2959af3a
|
Update arcmargin.py
|
2021-05-31 20:45:30 +08:00 |
Felix
|
1b904319ac
|
Update __init__.py
|
2021-05-31 17:02:47 +08:00 |
cuicheng01
|
17e60939d3
|
Merge pull request #759 from weisy11/develop_reg
replace reshape with Flatten layer in ResNet
|
2021-05-31 16:49:59 +08:00 |
Felix
|
c9690673ca
|
Update multilabel_dataset.py
|
2021-05-31 16:49:54 +08:00 |
weishengyu
|
546d63d58a
|
dbg
|
2021-05-31 16:49:25 +08:00 |
Felix
|
9c11ddca37
|
Update __init__.py
|
2021-05-31 16:47:57 +08:00 |
Felix
|
b0708e6e9a
|
Update __init__.py
|
2021-05-31 16:40:45 +08:00 |
weishengyu
|
c749bdf93f
|
replace reshape with Flatten layer in ResNet
|
2021-05-31 16:40:33 +08:00 |
cuicheng01
|
1a74e9cb89
|
Merge pull request #756 from RainFrost1/develop_reg
legendary models v0.1
|
2021-05-31 16:08:19 +08:00 |
Felix
|
771449813c
|
Update DistributedRandomIdentitySampler.py
|
2021-05-31 16:01:39 +08:00 |
dongshuilong
|
2fa808517d
|
legendary models v0.1
|
2021-05-31 16:01:02 +08:00 |
Felix
|
bf8f2bef51
|
Update __init__.py
|
2021-05-31 16:00:32 +08:00 |
Felix
|
89a4c43187
|
Update random_erasing.py
|
2021-05-31 15:59:53 +08:00 |
Felix
|
f2c0cee05c
|
Update randaugment.py
|
2021-05-31 15:59:08 +08:00 |
Felix
|
ea08c644bd
|
Update operators.py
|
2021-05-31 15:58:46 +08:00 |
Felix
|
3375d2784a
|
Create hide_and_seek.py
|
2021-05-31 15:58:26 +08:00 |
Felix
|
289a6fc11a
|
Update hide_and_seek.py
|
2021-05-31 15:58:16 +08:00 |
Felix
|
5bd04c0b69
|
Create grid.py
|
2021-05-31 15:58:00 +08:00 |
Felix
|
f958e2c05e
|
Update grid.py
|
2021-05-31 15:57:54 +08:00 |
Felix
|
2f84cc3809
|
Update functional.py
|
2021-05-31 15:56:42 +08:00 |
Felix
|
017d95caf2
|
Update fmix.py
|
2021-05-31 15:55:51 +08:00 |
Felix
|
871b9f4dc5
|
Create cutout.py
|
2021-05-31 15:55:38 +08:00 |
Felix
|
f15a478fc3
|
Update cutout.py
|
2021-05-31 15:55:28 +08:00 |
Felix
|
50f00e8486
|
Update autoaugment.py
|
2021-05-31 15:54:20 +08:00 |
Felix
|
6db0ae8af4
|
Update batch_operators.py
|
2021-05-31 15:53:54 +08:00 |
Felix
|
d2630c3a31
|
Update multilabel_dataset.py
|
2021-05-31 15:52:33 +08:00 |
Felix
|
56b4d8b889
|
Update multilabel_dataset.py
|
2021-05-31 15:49:57 +08:00 |
Felix
|
15fd4414d1
|
Update multilabel_dataset.py
|
2021-05-31 15:49:19 +08:00 |
Felix
|
fa8dbc7f18
|
Update imagenet_dataset.py
|
2021-05-31 15:46:54 +08:00 |
Felix
|
f83f6f2db8
|
Create common_dataset.py
|
2021-05-31 15:43:57 +08:00 |
Bin Lu
|
182bf94343
|
Update celoss.py
|
2021-05-31 14:28:52 +08:00 |
Bin Lu
|
8edec09dd4
|
Update centerloss.py
|
2021-05-31 14:28:40 +08:00 |
Bin Lu
|
b79f3f2e65
|
Update comfunc.py
|
2021-05-31 14:28:22 +08:00 |
Bin Lu
|
e9a1d83035
|
Update emlloss.py
|
2021-05-31 14:27:59 +08:00 |
Bin Lu
|
adfd5c4c10
|
Update msmloss.py
|
2021-05-31 14:27:37 +08:00 |
Bin Lu
|
b0d3dd9c1e
|
Update npairsloss.py
|
2021-05-31 14:27:13 +08:00 |
Bin Lu
|
36a69acb3f
|
Update trihardloss.py
|
2021-05-31 14:26:31 +08:00 |
Bin Lu
|
0efe0075a2
|
Update triplet.py
|
2021-05-31 14:25:59 +08:00 |
Bin Lu
|
f62604de72
|
Add files via upload
add losses
|
2021-05-31 14:20:48 +08:00 |
Bin Lu
|
90418d79d2
|
Update __init__.py
|
2021-05-31 14:17:59 +08:00 |
Bin Lu
|
bb4c2c6df0
|
Create __init__.py
|
2021-05-31 14:17:31 +08:00 |
Bin Lu
|
d0edde7a94
|
Create circlemargin.py
|
2021-05-31 14:16:33 +08:00 |
Bin Lu
|
2177c3435c
|
Create cosmargin.py
|
2021-05-31 14:16:03 +08:00 |
Bin Lu
|
777f6600e0
|
Create fc.py
|
2021-05-31 14:15:37 +08:00 |