Felix
|
ebf1b92c23
|
Update operators.py
|
2021-05-31 13:09:06 +08:00 |
|
Felix
|
fb484d14cc
|
Update hide_and_seek.py
|
2021-05-31 13:08:50 +08:00 |
|
Felix
|
f4d3d9ac05
|
Update grid.py
|
2021-05-31 13:08:34 +08:00 |
|
Felix
|
c67d604985
|
Update fmix.py
|
2021-05-31 13:08:13 +08:00 |
|
Felix
|
41f784c1ee
|
Update cutout.py
|
2021-05-31 13:07:55 +08:00 |
|
Felix
|
6241ee25e1
|
Update batch_operators.py
|
2021-05-31 13:07:37 +08:00 |
|
Felix
|
f66ae362d1
|
Update autoaugment.py
|
2021-05-31 13:06:49 +08:00 |
|
Felix
|
dbf8df4f7c
|
Update __init__.py
|
2021-05-31 13:06:29 +08:00 |
|
Felix
|
d32846e8c4
|
Update __init__.py
|
2021-05-31 13:05:24 +08:00 |
|
Felix
|
806ec9a117
|
Add files via upload
|
2021-05-31 13:01:38 +08:00 |
|
Felix
|
d3e233defd
|
Create __init__.py
|
2021-05-31 13:00:50 +08:00 |
|
Felix
|
8a79cec570
|
Update imagenet_dataset.py
|
2021-05-31 12:58:54 +08:00 |
|
Felix
|
f212345e33
|
Add files via upload
|
2021-05-31 12:58:27 +08:00 |
|
Felix
|
1d9c5710cc
|
Add files via upload
|
2021-05-31 12:57:18 +08:00 |
|
Felix
|
3bd7a0979c
|
Create __init__.py
|
2021-05-31 12:56:34 +08:00 |
|
Felix
|
ed7e7a3717
|
Add files via upload
|
2021-05-31 12:55:28 +08:00 |
|
Felix
|
93ef6ed2f6
|
Create __init__.py
|
2021-05-31 12:55:10 +08:00 |
|
Felix
|
d7ba539452
|
Create __init__.py
|
2021-05-31 12:53:48 +08:00 |
|
Walter
|
4d246c20e4
|
Merge pull request #749 from Intsigstephon/develop_reg
add mobilenet_v1.py to legendary models
|
2021-05-31 11:22:42 +08:00 |
|
Bin Lu
|
c2a7f190af
|
Delete ppcls/arch/head directory
|
2021-05-31 11:17:07 +08:00 |
|
Walter
|
e469a975ea
|
Merge pull request #746 from FredHuang16/patch-1
add inception_v3.py
|
2021-05-31 11:09:27 +08:00 |
|
Walter
|
8ffd18b258
|
Merge pull request #748 from weisy11/develop_reg
modify hrnet
|
2021-05-31 11:08:51 +08:00 |
|
littletomatodonkey
|
3881343484
|
add support for train and eval (#752)
* add support for train and eval
* rm unsed code
* add support for metric save and load ckp
|
2021-05-29 13:52:32 +08:00 |
|
Bin Lu
|
119f4fcb34
|
Update fc.py
|
2021-05-28 19:28:53 +08:00 |
|
Bin Lu
|
3ebe1e506c
|
Create fc.py
|
2021-05-28 19:23:19 +08:00 |
|
Bin Lu
|
f7f07e6ece
|
Create circlemargin.py
|
2021-05-28 19:22:58 +08:00 |
|
Bin Lu
|
d3351aab96
|
Create cosmargin.py
|
2021-05-28 19:22:31 +08:00 |
|
Bin Lu
|
e3d857d4c9
|
Create arcmargin.py
|
2021-05-28 19:21:24 +08:00 |
|
Bin Lu
|
693aa83fe2
|
Create __init__.py
|
2021-05-28 19:21:01 +08:00 |
|
Felix
|
79b21af761
|
Update inception_v3.py
|
2021-05-28 18:24:18 +08:00 |
|
weishengyu
|
8ede57a409
|
add MODEL_URLS
|
2021-05-28 16:38:45 +08:00 |
|
Felix
|
4ad209e5fe
|
Update inception_v3.py
|
2021-05-28 16:20:06 +08:00 |
|
weishengyu
|
c05df5fa89
|
modify code style
|
2021-05-28 16:06:02 +08:00 |
|
Bin Lu
|
53bdc09baf
|
Update mobilenet_v1.py
|
2021-05-28 14:52:32 +08:00 |
|
Bin Lu
|
244e632d1a
|
Update mobilenet_v1.py
|
2021-05-28 14:51:07 +08:00 |
|
Bin Lu
|
2b84db06c1
|
Update mobilenet_v1.py
|
2021-05-28 14:50:21 +08:00 |
|
Bin Lu
|
084a27a15b
|
Update mobilenet_v1.py
|
2021-05-28 14:27:37 +08:00 |
|
Bin Lu
|
0e7ed899eb
|
Update mobilenet_v1.py
|
2021-05-28 14:21:01 +08:00 |
|
Bin Lu
|
d3133089bd
|
Update mobilenet_v1.py
|
2021-05-28 14:04:03 +08:00 |
|
Bin Lu
|
aa8cf9ba04
|
Update mobilenet_v1.py
|
2021-05-28 13:33:24 +08:00 |
|
Bin Lu
|
f5ab94b4ed
|
Update mobilenet_v1.py
|
2021-05-28 13:30:12 +08:00 |
|
Bin Lu
|
5d155c8fab
|
Update mobilenet_v1.py
add pretrained and Model_urls
|
2021-05-28 13:28:11 +08:00 |
|
Walter
|
decdb51bb0
|
Merge pull request #742 from cuicheng01/develop_reg
Add resnet.py in legendary_models
|
2021-05-28 11:36:24 +08:00 |
|
cuicheng01
|
0f3d321b81
|
Update resnet.py
|
2021-05-28 11:34:39 +08:00 |
|
cuicheng01
|
e6792d34da
|
Update resnet.py
|
2021-05-28 11:32:51 +08:00 |
|
cuicheng01
|
90321ce38d
|
Update resnet.py
|
2021-05-28 11:29:37 +08:00 |
|
cuicheng01
|
45b02b86af
|
Update resnet.py
|
2021-05-28 10:57:26 +08:00 |
|
cuicheng01
|
31e59dfa1b
|
add load_dygraph_pretrain_from_url function
|
2021-05-28 10:55:48 +08:00 |
|
cuicheng01
|
5671f9d9bb
|
Update resnet.py
|
2021-05-28 10:50:17 +08:00 |
|
littletomatodonkey
|
487c797230
|
fix optimizer builder (#751)
|
2021-05-28 10:39:51 +08:00 |
|