hitachinsk
commited on
Commit
·
fecedf9
1
Parent(s):
c5ff8cc
Upload FGT_config.yaml
Browse files- FGT_config.yaml +34 -0
FGT_config.yaml
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PASSMASK: 1
|
2 |
+
alpha: 0.3
|
3 |
+
ape: 1
|
4 |
+
cnum: 64
|
5 |
+
conv_type: vanilla
|
6 |
+
dist_cnum: 32
|
7 |
+
drop: 0
|
8 |
+
frame_hidden: 512
|
9 |
+
gd: 4
|
10 |
+
in_channel: 4
|
11 |
+
init_weights: 1
|
12 |
+
input_resolution: !!python/tuple
|
13 |
+
- 240
|
14 |
+
- 432
|
15 |
+
flow_inChannel: 2
|
16 |
+
flow_cnum: 64
|
17 |
+
flow_hidden: 256
|
18 |
+
kernel_size: !!python/tuple
|
19 |
+
- 7
|
20 |
+
- 7
|
21 |
+
mlp_ratio: 40
|
22 |
+
numBlocks: 8
|
23 |
+
num_head: 4
|
24 |
+
padding: !!python/tuple
|
25 |
+
- 3
|
26 |
+
- 3
|
27 |
+
stride: !!python/tuple
|
28 |
+
- 3
|
29 |
+
- 3
|
30 |
+
sw: 8
|
31 |
+
tw: 2
|
32 |
+
use_bias: 1
|
33 |
+
norm: None
|
34 |
+
model: model
|