998 Commits

Author SHA1 Message Date
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
weishengyu
a16de6da0f remove name of conv and bn 2021-05-25 16:55:38 +08:00
weishengyu
2b150a2ffa dbg 2021-05-25 16:51:04 +08:00
weishengyu
88f92297fa dbg 2021-05-25 16:50:37 +08:00
weishengyu
79e9419fad dbg 2021-05-25 16:47:33 +08:00
weishengyu
611a40958a dbg 2021-05-25 16:40:20 +08:00
weishengyu
1499b0e585 add nn 2021-05-25 15:50:50 +08:00
weishengyu
6520a80176 add res_dict 2021-05-25 15:46:41 +08:00
weishengyu
1406b55aba add hrnet 2021-05-25 15:20:07 +08:00
weishengyu
010521e828 add folder 2021-05-25 14:45:50 +08:00
weishengyu
8f3df96eea move files 2021-05-25 14:39:53 +08:00
weishengyu
608b163d4f move stop_after out of update_sub, and rename update_sub to update_res 2021-05-24 19:49:06 +08:00
weishengyu
f6da3bd60a move files 2021-05-24 11:42:24 +08:00
guofei
86346fda54
Support AMP for SE_RexNeXt101_32x4d (#681) 2021-05-21 12:50:49 +08:00
Yiqun Liu
0d832a2539
Enable profiler, for both static and dynamic training. (#729)
* Enable profiler for static training.

* Polish the initialize of ProfilerOptions.

* Enable profiler for dynamic mode.
2021-05-21 10:31:43 +08:00
jm12138
6360a61e59
rm label in forword func (#731) 2021-05-18 21:51:15 +08:00
Tingquan Gao
e5f7529587
Add SwinTransformer (#721)
* Add SwinTransformer_large

* Add SwinTransformer

* Optimize user experience

* Add the doc of SwinTransformer

* Modify the format of the corner mark
2021-05-17 14:55:38 +08:00
liuyuhui
5170153ee3 merge with upstream/develop 2021-05-08 11:16:41 +00:00
liuyuhui
70f1782339 fix xpu reader 2021-05-08 07:15:38 +00:00
littletomatodonkey
e165897c37
fix drop last for training process (#713) 2021-05-06 14:21:54 +08:00
littletomatodonkey
9c0f049603
fix export model eval (#710)
* adapt to net.eval for the framework just contains training flag setting
* fix bug when export swin transformer
2021-05-06 13:55:11 +08:00
littletomatodonkey
b480d92c17
add swin transformer (#685)
* add swin transformer
2021-04-27 15:14:56 +08:00
cuicheng01
6c2a33fe51
fix warnings bug (#698) 2021-04-25 18:48:26 +08:00
gaotingquan
e8435f6145 Fix raise exception when overriding params 2021-04-16 10:55:31 +08:00
cuicheng01
d6e41d7b17
Merge pull request #686 from RainFrost1/add_mixnet_rexnet
add_mixnet_rexnet
2021-04-15 19:08:57 +08:00