211 Commits

Author SHA1 Message Date
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
5671f9d9bb
Update resnet.py 2021-05-28 10:50:17 +08:00
Bin Lu
99adcce914
Update mobilenet_v1.py 2021-05-28 10:38:00 +08:00
Bin Lu
86eb2bc693
Update mobilenet_v1.py 2021-05-28 10:36:48 +08:00
Bin Lu
5f3456767d
Create mobilenet_v1.py 2021-05-27 19:13:03 +08:00
littletomatodonkey
dd79f81fd7
[WIP]add arch init (#744)
* polish trainer
2021-05-27 18:41:44 +08:00
weishengyu
dfe7f5b0ed dbg 2021-05-27 17:03:58 +08:00
weishengyu
014f1d1d27 add comment and change args of HRNet 2021-05-27 17:02:28 +08:00
Bin Lu
f0e988e820
Update mobilenet_v1.py 2021-05-27 16:22:52 +08:00
Felix
b8ac9ee31b
Update inception_v3.py 2021-05-27 14:54:30 +08:00
Felix
670c2bfb97
Update inception_v3.py 2021-05-27 14:42:45 +08:00
Bin Lu
06b83fd811
Update mobilenet_v1.py 2021-05-27 14:00:39 +08:00
Bin Lu
7b1dedb807
Update mobilenet_v1.py 2021-05-27 13:50:12 +08:00
Bin Lu
2d1a803964
Update mobilenet_v1.py 2021-05-27 13:36:33 +08:00
Bin Lu
8644331f07
add mobilenet_v1.py to legendary models 2021-05-27 12:10:37 +08:00
Felix
d9eeb2d1bb
Update inception_v3.py
remove names and add nn.LayerList
2021-05-26 19:43:27 +08:00
weishengyu
3fa3e577ca remove names 2021-05-26 16:51:42 +08:00
weishengyu
ad9caea2db dbg 2021-05-26 16:42:59 +08:00
weishengyu
7eda75225b modify code 2021-05-26 15:47:17 +08:00
Felix
a62d5503fc
Create inception_v3.py
add inception_v3
2021-05-26 15:22:01 +08:00
weishengyu
c7608cbf20 remove add_sublayers 2021-05-26 14:58:09 +08:00
weishengyu
c9d5694cf2 dbg 2021-05-26 14:38:40 +08:00
weishengyu
1e938f7256 remove weight name and add_sublayer 2021-05-26 14:29:56 +08:00
littletomatodonkey
83056d44d5
add vgg network (#743)
* add vgg network

* fix base class

* fix relu and flatten
2021-05-26 11:00:54 +08:00
weishengyu
1d39358358 dbg 2021-05-26 00:31:08 +08:00
weishengyu
0e568006a8 dbg 2021-05-26 00:17:38 +08:00
weishengyu
64345cc0b1 dbg 2021-05-26 00:15:43 +08:00
weishengyu
f645fac12d remove Layer1 2021-05-26 00:02:11 +08:00
weishengyu
15884fe78f remove layer1 2021-05-25 23:58:51 +08:00
weishengyu
94b1bae6ae dbg 2021-05-25 23:55:12 +08:00
weishengyu
1153ad6538 dbg 2021-05-25 23:54:23 +08:00
weishengyu
296294b91f dbg 2021-05-25 23:46:11 +08:00
weishengyu
a0054caad4 dbg 2021-05-25 23:44:11 +08:00
weishengyu
a2367a92b9 dbg 2021-05-25 23:43:41 +08:00
weishengyu
4d4557a32d dbg 2021-05-25 23:38:59 +08:00
weishengyu
9ab8639c3d remove transition 2021-05-25 23:37:43 +08:00
cuicheng01
465a8e5fd3
Create resnet.py 2021-05-25 19:18:14 +08:00
weishengyu
b38b0f388f dbg 2021-05-25 17:23:17 +08:00
weishengyu
be83d6ae6f use dict instead of list 2021-05-25 17:21:07 +08:00
weishengyu
4e5b60c082 remove name of ConvBN 2021-05-25 17:19:33 +08:00
weishengyu
9b61df62fd replace add_sublayer with nn.Sequential 2021-05-25 17:16:44 +08:00