Spaces:
Sleeping
Sleeping
Upload 7 files
Browse files- configs/README.md +1 -0
- configs/lrw_resnet18_mstcn.json +14 -0
- configs/lrw_snv05x_tcn1x.json +10 -0
- configs/lrw_snv05x_tcn2x.json +10 -0
- configs/lrw_snv1x_dsmstcn3x.json +14 -0
- configs/lrw_snv1x_tcn1x.json +10 -0
- configs/lrw_snv1x_tcn2x.json +10 -0
configs/README.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Configurations for pre-trained models.
|
configs/lrw_resnet18_mstcn.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "resnet",
|
3 |
+
"relu_type": "prelu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": false,
|
6 |
+
"tcn_kernel_size": [
|
7 |
+
3,
|
8 |
+
5,
|
9 |
+
7
|
10 |
+
],
|
11 |
+
"tcn_num_layers": 4,
|
12 |
+
"tcn_width_mult": 1,
|
13 |
+
"width_mult": 1.0
|
14 |
+
}
|
configs/lrw_snv05x_tcn1x.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "shufflenet",
|
3 |
+
"relu_type": "prelu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": false,
|
6 |
+
"tcn_kernel_size": [3],
|
7 |
+
"tcn_num_layers": 4,
|
8 |
+
"tcn_width_mult": 1,
|
9 |
+
"width_mult": 0.5
|
10 |
+
}
|
configs/lrw_snv05x_tcn2x.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "shufflenet",
|
3 |
+
"relu_type": "prelu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": false,
|
6 |
+
"tcn_kernel_size": [3],
|
7 |
+
"tcn_num_layers": 4,
|
8 |
+
"tcn_width_mult": 2,
|
9 |
+
"width_mult": 0.5
|
10 |
+
}
|
configs/lrw_snv1x_dsmstcn3x.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "shufflenet",
|
3 |
+
"relu_type": "relu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": true,
|
6 |
+
"tcn_kernel_size": [
|
7 |
+
3,
|
8 |
+
5,
|
9 |
+
7
|
10 |
+
],
|
11 |
+
"tcn_num_layers": 4,
|
12 |
+
"tcn_width_mult": 1,
|
13 |
+
"width_mult": 1.0
|
14 |
+
}
|
configs/lrw_snv1x_tcn1x.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "shufflenet",
|
3 |
+
"relu_type": "prelu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": false,
|
6 |
+
"tcn_kernel_size": [3],
|
7 |
+
"tcn_num_layers": 4,
|
8 |
+
"tcn_width_mult": 1,
|
9 |
+
"width_mult": 1.0
|
10 |
+
}
|
configs/lrw_snv1x_tcn2x.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backbone_type": "shufflenet",
|
3 |
+
"relu_type": "prelu",
|
4 |
+
"tcn_dropout": 0.2,
|
5 |
+
"tcn_dwpw": false,
|
6 |
+
"tcn_kernel_size": [3],
|
7 |
+
"tcn_num_layers": 4,
|
8 |
+
"tcn_width_mult": 2,
|
9 |
+
"width_mult": 1.0
|
10 |
+
}
|