koushd commited on
Commit
a32588b
·
verified ·
1 Parent(s): 79a3dbc

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .gitignore +8 -0
  2. coreml/.vscode/launch.json +16 -0
  3. coreml/craft/craft.mlpackage/Manifest.json +18 -0
  4. coreml/inception_resnet_v1/inception_resnet_v1.mlpackage/Manifest.json +18 -0
  5. coreml/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  6. coreml/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.mlpackage/Manifest.json +18 -0
  7. coreml/scrypted_yolov9m_relu_320/scrypted_yolov9m_relu_320.mlpackage/Manifest.json +18 -0
  8. coreml/scrypted_yolov9s_relu_320/scrypted_yolov9s_relu_320.mlpackage/Manifest.json +18 -0
  9. coreml/scrypted_yolov9t_relu_320/scrypted_yolov9t_relu_320.mlpackage/Manifest.json +18 -0
  10. coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  11. coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  12. coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Manifest.json +18 -0
  13. coreml/vgg_english_g2/vgg_english_g2.mlpackage/Manifest.json +18 -0
  14. ncnn/craft/craft.ncnn.param +46 -0
  15. ncnn/inception_resnet_v1/inception_resnet_v1.ncnn.param +249 -0
  16. ncnn/scrypted_yolov9c_relu_320/best_converted.ncnn.param +296 -0
  17. ncnn/scrypted_yolov9m_relu_320/best_converted.ncnn.param +276 -0
  18. ncnn/scrypted_yolov9s_relu6/best_converted.ncnn.bin +3 -0
  19. ncnn/scrypted_yolov9s_relu6/best_converted.ncnn.param +385 -0
  20. ncnn/scrypted_yolov9s_relu6/model_ncnn.py +36 -0
  21. ncnn/scrypted_yolov9s_relu_320/best_converted.ncnn.bin +3 -0
  22. ncnn/scrypted_yolov9s_relu_320/best_converted.ncnn.param +372 -0
  23. ncnn/scrypted_yolov9t_relu_320/best_converted.ncnn.bin +3 -0
  24. ncnn/scrypted_yolov9t_relu_320/best_converted.ncnn.param +372 -0
  25. ncnn/scrypted_yolov9t_relu_face_320/best_converted.ncnn.bin +3 -0
  26. ncnn/scrypted_yolov9t_relu_face_320/best_converted.ncnn.param +372 -0
  27. ncnn/vgg_english_g2/vgg_english_g2.ncnn.bin +3 -0
  28. ncnn/vgg_english_g2/vgg_english_g2.ncnn.param +22 -0
  29. onnx/craft/craft.onnx +3 -0
  30. onnx/inception_resnet_v1/inception_resnet_v1.onnx +3 -0
  31. onnx/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.onnx +3 -0
  32. onnx/scrypted_yolov9m_relu_320/scrypted_yolov9m_relu_320.onnx +3 -0
  33. openvino/craft/best.xml +0 -0
  34. openvino/inception_resnet_v1/best.xml +0 -0
  35. openvino/scrypted_yolov9c_relu_320/best-converted.bin +3 -0
  36. openvino/scrypted_yolov9c_relu_320/best-converted.xml +0 -0
  37. openvino/scrypted_yolov9c_relu_int8_320/best-converted.xml +0 -0
  38. openvino/scrypted_yolov9m_relu_320/best-converted.xml +0 -0
  39. openvino/scrypted_yolov9m_relu_int8_320/best-converted.xml +0 -0
  40. openvino/scrypted_yolov9s_relu_320/best-converted.xml +0 -0
  41. openvino/scrypted_yolov9s_relu_int8_320/best-converted.xml +0 -0
  42. openvino/scrypted_yolov9t_relu_320/best-converted.xml +0 -0
  43. openvino/scrypted_yolov9t_relu_face_320/best-converted.xml +0 -0
  44. openvino/scrypted_yolov9t_relu_int8_320/best-converted.xml +0 -0
  45. openvino/scrypted_yolov9t_relu_test_320/best-converted.xml +0 -0
  46. openvino/scrypted_yolov9t_relu_test_int8_320/best-converted.xml +0 -0
  47. openvino/vgg_english_g2/best.xml +2682 -0
  48. tflite/scrypted_yolov9s_relu_sep_320/best_float32.tflite +3 -0
  49. tflite/scrypted_yolov9s_relu_sep_320/best_full_integer_quant.tflite +3 -0
  50. tflite/scrypted_yolov9s_relu_sep_320/best_integer_quant.tflite +3 -0
.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ .DS_Store
2
+ metadata.yaml
3
+ metadata.yaml
4
+ *.pb
5
+ variables
6
+ *.log
7
+ .venv
8
+ .cache
coreml/.vscode/launch.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Python Debugger: Current File",
9
+ "type": "debugpy",
10
+ "request": "launch",
11
+ "program": "${file}",
12
+ "justMyCode": false,
13
+ "console": "integratedTerminal"
14
+ }
15
+ ]
16
+ }
coreml/craft/craft.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "e3670168-69f6-471f-b026-39227289507b": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "e9245c29-7015-42f2-9e26-ea906991e34d": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "e9245c29-7015-42f2-9e26-ea906991e34d"
18
+ }
coreml/inception_resnet_v1/inception_resnet_v1.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "5818F72F-BD86-41FF-B070-6793353DF649": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "ED8128ED-3DBA-40AD-A1F9-E6BBAA5D510D": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "ED8128ED-3DBA-40AD-A1F9-E6BBAA5D510D"
18
+ }
coreml/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff792c3f1625691a084c5be66dd5e08105fdfc65c42a52ae3d1111d6eee00683
3
+ size 263149
coreml/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "3a4bc0a0-2975-4227-9d3b-dd9f7392206e": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "4266afc3-6ae3-4cb6-855f-033b6c46b187": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "4266afc3-6ae3-4cb6-855f-033b6c46b187"
18
+ }
coreml/scrypted_yolov9m_relu_320/scrypted_yolov9m_relu_320.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "05919b7f-8d0e-48c3-91a4-e0efe4a0ee03": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "9cefdc00-6b98-4675-8a52-77169c9e900e": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "9cefdc00-6b98-4675-8a52-77169c9e900e"
18
+ }
coreml/scrypted_yolov9s_relu_320/scrypted_yolov9s_relu_320.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0ff2094e-5fd6-45ef-9e29-7094a5b9c3ef": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "305e5275-1338-4f5c-97d2-61e8f89aed2c": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "305e5275-1338-4f5c-97d2-61e8f89aed2c"
18
+ }
coreml/scrypted_yolov9t_relu_320/scrypted_yolov9t_relu_320.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "6570e85a-dce2-4462-a3c9-3ecb69c8070d": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "d5f717db-d96b-4a41-b1a2-e2a674a0a42f": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "6570e85a-dce2-4462-a3c9-3ecb69c8070d"
18
+ }
coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d4720d4cc8c161ae9ba9e6993f16f84f4da69e9b59969c56f6be829e8c5870
3
+ size 322127
coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7ee2fe3e61d69ec3ea29dcb6d048d32f471c77976bdf09b5fe88703fb2dbd8
3
+ size 3796392
coreml/scrypted_yolov9t_relu_face_320/scrypted_yolov9t_relu_face_320.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "43f6556d-3d8e-4906-9eb6-3919124b8c3b": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "817e57b9-aceb-4224-9c11-4667f9c79905": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "817e57b9-aceb-4224-9c11-4667f9c79905"
18
+ }
coreml/vgg_english_g2/vgg_english_g2.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "db0e8935-d525-436b-b1cb-724ed33db952": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "efe9d717-c824-4a00-bfc3-d97d93e7015f": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "efe9d717-c824-4a00-bfc3-d97d93e7015f"
18
+ }
ncnn/craft/craft.ncnn.param ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 44 48
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1728 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
6
+ Pooling maxpool2d_30 1 1 2 3 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
7
+ Convolution convrelu_2 1 1 3 4 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
8
+ Convolution convrelu_3 1 1 4 5 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
9
+ Split splitncnn_0 1 2 5 6 7
10
+ Pooling maxpool2d_31 1 1 7 8 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
11
+ Convolution convrelu_4 1 1 8 9 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
12
+ Convolution convrelu_5 1 1 9 10 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
13
+ Split splitncnn_1 1 2 10 11 12
14
+ Convolution convrelu_6 1 1 12 13 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
15
+ Pooling maxpool2d_32 1 1 13 14 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
16
+ Convolution convrelu_7 1 1 14 15 0=512 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1179648 9=1
17
+ Convolution convrelu_8 1 1 15 16 0=512 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2359296 9=1
18
+ Split splitncnn_2 1 2 16 17 18
19
+ Convolution convrelu_9 1 1 18 19 0=512 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2359296 9=1
20
+ Pooling maxpool2d_33 1 1 19 20 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
21
+ Convolution convrelu_10 1 1 20 21 0=512 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2359296 9=1
22
+ Convolution conv_14 1 1 21 22 0=512 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2359296
23
+ Split splitncnn_3 1 2 22 23 24
24
+ Pooling maxpool2d_34 1 1 24 25 0=0 1=3 11=3 12=1 13=1 2=1 3=1 5=1
25
+ Convolution conv_15 1 1 25 26 0=1024 1=3 11=3 12=6 13=1 14=6 2=6 3=1 4=6 5=1 6=4718592
26
+ Convolution conv_16 1 1 26 27 0=1024 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1048576
27
+ Concat cat_0 2 1 27 23 28 0=0
28
+ Convolution convrelu_11 1 1 28 29 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=786432 9=1
29
+ Convolution convrelu_12 1 1 29 30 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1179648 9=1
30
+ Interp upsample_0 1 1 30 31 0=2 3=80 4=80 6=0
31
+ Concat cat_1 2 1 31 17 32 0=0
32
+ Convolution convrelu_13 1 1 32 33 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=196608 9=1
33
+ Convolution convrelu_14 1 1 33 34 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
34
+ Interp upsample_1 1 1 34 35 0=2 3=160 4=160 6=0
35
+ Concat cat_2 2 1 35 11 36 0=0
36
+ Convolution convrelu_15 1 1 36 37 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=49152 9=1
37
+ Convolution convrelu_16 1 1 37 38 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
38
+ Interp upsample_2 1 1 38 39 0=2 3=320 4=320 6=0
39
+ Concat cat_3 2 1 39 6 40 0=0
40
+ Convolution convrelu_17 1 1 40 41 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=12288 9=1
41
+ Convolution convrelu_18 1 1 41 42 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=18432 9=1
42
+ Convolution convrelu_19 1 1 42 43 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
43
+ Convolution convrelu_20 1 1 43 44 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
44
+ Convolution convrelu_21 1 1 44 45 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=4608 9=1
45
+ Convolution convrelu_22 1 1 45 46 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=256 9=1
46
+ Convolution conv_29 1 1 46 out0 0=2 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32
ncnn/inception_resnet_v1/inception_resnet_v1.ncnn.param ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 247 299
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=32 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=864 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=32 1=3 11=3 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=18432 9=1
7
+ Pooling maxpool2d_135 1 1 3 4 0=0 1=3 11=3 12=2 13=0 2=2 3=0 5=1
8
+ Convolution convrelu_3 1 1 4 5 0=80 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=5120 9=1
9
+ Convolution convrelu_4 1 1 5 6 0=192 1=3 11=3 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=138240 9=1
10
+ Convolution convrelu_5 1 1 6 7 0=256 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=442368 9=1
11
+ Split splitncnn_0 1 4 7 8 9 10 11
12
+ Convolution convrelu_6 1 1 11 12 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
13
+ Convolution convrelu_7 1 1 10 13 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
14
+ Convolution convrelu_8 1 1 13 14 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
15
+ Convolution convrelu_9 1 1 9 15 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
16
+ Convolution convrelu_10 1 1 15 16 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
17
+ Convolution convrelu_11 1 1 16 17 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
18
+ Concat cat_0 3 1 12 14 17 18 0=0
19
+ Convolution conv_14 1 1 18 19 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576
20
+ BinaryOp mul_0 1 1 19 20 0=2 1=1 2=1.700000e-01
21
+ BinaryOp add_1 2 1 20 8 21 0=0
22
+ ReLU relu_150 1 1 21 22
23
+ Split splitncnn_1 1 4 22 23 24 25 26
24
+ Convolution convrelu_12 1 1 26 27 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
25
+ Convolution convrelu_13 1 1 25 28 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
26
+ Convolution convrelu_14 1 1 28 29 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
27
+ Convolution convrelu_15 1 1 24 30 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
28
+ Convolution convrelu_16 1 1 30 31 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
29
+ Convolution convrelu_17 1 1 31 32 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
30
+ Concat cat_1 3 1 27 29 32 33 0=0
31
+ Convolution conv_21 1 1 33 34 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576
32
+ BinaryOp mul_2 1 1 34 35 0=2 1=1 2=1.700000e-01
33
+ BinaryOp add_3 2 1 35 23 36 0=0
34
+ ReLU relu_157 1 1 36 37
35
+ Split splitncnn_2 1 4 37 38 39 40 41
36
+ Convolution convrelu_18 1 1 41 42 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
37
+ Convolution convrelu_19 1 1 40 43 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
38
+ Convolution convrelu_20 1 1 43 44 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
39
+ Convolution convrelu_21 1 1 39 45 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
40
+ Convolution convrelu_22 1 1 45 46 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
41
+ Convolution convrelu_23 1 1 46 47 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
42
+ Concat cat_2 3 1 42 44 47 48 0=0
43
+ Convolution conv_28 1 1 48 49 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576
44
+ BinaryOp mul_4 1 1 49 50 0=2 1=1 2=1.700000e-01
45
+ BinaryOp add_5 2 1 50 38 51 0=0
46
+ ReLU relu_164 1 1 51 52
47
+ Split splitncnn_3 1 4 52 53 54 55 56
48
+ Convolution convrelu_24 1 1 56 57 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
49
+ Convolution convrelu_25 1 1 55 58 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
50
+ Convolution convrelu_26 1 1 58 59 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
51
+ Convolution convrelu_27 1 1 54 60 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
52
+ Convolution convrelu_28 1 1 60 61 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
53
+ Convolution convrelu_29 1 1 61 62 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
54
+ Concat cat_3 3 1 57 59 62 63 0=0
55
+ Convolution conv_35 1 1 63 64 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576
56
+ BinaryOp mul_6 1 1 64 65 0=2 1=1 2=1.700000e-01
57
+ BinaryOp add_7 2 1 65 53 66 0=0
58
+ ReLU relu_171 1 1 66 67
59
+ Split splitncnn_4 1 4 67 68 69 70 71
60
+ Convolution convrelu_30 1 1 71 72 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
61
+ Convolution convrelu_31 1 1 70 73 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
62
+ Convolution convrelu_32 1 1 73 74 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
63
+ Convolution convrelu_33 1 1 69 75 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
64
+ Convolution convrelu_34 1 1 75 76 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
65
+ Convolution convrelu_35 1 1 76 77 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
66
+ Concat cat_4 3 1 72 74 77 78 0=0
67
+ Convolution conv_42 1 1 78 79 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576
68
+ BinaryOp mul_8 1 1 79 80 0=2 1=1 2=1.700000e-01
69
+ BinaryOp add_9 2 1 80 68 81 0=0
70
+ ReLU relu_178 1 1 81 82
71
+ Split splitncnn_5 1 3 82 83 84 85
72
+ Convolution convrelu_36 1 1 84 86 0=384 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=884736 9=1
73
+ Convolution convrelu_37 1 1 83 87 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=49152 9=1
74
+ Convolution convrelu_38 1 1 87 88 0=192 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=331776 9=1
75
+ Convolution convrelu_39 1 1 88 89 0=256 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=442368 9=1
76
+ Pooling maxpool2d_136 1 1 85 90 0=0 1=3 11=3 12=2 13=0 2=2 3=0 5=1
77
+ Concat cat_5 3 1 86 89 90 91 0=0
78
+ Split splitncnn_6 1 3 91 92 93 94
79
+ Convolution convrelu_40 1 1 94 95 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
80
+ Convolution convrelu_41 1 1 93 96 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
81
+ Convolution convrelu_42 1 1 96 97 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
82
+ Convolution convrelu_43 1 1 97 98 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
83
+ Concat cat_6 2 1 95 98 99 0=0
84
+ Convolution conv_51 1 1 99 100 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
85
+ BinaryOp mul_10 1 1 100 101 0=2 1=1 2=1.000000e-01
86
+ BinaryOp add_11 2 1 101 92 102 0=0
87
+ ReLU relu_187 1 1 102 103
88
+ Split splitncnn_7 1 3 103 104 105 106
89
+ Convolution convrelu_44 1 1 106 107 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
90
+ Convolution convrelu_45 1 1 105 108 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
91
+ Convolution convrelu_46 1 1 108 109 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
92
+ Convolution convrelu_47 1 1 109 110 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
93
+ Concat cat_7 2 1 107 110 111 0=0
94
+ Convolution conv_56 1 1 111 112 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
95
+ BinaryOp mul_12 1 1 112 113 0=2 1=1 2=1.000000e-01
96
+ BinaryOp add_13 2 1 113 104 114 0=0
97
+ ReLU relu_192 1 1 114 115
98
+ Split splitncnn_8 1 3 115 116 117 118
99
+ Convolution convrelu_48 1 1 118 119 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
100
+ Convolution convrelu_49 1 1 117 120 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
101
+ Convolution convrelu_50 1 1 120 121 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
102
+ Convolution convrelu_51 1 1 121 122 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
103
+ Concat cat_8 2 1 119 122 123 0=0
104
+ Convolution conv_61 1 1 123 124 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
105
+ BinaryOp mul_14 1 1 124 125 0=2 1=1 2=1.000000e-01
106
+ BinaryOp add_15 2 1 125 116 126 0=0
107
+ ReLU relu_197 1 1 126 127
108
+ Split splitncnn_9 1 3 127 128 129 130
109
+ Convolution convrelu_52 1 1 130 131 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
110
+ Convolution convrelu_53 1 1 129 132 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
111
+ Convolution convrelu_54 1 1 132 133 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
112
+ Convolution convrelu_55 1 1 133 134 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
113
+ Concat cat_9 2 1 131 134 135 0=0
114
+ Convolution conv_66 1 1 135 136 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
115
+ BinaryOp mul_16 1 1 136 137 0=2 1=1 2=1.000000e-01
116
+ BinaryOp add_17 2 1 137 128 138 0=0
117
+ ReLU relu_202 1 1 138 139
118
+ Split splitncnn_10 1 3 139 140 141 142
119
+ Convolution convrelu_56 1 1 142 143 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
120
+ Convolution convrelu_57 1 1 141 144 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
121
+ Convolution convrelu_58 1 1 144 145 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
122
+ Convolution convrelu_59 1 1 145 146 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
123
+ Concat cat_10 2 1 143 146 147 0=0
124
+ Convolution conv_71 1 1 147 148 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
125
+ BinaryOp mul_18 1 1 148 149 0=2 1=1 2=1.000000e-01
126
+ BinaryOp add_19 2 1 149 140 150 0=0
127
+ ReLU relu_207 1 1 150 151
128
+ Split splitncnn_11 1 3 151 152 153 154
129
+ Convolution convrelu_60 1 1 154 155 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
130
+ Convolution convrelu_61 1 1 153 156 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
131
+ Convolution convrelu_62 1 1 156 157 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
132
+ Convolution convrelu_63 1 1 157 158 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
133
+ Concat cat_11 2 1 155 158 159 0=0
134
+ Convolution conv_76 1 1 159 160 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
135
+ BinaryOp mul_20 1 1 160 161 0=2 1=1 2=1.000000e-01
136
+ BinaryOp add_21 2 1 161 152 162 0=0
137
+ ReLU relu_212 1 1 162 163
138
+ Split splitncnn_12 1 3 163 164 165 166
139
+ Convolution convrelu_64 1 1 166 167 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
140
+ Convolution convrelu_65 1 1 165 168 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
141
+ Convolution convrelu_66 1 1 168 169 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
142
+ Convolution convrelu_67 1 1 169 170 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
143
+ Concat cat_12 2 1 167 170 171 0=0
144
+ Convolution conv_81 1 1 171 172 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
145
+ BinaryOp mul_22 1 1 172 173 0=2 1=1 2=1.000000e-01
146
+ BinaryOp add_23 2 1 173 164 174 0=0
147
+ ReLU relu_217 1 1 174 175
148
+ Split splitncnn_13 1 3 175 176 177 178
149
+ Convolution convrelu_68 1 1 178 179 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
150
+ Convolution convrelu_69 1 1 177 180 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
151
+ Convolution convrelu_70 1 1 180 181 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
152
+ Convolution convrelu_71 1 1 181 182 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
153
+ Concat cat_13 2 1 179 182 183 0=0
154
+ Convolution conv_86 1 1 183 184 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
155
+ BinaryOp mul_24 1 1 184 185 0=2 1=1 2=1.000000e-01
156
+ BinaryOp add_25 2 1 185 176 186 0=0
157
+ ReLU relu_222 1 1 186 187
158
+ Split splitncnn_14 1 3 187 188 189 190
159
+ Convolution convrelu_72 1 1 190 191 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
160
+ Convolution convrelu_73 1 1 189 192 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
161
+ Convolution convrelu_74 1 1 192 193 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
162
+ Convolution convrelu_75 1 1 193 194 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
163
+ Concat cat_14 2 1 191 194 195 0=0
164
+ Convolution conv_91 1 1 195 196 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
165
+ BinaryOp mul_26 1 1 196 197 0=2 1=1 2=1.000000e-01
166
+ BinaryOp add_27 2 1 197 188 198 0=0
167
+ ReLU relu_227 1 1 198 199
168
+ Split splitncnn_15 1 3 199 200 201 202
169
+ Convolution convrelu_76 1 1 202 203 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
170
+ Convolution convrelu_77 1 1 201 204 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=114688 9=1
171
+ Convolution convrelu_78 1 1 204 205 0=128 1=7 11=1 12=1 13=1 14=0 2=1 3=1 4=3 5=1 6=114688 9=1
172
+ Convolution convrelu_79 1 1 205 206 0=128 1=1 11=7 12=1 13=1 14=3 2=1 3=1 4=0 5=1 6=114688 9=1
173
+ Concat cat_15 2 1 203 206 207 0=0
174
+ Convolution conv_96 1 1 207 208 0=896 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376
175
+ BinaryOp mul_28 1 1 208 209 0=2 1=1 2=1.000000e-01
176
+ BinaryOp add_29 2 1 209 200 210 0=0
177
+ ReLU relu_232 1 1 210 211
178
+ Split splitncnn_16 1 4 211 212 213 214 215
179
+ Convolution convrelu_80 1 1 214 216 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376 9=1
180
+ Convolution convrelu_81 1 1 216 217 0=384 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=884736 9=1
181
+ Convolution convrelu_82 1 1 213 218 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376 9=1
182
+ Convolution convrelu_83 1 1 218 219 0=256 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=589824 9=1
183
+ Convolution convrelu_84 1 1 212 220 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=229376 9=1
184
+ Convolution convrelu_85 1 1 220 221 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
185
+ Convolution convrelu_86 1 1 221 222 0=256 1=3 11=3 12=1 13=2 14=0 2=1 3=2 4=0 5=1 6=589824 9=1
186
+ Pooling maxpool2d_137 1 1 215 223 0=0 1=3 11=3 12=2 13=0 2=2 3=0 5=1
187
+ Concat cat_16 4 1 217 219 222 223 224 0=0
188
+ Split splitncnn_17 1 3 224 225 226 227
189
+ Convolution convrelu_87 1 1 227 228 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
190
+ Convolution convrelu_88 1 1 226 229 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
191
+ Convolution convrelu_89 1 1 229 230 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
192
+ Convolution convrelu_90 1 1 230 231 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
193
+ Concat cat_17 2 1 228 231 232 0=0
194
+ Convolution conv_108 1 1 232 233 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
195
+ BinaryOp mul_30 1 1 233 234 0=2 1=1 2=2.000000e-01
196
+ BinaryOp add_31 2 1 234 225 235 0=0
197
+ ReLU relu_244 1 1 235 236
198
+ Split splitncnn_18 1 3 236 237 238 239
199
+ Convolution convrelu_91 1 1 239 240 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
200
+ Convolution convrelu_92 1 1 238 241 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
201
+ Convolution convrelu_93 1 1 241 242 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
202
+ Convolution convrelu_94 1 1 242 243 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
203
+ Concat cat_18 2 1 240 243 244 0=0
204
+ Convolution conv_113 1 1 244 245 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
205
+ BinaryOp mul_32 1 1 245 246 0=2 1=1 2=2.000000e-01
206
+ BinaryOp add_33 2 1 246 237 247 0=0
207
+ ReLU relu_249 1 1 247 248
208
+ Split splitncnn_19 1 3 248 249 250 251
209
+ Convolution convrelu_95 1 1 251 252 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
210
+ Convolution convrelu_96 1 1 250 253 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
211
+ Convolution convrelu_97 1 1 253 254 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
212
+ Convolution convrelu_98 1 1 254 255 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
213
+ Concat cat_19 2 1 252 255 256 0=0
214
+ Convolution conv_118 1 1 256 257 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
215
+ BinaryOp mul_34 1 1 257 258 0=2 1=1 2=2.000000e-01
216
+ BinaryOp add_35 2 1 258 249 259 0=0
217
+ ReLU relu_254 1 1 259 260
218
+ Split splitncnn_20 1 3 260 261 262 263
219
+ Convolution convrelu_99 1 1 263 264 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
220
+ Convolution convrelu_100 1 1 262 265 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
221
+ Convolution convrelu_101 1 1 265 266 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
222
+ Convolution convrelu_102 1 1 266 267 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
223
+ Concat cat_20 2 1 264 267 268 0=0
224
+ Convolution conv_123 1 1 268 269 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
225
+ BinaryOp mul_36 1 1 269 270 0=2 1=1 2=2.000000e-01
226
+ BinaryOp add_37 2 1 270 261 271 0=0
227
+ ReLU relu_259 1 1 271 272
228
+ Split splitncnn_21 1 3 272 273 274 275
229
+ Convolution convrelu_103 1 1 275 276 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
230
+ Convolution convrelu_104 1 1 274 277 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
231
+ Convolution convrelu_105 1 1 277 278 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
232
+ Convolution convrelu_106 1 1 278 279 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
233
+ Concat cat_21 2 1 276 279 280 0=0
234
+ Convolution conv_128 1 1 280 281 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
235
+ BinaryOp mul_38 1 1 281 282 0=2 1=1 2=2.000000e-01
236
+ BinaryOp add_39 2 1 282 273 283 0=0
237
+ ReLU relu_264 1 1 283 284
238
+ Split splitncnn_22 1 3 284 285 286 287
239
+ Convolution convrelu_107 1 1 287 288 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
240
+ Convolution convrelu_108 1 1 286 289 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=344064 9=1
241
+ Convolution convrelu_109 1 1 289 290 0=192 1=3 11=1 12=1 13=1 14=0 2=1 3=1 4=1 5=1 6=110592 9=1
242
+ Convolution convrelu_110 1 1 290 291 0=192 1=1 11=3 12=1 13=1 14=1 2=1 3=1 4=0 5=1 6=110592 9=1
243
+ Concat cat_22 2 1 288 291 292 0=0
244
+ Convolution conv_133 1 1 292 293 0=1792 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=688128
245
+ BinaryOp add_40 2 1 293 285 294 0=0
246
+ Pooling gap_1 1 1 294 295 0=1 4=1
247
+ Reshape view_269 1 1 295 296 0=1792
248
+ InnerProduct linear_134 1 1 296 297 0=512 1=1 2=917504
249
+ Normalize normalize_0 1 1 297 out0 0=1 1=1 2=1.000000e-12 3=1 4=1 9=1
ncnn/scrypted_yolov9c_relu_320/best_converted.ncnn.param ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 294 371
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=1728 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=73728 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 3 5 6 7 8
9
+ Convolution convrelu_3 1 1 8 9 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
10
+ Split splitncnn_1 1 2 9 10 11
11
+ Convolution convrelu_4 1 1 11 12 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
12
+ Convolution convrelu_5 1 1 12 13 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
13
+ BinaryOp add_0 2 1 10 13 14 0=0
14
+ Convolution convrelu_6 1 1 7 15 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
15
+ Concat cat_0 2 1 14 15 16 0=0
16
+ Convolution convrelu_7 1 1 16 17 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
17
+ Convolution convrelu_8 1 1 17 18 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convrelu_9 1 1 21 22 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution convrelu_10 1 1 24 25 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
22
+ Convolution convrelu_11 1 1 25 26 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
23
+ BinaryOp add_1 2 1 23 26 27 0=0
24
+ Convolution convrelu_12 1 1 20 28 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
25
+ Concat cat_1 2 1 27 28 29 0=0
26
+ Convolution convrelu_13 1 1 29 30 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
27
+ Convolution convrelu_14 1 1 30 31 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
28
+ Concat cat_2 4 1 4 6 19 31 32 0=0
29
+ Convolution convrelu_15 1 1 32 33 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
30
+ Pooling avgpool2d_0 1 1 33 34 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
31
+ Slice chunk_1 1 2 34 35 36 -23300=2,-233,-233 1=0
32
+ Convolution convrelu_16 1 1 35 37 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=147456 9=1
33
+ Pooling maxpool2d_5 1 1 36 38 0=0 1=3 11=3 12=2 13=1 2=2 3=1 5=1
34
+ Convolution convrelu_17 1 1 38 39 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
35
+ Concat cat_3 2 1 37 39 40 0=0
36
+ Convolution convrelu_18 1 1 40 41 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
37
+ Slice chunk_2 1 2 41 42 43 -23300=2,-233,-233 1=0
38
+ Split splitncnn_4 1 3 43 44 45 46
39
+ Convolution convrelu_19 1 1 46 47 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
40
+ Split splitncnn_5 1 2 47 48 49
41
+ Convolution convrelu_20 1 1 49 50 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
42
+ Convolution convrelu_21 1 1 50 51 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
43
+ BinaryOp add_2 2 1 48 51 52 0=0
44
+ Convolution convrelu_22 1 1 45 53 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
45
+ Concat cat_4 2 1 52 53 54 0=0
46
+ Convolution convrelu_23 1 1 54 55 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
47
+ Convolution convrelu_24 1 1 55 56 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
48
+ Split splitncnn_6 1 3 56 57 58 59
49
+ Convolution convrelu_25 1 1 59 60 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
50
+ Split splitncnn_7 1 2 60 61 62
51
+ Convolution convrelu_26 1 1 62 63 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
52
+ Convolution convrelu_27 1 1 63 64 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
53
+ BinaryOp add_3 2 1 61 64 65 0=0
54
+ Convolution convrelu_28 1 1 58 66 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
55
+ Concat cat_5 2 1 65 66 67 0=0
56
+ Convolution convrelu_29 1 1 67 68 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
57
+ Convolution convrelu_30 1 1 68 69 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
58
+ Concat cat_6 4 1 42 44 57 69 70 0=0
59
+ Convolution convrelu_31 1 1 70 71 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=262144 9=1
60
+ Split splitncnn_8 1 2 71 72 73
61
+ Pooling avgpool2d_1 1 1 73 74 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
62
+ Slice chunk_3 1 2 74 75 76 -23300=2,-233,-233 1=0
63
+ Convolution convrelu_32 1 1 75 77 0=256 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=589824 9=1
64
+ Pooling maxpool2d_6 1 1 76 78 0=0 1=3 11=3 12=2 13=1 2=2 3=1 5=1
65
+ Convolution convrelu_33 1 1 78 79 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
66
+ Concat cat_7 2 1 77 79 80 0=0
67
+ Convolution convrelu_34 1 1 80 81 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=262144 9=1
68
+ Slice chunk_4 1 2 81 82 83 -23300=2,-233,-233 1=0
69
+ Split splitncnn_9 1 3 83 84 85 86
70
+ Convolution convrelu_35 1 1 86 87 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
71
+ Split splitncnn_10 1 2 87 88 89
72
+ Convolution convrelu_36 1 1 89 90 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
73
+ Convolution convrelu_37 1 1 90 91 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
74
+ BinaryOp add_4 2 1 88 91 92 0=0
75
+ Convolution convrelu_38 1 1 85 93 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
76
+ Concat cat_8 2 1 92 93 94 0=0
77
+ Convolution convrelu_39 1 1 94 95 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
78
+ Convolution convrelu_40 1 1 95 96 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
79
+ Split splitncnn_11 1 3 96 97 98 99
80
+ Convolution convrelu_41 1 1 99 100 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
81
+ Split splitncnn_12 1 2 100 101 102
82
+ Convolution convrelu_42 1 1 102 103 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
83
+ Convolution convrelu_43 1 1 103 104 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
84
+ BinaryOp add_5 2 1 101 104 105 0=0
85
+ Convolution convrelu_44 1 1 98 106 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
86
+ Concat cat_9 2 1 105 106 107 0=0
87
+ Convolution convrelu_45 1 1 107 108 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
88
+ Convolution convrelu_46 1 1 108 109 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
89
+ Concat cat_10 4 1 82 84 97 109 110 0=0
90
+ Convolution convrelu_47 1 1 110 111 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
91
+ Split splitncnn_13 1 2 111 112 113
92
+ Pooling avgpool2d_2 1 1 113 114 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
93
+ Slice chunk_5 1 2 114 115 116 -23300=2,-233,-233 1=0
94
+ Convolution convrelu_48 1 1 115 117 0=256 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=589824 9=1
95
+ Pooling maxpool2d_7 1 1 116 118 0=0 1=3 11=3 12=2 13=1 2=2 3=1 5=1
96
+ Convolution convrelu_49 1 1 118 119 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
97
+ Concat cat_11 2 1 117 119 120 0=0
98
+ Convolution convrelu_50 1 1 120 121 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=262144 9=1
99
+ Slice chunk_6 1 2 121 122 123 -23300=2,-233,-233 1=0
100
+ Split splitncnn_14 1 3 123 124 125 126
101
+ Convolution convrelu_51 1 1 126 127 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
102
+ Split splitncnn_15 1 2 127 128 129
103
+ Convolution convrelu_52 1 1 129 130 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
104
+ Convolution convrelu_53 1 1 130 131 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
105
+ BinaryOp add_6 2 1 128 131 132 0=0
106
+ Convolution convrelu_54 1 1 125 133 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
107
+ Concat cat_12 2 1 132 133 134 0=0
108
+ Convolution convrelu_55 1 1 134 135 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
109
+ Convolution convrelu_56 1 1 135 136 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
110
+ Split splitncnn_16 1 3 136 137 138 139
111
+ Convolution convrelu_57 1 1 139 140 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
112
+ Split splitncnn_17 1 2 140 141 142
113
+ Convolution convrelu_58 1 1 142 143 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
114
+ Convolution convrelu_59 1 1 143 144 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
115
+ BinaryOp add_7 2 1 141 144 145 0=0
116
+ Convolution convrelu_60 1 1 138 146 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
117
+ Concat cat_13 2 1 145 146 147 0=0
118
+ Convolution convrelu_61 1 1 147 148 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
119
+ Convolution convrelu_62 1 1 148 149 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
120
+ Concat cat_14 4 1 122 124 137 149 150 0=0
121
+ Convolution convrelu_63 1 1 150 151 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
122
+ Convolution convrelu_64 1 1 151 152 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=1
123
+ Split splitncnn_18 1 2 152 153 154
124
+ Pooling maxpool2d_151 1 1 154 155 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
125
+ Split splitncnn_19 1 2 155 156 157
126
+ Pooling maxpool2d_152 1 1 157 158 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
127
+ Split splitncnn_20 1 2 158 159 160
128
+ Pooling maxpool2d_153 1 1 160 161 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
129
+ Concat cat_15 4 1 153 156 159 161 162 0=0
130
+ Convolution convrelu_65 1 1 162 163 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
131
+ Split splitncnn_21 1 2 163 164 165
132
+ Interp upsample_292 1 1 165 166 0=1 1=2.000000e+00 2=2.000000e+00 6=0
133
+ Concat cat_16 2 1 166 112 167 0=0
134
+ Convolution convrelu_66 1 1 167 168 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
135
+ Slice chunk_7 1 2 168 169 170 -23300=2,-233,-233 1=0
136
+ Split splitncnn_22 1 3 170 171 172 173
137
+ Convolution convrelu_67 1 1 173 174 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
138
+ Split splitncnn_23 1 2 174 175 176
139
+ Convolution convrelu_68 1 1 176 177 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
140
+ Convolution convrelu_69 1 1 177 178 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
141
+ BinaryOp add_8 2 1 175 178 179 0=0
142
+ Convolution convrelu_70 1 1 172 180 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
143
+ Concat cat_17 2 1 179 180 181 0=0
144
+ Convolution convrelu_71 1 1 181 182 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
145
+ Convolution convrelu_72 1 1 182 183 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
146
+ Split splitncnn_24 1 3 183 184 185 186
147
+ Convolution convrelu_73 1 1 186 187 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
148
+ Split splitncnn_25 1 2 187 188 189
149
+ Convolution convrelu_74 1 1 189 190 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
150
+ Convolution convrelu_75 1 1 190 191 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
151
+ BinaryOp add_9 2 1 188 191 192 0=0
152
+ Convolution convrelu_76 1 1 185 193 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
153
+ Concat cat_18 2 1 192 193 194 0=0
154
+ Convolution convrelu_77 1 1 194 195 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
155
+ Convolution convrelu_78 1 1 195 196 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
156
+ Concat cat_19 4 1 169 171 184 196 197 0=0
157
+ Convolution convrelu_79 1 1 197 198 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
158
+ Split splitncnn_26 1 2 198 199 200
159
+ Interp upsample_293 1 1 200 201 0=1 1=2.000000e+00 2=2.000000e+00 6=0
160
+ Concat cat_20 2 1 201 72 202 0=0
161
+ Convolution convrelu_80 1 1 202 203 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=262144 9=1
162
+ Slice chunk_8 1 2 203 204 205 -23300=2,-233,-233 1=0
163
+ Split splitncnn_27 1 3 205 206 207 208
164
+ Convolution convrelu_81 1 1 208 209 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
165
+ Split splitncnn_28 1 2 209 210 211
166
+ Convolution convrelu_82 1 1 211 212 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
167
+ Convolution convrelu_83 1 1 212 213 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
168
+ BinaryOp add_10 2 1 210 213 214 0=0
169
+ Convolution convrelu_84 1 1 207 215 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
170
+ Concat cat_21 2 1 214 215 216 0=0
171
+ Convolution convrelu_85 1 1 216 217 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
172
+ Convolution convrelu_86 1 1 217 218 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
173
+ Split splitncnn_29 1 3 218 219 220 221
174
+ Convolution convrelu_87 1 1 221 222 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
175
+ Split splitncnn_30 1 2 222 223 224
176
+ Convolution convrelu_88 1 1 224 225 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
177
+ Convolution convrelu_89 1 1 225 226 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
178
+ BinaryOp add_11 2 1 223 226 227 0=0
179
+ Convolution convrelu_90 1 1 220 228 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
180
+ Concat cat_22 2 1 227 228 229 0=0
181
+ Convolution convrelu_91 1 1 229 230 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
182
+ Convolution convrelu_92 1 1 230 231 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
183
+ Concat cat_23 4 1 204 206 219 231 232 0=0
184
+ Convolution convrelu_93 1 1 232 233 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=1
185
+ Split splitncnn_31 1 3 233 234 235 236
186
+ Pooling avgpool2d_3 1 1 234 237 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
187
+ Slice chunk_9 1 2 237 238 239 -23300=2,-233,-233 1=0
188
+ Convolution convrelu_94 1 1 238 240 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=147456 9=1
189
+ Pooling maxpool2d_8 1 1 239 241 0=0 1=3 11=3 12=2 13=1 2=2 3=1 5=1
190
+ Convolution convrelu_95 1 1 241 242 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
191
+ Concat cat_24 2 1 240 242 243 0=0
192
+ Concat cat_25 2 1 243 199 244 0=0
193
+ Convolution convrelu_96 1 1 244 245 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=393216 9=1
194
+ Slice chunk_10 1 2 245 246 247 -23300=2,-233,-233 1=0
195
+ Split splitncnn_32 1 3 247 248 249 250
196
+ Convolution convrelu_97 1 1 250 251 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
197
+ Split splitncnn_33 1 2 251 252 253
198
+ Convolution convrelu_98 1 1 253 254 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
199
+ Convolution convrelu_99 1 1 254 255 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
200
+ BinaryOp add_12 2 1 252 255 256 0=0
201
+ Convolution convrelu_100 1 1 249 257 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
202
+ Concat cat_26 2 1 256 257 258 0=0
203
+ Convolution convrelu_101 1 1 258 259 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
204
+ Convolution convrelu_102 1 1 259 260 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
205
+ Split splitncnn_34 1 3 260 261 262 263
206
+ Convolution convrelu_103 1 1 263 264 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
207
+ Split splitncnn_35 1 2 264 265 266
208
+ Convolution convrelu_104 1 1 266 267 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
209
+ Convolution convrelu_105 1 1 267 268 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
210
+ BinaryOp add_13 2 1 265 268 269 0=0
211
+ Convolution convrelu_106 1 1 262 270 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
212
+ Concat cat_27 2 1 269 270 271 0=0
213
+ Convolution convrelu_107 1 1 271 272 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
214
+ Convolution convrelu_108 1 1 272 273 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
215
+ Concat cat_28 4 1 246 248 261 273 274 0=0
216
+ Convolution convrelu_109 1 1 274 275 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
217
+ Split splitncnn_36 1 3 275 276 277 278
218
+ Pooling avgpool2d_4 1 1 276 279 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
219
+ Slice chunk_11 1 2 279 280 281 -23300=2,-233,-233 1=0
220
+ Convolution convrelu_110 1 1 280 282 0=256 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=589824 9=1
221
+ Pooling maxpool2d_9 1 1 281 283 0=0 1=3 11=3 12=2 13=1 2=2 3=1 5=1
222
+ Convolution convrelu_111 1 1 283 284 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
223
+ Concat cat_29 2 1 282 284 285 0=0
224
+ Concat cat_30 2 1 285 164 286 0=0
225
+ Convolution convrelu_112 1 1 286 287 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
226
+ Slice chunk_12 1 2 287 288 289 -23300=2,-233,-233 1=0
227
+ Split splitncnn_37 1 3 289 290 291 292
228
+ Convolution convrelu_113 1 1 292 293 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
229
+ Split splitncnn_38 1 2 293 294 295
230
+ Convolution convrelu_114 1 1 295 296 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
231
+ Convolution convrelu_115 1 1 296 297 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
232
+ BinaryOp add_14 2 1 294 297 298 0=0
233
+ Convolution convrelu_116 1 1 291 299 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
234
+ Concat cat_31 2 1 298 299 300 0=0
235
+ Convolution convrelu_117 1 1 300 301 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
236
+ Convolution convrelu_118 1 1 301 302 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
237
+ Split splitncnn_39 1 3 302 303 304 305
238
+ Convolution convrelu_119 1 1 305 306 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
239
+ Split splitncnn_40 1 2 306 307 308
240
+ Convolution convrelu_120 1 1 308 309 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
241
+ Convolution convrelu_121 1 1 309 310 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
242
+ BinaryOp add_15 2 1 307 310 311 0=0
243
+ Convolution convrelu_122 1 1 304 312 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
244
+ Concat cat_32 2 1 311 312 313 0=0
245
+ Convolution convrelu_123 1 1 313 314 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
246
+ Convolution convrelu_124 1 1 314 315 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
247
+ Concat cat_33 4 1 288 290 303 315 316 0=0
248
+ Convolution convrelu_125 1 1 316 317 0=512 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=524288 9=1
249
+ Split splitncnn_41 1 2 317 318 319
250
+ MemoryData pnnx_321 0 1 320 0=2100
251
+ Convolution convrelu_126 1 1 236 321 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
252
+ ConvolutionDepthWise convdwrelu_0 1 1 321 322 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
253
+ ConvolutionDepthWise convdw_302 1 1 322 323 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
254
+ Convolution convrelu_127 1 1 235 324 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
255
+ Convolution convrelu_128 1 1 324 325 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
256
+ Convolution conv_141 1 1 325 326 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=768
257
+ Concat cat_34 2 1 323 326 327 0=0
258
+ Convolution convrelu_129 1 1 278 328 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
259
+ ConvolutionDepthWise convdwrelu_1 1 1 328 329 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
260
+ ConvolutionDepthWise convdw_304 1 1 329 330 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
261
+ Convolution convrelu_130 1 1 277 331 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1179648 9=1
262
+ Convolution convrelu_131 1 1 331 332 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
263
+ Convolution conv_145 1 1 332 333 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=768
264
+ Concat cat_35 2 1 330 333 334 0=0
265
+ Convolution convrelu_132 1 1 319 335 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
266
+ ConvolutionDepthWise convdwrelu_2 1 1 335 336 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
267
+ ConvolutionDepthWise convdw_306 1 1 336 337 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
268
+ Convolution convrelu_133 1 1 318 338 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1179648 9=1
269
+ Convolution convrelu_134 1 1 338 339 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
270
+ Convolution conv_149 1 1 339 340 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=768
271
+ Concat cat_36 2 1 337 340 341 0=0
272
+ Reshape view_295 1 1 327 342 0=1600 1=67
273
+ Reshape view_296 1 1 334 343 0=400 1=67
274
+ Reshape view_297 1 1 341 344 0=100 1=67
275
+ Concat cat_37 3 1 342 343 344 345 0=1
276
+ Slice split_0 1 2 345 346 347 -23300=2,64,3 1=0
277
+ Reshape view_298 1 1 346 348 0=2100 1=16 2=4
278
+ Permute transpose_300 1 1 348 349 0=2
279
+ Softmax softmax_11 1 1 349 350 0=0 1=1
280
+ Convolution conv_150 1 1 350 351 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=0 6=16
281
+ Reshape view_299 1 1 351 352 0=2100 1=4
282
+ MemoryData pnnx_fold_anchor_points.1 0 1 353 0=2100 1=2
283
+ MemoryData pnnx_fold_anchor_points.1_1 0 1 354 0=2100 1=2
284
+ Slice split_1 1 2 352 355 356 -23300=2,2,-233 1=0
285
+ BinaryOp sub_16 2 1 353 355 357 0=1
286
+ Split splitncnn_42 1 2 357 358 359
287
+ BinaryOp add_17 2 1 354 356 360 0=0
288
+ Split splitncnn_43 1 2 360 361 362
289
+ BinaryOp add_18 2 1 358 361 363 0=0
290
+ BinaryOp div_19 1 1 363 364 0=3 1=1 2=2.000000e+00
291
+ BinaryOp sub_20 2 1 362 359 365 0=1
292
+ Concat cat_38 2 1 364 365 366 0=0
293
+ Reshape reshape_294 1 1 320 367 0=2100 1=1
294
+ BinaryOp mul_21 2 1 366 367 368 0=2
295
+ Sigmoid sigmoid_10 1 1 347 369
296
+ Concat cat_39 2 1 368 369 out0 0=0
ncnn/scrypted_yolov9m_relu_320/best_converted.ncnn.param ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 274 346
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=32 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=864 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=18432 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 3 5 6 7 8
9
+ Convolution convrelu_3 1 1 8 9 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
10
+ Split splitncnn_1 1 2 9 10 11
11
+ Convolution convrelu_4 1 1 11 12 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
12
+ Convolution convrelu_5 1 1 12 13 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
13
+ BinaryOp add_0 2 1 10 13 14 0=0
14
+ Convolution convrelu_6 1 1 7 15 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
15
+ Concat cat_0 2 1 14 15 16 0=0
16
+ Convolution convrelu_7 1 1 16 17 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
17
+ Convolution convrelu_8 1 1 17 18 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convrelu_9 1 1 21 22 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution convrelu_10 1 1 24 25 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
22
+ Convolution convrelu_11 1 1 25 26 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
23
+ BinaryOp add_1 2 1 23 26 27 0=0
24
+ Convolution convrelu_12 1 1 20 28 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
25
+ Concat cat_1 2 1 27 28 29 0=0
26
+ Convolution convrelu_13 1 1 29 30 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
27
+ Convolution convrelu_14 1 1 30 31 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
28
+ Concat cat_2 4 1 4 6 19 31 32 0=0
29
+ Convolution convrelu_15 1 1 32 33 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
30
+ Pooling avgpool2d_0 1 1 33 34 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
31
+ Convolution convrelu_16 1 1 34 35 0=240 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=276480 9=1
32
+ Convolution convrelu_17 1 1 35 36 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=57600 9=1
33
+ Slice chunk_1 1 2 36 37 38 -23300=2,-233,-233 1=0
34
+ Split splitncnn_4 1 3 38 39 40 41
35
+ Convolution convrelu_18 1 1 41 42 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
36
+ Split splitncnn_5 1 2 42 43 44
37
+ Convolution convrelu_19 1 1 44 45 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
38
+ Convolution convrelu_20 1 1 45 46 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
39
+ BinaryOp add_2 2 1 43 46 47 0=0
40
+ Convolution convrelu_21 1 1 40 48 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
41
+ Concat cat_3 2 1 47 48 49 0=0
42
+ Convolution convrelu_22 1 1 49 50 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=14400 9=1
43
+ Convolution convrelu_23 1 1 50 51 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
44
+ Split splitncnn_6 1 3 51 52 53 54
45
+ Convolution convrelu_24 1 1 54 55 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
46
+ Split splitncnn_7 1 2 55 56 57
47
+ Convolution convrelu_25 1 1 57 58 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
48
+ Convolution convrelu_26 1 1 58 59 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
49
+ BinaryOp add_3 2 1 56 59 60 0=0
50
+ Convolution convrelu_27 1 1 53 61 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
51
+ Concat cat_4 2 1 60 61 62 0=0
52
+ Convolution convrelu_28 1 1 62 63 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=14400 9=1
53
+ Convolution convrelu_29 1 1 63 64 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
54
+ Concat cat_5 4 1 37 39 52 64 65 0=0
55
+ Convolution convrelu_30 1 1 65 66 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=115200 9=1
56
+ Split splitncnn_8 1 2 66 67 68
57
+ Pooling avgpool2d_1 1 1 68 69 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
58
+ Convolution convrelu_31 1 1 69 70 0=360 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=777600 9=1
59
+ Convolution convrelu_32 1 1 70 71 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=129600 9=1
60
+ Slice chunk_2 1 2 71 72 73 -23300=2,-233,-233 1=0
61
+ Split splitncnn_9 1 3 73 74 75 76
62
+ Convolution convrelu_33 1 1 76 77 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
63
+ Split splitncnn_10 1 2 77 78 79
64
+ Convolution convrelu_34 1 1 79 80 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
65
+ Convolution convrelu_35 1 1 80 81 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
66
+ BinaryOp add_4 2 1 78 81 82 0=0
67
+ Convolution convrelu_36 1 1 75 83 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
68
+ Concat cat_6 2 1 82 83 84 0=0
69
+ Convolution convrelu_37 1 1 84 85 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
70
+ Convolution convrelu_38 1 1 85 86 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
71
+ Split splitncnn_11 1 3 86 87 88 89
72
+ Convolution convrelu_39 1 1 89 90 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
73
+ Split splitncnn_12 1 2 90 91 92
74
+ Convolution convrelu_40 1 1 92 93 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
75
+ Convolution convrelu_41 1 1 93 94 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
76
+ BinaryOp add_5 2 1 91 94 95 0=0
77
+ Convolution convrelu_42 1 1 88 96 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
78
+ Concat cat_7 2 1 95 96 97 0=0
79
+ Convolution convrelu_43 1 1 97 98 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
80
+ Convolution convrelu_44 1 1 98 99 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
81
+ Concat cat_8 4 1 72 74 87 99 100 0=0
82
+ Convolution convrelu_45 1 1 100 101 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=259200 9=1
83
+ Split splitncnn_13 1 2 101 102 103
84
+ Pooling avgpool2d_2 1 1 103 104 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
85
+ Convolution convrelu_46 1 1 104 105 0=480 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=1555200 9=1
86
+ Convolution convrelu_47 1 1 105 106 0=480 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=230400 9=1
87
+ Slice chunk_3 1 2 106 107 108 -23300=2,-233,-233 1=0
88
+ Split splitncnn_14 1 3 108 109 110 111
89
+ Convolution convrelu_48 1 1 111 112 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
90
+ Split splitncnn_15 1 2 112 113 114
91
+ Convolution convrelu_49 1 1 114 115 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
92
+ Convolution convrelu_50 1 1 115 116 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
93
+ BinaryOp add_6 2 1 113 116 117 0=0
94
+ Convolution convrelu_51 1 1 110 118 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
95
+ Concat cat_9 2 1 117 118 119 0=0
96
+ Convolution convrelu_52 1 1 119 120 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=57600 9=1
97
+ Convolution convrelu_53 1 1 120 121 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
98
+ Split splitncnn_16 1 3 121 122 123 124
99
+ Convolution convrelu_54 1 1 124 125 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
100
+ Split splitncnn_17 1 2 125 126 127
101
+ Convolution convrelu_55 1 1 127 128 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
102
+ Convolution convrelu_56 1 1 128 129 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
103
+ BinaryOp add_7 2 1 126 129 130 0=0
104
+ Convolution convrelu_57 1 1 123 131 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
105
+ Concat cat_10 2 1 130 131 132 0=0
106
+ Convolution convrelu_58 1 1 132 133 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=57600 9=1
107
+ Convolution convrelu_59 1 1 133 134 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
108
+ Concat cat_11 4 1 107 109 122 134 135 0=0
109
+ Convolution convrelu_60 1 1 135 136 0=480 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=460800 9=1
110
+ Convolution convrelu_61 1 1 136 137 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=115200 9=1
111
+ Split splitncnn_18 1 2 137 138 139
112
+ Pooling maxpool2d_141 1 1 139 140 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
113
+ Split splitncnn_19 1 2 140 141 142
114
+ Pooling maxpool2d_142 1 1 142 143 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
115
+ Split splitncnn_20 1 2 143 144 145
116
+ Pooling maxpool2d_143 1 1 145 146 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
117
+ Concat cat_12 4 1 138 141 144 146 147 0=0
118
+ Convolution convrelu_62 1 1 147 148 0=480 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=460800 9=1
119
+ Split splitncnn_21 1 2 148 149 150
120
+ Interp upsample_277 1 1 150 151 0=1 1=2.000000e+00 2=2.000000e+00 6=0
121
+ Concat cat_13 2 1 151 102 152 0=0
122
+ Convolution convrelu_63 1 1 152 153 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=302400 9=1
123
+ Slice chunk_4 1 2 153 154 155 -23300=2,-233,-233 1=0
124
+ Split splitncnn_22 1 3 155 156 157 158
125
+ Convolution convrelu_64 1 1 158 159 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
126
+ Split splitncnn_23 1 2 159 160 161
127
+ Convolution convrelu_65 1 1 161 162 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
128
+ Convolution convrelu_66 1 1 162 163 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
129
+ BinaryOp add_8 2 1 160 163 164 0=0
130
+ Convolution convrelu_67 1 1 157 165 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
131
+ Concat cat_14 2 1 164 165 166 0=0
132
+ Convolution convrelu_68 1 1 166 167 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
133
+ Convolution convrelu_69 1 1 167 168 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
134
+ Split splitncnn_24 1 3 168 169 170 171
135
+ Convolution convrelu_70 1 1 171 172 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
136
+ Split splitncnn_25 1 2 172 173 174
137
+ Convolution convrelu_71 1 1 174 175 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
138
+ Convolution convrelu_72 1 1 175 176 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
139
+ BinaryOp add_9 2 1 173 176 177 0=0
140
+ Convolution convrelu_73 1 1 170 178 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
141
+ Concat cat_15 2 1 177 178 179 0=0
142
+ Convolution convrelu_74 1 1 179 180 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
143
+ Convolution convrelu_75 1 1 180 181 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
144
+ Concat cat_16 4 1 154 156 169 181 182 0=0
145
+ Convolution convrelu_76 1 1 182 183 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=259200 9=1
146
+ Split splitncnn_26 1 2 183 184 185
147
+ Interp upsample_278 1 1 185 186 0=1 1=2.000000e+00 2=2.000000e+00 6=0
148
+ Concat cat_17 2 1 186 67 187 0=0
149
+ Convolution convrelu_77 1 1 187 188 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=144000 9=1
150
+ Slice chunk_5 1 2 188 189 190 -23300=2,-233,-233 1=0
151
+ Split splitncnn_27 1 3 190 191 192 193
152
+ Convolution convrelu_78 1 1 193 194 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
153
+ Split splitncnn_28 1 2 194 195 196
154
+ Convolution convrelu_79 1 1 196 197 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
155
+ Convolution convrelu_80 1 1 197 198 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
156
+ BinaryOp add_10 2 1 195 198 199 0=0
157
+ Convolution convrelu_81 1 1 192 200 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
158
+ Concat cat_18 2 1 199 200 201 0=0
159
+ Convolution convrelu_82 1 1 201 202 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=14400 9=1
160
+ Convolution convrelu_83 1 1 202 203 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
161
+ Split splitncnn_29 1 3 203 204 205 206
162
+ Convolution convrelu_84 1 1 206 207 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
163
+ Split splitncnn_30 1 2 207 208 209
164
+ Convolution convrelu_85 1 1 209 210 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
165
+ Convolution convrelu_86 1 1 210 211 0=60 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=32400 9=1
166
+ BinaryOp add_11 2 1 208 211 212 0=0
167
+ Convolution convrelu_87 1 1 205 213 0=60 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=7200 9=1
168
+ Concat cat_19 2 1 212 213 214 0=0
169
+ Convolution convrelu_88 1 1 214 215 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=14400 9=1
170
+ Convolution convrelu_89 1 1 215 216 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
171
+ Concat cat_20 4 1 189 191 204 216 217 0=0
172
+ Convolution convrelu_90 1 1 217 218 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=115200 9=1
173
+ Split splitncnn_31 1 3 218 219 220 221
174
+ Pooling avgpool2d_3 1 1 219 222 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
175
+ Convolution convrelu_91 1 1 222 223 0=184 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=397440 9=1
176
+ Concat cat_21 2 1 223 184 224 0=0
177
+ Convolution convrelu_92 1 1 224 225 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=195840 9=1
178
+ Slice chunk_6 1 2 225 226 227 -23300=2,-233,-233 1=0
179
+ Split splitncnn_32 1 3 227 228 229 230
180
+ Convolution convrelu_93 1 1 230 231 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
181
+ Split splitncnn_33 1 2 231 232 233
182
+ Convolution convrelu_94 1 1 233 234 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
183
+ Convolution convrelu_95 1 1 234 235 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
184
+ BinaryOp add_12 2 1 232 235 236 0=0
185
+ Convolution convrelu_96 1 1 229 237 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
186
+ Concat cat_22 2 1 236 237 238 0=0
187
+ Convolution convrelu_97 1 1 238 239 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
188
+ Convolution convrelu_98 1 1 239 240 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
189
+ Split splitncnn_34 1 3 240 241 242 243
190
+ Convolution convrelu_99 1 1 243 244 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
191
+ Split splitncnn_35 1 2 244 245 246
192
+ Convolution convrelu_100 1 1 246 247 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
193
+ Convolution convrelu_101 1 1 247 248 0=90 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=72900 9=1
194
+ BinaryOp add_13 2 1 245 248 249 0=0
195
+ Convolution convrelu_102 1 1 242 250 0=90 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16200 9=1
196
+ Concat cat_23 2 1 249 250 251 0=0
197
+ Convolution convrelu_103 1 1 251 252 0=180 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32400 9=1
198
+ Convolution convrelu_104 1 1 252 253 0=180 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=291600 9=1
199
+ Concat cat_24 4 1 226 228 241 253 254 0=0
200
+ Convolution convrelu_105 1 1 254 255 0=360 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=259200 9=1
201
+ Split splitncnn_36 1 3 255 256 257 258
202
+ Pooling avgpool2d_4 1 1 256 259 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
203
+ Convolution convrelu_106 1 1 259 260 0=240 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=777600 9=1
204
+ Concat cat_25 2 1 260 149 261 0=0
205
+ Convolution convrelu_107 1 1 261 262 0=480 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=345600 9=1
206
+ Slice chunk_7 1 2 262 263 264 -23300=2,-233,-233 1=0
207
+ Split splitncnn_37 1 3 264 265 266 267
208
+ Convolution convrelu_108 1 1 267 268 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
209
+ Split splitncnn_38 1 2 268 269 270
210
+ Convolution convrelu_109 1 1 270 271 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
211
+ Convolution convrelu_110 1 1 271 272 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
212
+ BinaryOp add_14 2 1 269 272 273 0=0
213
+ Convolution convrelu_111 1 1 266 274 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
214
+ Concat cat_26 2 1 273 274 275 0=0
215
+ Convolution convrelu_112 1 1 275 276 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=57600 9=1
216
+ Convolution convrelu_113 1 1 276 277 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
217
+ Split splitncnn_39 1 3 277 278 279 280
218
+ Convolution convrelu_114 1 1 280 281 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
219
+ Split splitncnn_40 1 2 281 282 283
220
+ Convolution convrelu_115 1 1 283 284 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
221
+ Convolution convrelu_116 1 1 284 285 0=120 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=129600 9=1
222
+ BinaryOp add_15 2 1 282 285 286 0=0
223
+ Convolution convrelu_117 1 1 279 287 0=120 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=28800 9=1
224
+ Concat cat_27 2 1 286 287 288 0=0
225
+ Convolution convrelu_118 1 1 288 289 0=240 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=57600 9=1
226
+ Convolution convrelu_119 1 1 289 290 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
227
+ Concat cat_28 4 1 263 265 278 290 291 0=0
228
+ Convolution convrelu_120 1 1 291 292 0=480 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=460800 9=1
229
+ Split splitncnn_41 1 2 292 293 294
230
+ MemoryData pnnx_216 0 1 295 0=2100
231
+ Convolution convrelu_121 1 1 221 296 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=138240 9=1
232
+ ConvolutionDepthWise convdwrelu_0 1 1 296 297 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
233
+ ConvolutionDepthWise convdw_287 1 1 297 298 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
234
+ Convolution convrelu_122 1 1 220 299 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
235
+ Convolution convrelu_123 1 1 299 300 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
236
+ Convolution conv_131 1 1 300 301 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=720
237
+ Concat cat_29 2 1 298 301 302 0=0
238
+ Convolution convrelu_124 1 1 258 303 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=207360 9=1
239
+ ConvolutionDepthWise convdwrelu_1 1 1 303 304 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
240
+ ConvolutionDepthWise convdw_289 1 1 304 305 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
241
+ Convolution convrelu_125 1 1 257 306 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=777600 9=1
242
+ Convolution convrelu_126 1 1 306 307 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
243
+ Convolution conv_135 1 1 307 308 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=720
244
+ Concat cat_30 2 1 305 308 309 0=0
245
+ Convolution convrelu_127 1 1 294 310 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=276480 9=1
246
+ ConvolutionDepthWise convdwrelu_2 1 1 310 311 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
247
+ ConvolutionDepthWise convdw_291 1 1 311 312 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
248
+ Convolution convrelu_128 1 1 293 313 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=1036800 9=1
249
+ Convolution convrelu_129 1 1 313 314 0=240 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=518400 9=1
250
+ Convolution conv_139 1 1 314 315 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=720
251
+ Concat cat_31 2 1 312 315 316 0=0
252
+ Reshape view_280 1 1 302 317 0=1600 1=67
253
+ Reshape view_281 1 1 309 318 0=400 1=67
254
+ Reshape view_282 1 1 316 319 0=100 1=67
255
+ Concat cat_32 3 1 317 318 319 320 0=1
256
+ Slice split_0 1 2 320 321 322 -23300=2,64,3 1=0
257
+ Reshape view_283 1 1 321 323 0=2100 1=16 2=4
258
+ Permute transpose_285 1 1 323 324 0=2
259
+ Softmax softmax_6 1 1 324 325 0=0 1=1
260
+ Convolution conv_140 1 1 325 326 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=0 6=16
261
+ Reshape view_284 1 1 326 327 0=2100 1=4
262
+ MemoryData pnnx_fold_anchor_points.1 0 1 328 0=2100 1=2
263
+ MemoryData pnnx_fold_anchor_points.1_1 0 1 329 0=2100 1=2
264
+ Slice split_1 1 2 327 330 331 -23300=2,2,-233 1=0
265
+ BinaryOp sub_16 2 1 328 330 332 0=1
266
+ Split splitncnn_42 1 2 332 333 334
267
+ BinaryOp add_17 2 1 329 331 335 0=0
268
+ Split splitncnn_43 1 2 335 336 337
269
+ BinaryOp add_18 2 1 333 336 338 0=0
270
+ BinaryOp div_19 1 1 338 339 0=3 1=1 2=2.000000e+00
271
+ BinaryOp sub_20 2 1 337 334 340 0=1
272
+ Concat cat_33 2 1 339 340 341 0=0
273
+ Reshape reshape_279 1 1 295 342 0=2100 1=1
274
+ BinaryOp mul_21 2 1 341 342 343 0=2
275
+ Sigmoid sigmoid_5 1 1 322 344
276
+ Concat cat_34 2 1 343 344 out0 0=0
ncnn/scrypted_yolov9s_relu6/best_converted.ncnn.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a6c32d0d5d7b05cfebe75a890adf280e9a19f6d811b259ab84ee8863845c384
3
+ size 28673672
ncnn/scrypted_yolov9s_relu6/best_converted.ncnn.param ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 383 475
3
+ Input in0 0 1 in0
4
+ Convolution convclip_0 1 1 in0 1 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=864 9=3
5
+ Convolution convclip_1 1 1 1 2 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=18432 9=3
6
+ Convolution convclip_2 1 1 2 3 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=3
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 2 5 6 7
9
+ Convolution convclip_3 1 1 7 8 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
10
+ Split splitncnn_1 1 2 8 9 10
11
+ Convolution convclip_4 1 1 10 11 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
12
+ Concat cat_0 4 1 4 6 9 11 12 0=0
13
+ Convolution convclip_5 1 1 12 13 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
14
+ Pooling avgpool2d_0 1 1 13 14 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
15
+ Convolution convclip_6 1 1 14 15 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=73728 9=3
16
+ Convolution convclip_7 1 1 15 16 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=3
17
+ Slice chunk_1 1 2 16 17 18 -23300=2,-233,-233 1=0
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convclip_8 1 1 21 22 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution conv_14 1 1 24 25 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
22
+ Swish silu_330 1 1 25 26
23
+ Convolution convclip_9 1 1 26 27 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
24
+ BinaryOp add_0 2 1 23 27 28 0=0
25
+ Split splitncnn_4 1 2 28 29 30
26
+ Convolution conv_16 1 1 30 31 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
27
+ Swish silu_331 1 1 31 32
28
+ Convolution convclip_10 1 1 32 33 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
29
+ BinaryOp add_1 2 1 29 33 34 0=0
30
+ Split splitncnn_5 1 2 34 35 36
31
+ Convolution conv_18 1 1 36 37 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
32
+ Swish silu_332 1 1 37 38
33
+ Convolution convclip_11 1 1 38 39 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
34
+ BinaryOp add_2 2 1 35 39 40 0=0
35
+ Convolution convclip_12 1 1 20 41 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
36
+ Concat cat_1 2 1 40 41 42 0=0
37
+ Convolution convclip_13 1 1 42 43 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=3
38
+ Convolution convclip_14 1 1 43 44 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
39
+ Split splitncnn_6 1 3 44 45 46 47
40
+ Convolution convclip_15 1 1 47 48 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
41
+ Split splitncnn_7 1 2 48 49 50
42
+ Convolution conv_24 1 1 50 51 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
43
+ Swish silu_333 1 1 51 52
44
+ Convolution convclip_16 1 1 52 53 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
45
+ BinaryOp add_3 2 1 49 53 54 0=0
46
+ Split splitncnn_8 1 2 54 55 56
47
+ Convolution conv_26 1 1 56 57 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
48
+ Swish silu_334 1 1 57 58
49
+ Convolution convclip_17 1 1 58 59 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
50
+ BinaryOp add_4 2 1 55 59 60 0=0
51
+ Split splitncnn_9 1 2 60 61 62
52
+ Convolution conv_28 1 1 62 63 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
53
+ Swish silu_335 1 1 63 64
54
+ Convolution convclip_18 1 1 64 65 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
55
+ BinaryOp add_5 2 1 61 65 66 0=0
56
+ Convolution convclip_19 1 1 46 67 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
57
+ Concat cat_2 2 1 66 67 68 0=0
58
+ Convolution convclip_20 1 1 68 69 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=3
59
+ Convolution convclip_21 1 1 69 70 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
60
+ Concat cat_3 4 1 17 19 45 70 71 0=0
61
+ Convolution convclip_22 1 1 71 72 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=3
62
+ Split splitncnn_10 1 2 72 73 74
63
+ Pooling avgpool2d_1 1 1 74 75 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
64
+ Convolution convclip_23 1 1 75 76 0=192 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=221184 9=3
65
+ Convolution convclip_24 1 1 76 77 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=36864 9=3
66
+ Slice chunk_2 1 2 77 78 79 -23300=2,-233,-233 1=0
67
+ Split splitncnn_11 1 3 79 80 81 82
68
+ Convolution convclip_25 1 1 82 83 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
69
+ Split splitncnn_12 1 2 83 84 85
70
+ Convolution conv_37 1 1 85 86 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
71
+ Swish silu_336 1 1 86 87
72
+ Convolution convclip_26 1 1 87 88 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
73
+ BinaryOp add_6 2 1 84 88 89 0=0
74
+ Split splitncnn_13 1 2 89 90 91
75
+ Convolution conv_39 1 1 91 92 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
76
+ Swish silu_337 1 1 92 93
77
+ Convolution convclip_27 1 1 93 94 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
78
+ BinaryOp add_7 2 1 90 94 95 0=0
79
+ Split splitncnn_14 1 2 95 96 97
80
+ Convolution conv_41 1 1 97 98 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
81
+ Swish silu_338 1 1 98 99
82
+ Convolution convclip_28 1 1 99 100 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
83
+ BinaryOp add_8 2 1 96 100 101 0=0
84
+ Convolution convclip_29 1 1 81 102 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
85
+ Concat cat_4 2 1 101 102 103 0=0
86
+ Convolution convclip_30 1 1 103 104 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
87
+ Convolution convclip_31 1 1 104 105 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
88
+ Split splitncnn_15 1 3 105 106 107 108
89
+ Convolution convclip_32 1 1 108 109 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
90
+ Split splitncnn_16 1 2 109 110 111
91
+ Convolution conv_47 1 1 111 112 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
92
+ Swish silu_339 1 1 112 113
93
+ Convolution convclip_33 1 1 113 114 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
94
+ BinaryOp add_9 2 1 110 114 115 0=0
95
+ Split splitncnn_17 1 2 115 116 117
96
+ Convolution conv_49 1 1 117 118 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
97
+ Swish silu_340 1 1 118 119
98
+ Convolution convclip_34 1 1 119 120 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
99
+ BinaryOp add_10 2 1 116 120 121 0=0
100
+ Split splitncnn_18 1 2 121 122 123
101
+ Convolution conv_51 1 1 123 124 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
102
+ Swish silu_341 1 1 124 125
103
+ Convolution convclip_35 1 1 125 126 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
104
+ BinaryOp add_11 2 1 122 126 127 0=0
105
+ Convolution convclip_36 1 1 107 128 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
106
+ Concat cat_5 2 1 127 128 129 0=0
107
+ Convolution convclip_37 1 1 129 130 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
108
+ Convolution convclip_38 1 1 130 131 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
109
+ Concat cat_6 4 1 78 80 106 131 132 0=0
110
+ Convolution convclip_39 1 1 132 133 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=3
111
+ Split splitncnn_19 1 2 133 134 135
112
+ Pooling avgpool2d_2 1 1 135 136 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
113
+ Convolution convclip_40 1 1 136 137 0=256 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=442368 9=3
114
+ Convolution convclip_41 1 1 137 138 0=256 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=3
115
+ Slice chunk_3 1 2 138 139 140 -23300=2,-233,-233 1=0
116
+ Split splitncnn_20 1 3 140 141 142 143
117
+ Convolution convclip_42 1 1 143 144 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
118
+ Split splitncnn_21 1 2 144 145 146
119
+ Convolution conv_60 1 1 146 147 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
120
+ Swish silu_342 1 1 147 148
121
+ Convolution convclip_43 1 1 148 149 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
122
+ BinaryOp add_12 2 1 145 149 150 0=0
123
+ Split splitncnn_22 1 2 150 151 152
124
+ Convolution conv_62 1 1 152 153 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
125
+ Swish silu_343 1 1 153 154
126
+ Convolution convclip_44 1 1 154 155 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
127
+ BinaryOp add_13 2 1 151 155 156 0=0
128
+ Split splitncnn_23 1 2 156 157 158
129
+ Convolution conv_64 1 1 158 159 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
130
+ Swish silu_344 1 1 159 160
131
+ Convolution convclip_45 1 1 160 161 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
132
+ BinaryOp add_14 2 1 157 161 162 0=0
133
+ Convolution convclip_46 1 1 142 163 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
134
+ Concat cat_7 2 1 162 163 164 0=0
135
+ Convolution convclip_47 1 1 164 165 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=3
136
+ Convolution convclip_48 1 1 165 166 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
137
+ Split splitncnn_24 1 3 166 167 168 169
138
+ Convolution convclip_49 1 1 169 170 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
139
+ Split splitncnn_25 1 2 170 171 172
140
+ Convolution conv_70 1 1 172 173 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
141
+ Swish silu_345 1 1 173 174
142
+ Convolution convclip_50 1 1 174 175 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
143
+ BinaryOp add_15 2 1 171 175 176 0=0
144
+ Split splitncnn_26 1 2 176 177 178
145
+ Convolution conv_72 1 1 178 179 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
146
+ Swish silu_346 1 1 179 180
147
+ Convolution convclip_51 1 1 180 181 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
148
+ BinaryOp add_16 2 1 177 181 182 0=0
149
+ Split splitncnn_27 1 2 182 183 184
150
+ Convolution conv_74 1 1 184 185 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
151
+ Swish silu_347 1 1 185 186
152
+ Convolution convclip_52 1 1 186 187 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
153
+ BinaryOp add_17 2 1 183 187 188 0=0
154
+ Convolution convclip_53 1 1 168 189 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
155
+ Concat cat_8 2 1 188 189 190 0=0
156
+ Convolution convclip_54 1 1 190 191 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=3
157
+ Convolution convclip_55 1 1 191 192 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
158
+ Concat cat_9 4 1 139 141 167 192 193 0=0
159
+ Convolution convclip_56 1 1 193 194 0=256 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=3
160
+ Convolution convclip_57 1 1 194 195 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=3
161
+ Split splitncnn_28 1 2 195 196 197
162
+ Pooling maxpool2d_190 1 1 197 198 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
163
+ Split splitncnn_29 1 2 198 199 200
164
+ Pooling maxpool2d_191 1 1 200 201 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
165
+ Split splitncnn_30 1 2 201 202 203
166
+ Pooling maxpool2d_192 1 1 203 204 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
167
+ Concat cat_10 4 1 196 199 202 204 205 0=0
168
+ Convolution convclip_58 1 1 205 206 0=256 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=3
169
+ Split splitncnn_31 1 2 206 207 208
170
+ Interp upsample_372 1 1 208 209 0=1 1=2.000000e+00 2=2.000000e+00 6=0
171
+ Concat cat_11 2 1 209 134 210 0=0
172
+ Convolution convclip_59 1 1 210 211 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=86016 9=3
173
+ Slice chunk_4 1 2 211 212 213 -23300=2,-233,-233 1=0
174
+ Split splitncnn_32 1 3 213 214 215 216
175
+ Convolution convclip_60 1 1 216 217 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
176
+ Split splitncnn_33 1 2 217 218 219
177
+ Convolution conv_84 1 1 219 220 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
178
+ Swish silu_348 1 1 220 221
179
+ Convolution convclip_61 1 1 221 222 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
180
+ BinaryOp add_18 2 1 218 222 223 0=0
181
+ Split splitncnn_34 1 2 223 224 225
182
+ Convolution conv_86 1 1 225 226 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
183
+ Swish silu_349 1 1 226 227
184
+ Convolution convclip_62 1 1 227 228 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
185
+ BinaryOp add_19 2 1 224 228 229 0=0
186
+ Split splitncnn_35 1 2 229 230 231
187
+ Convolution conv_88 1 1 231 232 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
188
+ Swish silu_350 1 1 232 233
189
+ Convolution convclip_63 1 1 233 234 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
190
+ BinaryOp add_20 2 1 230 234 235 0=0
191
+ Convolution convclip_64 1 1 215 236 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
192
+ Concat cat_12 2 1 235 236 237 0=0
193
+ Convolution convclip_65 1 1 237 238 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
194
+ Convolution convclip_66 1 1 238 239 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
195
+ Split splitncnn_36 1 3 239 240 241 242
196
+ Convolution convclip_67 1 1 242 243 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
197
+ Split splitncnn_37 1 2 243 244 245
198
+ Convolution conv_94 1 1 245 246 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
199
+ Swish silu_351 1 1 246 247
200
+ Convolution convclip_68 1 1 247 248 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
201
+ BinaryOp add_21 2 1 244 248 249 0=0
202
+ Split splitncnn_38 1 2 249 250 251
203
+ Convolution conv_96 1 1 251 252 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
204
+ Swish silu_352 1 1 252 253
205
+ Convolution convclip_69 1 1 253 254 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
206
+ BinaryOp add_22 2 1 250 254 255 0=0
207
+ Split splitncnn_39 1 2 255 256 257
208
+ Convolution conv_98 1 1 257 258 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
209
+ Swish silu_353 1 1 258 259
210
+ Convolution convclip_70 1 1 259 260 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
211
+ BinaryOp add_23 2 1 256 260 261 0=0
212
+ Convolution convclip_71 1 1 241 262 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
213
+ Concat cat_13 2 1 261 262 263 0=0
214
+ Convolution convclip_72 1 1 263 264 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
215
+ Convolution convclip_73 1 1 264 265 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
216
+ Concat cat_14 4 1 212 214 240 265 266 0=0
217
+ Convolution convclip_74 1 1 266 267 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=3
218
+ Split splitncnn_40 1 2 267 268 269
219
+ Interp upsample_373 1 1 269 270 0=1 1=2.000000e+00 2=2.000000e+00 6=0
220
+ Concat cat_15 2 1 270 73 271 0=0
221
+ Convolution convclip_75 1 1 271 272 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=40960 9=3
222
+ Slice chunk_5 1 2 272 273 274 -23300=2,-233,-233 1=0
223
+ Split splitncnn_41 1 3 274 275 276 277
224
+ Convolution convclip_76 1 1 277 278 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
225
+ Split splitncnn_42 1 2 278 279 280
226
+ Convolution conv_106 1 1 280 281 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
227
+ Swish silu_354 1 1 281 282
228
+ Convolution convclip_77 1 1 282 283 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
229
+ BinaryOp add_24 2 1 279 283 284 0=0
230
+ Split splitncnn_43 1 2 284 285 286
231
+ Convolution conv_108 1 1 286 287 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
232
+ Swish silu_355 1 1 287 288
233
+ Convolution convclip_78 1 1 288 289 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
234
+ BinaryOp add_25 2 1 285 289 290 0=0
235
+ Split splitncnn_44 1 2 290 291 292
236
+ Convolution conv_110 1 1 292 293 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
237
+ Swish silu_356 1 1 293 294
238
+ Convolution convclip_79 1 1 294 295 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
239
+ BinaryOp add_26 2 1 291 295 296 0=0
240
+ Convolution convclip_80 1 1 276 297 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
241
+ Concat cat_16 2 1 296 297 298 0=0
242
+ Convolution convclip_81 1 1 298 299 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=3
243
+ Convolution convclip_82 1 1 299 300 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
244
+ Split splitncnn_45 1 3 300 301 302 303
245
+ Convolution convclip_83 1 1 303 304 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
246
+ Split splitncnn_46 1 2 304 305 306
247
+ Convolution conv_116 1 1 306 307 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
248
+ Swish silu_357 1 1 307 308
249
+ Convolution convclip_84 1 1 308 309 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
250
+ BinaryOp add_27 2 1 305 309 310 0=0
251
+ Split splitncnn_47 1 2 310 311 312
252
+ Convolution conv_118 1 1 312 313 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
253
+ Swish silu_358 1 1 313 314
254
+ Convolution convclip_85 1 1 314 315 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
255
+ BinaryOp add_28 2 1 311 315 316 0=0
256
+ Split splitncnn_48 1 2 316 317 318
257
+ Convolution conv_120 1 1 318 319 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216
258
+ Swish silu_359 1 1 319 320
259
+ Convolution convclip_86 1 1 320 321 0=32 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=3
260
+ BinaryOp add_29 2 1 317 321 322 0=0
261
+ Convolution convclip_87 1 1 302 323 0=32 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=3
262
+ Concat cat_17 2 1 322 323 324 0=0
263
+ Convolution convclip_88 1 1 324 325 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=3
264
+ Convolution convclip_89 1 1 325 326 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
265
+ Concat cat_18 4 1 273 275 301 326 327 0=0
266
+ Convolution convclip_90 1 1 327 328 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=3
267
+ Split splitncnn_49 1 3 328 329 330 331
268
+ Pooling avgpool2d_3 1 1 329 332 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
269
+ Convolution convclip_91 1 1 332 333 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=110592 9=3
270
+ Concat cat_19 2 1 333 268 334 0=0
271
+ Convolution convclip_92 1 1 334 335 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=55296 9=3
272
+ Slice chunk_6 1 2 335 336 337 -23300=2,-233,-233 1=0
273
+ Split splitncnn_50 1 3 337 338 339 340
274
+ Convolution convclip_93 1 1 340 341 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
275
+ Split splitncnn_51 1 2 341 342 343
276
+ Convolution conv_129 1 1 343 344 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
277
+ Swish silu_360 1 1 344 345
278
+ Convolution convclip_94 1 1 345 346 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
279
+ BinaryOp add_30 2 1 342 346 347 0=0
280
+ Split splitncnn_52 1 2 347 348 349
281
+ Convolution conv_131 1 1 349 350 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
282
+ Swish silu_361 1 1 350 351
283
+ Convolution convclip_95 1 1 351 352 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
284
+ BinaryOp add_31 2 1 348 352 353 0=0
285
+ Split splitncnn_53 1 2 353 354 355
286
+ Convolution conv_133 1 1 355 356 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
287
+ Swish silu_362 1 1 356 357
288
+ Convolution convclip_96 1 1 357 358 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
289
+ BinaryOp add_32 2 1 354 358 359 0=0
290
+ Convolution convclip_97 1 1 339 360 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
291
+ Concat cat_20 2 1 359 360 361 0=0
292
+ Convolution convclip_98 1 1 361 362 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
293
+ Convolution convclip_99 1 1 362 363 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
294
+ Split splitncnn_54 1 3 363 364 365 366
295
+ Convolution convclip_100 1 1 366 367 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
296
+ Split splitncnn_55 1 2 367 368 369
297
+ Convolution conv_139 1 1 369 370 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
298
+ Swish silu_363 1 1 370 371
299
+ Convolution convclip_101 1 1 371 372 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
300
+ BinaryOp add_33 2 1 368 372 373 0=0
301
+ Split splitncnn_56 1 2 373 374 375
302
+ Convolution conv_141 1 1 375 376 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
303
+ Swish silu_364 1 1 376 377
304
+ Convolution convclip_102 1 1 377 378 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
305
+ BinaryOp add_34 2 1 374 378 379 0=0
306
+ Split splitncnn_57 1 2 379 380 381
307
+ Convolution conv_143 1 1 381 382 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736
308
+ Swish silu_365 1 1 382 383
309
+ Convolution convclip_103 1 1 383 384 0=48 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=3
310
+ BinaryOp add_35 2 1 380 384 385 0=0
311
+ Convolution convclip_104 1 1 365 386 0=48 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=3
312
+ Concat cat_21 2 1 385 386 387 0=0
313
+ Convolution convclip_105 1 1 387 388 0=96 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=3
314
+ Convolution convclip_106 1 1 388 389 0=96 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=3
315
+ Concat cat_22 4 1 336 338 364 389 390 0=0
316
+ Convolution convclip_107 1 1 390 391 0=192 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=3
317
+ Split splitncnn_58 1 3 391 392 393 394
318
+ Pooling avgpool2d_4 1 1 392 395 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
319
+ Convolution convclip_108 1 1 395 396 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=221184 9=3
320
+ Concat cat_23 2 1 396 207 397 0=0
321
+ Convolution convclip_109 1 1 397 398 0=256 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=98304 9=3
322
+ Slice chunk_7 1 2 398 399 400 -23300=2,-233,-233 1=0
323
+ Split splitncnn_59 1 3 400 401 402 403
324
+ Convolution convclip_110 1 1 403 404 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
325
+ Split splitncnn_60 1 2 404 405 406
326
+ Convolution conv_152 1 1 406 407 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
327
+ Swish silu_366 1 1 407 408
328
+ Convolution convclip_111 1 1 408 409 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
329
+ BinaryOp add_36 2 1 405 409 410 0=0
330
+ Split splitncnn_61 1 2 410 411 412
331
+ Convolution conv_154 1 1 412 413 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
332
+ Swish silu_367 1 1 413 414
333
+ Convolution convclip_112 1 1 414 415 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
334
+ BinaryOp add_37 2 1 411 415 416 0=0
335
+ Split splitncnn_62 1 2 416 417 418
336
+ Convolution conv_156 1 1 418 419 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
337
+ Swish silu_368 1 1 419 420
338
+ Convolution convclip_113 1 1 420 421 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
339
+ BinaryOp add_38 2 1 417 421 422 0=0
340
+ Convolution convclip_114 1 1 402 423 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
341
+ Concat cat_24 2 1 422 423 424 0=0
342
+ Convolution convclip_115 1 1 424 425 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=3
343
+ Convolution convclip_116 1 1 425 426 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
344
+ Split splitncnn_63 1 3 426 427 428 429
345
+ Convolution convclip_117 1 1 429 430 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
346
+ Split splitncnn_64 1 2 430 431 432
347
+ Convolution conv_162 1 1 432 433 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
348
+ Swish silu_369 1 1 433 434
349
+ Convolution convclip_118 1 1 434 435 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
350
+ BinaryOp add_39 2 1 431 435 436 0=0
351
+ Split splitncnn_65 1 2 436 437 438
352
+ Convolution conv_164 1 1 438 439 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
353
+ Swish silu_370 1 1 439 440
354
+ Convolution convclip_119 1 1 440 441 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
355
+ BinaryOp add_40 2 1 437 441 442 0=0
356
+ Split splitncnn_66 1 2 442 443 444
357
+ Convolution conv_166 1 1 444 445 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864
358
+ Swish silu_371 1 1 445 446
359
+ Convolution convclip_120 1 1 446 447 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
360
+ BinaryOp add_41 2 1 443 447 448 0=0
361
+ Convolution convclip_121 1 1 428 449 0=64 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=3
362
+ Concat cat_25 2 1 448 449 450 0=0
363
+ Convolution convclip_122 1 1 450 451 0=128 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=3
364
+ Convolution convclip_123 1 1 451 452 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
365
+ Concat cat_26 4 1 399 401 427 452 453 0=0
366
+ Convolution convclip_124 1 1 453 454 0=256 1=1 -23310=2,0.000000e+00,6.000000e+00 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=3
367
+ Split splitncnn_67 1 2 454 455 456
368
+ Convolution convclip_125 1 1 331 457 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=3
369
+ Convolution convclip_126 1 1 457 458 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
370
+ Convolution conv_174 1 1 458 out0 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096
371
+ Convolution convclip_127 1 1 330 460 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
372
+ Convolution convclip_128 1 1 460 461 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
373
+ Convolution conv_177 1 1 461 out3 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
374
+ Convolution convclip_129 1 1 394 463 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=110592 9=3
375
+ Convolution convclip_130 1 1 463 464 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
376
+ Convolution conv_180 1 1 464 out1 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096
377
+ Convolution convclip_131 1 1 393 466 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=221184 9=3
378
+ Convolution convclip_132 1 1 466 467 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
379
+ Convolution conv_183 1 1 467 out4 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
380
+ Convolution convclip_133 1 1 456 469 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
381
+ Convolution convclip_134 1 1 469 470 0=64 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=3
382
+ Convolution conv_186 1 1 470 out2 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096
383
+ Convolution convclip_135 1 1 455 472 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=3
384
+ Convolution convclip_136 1 1 472 473 0=128 1=3 -23310=2,0.000000e+00,6.000000e+00 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=3
385
+ Convolution conv_189 1 1 473 out5 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
ncnn/scrypted_yolov9s_relu6/model_ncnn.py ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import numpy as np
2
+ import ncnn
3
+ import torch
4
+
5
+ def test_inference():
6
+ torch.manual_seed(0)
7
+ in0 = torch.rand(1, 3, 320, 320, dtype=torch.float)
8
+ out = []
9
+
10
+ with ncnn.Net() as net:
11
+ net.load_param("scrypted_yolov9s_relu6/weights/best_ncnn_model/model.ncnn.param")
12
+ net.load_model("scrypted_yolov9s_relu6/weights/best_ncnn_model/model.ncnn.bin")
13
+
14
+ with net.create_extractor() as ex:
15
+ ex.input("in0", ncnn.Mat(in0.squeeze(0).numpy()).clone())
16
+
17
+ _, out0 = ex.extract("out0")
18
+ out.append(torch.from_numpy(np.array(out0)).unsqueeze(0))
19
+ _, out1 = ex.extract("out1")
20
+ out.append(torch.from_numpy(np.array(out1)).unsqueeze(0))
21
+ _, out2 = ex.extract("out2")
22
+ out.append(torch.from_numpy(np.array(out2)).unsqueeze(0))
23
+ _, out3 = ex.extract("out3")
24
+ out.append(torch.from_numpy(np.array(out3)).unsqueeze(0))
25
+ _, out4 = ex.extract("out4")
26
+ out.append(torch.from_numpy(np.array(out4)).unsqueeze(0))
27
+ _, out5 = ex.extract("out5")
28
+ out.append(torch.from_numpy(np.array(out5)).unsqueeze(0))
29
+
30
+ if len(out) == 1:
31
+ return out[0]
32
+ else:
33
+ return tuple(out)
34
+
35
+ if __name__ == "__main__":
36
+ print(test_inference())
ncnn/scrypted_yolov9s_relu_320/best_converted.ncnn.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3374c1203d0a159e44f2a83e85fbd7e7b06a86a8df5a94b913ec58b8757bcc6c
3
+ size 28347100
ncnn/scrypted_yolov9s_relu_320/best_converted.ncnn.param ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 370 466
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=32 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=864 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=18432 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 2 5 6 7
9
+ Convolution convrelu_3 1 1 7 8 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
10
+ Split splitncnn_1 1 2 8 9 10
11
+ Convolution convrelu_4 1 1 10 11 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
12
+ Concat cat_0 4 1 4 6 9 11 12 0=0
13
+ Convolution convrelu_5 1 1 12 13 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
14
+ Pooling avgpool2d_0 1 1 13 14 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
15
+ Convolution convrelu_6 1 1 14 15 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=73728 9=1
16
+ Convolution convrelu_7 1 1 15 16 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
17
+ Slice chunk_1 1 2 16 17 18 -23300=2,-233,-233 1=0
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convrelu_8 1 1 21 22 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution convrelu_9 1 1 24 25 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
22
+ Convolution convrelu_10 1 1 25 26 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
23
+ BinaryOp add_0 2 1 23 26 27 0=0
24
+ Split splitncnn_4 1 2 27 28 29
25
+ Convolution convrelu_11 1 1 29 30 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
26
+ Convolution convrelu_12 1 1 30 31 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
27
+ BinaryOp add_1 2 1 28 31 32 0=0
28
+ Split splitncnn_5 1 2 32 33 34
29
+ Convolution convrelu_13 1 1 34 35 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
30
+ Convolution convrelu_14 1 1 35 36 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
31
+ BinaryOp add_2 2 1 33 36 37 0=0
32
+ Convolution convrelu_15 1 1 20 38 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
33
+ Concat cat_1 2 1 37 38 39 0=0
34
+ Convolution convrelu_16 1 1 39 40 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
35
+ Convolution convrelu_17 1 1 40 41 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
36
+ Split splitncnn_6 1 3 41 42 43 44
37
+ Convolution convrelu_18 1 1 44 45 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
38
+ Split splitncnn_7 1 2 45 46 47
39
+ Convolution convrelu_19 1 1 47 48 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
40
+ Convolution convrelu_20 1 1 48 49 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
41
+ BinaryOp add_3 2 1 46 49 50 0=0
42
+ Split splitncnn_8 1 2 50 51 52
43
+ Convolution convrelu_21 1 1 52 53 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
44
+ Convolution convrelu_22 1 1 53 54 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
45
+ BinaryOp add_4 2 1 51 54 55 0=0
46
+ Split splitncnn_9 1 2 55 56 57
47
+ Convolution convrelu_23 1 1 57 58 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
48
+ Convolution convrelu_24 1 1 58 59 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
49
+ BinaryOp add_5 2 1 56 59 60 0=0
50
+ Convolution convrelu_25 1 1 43 61 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
51
+ Concat cat_2 2 1 60 61 62 0=0
52
+ Convolution convrelu_26 1 1 62 63 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
53
+ Convolution convrelu_27 1 1 63 64 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
54
+ Concat cat_3 4 1 17 19 42 64 65 0=0
55
+ Convolution convrelu_28 1 1 65 66 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
56
+ Split splitncnn_10 1 2 66 67 68
57
+ Pooling avgpool2d_1 1 1 68 69 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
58
+ Convolution convrelu_29 1 1 69 70 0=192 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=221184 9=1
59
+ Convolution convrelu_30 1 1 70 71 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=36864 9=1
60
+ Slice chunk_2 1 2 71 72 73 -23300=2,-233,-233 1=0
61
+ Split splitncnn_11 1 3 73 74 75 76
62
+ Convolution convrelu_31 1 1 76 77 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
63
+ Split splitncnn_12 1 2 77 78 79
64
+ Convolution convrelu_32 1 1 79 80 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
65
+ Convolution convrelu_33 1 1 80 81 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
66
+ BinaryOp add_6 2 1 78 81 82 0=0
67
+ Split splitncnn_13 1 2 82 83 84
68
+ Convolution convrelu_34 1 1 84 85 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
69
+ Convolution convrelu_35 1 1 85 86 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
70
+ BinaryOp add_7 2 1 83 86 87 0=0
71
+ Split splitncnn_14 1 2 87 88 89
72
+ Convolution convrelu_36 1 1 89 90 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
73
+ Convolution convrelu_37 1 1 90 91 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
74
+ BinaryOp add_8 2 1 88 91 92 0=0
75
+ Convolution convrelu_38 1 1 75 93 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
76
+ Concat cat_4 2 1 92 93 94 0=0
77
+ Convolution convrelu_39 1 1 94 95 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
78
+ Convolution convrelu_40 1 1 95 96 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
79
+ Split splitncnn_15 1 3 96 97 98 99
80
+ Convolution convrelu_41 1 1 99 100 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
81
+ Split splitncnn_16 1 2 100 101 102
82
+ Convolution convrelu_42 1 1 102 103 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
83
+ Convolution convrelu_43 1 1 103 104 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
84
+ BinaryOp add_9 2 1 101 104 105 0=0
85
+ Split splitncnn_17 1 2 105 106 107
86
+ Convolution convrelu_44 1 1 107 108 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
87
+ Convolution convrelu_45 1 1 108 109 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
88
+ BinaryOp add_10 2 1 106 109 110 0=0
89
+ Split splitncnn_18 1 2 110 111 112
90
+ Convolution convrelu_46 1 1 112 113 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
91
+ Convolution convrelu_47 1 1 113 114 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
92
+ BinaryOp add_11 2 1 111 114 115 0=0
93
+ Convolution convrelu_48 1 1 98 116 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
94
+ Concat cat_5 2 1 115 116 117 0=0
95
+ Convolution convrelu_49 1 1 117 118 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
96
+ Convolution convrelu_50 1 1 118 119 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
97
+ Concat cat_6 4 1 72 74 97 119 120 0=0
98
+ Convolution convrelu_51 1 1 120 121 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=1
99
+ Split splitncnn_19 1 2 121 122 123
100
+ Pooling avgpool2d_2 1 1 123 124 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
101
+ Convolution convrelu_52 1 1 124 125 0=256 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=442368 9=1
102
+ Convolution convrelu_53 1 1 125 126 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=65536 9=1
103
+ Slice chunk_3 1 2 126 127 128 -23300=2,-233,-233 1=0
104
+ Split splitncnn_20 1 3 128 129 130 131
105
+ Convolution convrelu_54 1 1 131 132 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
106
+ Split splitncnn_21 1 2 132 133 134
107
+ Convolution convrelu_55 1 1 134 135 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
108
+ Convolution convrelu_56 1 1 135 136 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
109
+ BinaryOp add_12 2 1 133 136 137 0=0
110
+ Split splitncnn_22 1 2 137 138 139
111
+ Convolution convrelu_57 1 1 139 140 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
112
+ Convolution convrelu_58 1 1 140 141 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
113
+ BinaryOp add_13 2 1 138 141 142 0=0
114
+ Split splitncnn_23 1 2 142 143 144
115
+ Convolution convrelu_59 1 1 144 145 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
116
+ Convolution convrelu_60 1 1 145 146 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
117
+ BinaryOp add_14 2 1 143 146 147 0=0
118
+ Convolution convrelu_61 1 1 130 148 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
119
+ Concat cat_7 2 1 147 148 149 0=0
120
+ Convolution convrelu_62 1 1 149 150 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
121
+ Convolution convrelu_63 1 1 150 151 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
122
+ Split splitncnn_24 1 3 151 152 153 154
123
+ Convolution convrelu_64 1 1 154 155 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
124
+ Split splitncnn_25 1 2 155 156 157
125
+ Convolution convrelu_65 1 1 157 158 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
126
+ Convolution convrelu_66 1 1 158 159 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
127
+ BinaryOp add_15 2 1 156 159 160 0=0
128
+ Split splitncnn_26 1 2 160 161 162
129
+ Convolution convrelu_67 1 1 162 163 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
130
+ Convolution convrelu_68 1 1 163 164 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
131
+ BinaryOp add_16 2 1 161 164 165 0=0
132
+ Split splitncnn_27 1 2 165 166 167
133
+ Convolution convrelu_69 1 1 167 168 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
134
+ Convolution convrelu_70 1 1 168 169 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
135
+ BinaryOp add_17 2 1 166 169 170 0=0
136
+ Convolution convrelu_71 1 1 153 171 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
137
+ Concat cat_8 2 1 170 171 172 0=0
138
+ Convolution convrelu_72 1 1 172 173 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
139
+ Convolution convrelu_73 1 1 173 174 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
140
+ Concat cat_9 4 1 127 129 152 174 175 0=0
141
+ Convolution convrelu_74 1 1 175 176 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=1
142
+ Convolution convrelu_75 1 1 176 177 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
143
+ Split splitncnn_28 1 2 177 178 179
144
+ Pooling maxpool2d_187 1 1 179 180 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
145
+ Split splitncnn_29 1 2 180 181 182
146
+ Pooling maxpool2d_188 1 1 182 183 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
147
+ Split splitncnn_30 1 2 183 184 185
148
+ Pooling maxpool2d_189 1 1 185 186 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
149
+ Concat cat_10 4 1 178 181 184 186 187 0=0
150
+ Convolution convrelu_76 1 1 187 188 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=1
151
+ Split splitncnn_31 1 2 188 189 190
152
+ Interp upsample_369 1 1 190 191 0=1 1=2.000000e+00 2=2.000000e+00 6=0
153
+ Concat cat_11 2 1 191 122 192 0=0
154
+ Convolution convrelu_77 1 1 192 193 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=86016 9=1
155
+ Slice chunk_4 1 2 193 194 195 -23300=2,-233,-233 1=0
156
+ Split splitncnn_32 1 3 195 196 197 198
157
+ Convolution convrelu_78 1 1 198 199 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
158
+ Split splitncnn_33 1 2 199 200 201
159
+ Convolution convrelu_79 1 1 201 202 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
160
+ Convolution convrelu_80 1 1 202 203 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
161
+ BinaryOp add_18 2 1 200 203 204 0=0
162
+ Split splitncnn_34 1 2 204 205 206
163
+ Convolution convrelu_81 1 1 206 207 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
164
+ Convolution convrelu_82 1 1 207 208 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
165
+ BinaryOp add_19 2 1 205 208 209 0=0
166
+ Split splitncnn_35 1 2 209 210 211
167
+ Convolution convrelu_83 1 1 211 212 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
168
+ Convolution convrelu_84 1 1 212 213 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
169
+ BinaryOp add_20 2 1 210 213 214 0=0
170
+ Convolution convrelu_85 1 1 197 215 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
171
+ Concat cat_12 2 1 214 215 216 0=0
172
+ Convolution convrelu_86 1 1 216 217 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
173
+ Convolution convrelu_87 1 1 217 218 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
174
+ Split splitncnn_36 1 3 218 219 220 221
175
+ Convolution convrelu_88 1 1 221 222 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
176
+ Split splitncnn_37 1 2 222 223 224
177
+ Convolution convrelu_89 1 1 224 225 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
178
+ Convolution convrelu_90 1 1 225 226 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
179
+ BinaryOp add_21 2 1 223 226 227 0=0
180
+ Split splitncnn_38 1 2 227 228 229
181
+ Convolution convrelu_91 1 1 229 230 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
182
+ Convolution convrelu_92 1 1 230 231 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
183
+ BinaryOp add_22 2 1 228 231 232 0=0
184
+ Split splitncnn_39 1 2 232 233 234
185
+ Convolution convrelu_93 1 1 234 235 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
186
+ Convolution convrelu_94 1 1 235 236 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
187
+ BinaryOp add_23 2 1 233 236 237 0=0
188
+ Convolution convrelu_95 1 1 220 238 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
189
+ Concat cat_13 2 1 237 238 239 0=0
190
+ Convolution convrelu_96 1 1 239 240 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
191
+ Convolution convrelu_97 1 1 240 241 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
192
+ Concat cat_14 4 1 194 196 219 241 242 0=0
193
+ Convolution convrelu_98 1 1 242 243 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=1
194
+ Split splitncnn_40 1 2 243 244 245
195
+ Interp upsample_370 1 1 245 246 0=1 1=2.000000e+00 2=2.000000e+00 6=0
196
+ Concat cat_15 2 1 246 67 247 0=0
197
+ Convolution convrelu_99 1 1 247 248 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=40960 9=1
198
+ Slice chunk_5 1 2 248 249 250 -23300=2,-233,-233 1=0
199
+ Split splitncnn_41 1 3 250 251 252 253
200
+ Convolution convrelu_100 1 1 253 254 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
201
+ Split splitncnn_42 1 2 254 255 256
202
+ Convolution convrelu_101 1 1 256 257 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
203
+ Convolution convrelu_102 1 1 257 258 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
204
+ BinaryOp add_24 2 1 255 258 259 0=0
205
+ Split splitncnn_43 1 2 259 260 261
206
+ Convolution convrelu_103 1 1 261 262 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
207
+ Convolution convrelu_104 1 1 262 263 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
208
+ BinaryOp add_25 2 1 260 263 264 0=0
209
+ Split splitncnn_44 1 2 264 265 266
210
+ Convolution convrelu_105 1 1 266 267 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
211
+ Convolution convrelu_106 1 1 267 268 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
212
+ BinaryOp add_26 2 1 265 268 269 0=0
213
+ Convolution convrelu_107 1 1 252 270 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
214
+ Concat cat_16 2 1 269 270 271 0=0
215
+ Convolution convrelu_108 1 1 271 272 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
216
+ Convolution convrelu_109 1 1 272 273 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
217
+ Split splitncnn_45 1 3 273 274 275 276
218
+ Convolution convrelu_110 1 1 276 277 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
219
+ Split splitncnn_46 1 2 277 278 279
220
+ Convolution convrelu_111 1 1 279 280 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
221
+ Convolution convrelu_112 1 1 280 281 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
222
+ BinaryOp add_27 2 1 278 281 282 0=0
223
+ Split splitncnn_47 1 2 282 283 284
224
+ Convolution convrelu_113 1 1 284 285 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
225
+ Convolution convrelu_114 1 1 285 286 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
226
+ BinaryOp add_28 2 1 283 286 287 0=0
227
+ Split splitncnn_48 1 2 287 288 289
228
+ Convolution convrelu_115 1 1 289 290 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
229
+ Convolution convrelu_116 1 1 290 291 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
230
+ BinaryOp add_29 2 1 288 291 292 0=0
231
+ Convolution convrelu_117 1 1 275 293 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
232
+ Concat cat_17 2 1 292 293 294 0=0
233
+ Convolution convrelu_118 1 1 294 295 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
234
+ Convolution convrelu_119 1 1 295 296 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
235
+ Concat cat_18 4 1 249 251 274 296 297 0=0
236
+ Convolution convrelu_120 1 1 297 298 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
237
+ Split splitncnn_49 1 3 298 299 300 301
238
+ Pooling avgpool2d_3 1 1 299 302 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
239
+ Convolution convrelu_121 1 1 302 303 0=96 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=110592 9=1
240
+ Concat cat_19 2 1 303 244 304 0=0
241
+ Convolution convrelu_122 1 1 304 305 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=55296 9=1
242
+ Slice chunk_6 1 2 305 306 307 -23300=2,-233,-233 1=0
243
+ Split splitncnn_50 1 3 307 308 309 310
244
+ Convolution convrelu_123 1 1 310 311 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
245
+ Split splitncnn_51 1 2 311 312 313
246
+ Convolution convrelu_124 1 1 313 314 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
247
+ Convolution convrelu_125 1 1 314 315 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
248
+ BinaryOp add_30 2 1 312 315 316 0=0
249
+ Split splitncnn_52 1 2 316 317 318
250
+ Convolution convrelu_126 1 1 318 319 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
251
+ Convolution convrelu_127 1 1 319 320 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
252
+ BinaryOp add_31 2 1 317 320 321 0=0
253
+ Split splitncnn_53 1 2 321 322 323
254
+ Convolution convrelu_128 1 1 323 324 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
255
+ Convolution convrelu_129 1 1 324 325 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
256
+ BinaryOp add_32 2 1 322 325 326 0=0
257
+ Convolution convrelu_130 1 1 309 327 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
258
+ Concat cat_20 2 1 326 327 328 0=0
259
+ Convolution convrelu_131 1 1 328 329 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
260
+ Convolution convrelu_132 1 1 329 330 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
261
+ Split splitncnn_54 1 3 330 331 332 333
262
+ Convolution convrelu_133 1 1 333 334 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
263
+ Split splitncnn_55 1 2 334 335 336
264
+ Convolution convrelu_134 1 1 336 337 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
265
+ Convolution convrelu_135 1 1 337 338 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
266
+ BinaryOp add_33 2 1 335 338 339 0=0
267
+ Split splitncnn_56 1 2 339 340 341
268
+ Convolution convrelu_136 1 1 341 342 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
269
+ Convolution convrelu_137 1 1 342 343 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
270
+ BinaryOp add_34 2 1 340 343 344 0=0
271
+ Split splitncnn_57 1 2 344 345 346
272
+ Convolution convrelu_138 1 1 346 347 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
273
+ Convolution convrelu_139 1 1 347 348 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
274
+ BinaryOp add_35 2 1 345 348 349 0=0
275
+ Convolution convrelu_140 1 1 332 350 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4608 9=1
276
+ Concat cat_21 2 1 349 350 351 0=0
277
+ Convolution convrelu_141 1 1 351 352 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
278
+ Convolution convrelu_142 1 1 352 353 0=96 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=82944 9=1
279
+ Concat cat_22 4 1 306 308 331 353 354 0=0
280
+ Convolution convrelu_143 1 1 354 355 0=192 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=73728 9=1
281
+ Split splitncnn_58 1 3 355 356 357 358
282
+ Pooling avgpool2d_4 1 1 356 359 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
283
+ Convolution convrelu_144 1 1 359 360 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=221184 9=1
284
+ Concat cat_23 2 1 360 189 361 0=0
285
+ Convolution convrelu_145 1 1 361 362 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=98304 9=1
286
+ Slice chunk_7 1 2 362 363 364 -23300=2,-233,-233 1=0
287
+ Split splitncnn_59 1 3 364 365 366 367
288
+ Convolution convrelu_146 1 1 367 368 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
289
+ Split splitncnn_60 1 2 368 369 370
290
+ Convolution convrelu_147 1 1 370 371 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
291
+ Convolution convrelu_148 1 1 371 372 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
292
+ BinaryOp add_36 2 1 369 372 373 0=0
293
+ Split splitncnn_61 1 2 373 374 375
294
+ Convolution convrelu_149 1 1 375 376 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
295
+ Convolution convrelu_150 1 1 376 377 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
296
+ BinaryOp add_37 2 1 374 377 378 0=0
297
+ Split splitncnn_62 1 2 378 379 380
298
+ Convolution convrelu_151 1 1 380 381 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
299
+ Convolution convrelu_152 1 1 381 382 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
300
+ BinaryOp add_38 2 1 379 382 383 0=0
301
+ Convolution convrelu_153 1 1 366 384 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
302
+ Concat cat_24 2 1 383 384 385 0=0
303
+ Convolution convrelu_154 1 1 385 386 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
304
+ Convolution convrelu_155 1 1 386 387 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
305
+ Split splitncnn_63 1 3 387 388 389 390
306
+ Convolution convrelu_156 1 1 390 391 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
307
+ Split splitncnn_64 1 2 391 392 393
308
+ Convolution convrelu_157 1 1 393 394 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
309
+ Convolution convrelu_158 1 1 394 395 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
310
+ BinaryOp add_39 2 1 392 395 396 0=0
311
+ Split splitncnn_65 1 2 396 397 398
312
+ Convolution convrelu_159 1 1 398 399 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
313
+ Convolution convrelu_160 1 1 399 400 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
314
+ BinaryOp add_40 2 1 397 400 401 0=0
315
+ Split splitncnn_66 1 2 401 402 403
316
+ Convolution convrelu_161 1 1 403 404 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
317
+ Convolution convrelu_162 1 1 404 405 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
318
+ BinaryOp add_41 2 1 402 405 406 0=0
319
+ Convolution convrelu_163 1 1 389 407 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
320
+ Concat cat_25 2 1 406 407 408 0=0
321
+ Convolution convrelu_164 1 1 408 409 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
322
+ Convolution convrelu_165 1 1 409 410 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
323
+ Concat cat_26 4 1 363 365 388 410 411 0=0
324
+ Convolution convrelu_166 1 1 411 412 0=256 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=131072 9=1
325
+ Split splitncnn_67 1 2 412 413 414
326
+ MemoryData pnnx_262 0 1 415 0=2100
327
+ Convolution convrelu_167 1 1 301 416 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
328
+ ConvolutionDepthWise convdwrelu_0 1 1 416 417 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
329
+ ConvolutionDepthWise convdw_379 1 1 417 418 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
330
+ Convolution convrelu_168 1 1 300 419 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
331
+ Convolution convrelu_169 1 1 419 420 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
332
+ Convolution conv_177 1 1 420 421 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
333
+ Concat cat_27 2 1 418 421 422 0=0
334
+ Convolution convrelu_170 1 1 358 423 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=110592 9=1
335
+ ConvolutionDepthWise convdwrelu_1 1 1 423 424 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
336
+ ConvolutionDepthWise convdw_381 1 1 424 425 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
337
+ Convolution convrelu_171 1 1 357 426 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=221184 9=1
338
+ Convolution convrelu_172 1 1 426 427 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
339
+ Convolution conv_181 1 1 427 428 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
340
+ Concat cat_28 2 1 425 428 429 0=0
341
+ Convolution convrelu_173 1 1 414 430 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
342
+ ConvolutionDepthWise convdwrelu_2 1 1 430 431 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
343
+ ConvolutionDepthWise convdw_383 1 1 431 432 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
344
+ Convolution convrelu_174 1 1 413 433 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
345
+ Convolution convrelu_175 1 1 433 434 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
346
+ Convolution conv_185 1 1 434 435 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=384
347
+ Concat cat_29 2 1 432 435 436 0=0
348
+ Reshape view_372 1 1 422 437 0=1600 1=67
349
+ Reshape view_373 1 1 429 438 0=400 1=67
350
+ Reshape view_374 1 1 436 439 0=100 1=67
351
+ Concat cat_30 3 1 437 438 439 440 0=1
352
+ Slice split_0 1 2 440 441 442 -23300=2,64,3 1=0
353
+ Reshape view_375 1 1 441 443 0=2100 1=16 2=4
354
+ Permute transpose_377 1 1 443 444 0=2
355
+ Softmax softmax_6 1 1 444 445 0=0 1=1
356
+ Convolution conv_186 1 1 445 446 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=0 6=16
357
+ Reshape view_376 1 1 446 447 0=2100 1=4
358
+ MemoryData pnnx_fold_anchor_points.1 0 1 448 0=2100 1=2
359
+ MemoryData pnnx_fold_anchor_points.1_1 0 1 449 0=2100 1=2
360
+ Slice split_1 1 2 447 450 451 -23300=2,2,-233 1=0
361
+ BinaryOp sub_42 2 1 448 450 452 0=1
362
+ Split splitncnn_68 1 2 452 453 454
363
+ BinaryOp add_43 2 1 449 451 455 0=0
364
+ Split splitncnn_69 1 2 455 456 457
365
+ BinaryOp add_44 2 1 453 456 458 0=0
366
+ BinaryOp div_45 1 1 458 459 0=3 1=1 2=2.000000e+00
367
+ BinaryOp sub_46 2 1 457 454 460 0=1
368
+ Concat cat_31 2 1 459 460 461 0=0
369
+ Reshape reshape_371 1 1 415 462 0=2100 1=1
370
+ BinaryOp mul_47 2 1 461 462 463 0=2
371
+ Sigmoid sigmoid_5 1 1 442 464
372
+ Concat cat_32 2 1 463 464 out0 0=0
ncnn/scrypted_yolov9t_relu_320/best_converted.ncnn.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:714bb05a18b5afef7f06c6b0a0e589858b00b9c1f09a7036db2dfd5aa01c3b53
3
+ size 7559580
ncnn/scrypted_yolov9t_relu_320/best_converted.ncnn.param ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 370 466
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=16 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=432 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=32 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=4608 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 2 5 6 7
9
+ Convolution convrelu_3 1 1 7 8 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
10
+ Split splitncnn_1 1 2 8 9 10
11
+ Convolution convrelu_4 1 1 10 11 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
12
+ Concat cat_0 4 1 4 6 9 11 12 0=0
13
+ Convolution convrelu_5 1 1 12 13 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
14
+ Pooling avgpool2d_0 1 1 13 14 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
15
+ Convolution convrelu_6 1 1 14 15 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=18432 9=1
16
+ Convolution convrelu_7 1 1 15 16 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
17
+ Slice chunk_1 1 2 16 17 18 -23300=2,-233,-233 1=0
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convrelu_8 1 1 21 22 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution convrelu_9 1 1 24 25 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
22
+ Convolution convrelu_10 1 1 25 26 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
23
+ BinaryOp add_0 2 1 23 26 27 0=0
24
+ Split splitncnn_4 1 2 27 28 29
25
+ Convolution convrelu_11 1 1 29 30 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
26
+ Convolution convrelu_12 1 1 30 31 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
27
+ BinaryOp add_1 2 1 28 31 32 0=0
28
+ Split splitncnn_5 1 2 32 33 34
29
+ Convolution convrelu_13 1 1 34 35 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
30
+ Convolution convrelu_14 1 1 35 36 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
31
+ BinaryOp add_2 2 1 33 36 37 0=0
32
+ Convolution convrelu_15 1 1 20 38 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
33
+ Concat cat_1 2 1 37 38 39 0=0
34
+ Convolution convrelu_16 1 1 39 40 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
35
+ Convolution convrelu_17 1 1 40 41 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
36
+ Split splitncnn_6 1 3 41 42 43 44
37
+ Convolution convrelu_18 1 1 44 45 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
38
+ Split splitncnn_7 1 2 45 46 47
39
+ Convolution convrelu_19 1 1 47 48 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
40
+ Convolution convrelu_20 1 1 48 49 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
41
+ BinaryOp add_3 2 1 46 49 50 0=0
42
+ Split splitncnn_8 1 2 50 51 52
43
+ Convolution convrelu_21 1 1 52 53 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
44
+ Convolution convrelu_22 1 1 53 54 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
45
+ BinaryOp add_4 2 1 51 54 55 0=0
46
+ Split splitncnn_9 1 2 55 56 57
47
+ Convolution convrelu_23 1 1 57 58 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
48
+ Convolution convrelu_24 1 1 58 59 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
49
+ BinaryOp add_5 2 1 56 59 60 0=0
50
+ Convolution convrelu_25 1 1 43 61 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
51
+ Concat cat_2 2 1 60 61 62 0=0
52
+ Convolution convrelu_26 1 1 62 63 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
53
+ Convolution convrelu_27 1 1 63 64 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
54
+ Concat cat_3 4 1 17 19 42 64 65 0=0
55
+ Convolution convrelu_28 1 1 65 66 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
56
+ Split splitncnn_10 1 2 66 67 68
57
+ Pooling avgpool2d_1 1 1 68 69 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
58
+ Convolution convrelu_29 1 1 69 70 0=96 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=55296 9=1
59
+ Convolution convrelu_30 1 1 70 71 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
60
+ Slice chunk_2 1 2 71 72 73 -23300=2,-233,-233 1=0
61
+ Split splitncnn_11 1 3 73 74 75 76
62
+ Convolution convrelu_31 1 1 76 77 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
63
+ Split splitncnn_12 1 2 77 78 79
64
+ Convolution convrelu_32 1 1 79 80 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
65
+ Convolution convrelu_33 1 1 80 81 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
66
+ BinaryOp add_6 2 1 78 81 82 0=0
67
+ Split splitncnn_13 1 2 82 83 84
68
+ Convolution convrelu_34 1 1 84 85 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
69
+ Convolution convrelu_35 1 1 85 86 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
70
+ BinaryOp add_7 2 1 83 86 87 0=0
71
+ Split splitncnn_14 1 2 87 88 89
72
+ Convolution convrelu_36 1 1 89 90 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
73
+ Convolution convrelu_37 1 1 90 91 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
74
+ BinaryOp add_8 2 1 88 91 92 0=0
75
+ Convolution convrelu_38 1 1 75 93 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
76
+ Concat cat_4 2 1 92 93 94 0=0
77
+ Convolution convrelu_39 1 1 94 95 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
78
+ Convolution convrelu_40 1 1 95 96 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
79
+ Split splitncnn_15 1 3 96 97 98 99
80
+ Convolution convrelu_41 1 1 99 100 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
81
+ Split splitncnn_16 1 2 100 101 102
82
+ Convolution convrelu_42 1 1 102 103 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
83
+ Convolution convrelu_43 1 1 103 104 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
84
+ BinaryOp add_9 2 1 101 104 105 0=0
85
+ Split splitncnn_17 1 2 105 106 107
86
+ Convolution convrelu_44 1 1 107 108 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
87
+ Convolution convrelu_45 1 1 108 109 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
88
+ BinaryOp add_10 2 1 106 109 110 0=0
89
+ Split splitncnn_18 1 2 110 111 112
90
+ Convolution convrelu_46 1 1 112 113 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
91
+ Convolution convrelu_47 1 1 113 114 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
92
+ BinaryOp add_11 2 1 111 114 115 0=0
93
+ Convolution convrelu_48 1 1 98 116 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
94
+ Concat cat_5 2 1 115 116 117 0=0
95
+ Convolution convrelu_49 1 1 117 118 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
96
+ Convolution convrelu_50 1 1 118 119 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
97
+ Concat cat_6 4 1 72 74 97 119 120 0=0
98
+ Convolution convrelu_51 1 1 120 121 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
99
+ Split splitncnn_19 1 2 121 122 123
100
+ Pooling avgpool2d_2 1 1 123 124 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
101
+ Convolution convrelu_52 1 1 124 125 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=110592 9=1
102
+ Convolution convrelu_53 1 1 125 126 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
103
+ Slice chunk_3 1 2 126 127 128 -23300=2,-233,-233 1=0
104
+ Split splitncnn_20 1 3 128 129 130 131
105
+ Convolution convrelu_54 1 1 131 132 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
106
+ Split splitncnn_21 1 2 132 133 134
107
+ Convolution convrelu_55 1 1 134 135 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
108
+ Convolution convrelu_56 1 1 135 136 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
109
+ BinaryOp add_12 2 1 133 136 137 0=0
110
+ Split splitncnn_22 1 2 137 138 139
111
+ Convolution convrelu_57 1 1 139 140 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
112
+ Convolution convrelu_58 1 1 140 141 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
113
+ BinaryOp add_13 2 1 138 141 142 0=0
114
+ Split splitncnn_23 1 2 142 143 144
115
+ Convolution convrelu_59 1 1 144 145 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
116
+ Convolution convrelu_60 1 1 145 146 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
117
+ BinaryOp add_14 2 1 143 146 147 0=0
118
+ Convolution convrelu_61 1 1 130 148 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
119
+ Concat cat_7 2 1 147 148 149 0=0
120
+ Convolution convrelu_62 1 1 149 150 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
121
+ Convolution convrelu_63 1 1 150 151 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
122
+ Split splitncnn_24 1 3 151 152 153 154
123
+ Convolution convrelu_64 1 1 154 155 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
124
+ Split splitncnn_25 1 2 155 156 157
125
+ Convolution convrelu_65 1 1 157 158 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
126
+ Convolution convrelu_66 1 1 158 159 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
127
+ BinaryOp add_15 2 1 156 159 160 0=0
128
+ Split splitncnn_26 1 2 160 161 162
129
+ Convolution convrelu_67 1 1 162 163 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
130
+ Convolution convrelu_68 1 1 163 164 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
131
+ BinaryOp add_16 2 1 161 164 165 0=0
132
+ Split splitncnn_27 1 2 165 166 167
133
+ Convolution convrelu_69 1 1 167 168 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
134
+ Convolution convrelu_70 1 1 168 169 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
135
+ BinaryOp add_17 2 1 166 169 170 0=0
136
+ Convolution convrelu_71 1 1 153 171 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
137
+ Concat cat_8 2 1 170 171 172 0=0
138
+ Convolution convrelu_72 1 1 172 173 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
139
+ Convolution convrelu_73 1 1 173 174 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
140
+ Concat cat_9 4 1 127 129 152 174 175 0=0
141
+ Convolution convrelu_74 1 1 175 176 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
142
+ Convolution convrelu_75 1 1 176 177 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
143
+ Split splitncnn_28 1 2 177 178 179
144
+ Pooling maxpool2d_187 1 1 179 180 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
145
+ Split splitncnn_29 1 2 180 181 182
146
+ Pooling maxpool2d_188 1 1 182 183 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
147
+ Split splitncnn_30 1 2 183 184 185
148
+ Pooling maxpool2d_189 1 1 185 186 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
149
+ Concat cat_10 4 1 178 181 184 186 187 0=0
150
+ Convolution convrelu_76 1 1 187 188 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
151
+ Split splitncnn_31 1 2 188 189 190
152
+ Interp upsample_369 1 1 190 191 0=1 1=2.000000e+00 2=2.000000e+00 6=0
153
+ Concat cat_11 2 1 191 122 192 0=0
154
+ Convolution convrelu_77 1 1 192 193 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=21504 9=1
155
+ Slice chunk_4 1 2 193 194 195 -23300=2,-233,-233 1=0
156
+ Split splitncnn_32 1 3 195 196 197 198
157
+ Convolution convrelu_78 1 1 198 199 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
158
+ Split splitncnn_33 1 2 199 200 201
159
+ Convolution convrelu_79 1 1 201 202 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
160
+ Convolution convrelu_80 1 1 202 203 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
161
+ BinaryOp add_18 2 1 200 203 204 0=0
162
+ Split splitncnn_34 1 2 204 205 206
163
+ Convolution convrelu_81 1 1 206 207 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
164
+ Convolution convrelu_82 1 1 207 208 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
165
+ BinaryOp add_19 2 1 205 208 209 0=0
166
+ Split splitncnn_35 1 2 209 210 211
167
+ Convolution convrelu_83 1 1 211 212 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
168
+ Convolution convrelu_84 1 1 212 213 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
169
+ BinaryOp add_20 2 1 210 213 214 0=0
170
+ Convolution convrelu_85 1 1 197 215 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
171
+ Concat cat_12 2 1 214 215 216 0=0
172
+ Convolution convrelu_86 1 1 216 217 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
173
+ Convolution convrelu_87 1 1 217 218 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
174
+ Split splitncnn_36 1 3 218 219 220 221
175
+ Convolution convrelu_88 1 1 221 222 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
176
+ Split splitncnn_37 1 2 222 223 224
177
+ Convolution convrelu_89 1 1 224 225 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
178
+ Convolution convrelu_90 1 1 225 226 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
179
+ BinaryOp add_21 2 1 223 226 227 0=0
180
+ Split splitncnn_38 1 2 227 228 229
181
+ Convolution convrelu_91 1 1 229 230 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
182
+ Convolution convrelu_92 1 1 230 231 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
183
+ BinaryOp add_22 2 1 228 231 232 0=0
184
+ Split splitncnn_39 1 2 232 233 234
185
+ Convolution convrelu_93 1 1 234 235 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
186
+ Convolution convrelu_94 1 1 235 236 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
187
+ BinaryOp add_23 2 1 233 236 237 0=0
188
+ Convolution convrelu_95 1 1 220 238 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
189
+ Concat cat_13 2 1 237 238 239 0=0
190
+ Convolution convrelu_96 1 1 239 240 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
191
+ Convolution convrelu_97 1 1 240 241 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
192
+ Concat cat_14 4 1 194 196 219 241 242 0=0
193
+ Convolution convrelu_98 1 1 242 243 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
194
+ Split splitncnn_40 1 2 243 244 245
195
+ Interp upsample_370 1 1 245 246 0=1 1=2.000000e+00 2=2.000000e+00 6=0
196
+ Concat cat_15 2 1 246 67 247 0=0
197
+ Convolution convrelu_99 1 1 247 248 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=10240 9=1
198
+ Slice chunk_5 1 2 248 249 250 -23300=2,-233,-233 1=0
199
+ Split splitncnn_41 1 3 250 251 252 253
200
+ Convolution convrelu_100 1 1 253 254 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
201
+ Split splitncnn_42 1 2 254 255 256
202
+ Convolution convrelu_101 1 1 256 257 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
203
+ Convolution convrelu_102 1 1 257 258 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
204
+ BinaryOp add_24 2 1 255 258 259 0=0
205
+ Split splitncnn_43 1 2 259 260 261
206
+ Convolution convrelu_103 1 1 261 262 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
207
+ Convolution convrelu_104 1 1 262 263 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
208
+ BinaryOp add_25 2 1 260 263 264 0=0
209
+ Split splitncnn_44 1 2 264 265 266
210
+ Convolution convrelu_105 1 1 266 267 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
211
+ Convolution convrelu_106 1 1 267 268 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
212
+ BinaryOp add_26 2 1 265 268 269 0=0
213
+ Convolution convrelu_107 1 1 252 270 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
214
+ Concat cat_16 2 1 269 270 271 0=0
215
+ Convolution convrelu_108 1 1 271 272 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
216
+ Convolution convrelu_109 1 1 272 273 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
217
+ Split splitncnn_45 1 3 273 274 275 276
218
+ Convolution convrelu_110 1 1 276 277 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
219
+ Split splitncnn_46 1 2 277 278 279
220
+ Convolution convrelu_111 1 1 279 280 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
221
+ Convolution convrelu_112 1 1 280 281 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
222
+ BinaryOp add_27 2 1 278 281 282 0=0
223
+ Split splitncnn_47 1 2 282 283 284
224
+ Convolution convrelu_113 1 1 284 285 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
225
+ Convolution convrelu_114 1 1 285 286 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
226
+ BinaryOp add_28 2 1 283 286 287 0=0
227
+ Split splitncnn_48 1 2 287 288 289
228
+ Convolution convrelu_115 1 1 289 290 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
229
+ Convolution convrelu_116 1 1 290 291 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
230
+ BinaryOp add_29 2 1 288 291 292 0=0
231
+ Convolution convrelu_117 1 1 275 293 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
232
+ Concat cat_17 2 1 292 293 294 0=0
233
+ Convolution convrelu_118 1 1 294 295 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
234
+ Convolution convrelu_119 1 1 295 296 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
235
+ Concat cat_18 4 1 249 251 274 296 297 0=0
236
+ Convolution convrelu_120 1 1 297 298 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
237
+ Split splitncnn_49 1 3 298 299 300 301
238
+ Pooling avgpool2d_3 1 1 299 302 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
239
+ Convolution convrelu_121 1 1 302 303 0=48 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=27648 9=1
240
+ Concat cat_19 2 1 303 244 304 0=0
241
+ Convolution convrelu_122 1 1 304 305 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=13824 9=1
242
+ Slice chunk_6 1 2 305 306 307 -23300=2,-233,-233 1=0
243
+ Split splitncnn_50 1 3 307 308 309 310
244
+ Convolution convrelu_123 1 1 310 311 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
245
+ Split splitncnn_51 1 2 311 312 313
246
+ Convolution convrelu_124 1 1 313 314 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
247
+ Convolution convrelu_125 1 1 314 315 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
248
+ BinaryOp add_30 2 1 312 315 316 0=0
249
+ Split splitncnn_52 1 2 316 317 318
250
+ Convolution convrelu_126 1 1 318 319 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
251
+ Convolution convrelu_127 1 1 319 320 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
252
+ BinaryOp add_31 2 1 317 320 321 0=0
253
+ Split splitncnn_53 1 2 321 322 323
254
+ Convolution convrelu_128 1 1 323 324 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
255
+ Convolution convrelu_129 1 1 324 325 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
256
+ BinaryOp add_32 2 1 322 325 326 0=0
257
+ Convolution convrelu_130 1 1 309 327 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
258
+ Concat cat_20 2 1 326 327 328 0=0
259
+ Convolution convrelu_131 1 1 328 329 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
260
+ Convolution convrelu_132 1 1 329 330 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
261
+ Split splitncnn_54 1 3 330 331 332 333
262
+ Convolution convrelu_133 1 1 333 334 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
263
+ Split splitncnn_55 1 2 334 335 336
264
+ Convolution convrelu_134 1 1 336 337 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
265
+ Convolution convrelu_135 1 1 337 338 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
266
+ BinaryOp add_33 2 1 335 338 339 0=0
267
+ Split splitncnn_56 1 2 339 340 341
268
+ Convolution convrelu_136 1 1 341 342 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
269
+ Convolution convrelu_137 1 1 342 343 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
270
+ BinaryOp add_34 2 1 340 343 344 0=0
271
+ Split splitncnn_57 1 2 344 345 346
272
+ Convolution convrelu_138 1 1 346 347 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
273
+ Convolution convrelu_139 1 1 347 348 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
274
+ BinaryOp add_35 2 1 345 348 349 0=0
275
+ Convolution convrelu_140 1 1 332 350 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
276
+ Concat cat_21 2 1 349 350 351 0=0
277
+ Convolution convrelu_141 1 1 351 352 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
278
+ Convolution convrelu_142 1 1 352 353 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
279
+ Concat cat_22 4 1 306 308 331 353 354 0=0
280
+ Convolution convrelu_143 1 1 354 355 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
281
+ Split splitncnn_58 1 3 355 356 357 358
282
+ Pooling avgpool2d_4 1 1 356 359 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
283
+ Convolution convrelu_144 1 1 359 360 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=55296 9=1
284
+ Concat cat_23 2 1 360 189 361 0=0
285
+ Convolution convrelu_145 1 1 361 362 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576 9=1
286
+ Slice chunk_7 1 2 362 363 364 -23300=2,-233,-233 1=0
287
+ Split splitncnn_59 1 3 364 365 366 367
288
+ Convolution convrelu_146 1 1 367 368 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
289
+ Split splitncnn_60 1 2 368 369 370
290
+ Convolution convrelu_147 1 1 370 371 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
291
+ Convolution convrelu_148 1 1 371 372 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
292
+ BinaryOp add_36 2 1 369 372 373 0=0
293
+ Split splitncnn_61 1 2 373 374 375
294
+ Convolution convrelu_149 1 1 375 376 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
295
+ Convolution convrelu_150 1 1 376 377 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
296
+ BinaryOp add_37 2 1 374 377 378 0=0
297
+ Split splitncnn_62 1 2 378 379 380
298
+ Convolution convrelu_151 1 1 380 381 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
299
+ Convolution convrelu_152 1 1 381 382 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
300
+ BinaryOp add_38 2 1 379 382 383 0=0
301
+ Convolution convrelu_153 1 1 366 384 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
302
+ Concat cat_24 2 1 383 384 385 0=0
303
+ Convolution convrelu_154 1 1 385 386 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
304
+ Convolution convrelu_155 1 1 386 387 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
305
+ Split splitncnn_63 1 3 387 388 389 390
306
+ Convolution convrelu_156 1 1 390 391 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
307
+ Split splitncnn_64 1 2 391 392 393
308
+ Convolution convrelu_157 1 1 393 394 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
309
+ Convolution convrelu_158 1 1 394 395 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
310
+ BinaryOp add_39 2 1 392 395 396 0=0
311
+ Split splitncnn_65 1 2 396 397 398
312
+ Convolution convrelu_159 1 1 398 399 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
313
+ Convolution convrelu_160 1 1 399 400 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
314
+ BinaryOp add_40 2 1 397 400 401 0=0
315
+ Split splitncnn_66 1 2 401 402 403
316
+ Convolution convrelu_161 1 1 403 404 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
317
+ Convolution convrelu_162 1 1 404 405 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
318
+ BinaryOp add_41 2 1 402 405 406 0=0
319
+ Convolution convrelu_163 1 1 389 407 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
320
+ Concat cat_25 2 1 406 407 408 0=0
321
+ Convolution convrelu_164 1 1 408 409 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
322
+ Convolution convrelu_165 1 1 409 410 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
323
+ Concat cat_26 4 1 363 365 388 410 411 0=0
324
+ Convolution convrelu_166 1 1 411 412 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
325
+ Split splitncnn_67 1 2 412 413 414
326
+ MemoryData pnnx_262 0 1 415 0=2100
327
+ Convolution convrelu_167 1 1 301 416 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
328
+ ConvolutionDepthWise convdwrelu_0 1 1 416 417 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
329
+ ConvolutionDepthWise convdw_379 1 1 417 418 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
330
+ Convolution convrelu_168 1 1 300 419 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
331
+ Convolution convrelu_169 1 1 419 420 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
332
+ Convolution conv_177 1 1 420 421 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=192
333
+ Concat cat_27 2 1 418 421 422 0=0
334
+ Convolution convrelu_170 1 1 358 423 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=55296 9=1
335
+ ConvolutionDepthWise convdwrelu_1 1 1 423 424 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
336
+ ConvolutionDepthWise convdw_381 1 1 424 425 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
337
+ Convolution convrelu_171 1 1 357 426 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=55296 9=1
338
+ Convolution convrelu_172 1 1 426 427 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
339
+ Convolution conv_181 1 1 427 428 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=192
340
+ Concat cat_28 2 1 425 428 429 0=0
341
+ Convolution convrelu_173 1 1 414 430 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
342
+ ConvolutionDepthWise convdwrelu_2 1 1 430 431 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
343
+ ConvolutionDepthWise convdw_383 1 1 431 432 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
344
+ Convolution convrelu_174 1 1 413 433 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
345
+ Convolution convrelu_175 1 1 433 434 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
346
+ Convolution conv_185 1 1 434 435 0=3 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=192
347
+ Concat cat_29 2 1 432 435 436 0=0
348
+ Reshape view_372 1 1 422 437 0=1600 1=67
349
+ Reshape view_373 1 1 429 438 0=400 1=67
350
+ Reshape view_374 1 1 436 439 0=100 1=67
351
+ Concat cat_30 3 1 437 438 439 440 0=1
352
+ Slice split_0 1 2 440 441 442 -23300=2,64,3 1=0
353
+ Reshape view_375 1 1 441 443 0=2100 1=16 2=4
354
+ Permute transpose_377 1 1 443 444 0=2
355
+ Softmax softmax_6 1 1 444 445 0=0 1=1
356
+ Convolution conv_186 1 1 445 446 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=0 6=16
357
+ Reshape view_376 1 1 446 447 0=2100 1=4
358
+ MemoryData pnnx_fold_anchor_points.1 0 1 448 0=2100 1=2
359
+ MemoryData pnnx_fold_anchor_points.1_1 0 1 449 0=2100 1=2
360
+ Slice split_1 1 2 447 450 451 -23300=2,2,-233 1=0
361
+ BinaryOp sub_42 2 1 448 450 452 0=1
362
+ Split splitncnn_68 1 2 452 453 454
363
+ BinaryOp add_43 2 1 449 451 455 0=0
364
+ Split splitncnn_69 1 2 455 456 457
365
+ BinaryOp add_44 2 1 453 456 458 0=0
366
+ BinaryOp div_45 1 1 458 459 0=3 1=1 2=2.000000e+00
367
+ BinaryOp sub_46 2 1 457 454 460 0=1
368
+ Concat cat_31 2 1 459 460 461 0=0
369
+ Reshape reshape_371 1 1 415 462 0=2100 1=1
370
+ BinaryOp mul_47 2 1 461 462 463 0=2
371
+ Sigmoid sigmoid_5 1 1 442 464
372
+ Concat cat_32 2 1 463 464 out0 0=0
ncnn/scrypted_yolov9t_relu_face_320/best_converted.ncnn.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c48255c2b88b8c0f15bbbd2c857c74e3e28293133482389ba4ddae568af700
3
+ size 3814532
ncnn/scrypted_yolov9t_relu_face_320/best_converted.ncnn.param ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 370 466
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=16 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=432 9=1
5
+ Convolution convrelu_1 1 1 1 2 0=32 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=4608 9=1
6
+ Convolution convrelu_2 1 1 2 3 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
7
+ Slice chunk_0 1 2 3 4 5 -23300=2,-233,-233 1=0
8
+ Split splitncnn_0 1 2 5 6 7
9
+ Convolution convrelu_3 1 1 7 8 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
10
+ Split splitncnn_1 1 2 8 9 10
11
+ Convolution convrelu_4 1 1 10 11 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
12
+ Concat cat_0 4 1 4 6 9 11 12 0=0
13
+ Convolution convrelu_5 1 1 12 13 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
14
+ Pooling avgpool2d_0 1 1 13 14 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
15
+ Convolution convrelu_6 1 1 14 15 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=18432 9=1
16
+ Convolution convrelu_7 1 1 15 16 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
17
+ Slice chunk_1 1 2 16 17 18 -23300=2,-233,-233 1=0
18
+ Split splitncnn_2 1 3 18 19 20 21
19
+ Convolution convrelu_8 1 1 21 22 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
20
+ Split splitncnn_3 1 2 22 23 24
21
+ Convolution convrelu_9 1 1 24 25 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
22
+ Convolution convrelu_10 1 1 25 26 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
23
+ BinaryOp add_0 2 1 23 26 27 0=0
24
+ Split splitncnn_4 1 2 27 28 29
25
+ Convolution convrelu_11 1 1 29 30 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
26
+ Convolution convrelu_12 1 1 30 31 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
27
+ BinaryOp add_1 2 1 28 31 32 0=0
28
+ Split splitncnn_5 1 2 32 33 34
29
+ Convolution convrelu_13 1 1 34 35 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
30
+ Convolution convrelu_14 1 1 35 36 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
31
+ BinaryOp add_2 2 1 33 36 37 0=0
32
+ Convolution convrelu_15 1 1 20 38 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
33
+ Concat cat_1 2 1 37 38 39 0=0
34
+ Convolution convrelu_16 1 1 39 40 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
35
+ Convolution convrelu_17 1 1 40 41 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
36
+ Split splitncnn_6 1 3 41 42 43 44
37
+ Convolution convrelu_18 1 1 44 45 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
38
+ Split splitncnn_7 1 2 45 46 47
39
+ Convolution convrelu_19 1 1 47 48 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
40
+ Convolution convrelu_20 1 1 48 49 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
41
+ BinaryOp add_3 2 1 46 49 50 0=0
42
+ Split splitncnn_8 1 2 50 51 52
43
+ Convolution convrelu_21 1 1 52 53 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
44
+ Convolution convrelu_22 1 1 53 54 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
45
+ BinaryOp add_4 2 1 51 54 55 0=0
46
+ Split splitncnn_9 1 2 55 56 57
47
+ Convolution convrelu_23 1 1 57 58 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
48
+ Convolution convrelu_24 1 1 58 59 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
49
+ BinaryOp add_5 2 1 56 59 60 0=0
50
+ Convolution convrelu_25 1 1 43 61 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
51
+ Concat cat_2 2 1 60 61 62 0=0
52
+ Convolution convrelu_26 1 1 62 63 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
53
+ Convolution convrelu_27 1 1 63 64 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
54
+ Concat cat_3 4 1 17 19 42 64 65 0=0
55
+ Convolution convrelu_28 1 1 65 66 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
56
+ Split splitncnn_10 1 2 66 67 68
57
+ Pooling avgpool2d_1 1 1 68 69 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
58
+ Convolution convrelu_29 1 1 69 70 0=96 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=55296 9=1
59
+ Convolution convrelu_30 1 1 70 71 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=9216 9=1
60
+ Slice chunk_2 1 2 71 72 73 -23300=2,-233,-233 1=0
61
+ Split splitncnn_11 1 3 73 74 75 76
62
+ Convolution convrelu_31 1 1 76 77 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
63
+ Split splitncnn_12 1 2 77 78 79
64
+ Convolution convrelu_32 1 1 79 80 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
65
+ Convolution convrelu_33 1 1 80 81 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
66
+ BinaryOp add_6 2 1 78 81 82 0=0
67
+ Split splitncnn_13 1 2 82 83 84
68
+ Convolution convrelu_34 1 1 84 85 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
69
+ Convolution convrelu_35 1 1 85 86 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
70
+ BinaryOp add_7 2 1 83 86 87 0=0
71
+ Split splitncnn_14 1 2 87 88 89
72
+ Convolution convrelu_36 1 1 89 90 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
73
+ Convolution convrelu_37 1 1 90 91 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
74
+ BinaryOp add_8 2 1 88 91 92 0=0
75
+ Convolution convrelu_38 1 1 75 93 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
76
+ Concat cat_4 2 1 92 93 94 0=0
77
+ Convolution convrelu_39 1 1 94 95 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
78
+ Convolution convrelu_40 1 1 95 96 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
79
+ Split splitncnn_15 1 3 96 97 98 99
80
+ Convolution convrelu_41 1 1 99 100 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
81
+ Split splitncnn_16 1 2 100 101 102
82
+ Convolution convrelu_42 1 1 102 103 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
83
+ Convolution convrelu_43 1 1 103 104 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
84
+ BinaryOp add_9 2 1 101 104 105 0=0
85
+ Split splitncnn_17 1 2 105 106 107
86
+ Convolution convrelu_44 1 1 107 108 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
87
+ Convolution convrelu_45 1 1 108 109 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
88
+ BinaryOp add_10 2 1 106 109 110 0=0
89
+ Split splitncnn_18 1 2 110 111 112
90
+ Convolution convrelu_46 1 1 112 113 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
91
+ Convolution convrelu_47 1 1 113 114 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
92
+ BinaryOp add_11 2 1 111 114 115 0=0
93
+ Convolution convrelu_48 1 1 98 116 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
94
+ Concat cat_5 2 1 115 116 117 0=0
95
+ Convolution convrelu_49 1 1 117 118 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
96
+ Convolution convrelu_50 1 1 118 119 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
97
+ Concat cat_6 4 1 72 74 97 119 120 0=0
98
+ Convolution convrelu_51 1 1 120 121 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
99
+ Split splitncnn_19 1 2 121 122 123
100
+ Pooling avgpool2d_2 1 1 123 124 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
101
+ Convolution convrelu_52 1 1 124 125 0=128 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=110592 9=1
102
+ Convolution convrelu_53 1 1 125 126 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=16384 9=1
103
+ Slice chunk_3 1 2 126 127 128 -23300=2,-233,-233 1=0
104
+ Split splitncnn_20 1 3 128 129 130 131
105
+ Convolution convrelu_54 1 1 131 132 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
106
+ Split splitncnn_21 1 2 132 133 134
107
+ Convolution convrelu_55 1 1 134 135 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
108
+ Convolution convrelu_56 1 1 135 136 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
109
+ BinaryOp add_12 2 1 133 136 137 0=0
110
+ Split splitncnn_22 1 2 137 138 139
111
+ Convolution convrelu_57 1 1 139 140 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
112
+ Convolution convrelu_58 1 1 140 141 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
113
+ BinaryOp add_13 2 1 138 141 142 0=0
114
+ Split splitncnn_23 1 2 142 143 144
115
+ Convolution convrelu_59 1 1 144 145 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
116
+ Convolution convrelu_60 1 1 145 146 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
117
+ BinaryOp add_14 2 1 143 146 147 0=0
118
+ Convolution convrelu_61 1 1 130 148 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
119
+ Concat cat_7 2 1 147 148 149 0=0
120
+ Convolution convrelu_62 1 1 149 150 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
121
+ Convolution convrelu_63 1 1 150 151 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
122
+ Split splitncnn_24 1 3 151 152 153 154
123
+ Convolution convrelu_64 1 1 154 155 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
124
+ Split splitncnn_25 1 2 155 156 157
125
+ Convolution convrelu_65 1 1 157 158 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
126
+ Convolution convrelu_66 1 1 158 159 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
127
+ BinaryOp add_15 2 1 156 159 160 0=0
128
+ Split splitncnn_26 1 2 160 161 162
129
+ Convolution convrelu_67 1 1 162 163 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
130
+ Convolution convrelu_68 1 1 163 164 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
131
+ BinaryOp add_16 2 1 161 164 165 0=0
132
+ Split splitncnn_27 1 2 165 166 167
133
+ Convolution convrelu_69 1 1 167 168 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
134
+ Convolution convrelu_70 1 1 168 169 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
135
+ BinaryOp add_17 2 1 166 169 170 0=0
136
+ Convolution convrelu_71 1 1 153 171 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
137
+ Concat cat_8 2 1 170 171 172 0=0
138
+ Convolution convrelu_72 1 1 172 173 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
139
+ Convolution convrelu_73 1 1 173 174 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
140
+ Concat cat_9 4 1 127 129 152 174 175 0=0
141
+ Convolution convrelu_74 1 1 175 176 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
142
+ Convolution convrelu_75 1 1 176 177 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
143
+ Split splitncnn_28 1 2 177 178 179
144
+ Pooling maxpool2d_187 1 1 179 180 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
145
+ Split splitncnn_29 1 2 180 181 182
146
+ Pooling maxpool2d_188 1 1 182 183 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
147
+ Split splitncnn_30 1 2 183 184 185
148
+ Pooling maxpool2d_189 1 1 185 186 0=0 1=5 11=5 12=1 13=2 2=1 3=2 5=1
149
+ Concat cat_10 4 1 178 181 184 186 187 0=0
150
+ Convolution convrelu_76 1 1 187 188 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
151
+ Split splitncnn_31 1 2 188 189 190
152
+ Interp upsample_369 1 1 190 191 0=1 1=2.000000e+00 2=2.000000e+00 6=0
153
+ Concat cat_11 2 1 191 122 192 0=0
154
+ Convolution convrelu_77 1 1 192 193 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=21504 9=1
155
+ Slice chunk_4 1 2 193 194 195 -23300=2,-233,-233 1=0
156
+ Split splitncnn_32 1 3 195 196 197 198
157
+ Convolution convrelu_78 1 1 198 199 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
158
+ Split splitncnn_33 1 2 199 200 201
159
+ Convolution convrelu_79 1 1 201 202 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
160
+ Convolution convrelu_80 1 1 202 203 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
161
+ BinaryOp add_18 2 1 200 203 204 0=0
162
+ Split splitncnn_34 1 2 204 205 206
163
+ Convolution convrelu_81 1 1 206 207 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
164
+ Convolution convrelu_82 1 1 207 208 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
165
+ BinaryOp add_19 2 1 205 208 209 0=0
166
+ Split splitncnn_35 1 2 209 210 211
167
+ Convolution convrelu_83 1 1 211 212 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
168
+ Convolution convrelu_84 1 1 212 213 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
169
+ BinaryOp add_20 2 1 210 213 214 0=0
170
+ Convolution convrelu_85 1 1 197 215 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
171
+ Concat cat_12 2 1 214 215 216 0=0
172
+ Convolution convrelu_86 1 1 216 217 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
173
+ Convolution convrelu_87 1 1 217 218 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
174
+ Split splitncnn_36 1 3 218 219 220 221
175
+ Convolution convrelu_88 1 1 221 222 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
176
+ Split splitncnn_37 1 2 222 223 224
177
+ Convolution convrelu_89 1 1 224 225 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
178
+ Convolution convrelu_90 1 1 225 226 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
179
+ BinaryOp add_21 2 1 223 226 227 0=0
180
+ Split splitncnn_38 1 2 227 228 229
181
+ Convolution convrelu_91 1 1 229 230 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
182
+ Convolution convrelu_92 1 1 230 231 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
183
+ BinaryOp add_22 2 1 228 231 232 0=0
184
+ Split splitncnn_39 1 2 232 233 234
185
+ Convolution convrelu_93 1 1 234 235 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
186
+ Convolution convrelu_94 1 1 235 236 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
187
+ BinaryOp add_23 2 1 233 236 237 0=0
188
+ Convolution convrelu_95 1 1 220 238 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
189
+ Concat cat_13 2 1 237 238 239 0=0
190
+ Convolution convrelu_96 1 1 239 240 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
191
+ Convolution convrelu_97 1 1 240 241 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
192
+ Concat cat_14 4 1 194 196 219 241 242 0=0
193
+ Convolution convrelu_98 1 1 242 243 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
194
+ Split splitncnn_40 1 2 243 244 245
195
+ Interp upsample_370 1 1 245 246 0=1 1=2.000000e+00 2=2.000000e+00 6=0
196
+ Concat cat_15 2 1 246 67 247 0=0
197
+ Convolution convrelu_99 1 1 247 248 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=10240 9=1
198
+ Slice chunk_5 1 2 248 249 250 -23300=2,-233,-233 1=0
199
+ Split splitncnn_41 1 3 250 251 252 253
200
+ Convolution convrelu_100 1 1 253 254 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
201
+ Split splitncnn_42 1 2 254 255 256
202
+ Convolution convrelu_101 1 1 256 257 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
203
+ Convolution convrelu_102 1 1 257 258 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
204
+ BinaryOp add_24 2 1 255 258 259 0=0
205
+ Split splitncnn_43 1 2 259 260 261
206
+ Convolution convrelu_103 1 1 261 262 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
207
+ Convolution convrelu_104 1 1 262 263 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
208
+ BinaryOp add_25 2 1 260 263 264 0=0
209
+ Split splitncnn_44 1 2 264 265 266
210
+ Convolution convrelu_105 1 1 266 267 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
211
+ Convolution convrelu_106 1 1 267 268 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
212
+ BinaryOp add_26 2 1 265 268 269 0=0
213
+ Convolution convrelu_107 1 1 252 270 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
214
+ Concat cat_16 2 1 269 270 271 0=0
215
+ Convolution convrelu_108 1 1 271 272 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
216
+ Convolution convrelu_109 1 1 272 273 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
217
+ Split splitncnn_45 1 3 273 274 275 276
218
+ Convolution convrelu_110 1 1 276 277 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
219
+ Split splitncnn_46 1 2 277 278 279
220
+ Convolution convrelu_111 1 1 279 280 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
221
+ Convolution convrelu_112 1 1 280 281 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
222
+ BinaryOp add_27 2 1 278 281 282 0=0
223
+ Split splitncnn_47 1 2 282 283 284
224
+ Convolution convrelu_113 1 1 284 285 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
225
+ Convolution convrelu_114 1 1 285 286 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
226
+ BinaryOp add_28 2 1 283 286 287 0=0
227
+ Split splitncnn_48 1 2 287 288 289
228
+ Convolution convrelu_115 1 1 289 290 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
229
+ Convolution convrelu_116 1 1 290 291 0=16 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=2304 9=1
230
+ BinaryOp add_29 2 1 288 291 292 0=0
231
+ Convolution convrelu_117 1 1 275 293 0=16 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=512 9=1
232
+ Concat cat_17 2 1 292 293 294 0=0
233
+ Convolution convrelu_118 1 1 294 295 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 9=1
234
+ Convolution convrelu_119 1 1 295 296 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
235
+ Concat cat_18 4 1 249 251 274 296 297 0=0
236
+ Convolution convrelu_120 1 1 297 298 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=8192 9=1
237
+ Split splitncnn_49 1 3 298 299 300 301
238
+ Pooling avgpool2d_3 1 1 299 302 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
239
+ Convolution convrelu_121 1 1 302 303 0=48 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=27648 9=1
240
+ Concat cat_19 2 1 303 244 304 0=0
241
+ Convolution convrelu_122 1 1 304 305 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=13824 9=1
242
+ Slice chunk_6 1 2 305 306 307 -23300=2,-233,-233 1=0
243
+ Split splitncnn_50 1 3 307 308 309 310
244
+ Convolution convrelu_123 1 1 310 311 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
245
+ Split splitncnn_51 1 2 311 312 313
246
+ Convolution convrelu_124 1 1 313 314 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
247
+ Convolution convrelu_125 1 1 314 315 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
248
+ BinaryOp add_30 2 1 312 315 316 0=0
249
+ Split splitncnn_52 1 2 316 317 318
250
+ Convolution convrelu_126 1 1 318 319 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
251
+ Convolution convrelu_127 1 1 319 320 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
252
+ BinaryOp add_31 2 1 317 320 321 0=0
253
+ Split splitncnn_53 1 2 321 322 323
254
+ Convolution convrelu_128 1 1 323 324 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
255
+ Convolution convrelu_129 1 1 324 325 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
256
+ BinaryOp add_32 2 1 322 325 326 0=0
257
+ Convolution convrelu_130 1 1 309 327 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
258
+ Concat cat_20 2 1 326 327 328 0=0
259
+ Convolution convrelu_131 1 1 328 329 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
260
+ Convolution convrelu_132 1 1 329 330 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
261
+ Split splitncnn_54 1 3 330 331 332 333
262
+ Convolution convrelu_133 1 1 333 334 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
263
+ Split splitncnn_55 1 2 334 335 336
264
+ Convolution convrelu_134 1 1 336 337 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
265
+ Convolution convrelu_135 1 1 337 338 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
266
+ BinaryOp add_33 2 1 335 338 339 0=0
267
+ Split splitncnn_56 1 2 339 340 341
268
+ Convolution convrelu_136 1 1 341 342 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
269
+ Convolution convrelu_137 1 1 342 343 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
270
+ BinaryOp add_34 2 1 340 343 344 0=0
271
+ Split splitncnn_57 1 2 344 345 346
272
+ Convolution convrelu_138 1 1 346 347 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
273
+ Convolution convrelu_139 1 1 347 348 0=24 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=5184 9=1
274
+ BinaryOp add_35 2 1 345 348 349 0=0
275
+ Convolution convrelu_140 1 1 332 350 0=24 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1152 9=1
276
+ Concat cat_21 2 1 349 350 351 0=0
277
+ Convolution convrelu_141 1 1 351 352 0=48 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2304 9=1
278
+ Convolution convrelu_142 1 1 352 353 0=48 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=20736 9=1
279
+ Concat cat_22 4 1 306 308 331 353 354 0=0
280
+ Convolution convrelu_143 1 1 354 355 0=96 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=18432 9=1
281
+ Split splitncnn_58 1 3 355 356 357 358
282
+ Pooling avgpool2d_4 1 1 356 359 0=1 1=2 11=2 12=1 13=0 2=1 3=0 5=1 6=1
283
+ Convolution convrelu_144 1 1 359 360 0=64 1=3 11=3 12=1 13=2 14=1 2=1 3=2 4=1 5=1 6=55296 9=1
284
+ Concat cat_23 2 1 360 189 361 0=0
285
+ Convolution convrelu_145 1 1 361 362 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=24576 9=1
286
+ Slice chunk_7 1 2 362 363 364 -23300=2,-233,-233 1=0
287
+ Split splitncnn_59 1 3 364 365 366 367
288
+ Convolution convrelu_146 1 1 367 368 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
289
+ Split splitncnn_60 1 2 368 369 370
290
+ Convolution convrelu_147 1 1 370 371 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
291
+ Convolution convrelu_148 1 1 371 372 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
292
+ BinaryOp add_36 2 1 369 372 373 0=0
293
+ Split splitncnn_61 1 2 373 374 375
294
+ Convolution convrelu_149 1 1 375 376 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
295
+ Convolution convrelu_150 1 1 376 377 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
296
+ BinaryOp add_37 2 1 374 377 378 0=0
297
+ Split splitncnn_62 1 2 378 379 380
298
+ Convolution convrelu_151 1 1 380 381 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
299
+ Convolution convrelu_152 1 1 381 382 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
300
+ BinaryOp add_38 2 1 379 382 383 0=0
301
+ Convolution convrelu_153 1 1 366 384 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
302
+ Concat cat_24 2 1 383 384 385 0=0
303
+ Convolution convrelu_154 1 1 385 386 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
304
+ Convolution convrelu_155 1 1 386 387 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
305
+ Split splitncnn_63 1 3 387 388 389 390
306
+ Convolution convrelu_156 1 1 390 391 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
307
+ Split splitncnn_64 1 2 391 392 393
308
+ Convolution convrelu_157 1 1 393 394 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
309
+ Convolution convrelu_158 1 1 394 395 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
310
+ BinaryOp add_39 2 1 392 395 396 0=0
311
+ Split splitncnn_65 1 2 396 397 398
312
+ Convolution convrelu_159 1 1 398 399 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
313
+ Convolution convrelu_160 1 1 399 400 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
314
+ BinaryOp add_40 2 1 397 400 401 0=0
315
+ Split splitncnn_66 1 2 401 402 403
316
+ Convolution convrelu_161 1 1 403 404 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
317
+ Convolution convrelu_162 1 1 404 405 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 9=1
318
+ BinaryOp add_41 2 1 402 405 406 0=0
319
+ Convolution convrelu_163 1 1 389 407 0=32 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=2048 9=1
320
+ Concat cat_25 2 1 406 407 408 0=0
321
+ Convolution convrelu_164 1 1 408 409 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=4096 9=1
322
+ Convolution convrelu_165 1 1 409 410 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
323
+ Concat cat_26 4 1 363 365 388 410 411 0=0
324
+ Convolution convrelu_166 1 1 411 412 0=128 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=32768 9=1
325
+ Split splitncnn_67 1 2 412 413 414
326
+ MemoryData pnnx_262 0 1 415 0=2100
327
+ Convolution convrelu_167 1 1 301 416 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
328
+ ConvolutionDepthWise convdwrelu_0 1 1 416 417 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
329
+ ConvolutionDepthWise convdw_379 1 1 417 418 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
330
+ Convolution convrelu_168 1 1 300 419 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
331
+ Convolution convrelu_169 1 1 419 420 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
332
+ Convolution conv_177 1 1 420 421 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=64
333
+ Concat cat_27 2 1 418 421 422 0=0
334
+ Convolution convrelu_170 1 1 358 423 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=55296 9=1
335
+ ConvolutionDepthWise convdwrelu_1 1 1 423 424 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
336
+ ConvolutionDepthWise convdw_381 1 1 424 425 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
337
+ Convolution convrelu_171 1 1 357 426 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=55296 9=1
338
+ Convolution convrelu_172 1 1 426 427 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
339
+ Convolution conv_181 1 1 427 428 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=64
340
+ Concat cat_28 2 1 425 428 429 0=0
341
+ Convolution convrelu_173 1 1 414 430 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
342
+ ConvolutionDepthWise convdwrelu_2 1 1 430 431 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=9216 7=4 9=1
343
+ ConvolutionDepthWise convdw_383 1 1 431 432 0=64 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=1024 7=4
344
+ Convolution convrelu_174 1 1 413 433 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
345
+ Convolution convrelu_175 1 1 433 434 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=36864 9=1
346
+ Convolution conv_185 1 1 434 435 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=64
347
+ Concat cat_29 2 1 432 435 436 0=0
348
+ Reshape view_372 1 1 422 437 0=1600 1=65
349
+ Reshape view_373 1 1 429 438 0=400 1=65
350
+ Reshape view_374 1 1 436 439 0=100 1=65
351
+ Concat cat_30 3 1 437 438 439 440 0=1
352
+ Slice split_0 1 2 440 441 442 -23300=2,64,1 1=0
353
+ Reshape view_375 1 1 441 443 0=2100 1=16 2=4
354
+ Permute transpose_377 1 1 443 444 0=2
355
+ Softmax softmax_6 1 1 444 445 0=0 1=1
356
+ Convolution conv_186 1 1 445 446 0=1 1=1 11=1 12=1 13=1 14=0 2=1 3=1 4=0 5=0 6=16
357
+ Reshape view_376 1 1 446 447 0=2100 1=4
358
+ MemoryData pnnx_fold_anchor_points.1 0 1 448 0=2100 1=2
359
+ MemoryData pnnx_fold_anchor_points.1_1 0 1 449 0=2100 1=2
360
+ Slice split_1 1 2 447 450 451 -23300=2,2,-233 1=0
361
+ BinaryOp sub_42 2 1 448 450 452 0=1
362
+ Split splitncnn_68 1 2 452 453 454
363
+ BinaryOp add_43 2 1 449 451 455 0=0
364
+ Split splitncnn_69 1 2 455 456 457
365
+ BinaryOp add_44 2 1 453 456 458 0=0
366
+ BinaryOp div_45 1 1 458 459 0=3 1=1 2=2.000000e+00
367
+ BinaryOp sub_46 2 1 457 454 460 0=1
368
+ Concat cat_31 2 1 459 460 461 0=0
369
+ Reshape reshape_371 1 1 415 462 0=2100 1=1
370
+ BinaryOp mul_47 2 1 461 462 463 0=2
371
+ Sigmoid sigmoid_5 1 1 442 464
372
+ Concat cat_32 2 1 463 464 out0 0=0
ncnn/vgg_english_g2/vgg_english_g2.ncnn.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d39aad9da27df38a41c7a8d329a9a19786da78ea80d9cdb8e5bce11d899743
3
+ size 7555792
ncnn/vgg_english_g2/vgg_english_g2.ncnn.param ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7767517
2
+ 20 20
3
+ Input in0 0 1 in0
4
+ Convolution convrelu_0 1 1 in0 1 0=32 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=288 9=1
5
+ Pooling maxpool2d_12 1 1 1 2 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
6
+ Convolution convrelu_1 1 1 2 3 0=64 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=18432 9=1
7
+ Pooling maxpool2d_13 1 1 3 4 0=0 1=2 11=2 12=2 13=0 2=2 3=0 5=1
8
+ Convolution convrelu_2 1 1 4 5 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=73728 9=1
9
+ Convolution convrelu_3 1 1 5 6 0=128 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=147456 9=1
10
+ Pooling maxpool2d_14 1 1 6 7 0=0 1=1 11=2 12=2 13=0 2=1 3=0 5=1
11
+ Convolution convrelu_4 1 1 7 8 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=294912 9=1
12
+ Convolution convrelu_5 1 1 8 9 0=256 1=3 11=3 12=1 13=1 14=1 2=1 3=1 4=1 5=1 6=589824 9=1
13
+ Pooling maxpool2d_15 1 1 9 10 0=0 1=1 11=2 12=2 13=0 2=1 3=0 5=1
14
+ Convolution convrelu_6 1 1 10 11 0=256 1=2 11=2 12=1 13=1 14=0 2=1 3=1 4=0 5=1 6=262144 9=1
15
+ Permute permute_24 1 1 11 12 0=4
16
+ Pooling aap_26 1 1 12 13 0=1 18=-233 7=1 8=1
17
+ Squeeze squeeze_25 1 1 13 14 -23303=1,2
18
+ LSTM lstm_10 1 1 14 15 0=256 1=524288 2=2 3=256
19
+ Gemm gemm_0 1 1 15 16 10=4 2=0 3=1 4=0 5=1 6=1 7=95 8=256 9=512
20
+ LSTM lstm_11 1 1 16 17 0=256 1=524288 2=2 3=256
21
+ Gemm gemm_1 1 1 17 18 10=4 2=0 3=1 4=0 5=1 6=1 7=95 8=256 9=512
22
+ Gemm gemm_2 1 1 18 out0 10=4 2=0 3=1 4=0 5=1 6=1 7=95 8=97 9=256
onnx/craft/craft.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72210ae01ee409624176ec6c90d4568cec06d1a4ef62c6acfb565db249a88ff2
3
+ size 83055740
onnx/inception_resnet_v1/inception_resnet_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24eb06509df7cbbd8ac2853ddeb181f7de35b62c1a436428f9a857d8d900698
3
+ size 93958716
onnx/scrypted_yolov9c_relu_320/scrypted_yolov9c_relu_320.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:571ebad852442300482581a5831198585f9ac67652b66679a4b56a18075fc8cf
3
+ size 101063967
onnx/scrypted_yolov9m_relu_320/scrypted_yolov9m_relu_320.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d785c52d390ddbf2445cb7437b7035c126cf9b037ceab9c39417e938c1c4cdd6
3
+ size 79827387
openvino/craft/best.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/inception_resnet_v1/best.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9c_relu_320/best-converted.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a1b330ac9843b349927977b3c7c7f17bb42af73a7ff102969132f27ab81814
3
+ size 100942972
openvino/scrypted_yolov9c_relu_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9c_relu_int8_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9m_relu_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9m_relu_int8_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9s_relu_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9s_relu_int8_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9t_relu_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9t_relu_face_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9t_relu_int8_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9t_relu_test_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/scrypted_yolov9t_relu_test_int8_320/best-converted.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino/vgg_english_g2/best.xml ADDED
@@ -0,0 +1,2682 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <net name="Model0" version="11">
3
+ <layers>
4
+ <layer id="0" name="input.1" type="Parameter" version="opset1">
5
+ <data shape="?,?,?,?" element_type="f32" />
6
+ <rt_info>
7
+ <attribute name="old_api_map_element_type" version="0" value="f16" />
8
+ </rt_info>
9
+ <output>
10
+ <port id="0" precision="FP32" names="input.1">
11
+ <dim>-1</dim>
12
+ <dim>-1</dim>
13
+ <dim>-1</dim>
14
+ <dim>-1</dim>
15
+ </port>
16
+ </output>
17
+ </layer>
18
+ <layer id="1" name="Constant_39_compressed" type="Const" version="opset1">
19
+ <data element_type="f16" shape="32, 1, 3, 3" offset="0" size="576" />
20
+ <output>
21
+ <port id="0" precision="FP16" names="50,weight.19">
22
+ <dim>32</dim>
23
+ <dim>1</dim>
24
+ <dim>3</dim>
25
+ <dim>3</dim>
26
+ </port>
27
+ </output>
28
+ </layer>
29
+ <layer id="2" name="Constant_39" type="Convert" version="opset1">
30
+ <data destination_type="f32" />
31
+ <rt_info>
32
+ <attribute name="decompression" version="0" />
33
+ </rt_info>
34
+ <input>
35
+ <port id="0" precision="FP16">
36
+ <dim>32</dim>
37
+ <dim>1</dim>
38
+ <dim>3</dim>
39
+ <dim>3</dim>
40
+ </port>
41
+ </input>
42
+ <output>
43
+ <port id="1" precision="FP32">
44
+ <dim>32</dim>
45
+ <dim>1</dim>
46
+ <dim>3</dim>
47
+ <dim>3</dim>
48
+ </port>
49
+ </output>
50
+ </layer>
51
+ <layer id="3" name="__module.FeatureExtraction.ConvNet.0/aten::_convolution/Convolution" type="Convolution" version="opset1">
52
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
53
+ <input>
54
+ <port id="0" precision="FP32">
55
+ <dim>-1</dim>
56
+ <dim>-1</dim>
57
+ <dim>-1</dim>
58
+ <dim>-1</dim>
59
+ </port>
60
+ <port id="1" precision="FP32">
61
+ <dim>32</dim>
62
+ <dim>1</dim>
63
+ <dim>3</dim>
64
+ <dim>3</dim>
65
+ </port>
66
+ </input>
67
+ <output>
68
+ <port id="2" precision="FP32">
69
+ <dim>-1</dim>
70
+ <dim>32</dim>
71
+ <dim>-1</dim>
72
+ <dim>-1</dim>
73
+ </port>
74
+ </output>
75
+ </layer>
76
+ <layer id="4" name="__module.FeatureExtraction.ConvNet.0/aten::_convolution/Reshape_compressed" type="Const" version="opset1">
77
+ <data element_type="f16" shape="1, 32, 1, 1" offset="576" size="64" />
78
+ <output>
79
+ <port id="0" precision="FP16">
80
+ <dim>1</dim>
81
+ <dim>32</dim>
82
+ <dim>1</dim>
83
+ <dim>1</dim>
84
+ </port>
85
+ </output>
86
+ </layer>
87
+ <layer id="5" name="__module.FeatureExtraction.ConvNet.0/aten::_convolution/Reshape" type="Convert" version="opset1">
88
+ <data destination_type="f32" />
89
+ <rt_info>
90
+ <attribute name="decompression" version="0" />
91
+ </rt_info>
92
+ <input>
93
+ <port id="0" precision="FP16">
94
+ <dim>1</dim>
95
+ <dim>32</dim>
96
+ <dim>1</dim>
97
+ <dim>1</dim>
98
+ </port>
99
+ </input>
100
+ <output>
101
+ <port id="1" precision="FP32">
102
+ <dim>1</dim>
103
+ <dim>32</dim>
104
+ <dim>1</dim>
105
+ <dim>1</dim>
106
+ </port>
107
+ </output>
108
+ </layer>
109
+ <layer id="6" name="__module.FeatureExtraction.ConvNet.0/aten::_convolution/Add" type="Add" version="opset1">
110
+ <data auto_broadcast="numpy" />
111
+ <input>
112
+ <port id="0" precision="FP32">
113
+ <dim>-1</dim>
114
+ <dim>32</dim>
115
+ <dim>-1</dim>
116
+ <dim>-1</dim>
117
+ </port>
118
+ <port id="1" precision="FP32">
119
+ <dim>1</dim>
120
+ <dim>32</dim>
121
+ <dim>1</dim>
122
+ <dim>1</dim>
123
+ </port>
124
+ </input>
125
+ <output>
126
+ <port id="2" precision="FP32" names="55_1">
127
+ <dim>-1</dim>
128
+ <dim>32</dim>
129
+ <dim>-1</dim>
130
+ <dim>-1</dim>
131
+ </port>
132
+ </output>
133
+ </layer>
134
+ <layer id="7" name="__module.FeatureExtraction.ConvNet.1/aten::relu_/Relu" type="ReLU" version="opset1">
135
+ <input>
136
+ <port id="0" precision="FP32">
137
+ <dim>-1</dim>
138
+ <dim>32</dim>
139
+ <dim>-1</dim>
140
+ <dim>-1</dim>
141
+ </port>
142
+ </input>
143
+ <output>
144
+ <port id="1" precision="FP32" names="55,input.3">
145
+ <dim>-1</dim>
146
+ <dim>32</dim>
147
+ <dim>-1</dim>
148
+ <dim>-1</dim>
149
+ </port>
150
+ </output>
151
+ </layer>
152
+ <layer id="8" name="__module.FeatureExtraction.ConvNet.2/aten::max_pool2d/MaxPool" type="MaxPool" version="opset8">
153
+ <data strides="2, 2" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="2, 2" rounding_type="floor" auto_pad="explicit" index_element_type="i64" axis="2" />
154
+ <input>
155
+ <port id="0" precision="FP32">
156
+ <dim>-1</dim>
157
+ <dim>32</dim>
158
+ <dim>-1</dim>
159
+ <dim>-1</dim>
160
+ </port>
161
+ </input>
162
+ <output>
163
+ <port id="1" precision="FP32" names="61,input.7">
164
+ <dim>-1</dim>
165
+ <dim>32</dim>
166
+ <dim>-1</dim>
167
+ <dim>-1</dim>
168
+ </port>
169
+ <port id="2" precision="I64">
170
+ <dim>-1</dim>
171
+ <dim>32</dim>
172
+ <dim>-1</dim>
173
+ <dim>-1</dim>
174
+ </port>
175
+ </output>
176
+ </layer>
177
+ <layer id="9" name="Constant_104_compressed" type="Const" version="opset1">
178
+ <data element_type="f16" shape="64, 32, 3, 3" offset="640" size="36864" />
179
+ <output>
180
+ <port id="0" precision="FP16" names="63,weight.21">
181
+ <dim>64</dim>
182
+ <dim>32</dim>
183
+ <dim>3</dim>
184
+ <dim>3</dim>
185
+ </port>
186
+ </output>
187
+ </layer>
188
+ <layer id="10" name="Constant_104" type="Convert" version="opset1">
189
+ <data destination_type="f32" />
190
+ <rt_info>
191
+ <attribute name="decompression" version="0" />
192
+ </rt_info>
193
+ <input>
194
+ <port id="0" precision="FP16">
195
+ <dim>64</dim>
196
+ <dim>32</dim>
197
+ <dim>3</dim>
198
+ <dim>3</dim>
199
+ </port>
200
+ </input>
201
+ <output>
202
+ <port id="1" precision="FP32">
203
+ <dim>64</dim>
204
+ <dim>32</dim>
205
+ <dim>3</dim>
206
+ <dim>3</dim>
207
+ </port>
208
+ </output>
209
+ </layer>
210
+ <layer id="11" name="__module.FeatureExtraction.ConvNet.3/aten::_convolution/Convolution" type="Convolution" version="opset1">
211
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
212
+ <input>
213
+ <port id="0" precision="FP32">
214
+ <dim>-1</dim>
215
+ <dim>32</dim>
216
+ <dim>-1</dim>
217
+ <dim>-1</dim>
218
+ </port>
219
+ <port id="1" precision="FP32">
220
+ <dim>64</dim>
221
+ <dim>32</dim>
222
+ <dim>3</dim>
223
+ <dim>3</dim>
224
+ </port>
225
+ </input>
226
+ <output>
227
+ <port id="2" precision="FP32">
228
+ <dim>-1</dim>
229
+ <dim>64</dim>
230
+ <dim>-1</dim>
231
+ <dim>-1</dim>
232
+ </port>
233
+ </output>
234
+ </layer>
235
+ <layer id="12" name="__module.FeatureExtraction.ConvNet.3/aten::_convolution/Reshape_compressed" type="Const" version="opset1">
236
+ <data element_type="f16" shape="1, 64, 1, 1" offset="37504" size="128" />
237
+ <output>
238
+ <port id="0" precision="FP16">
239
+ <dim>1</dim>
240
+ <dim>64</dim>
241
+ <dim>1</dim>
242
+ <dim>1</dim>
243
+ </port>
244
+ </output>
245
+ </layer>
246
+ <layer id="13" name="__module.FeatureExtraction.ConvNet.3/aten::_convolution/Reshape" type="Convert" version="opset1">
247
+ <data destination_type="f32" />
248
+ <rt_info>
249
+ <attribute name="decompression" version="0" />
250
+ </rt_info>
251
+ <input>
252
+ <port id="0" precision="FP16">
253
+ <dim>1</dim>
254
+ <dim>64</dim>
255
+ <dim>1</dim>
256
+ <dim>1</dim>
257
+ </port>
258
+ </input>
259
+ <output>
260
+ <port id="1" precision="FP32">
261
+ <dim>1</dim>
262
+ <dim>64</dim>
263
+ <dim>1</dim>
264
+ <dim>1</dim>
265
+ </port>
266
+ </output>
267
+ </layer>
268
+ <layer id="14" name="__module.FeatureExtraction.ConvNet.3/aten::_convolution/Add" type="Add" version="opset1">
269
+ <data auto_broadcast="numpy" />
270
+ <input>
271
+ <port id="0" precision="FP32">
272
+ <dim>-1</dim>
273
+ <dim>64</dim>
274
+ <dim>-1</dim>
275
+ <dim>-1</dim>
276
+ </port>
277
+ <port id="1" precision="FP32">
278
+ <dim>1</dim>
279
+ <dim>64</dim>
280
+ <dim>1</dim>
281
+ <dim>1</dim>
282
+ </port>
283
+ </input>
284
+ <output>
285
+ <port id="2" precision="FP32" names="68_1">
286
+ <dim>-1</dim>
287
+ <dim>64</dim>
288
+ <dim>-1</dim>
289
+ <dim>-1</dim>
290
+ </port>
291
+ </output>
292
+ </layer>
293
+ <layer id="15" name="__module.FeatureExtraction.ConvNet.4/aten::relu_/Relu" type="ReLU" version="opset1">
294
+ <input>
295
+ <port id="0" precision="FP32">
296
+ <dim>-1</dim>
297
+ <dim>64</dim>
298
+ <dim>-1</dim>
299
+ <dim>-1</dim>
300
+ </port>
301
+ </input>
302
+ <output>
303
+ <port id="1" precision="FP32" names="68,input.9">
304
+ <dim>-1</dim>
305
+ <dim>64</dim>
306
+ <dim>-1</dim>
307
+ <dim>-1</dim>
308
+ </port>
309
+ </output>
310
+ </layer>
311
+ <layer id="16" name="__module.FeatureExtraction.ConvNet.5/aten::max_pool2d/MaxPool" type="MaxPool" version="opset8">
312
+ <data strides="2, 2" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="2, 2" rounding_type="floor" auto_pad="explicit" index_element_type="i64" axis="2" />
313
+ <input>
314
+ <port id="0" precision="FP32">
315
+ <dim>-1</dim>
316
+ <dim>64</dim>
317
+ <dim>-1</dim>
318
+ <dim>-1</dim>
319
+ </port>
320
+ </input>
321
+ <output>
322
+ <port id="1" precision="FP32" names="74,input.13">
323
+ <dim>-1</dim>
324
+ <dim>64</dim>
325
+ <dim>-1</dim>
326
+ <dim>-1</dim>
327
+ </port>
328
+ <port id="2" precision="I64">
329
+ <dim>-1</dim>
330
+ <dim>64</dim>
331
+ <dim>-1</dim>
332
+ <dim>-1</dim>
333
+ </port>
334
+ </output>
335
+ </layer>
336
+ <layer id="17" name="Constant_169_compressed" type="Const" version="opset1">
337
+ <data element_type="f16" shape="128, 64, 3, 3" offset="37632" size="147456" />
338
+ <output>
339
+ <port id="0" precision="FP16" names="76,weight.23">
340
+ <dim>128</dim>
341
+ <dim>64</dim>
342
+ <dim>3</dim>
343
+ <dim>3</dim>
344
+ </port>
345
+ </output>
346
+ </layer>
347
+ <layer id="18" name="Constant_169" type="Convert" version="opset1">
348
+ <data destination_type="f32" />
349
+ <rt_info>
350
+ <attribute name="decompression" version="0" />
351
+ </rt_info>
352
+ <input>
353
+ <port id="0" precision="FP16">
354
+ <dim>128</dim>
355
+ <dim>64</dim>
356
+ <dim>3</dim>
357
+ <dim>3</dim>
358
+ </port>
359
+ </input>
360
+ <output>
361
+ <port id="1" precision="FP32">
362
+ <dim>128</dim>
363
+ <dim>64</dim>
364
+ <dim>3</dim>
365
+ <dim>3</dim>
366
+ </port>
367
+ </output>
368
+ </layer>
369
+ <layer id="19" name="__module.FeatureExtraction.ConvNet.6/aten::_convolution/Convolution" type="Convolution" version="opset1">
370
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
371
+ <input>
372
+ <port id="0" precision="FP32">
373
+ <dim>-1</dim>
374
+ <dim>64</dim>
375
+ <dim>-1</dim>
376
+ <dim>-1</dim>
377
+ </port>
378
+ <port id="1" precision="FP32">
379
+ <dim>128</dim>
380
+ <dim>64</dim>
381
+ <dim>3</dim>
382
+ <dim>3</dim>
383
+ </port>
384
+ </input>
385
+ <output>
386
+ <port id="2" precision="FP32">
387
+ <dim>-1</dim>
388
+ <dim>128</dim>
389
+ <dim>-1</dim>
390
+ <dim>-1</dim>
391
+ </port>
392
+ </output>
393
+ </layer>
394
+ <layer id="20" name="__module.FeatureExtraction.ConvNet.6/aten::_convolution/Reshape_compressed" type="Const" version="opset1">
395
+ <data element_type="f16" shape="1, 128, 1, 1" offset="185088" size="256" />
396
+ <output>
397
+ <port id="0" precision="FP16">
398
+ <dim>1</dim>
399
+ <dim>128</dim>
400
+ <dim>1</dim>
401
+ <dim>1</dim>
402
+ </port>
403
+ </output>
404
+ </layer>
405
+ <layer id="21" name="__module.FeatureExtraction.ConvNet.6/aten::_convolution/Reshape" type="Convert" version="opset1">
406
+ <data destination_type="f32" />
407
+ <rt_info>
408
+ <attribute name="decompression" version="0" />
409
+ </rt_info>
410
+ <input>
411
+ <port id="0" precision="FP16">
412
+ <dim>1</dim>
413
+ <dim>128</dim>
414
+ <dim>1</dim>
415
+ <dim>1</dim>
416
+ </port>
417
+ </input>
418
+ <output>
419
+ <port id="1" precision="FP32">
420
+ <dim>1</dim>
421
+ <dim>128</dim>
422
+ <dim>1</dim>
423
+ <dim>1</dim>
424
+ </port>
425
+ </output>
426
+ </layer>
427
+ <layer id="22" name="__module.FeatureExtraction.ConvNet.6/aten::_convolution/Add" type="Add" version="opset1">
428
+ <data auto_broadcast="numpy" />
429
+ <input>
430
+ <port id="0" precision="FP32">
431
+ <dim>-1</dim>
432
+ <dim>128</dim>
433
+ <dim>-1</dim>
434
+ <dim>-1</dim>
435
+ </port>
436
+ <port id="1" precision="FP32">
437
+ <dim>1</dim>
438
+ <dim>128</dim>
439
+ <dim>1</dim>
440
+ <dim>1</dim>
441
+ </port>
442
+ </input>
443
+ <output>
444
+ <port id="2" precision="FP32" names="81_1">
445
+ <dim>-1</dim>
446
+ <dim>128</dim>
447
+ <dim>-1</dim>
448
+ <dim>-1</dim>
449
+ </port>
450
+ </output>
451
+ </layer>
452
+ <layer id="23" name="__module.FeatureExtraction.ConvNet.7/aten::relu_/Relu" type="ReLU" version="opset1">
453
+ <input>
454
+ <port id="0" precision="FP32">
455
+ <dim>-1</dim>
456
+ <dim>128</dim>
457
+ <dim>-1</dim>
458
+ <dim>-1</dim>
459
+ </port>
460
+ </input>
461
+ <output>
462
+ <port id="1" precision="FP32" names="81,input.15">
463
+ <dim>-1</dim>
464
+ <dim>128</dim>
465
+ <dim>-1</dim>
466
+ <dim>-1</dim>
467
+ </port>
468
+ </output>
469
+ </layer>
470
+ <layer id="24" name="Constant_213_compressed" type="Const" version="opset1">
471
+ <data element_type="f16" shape="128, 128, 3, 3" offset="185344" size="294912" />
472
+ <output>
473
+ <port id="0" precision="FP16" names="84,weight.25">
474
+ <dim>128</dim>
475
+ <dim>128</dim>
476
+ <dim>3</dim>
477
+ <dim>3</dim>
478
+ </port>
479
+ </output>
480
+ </layer>
481
+ <layer id="25" name="Constant_213" type="Convert" version="opset1">
482
+ <data destination_type="f32" />
483
+ <rt_info>
484
+ <attribute name="decompression" version="0" />
485
+ </rt_info>
486
+ <input>
487
+ <port id="0" precision="FP16">
488
+ <dim>128</dim>
489
+ <dim>128</dim>
490
+ <dim>3</dim>
491
+ <dim>3</dim>
492
+ </port>
493
+ </input>
494
+ <output>
495
+ <port id="1" precision="FP32">
496
+ <dim>128</dim>
497
+ <dim>128</dim>
498
+ <dim>3</dim>
499
+ <dim>3</dim>
500
+ </port>
501
+ </output>
502
+ </layer>
503
+ <layer id="26" name="__module.FeatureExtraction.ConvNet.8/aten::_convolution/Convolution" type="Convolution" version="opset1">
504
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
505
+ <input>
506
+ <port id="0" precision="FP32">
507
+ <dim>-1</dim>
508
+ <dim>128</dim>
509
+ <dim>-1</dim>
510
+ <dim>-1</dim>
511
+ </port>
512
+ <port id="1" precision="FP32">
513
+ <dim>128</dim>
514
+ <dim>128</dim>
515
+ <dim>3</dim>
516
+ <dim>3</dim>
517
+ </port>
518
+ </input>
519
+ <output>
520
+ <port id="2" precision="FP32">
521
+ <dim>-1</dim>
522
+ <dim>128</dim>
523
+ <dim>-1</dim>
524
+ <dim>-1</dim>
525
+ </port>
526
+ </output>
527
+ </layer>
528
+ <layer id="27" name="__module.FeatureExtraction.ConvNet.8/aten::_convolution/Reshape_compressed" type="Const" version="opset1">
529
+ <data element_type="f16" shape="1, 128, 1, 1" offset="480256" size="256" />
530
+ <output>
531
+ <port id="0" precision="FP16">
532
+ <dim>1</dim>
533
+ <dim>128</dim>
534
+ <dim>1</dim>
535
+ <dim>1</dim>
536
+ </port>
537
+ </output>
538
+ </layer>
539
+ <layer id="28" name="__module.FeatureExtraction.ConvNet.8/aten::_convolution/Reshape" type="Convert" version="opset1">
540
+ <data destination_type="f32" />
541
+ <rt_info>
542
+ <attribute name="decompression" version="0" />
543
+ </rt_info>
544
+ <input>
545
+ <port id="0" precision="FP16">
546
+ <dim>1</dim>
547
+ <dim>128</dim>
548
+ <dim>1</dim>
549
+ <dim>1</dim>
550
+ </port>
551
+ </input>
552
+ <output>
553
+ <port id="1" precision="FP32">
554
+ <dim>1</dim>
555
+ <dim>128</dim>
556
+ <dim>1</dim>
557
+ <dim>1</dim>
558
+ </port>
559
+ </output>
560
+ </layer>
561
+ <layer id="29" name="__module.FeatureExtraction.ConvNet.8/aten::_convolution/Add" type="Add" version="opset1">
562
+ <data auto_broadcast="numpy" />
563
+ <input>
564
+ <port id="0" precision="FP32">
565
+ <dim>-1</dim>
566
+ <dim>128</dim>
567
+ <dim>-1</dim>
568
+ <dim>-1</dim>
569
+ </port>
570
+ <port id="1" precision="FP32">
571
+ <dim>1</dim>
572
+ <dim>128</dim>
573
+ <dim>1</dim>
574
+ <dim>1</dim>
575
+ </port>
576
+ </input>
577
+ <output>
578
+ <port id="2" precision="FP32" names="89_1">
579
+ <dim>-1</dim>
580
+ <dim>128</dim>
581
+ <dim>-1</dim>
582
+ <dim>-1</dim>
583
+ </port>
584
+ </output>
585
+ </layer>
586
+ <layer id="30" name="__module.FeatureExtraction.ConvNet.9/aten::relu_/Relu" type="ReLU" version="opset1">
587
+ <input>
588
+ <port id="0" precision="FP32">
589
+ <dim>-1</dim>
590
+ <dim>128</dim>
591
+ <dim>-1</dim>
592
+ <dim>-1</dim>
593
+ </port>
594
+ </input>
595
+ <output>
596
+ <port id="1" precision="FP32" names="89,input.19">
597
+ <dim>-1</dim>
598
+ <dim>128</dim>
599
+ <dim>-1</dim>
600
+ <dim>-1</dim>
601
+ </port>
602
+ </output>
603
+ </layer>
604
+ <layer id="31" name="__module.FeatureExtraction.ConvNet.10/aten::max_pool2d/MaxPool" type="MaxPool" version="opset8">
605
+ <data strides="2, 1" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="2, 1" rounding_type="floor" auto_pad="explicit" index_element_type="i64" axis="2" />
606
+ <input>
607
+ <port id="0" precision="FP32">
608
+ <dim>-1</dim>
609
+ <dim>128</dim>
610
+ <dim>-1</dim>
611
+ <dim>-1</dim>
612
+ </port>
613
+ </input>
614
+ <output>
615
+ <port id="1" precision="FP32" names="95,input.23">
616
+ <dim>-1</dim>
617
+ <dim>128</dim>
618
+ <dim>-1</dim>
619
+ <dim>-1</dim>
620
+ </port>
621
+ <port id="2" precision="I64">
622
+ <dim>-1</dim>
623
+ <dim>128</dim>
624
+ <dim>-1</dim>
625
+ <dim>-1</dim>
626
+ </port>
627
+ </output>
628
+ </layer>
629
+ <layer id="32" name="Multiply_2519_compressed" type="Const" version="opset1">
630
+ <data element_type="f16" shape="256, 128, 3, 3" offset="480512" size="589824" />
631
+ <output>
632
+ <port id="0" precision="FP16">
633
+ <dim>256</dim>
634
+ <dim>128</dim>
635
+ <dim>3</dim>
636
+ <dim>3</dim>
637
+ </port>
638
+ </output>
639
+ </layer>
640
+ <layer id="33" name="Multiply_2519" type="Convert" version="opset1">
641
+ <data destination_type="f32" />
642
+ <rt_info>
643
+ <attribute name="decompression" version="0" />
644
+ </rt_info>
645
+ <input>
646
+ <port id="0" precision="FP16">
647
+ <dim>256</dim>
648
+ <dim>128</dim>
649
+ <dim>3</dim>
650
+ <dim>3</dim>
651
+ </port>
652
+ </input>
653
+ <output>
654
+ <port id="1" precision="FP32">
655
+ <dim>256</dim>
656
+ <dim>128</dim>
657
+ <dim>3</dim>
658
+ <dim>3</dim>
659
+ </port>
660
+ </output>
661
+ </layer>
662
+ <layer id="34" name="Multiply_2503" type="Convolution" version="opset1">
663
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
664
+ <input>
665
+ <port id="0" precision="FP32">
666
+ <dim>-1</dim>
667
+ <dim>128</dim>
668
+ <dim>-1</dim>
669
+ <dim>-1</dim>
670
+ </port>
671
+ <port id="1" precision="FP32">
672
+ <dim>256</dim>
673
+ <dim>128</dim>
674
+ <dim>3</dim>
675
+ <dim>3</dim>
676
+ </port>
677
+ </input>
678
+ <output>
679
+ <port id="2" precision="FP32">
680
+ <dim>-1</dim>
681
+ <dim>256</dim>
682
+ <dim>-1</dim>
683
+ <dim>-1</dim>
684
+ </port>
685
+ </output>
686
+ </layer>
687
+ <layer id="35" name="Constant_2508_compressed" type="Const" version="opset1">
688
+ <data element_type="f16" shape="1, 256, 1, 1" offset="1070336" size="512" />
689
+ <output>
690
+ <port id="0" precision="FP16">
691
+ <dim>1</dim>
692
+ <dim>256</dim>
693
+ <dim>1</dim>
694
+ <dim>1</dim>
695
+ </port>
696
+ </output>
697
+ </layer>
698
+ <layer id="36" name="Constant_2508" type="Convert" version="opset1">
699
+ <data destination_type="f32" />
700
+ <rt_info>
701
+ <attribute name="decompression" version="0" />
702
+ </rt_info>
703
+ <input>
704
+ <port id="0" precision="FP16">
705
+ <dim>1</dim>
706
+ <dim>256</dim>
707
+ <dim>1</dim>
708
+ <dim>1</dim>
709
+ </port>
710
+ </input>
711
+ <output>
712
+ <port id="1" precision="FP32">
713
+ <dim>1</dim>
714
+ <dim>256</dim>
715
+ <dim>1</dim>
716
+ <dim>1</dim>
717
+ </port>
718
+ </output>
719
+ </layer>
720
+ <layer id="37" name="__module.FeatureExtraction.ConvNet.12/aten::batch_norm/BatchNormInference" type="Add" version="opset1">
721
+ <data auto_broadcast="numpy" />
722
+ <input>
723
+ <port id="0" precision="FP32">
724
+ <dim>-1</dim>
725
+ <dim>256</dim>
726
+ <dim>-1</dim>
727
+ <dim>-1</dim>
728
+ </port>
729
+ <port id="1" precision="FP32">
730
+ <dim>1</dim>
731
+ <dim>256</dim>
732
+ <dim>1</dim>
733
+ <dim>1</dim>
734
+ </port>
735
+ </input>
736
+ <output>
737
+ <port id="2" precision="FP32" names="106_1">
738
+ <dim>-1</dim>
739
+ <dim>256</dim>
740
+ <dim>-1</dim>
741
+ <dim>-1</dim>
742
+ </port>
743
+ </output>
744
+ </layer>
745
+ <layer id="38" name="__module.FeatureExtraction.ConvNet.13/aten::relu_/Relu" type="ReLU" version="opset1">
746
+ <input>
747
+ <port id="0" precision="FP32">
748
+ <dim>-1</dim>
749
+ <dim>256</dim>
750
+ <dim>-1</dim>
751
+ <dim>-1</dim>
752
+ </port>
753
+ </input>
754
+ <output>
755
+ <port id="1" precision="FP32" names="106,input.27">
756
+ <dim>-1</dim>
757
+ <dim>256</dim>
758
+ <dim>-1</dim>
759
+ <dim>-1</dim>
760
+ </port>
761
+ </output>
762
+ </layer>
763
+ <layer id="39" name="Multiply_2523_compressed" type="Const" version="opset1">
764
+ <data element_type="f16" shape="256, 256, 3, 3" offset="1070848" size="1179648" />
765
+ <output>
766
+ <port id="0" precision="FP16">
767
+ <dim>256</dim>
768
+ <dim>256</dim>
769
+ <dim>3</dim>
770
+ <dim>3</dim>
771
+ </port>
772
+ </output>
773
+ </layer>
774
+ <layer id="40" name="Multiply_2523" type="Convert" version="opset1">
775
+ <data destination_type="f32" />
776
+ <rt_info>
777
+ <attribute name="decompression" version="0" />
778
+ </rt_info>
779
+ <input>
780
+ <port id="0" precision="FP16">
781
+ <dim>256</dim>
782
+ <dim>256</dim>
783
+ <dim>3</dim>
784
+ <dim>3</dim>
785
+ </port>
786
+ </input>
787
+ <output>
788
+ <port id="1" precision="FP32">
789
+ <dim>256</dim>
790
+ <dim>256</dim>
791
+ <dim>3</dim>
792
+ <dim>3</dim>
793
+ </port>
794
+ </output>
795
+ </layer>
796
+ <layer id="41" name="Multiply_2510" type="Convolution" version="opset1">
797
+ <data strides="1, 1" dilations="1, 1" pads_begin="1, 1" pads_end="1, 1" auto_pad="explicit" />
798
+ <input>
799
+ <port id="0" precision="FP32">
800
+ <dim>-1</dim>
801
+ <dim>256</dim>
802
+ <dim>-1</dim>
803
+ <dim>-1</dim>
804
+ </port>
805
+ <port id="1" precision="FP32">
806
+ <dim>256</dim>
807
+ <dim>256</dim>
808
+ <dim>3</dim>
809
+ <dim>3</dim>
810
+ </port>
811
+ </input>
812
+ <output>
813
+ <port id="2" precision="FP32">
814
+ <dim>-1</dim>
815
+ <dim>256</dim>
816
+ <dim>-1</dim>
817
+ <dim>-1</dim>
818
+ </port>
819
+ </output>
820
+ </layer>
821
+ <layer id="42" name="Constant_2515_compressed" type="Const" version="opset1">
822
+ <data element_type="f16" shape="1, 256, 1, 1" offset="2250496" size="512" />
823
+ <output>
824
+ <port id="0" precision="FP16">
825
+ <dim>1</dim>
826
+ <dim>256</dim>
827
+ <dim>1</dim>
828
+ <dim>1</dim>
829
+ </port>
830
+ </output>
831
+ </layer>
832
+ <layer id="43" name="Constant_2515" type="Convert" version="opset1">
833
+ <data destination_type="f32" />
834
+ <rt_info>
835
+ <attribute name="decompression" version="0" />
836
+ </rt_info>
837
+ <input>
838
+ <port id="0" precision="FP16">
839
+ <dim>1</dim>
840
+ <dim>256</dim>
841
+ <dim>1</dim>
842
+ <dim>1</dim>
843
+ </port>
844
+ </input>
845
+ <output>
846
+ <port id="1" precision="FP32">
847
+ <dim>1</dim>
848
+ <dim>256</dim>
849
+ <dim>1</dim>
850
+ <dim>1</dim>
851
+ </port>
852
+ </output>
853
+ </layer>
854
+ <layer id="44" name="__module.FeatureExtraction.ConvNet.15/aten::batch_norm/BatchNormInference" type="Add" version="opset1">
855
+ <data auto_broadcast="numpy" />
856
+ <input>
857
+ <port id="0" precision="FP32">
858
+ <dim>-1</dim>
859
+ <dim>256</dim>
860
+ <dim>-1</dim>
861
+ <dim>-1</dim>
862
+ </port>
863
+ <port id="1" precision="FP32">
864
+ <dim>1</dim>
865
+ <dim>256</dim>
866
+ <dim>1</dim>
867
+ <dim>1</dim>
868
+ </port>
869
+ </input>
870
+ <output>
871
+ <port id="2" precision="FP32" names="118_1">
872
+ <dim>-1</dim>
873
+ <dim>256</dim>
874
+ <dim>-1</dim>
875
+ <dim>-1</dim>
876
+ </port>
877
+ </output>
878
+ </layer>
879
+ <layer id="45" name="__module.FeatureExtraction.ConvNet.16/aten::relu_/Relu" type="ReLU" version="opset1">
880
+ <input>
881
+ <port id="0" precision="FP32">
882
+ <dim>-1</dim>
883
+ <dim>256</dim>
884
+ <dim>-1</dim>
885
+ <dim>-1</dim>
886
+ </port>
887
+ </input>
888
+ <output>
889
+ <port id="1" precision="FP32" names="118,input.33">
890
+ <dim>-1</dim>
891
+ <dim>256</dim>
892
+ <dim>-1</dim>
893
+ <dim>-1</dim>
894
+ </port>
895
+ </output>
896
+ </layer>
897
+ <layer id="46" name="__module.FeatureExtraction.ConvNet.17/aten::max_pool2d/MaxPool" type="MaxPool" version="opset8">
898
+ <data strides="2, 1" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="2, 1" rounding_type="floor" auto_pad="explicit" index_element_type="i64" axis="2" />
899
+ <input>
900
+ <port id="0" precision="FP32">
901
+ <dim>-1</dim>
902
+ <dim>256</dim>
903
+ <dim>-1</dim>
904
+ <dim>-1</dim>
905
+ </port>
906
+ </input>
907
+ <output>
908
+ <port id="1" precision="FP32" names="124,input.37">
909
+ <dim>-1</dim>
910
+ <dim>256</dim>
911
+ <dim>-1</dim>
912
+ <dim>-1</dim>
913
+ </port>
914
+ <port id="2" precision="I64">
915
+ <dim>-1</dim>
916
+ <dim>256</dim>
917
+ <dim>-1</dim>
918
+ <dim>-1</dim>
919
+ </port>
920
+ </output>
921
+ </layer>
922
+ <layer id="47" name="Constant_365_compressed" type="Const" version="opset1">
923
+ <data element_type="f16" shape="256, 256, 2, 2" offset="2251008" size="524288" />
924
+ <output>
925
+ <port id="0" precision="FP16" names="126,weight.35">
926
+ <dim>256</dim>
927
+ <dim>256</dim>
928
+ <dim>2</dim>
929
+ <dim>2</dim>
930
+ </port>
931
+ </output>
932
+ </layer>
933
+ <layer id="48" name="Constant_365" type="Convert" version="opset1">
934
+ <data destination_type="f32" />
935
+ <rt_info>
936
+ <attribute name="decompression" version="0" />
937
+ </rt_info>
938
+ <input>
939
+ <port id="0" precision="FP16">
940
+ <dim>256</dim>
941
+ <dim>256</dim>
942
+ <dim>2</dim>
943
+ <dim>2</dim>
944
+ </port>
945
+ </input>
946
+ <output>
947
+ <port id="1" precision="FP32">
948
+ <dim>256</dim>
949
+ <dim>256</dim>
950
+ <dim>2</dim>
951
+ <dim>2</dim>
952
+ </port>
953
+ </output>
954
+ </layer>
955
+ <layer id="49" name="__module.FeatureExtraction.ConvNet.18/aten::_convolution/Convolution" type="Convolution" version="opset1">
956
+ <data strides="1, 1" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" auto_pad="explicit" />
957
+ <input>
958
+ <port id="0" precision="FP32">
959
+ <dim>-1</dim>
960
+ <dim>256</dim>
961
+ <dim>-1</dim>
962
+ <dim>-1</dim>
963
+ </port>
964
+ <port id="1" precision="FP32">
965
+ <dim>256</dim>
966
+ <dim>256</dim>
967
+ <dim>2</dim>
968
+ <dim>2</dim>
969
+ </port>
970
+ </input>
971
+ <output>
972
+ <port id="2" precision="FP32">
973
+ <dim>-1</dim>
974
+ <dim>256</dim>
975
+ <dim>-1</dim>
976
+ <dim>-1</dim>
977
+ </port>
978
+ </output>
979
+ </layer>
980
+ <layer id="50" name="__module.FeatureExtraction.ConvNet.18/aten::_convolution/Reshape_compressed" type="Const" version="opset1">
981
+ <data element_type="f16" shape="1, 256, 1, 1" offset="2775296" size="512" />
982
+ <output>
983
+ <port id="0" precision="FP16">
984
+ <dim>1</dim>
985
+ <dim>256</dim>
986
+ <dim>1</dim>
987
+ <dim>1</dim>
988
+ </port>
989
+ </output>
990
+ </layer>
991
+ <layer id="51" name="__module.FeatureExtraction.ConvNet.18/aten::_convolution/Reshape" type="Convert" version="opset1">
992
+ <data destination_type="f32" />
993
+ <rt_info>
994
+ <attribute name="decompression" version="0" />
995
+ </rt_info>
996
+ <input>
997
+ <port id="0" precision="FP16">
998
+ <dim>1</dim>
999
+ <dim>256</dim>
1000
+ <dim>1</dim>
1001
+ <dim>1</dim>
1002
+ </port>
1003
+ </input>
1004
+ <output>
1005
+ <port id="1" precision="FP32">
1006
+ <dim>1</dim>
1007
+ <dim>256</dim>
1008
+ <dim>1</dim>
1009
+ <dim>1</dim>
1010
+ </port>
1011
+ </output>
1012
+ </layer>
1013
+ <layer id="52" name="__module.FeatureExtraction.ConvNet.18/aten::_convolution/Add" type="Add" version="opset1">
1014
+ <data auto_broadcast="numpy" />
1015
+ <input>
1016
+ <port id="0" precision="FP32">
1017
+ <dim>-1</dim>
1018
+ <dim>256</dim>
1019
+ <dim>-1</dim>
1020
+ <dim>-1</dim>
1021
+ </port>
1022
+ <port id="1" precision="FP32">
1023
+ <dim>1</dim>
1024
+ <dim>256</dim>
1025
+ <dim>1</dim>
1026
+ <dim>1</dim>
1027
+ </port>
1028
+ </input>
1029
+ <output>
1030
+ <port id="2" precision="FP32" names="131_1">
1031
+ <dim>-1</dim>
1032
+ <dim>256</dim>
1033
+ <dim>-1</dim>
1034
+ <dim>-1</dim>
1035
+ </port>
1036
+ </output>
1037
+ </layer>
1038
+ <layer id="53" name="__module.FeatureExtraction.ConvNet.19/aten::relu_/Relu" type="ReLU" version="opset1">
1039
+ <input>
1040
+ <port id="0" precision="FP32">
1041
+ <dim>-1</dim>
1042
+ <dim>256</dim>
1043
+ <dim>-1</dim>
1044
+ <dim>-1</dim>
1045
+ </port>
1046
+ </input>
1047
+ <output>
1048
+ <port id="1" precision="FP32" names="131,input.39">
1049
+ <dim>-1</dim>
1050
+ <dim>256</dim>
1051
+ <dim>-1</dim>
1052
+ <dim>-1</dim>
1053
+ </port>
1054
+ </output>
1055
+ </layer>
1056
+ <layer id="54" name="Constant_416" type="Const" version="opset1">
1057
+ <data element_type="i32" shape="4" offset="2775808" size="16" />
1058
+ <output>
1059
+ <port id="0" precision="I32" names="11">
1060
+ <dim>4</dim>
1061
+ </port>
1062
+ </output>
1063
+ </layer>
1064
+ <layer id="55" name="aten::permute/Transpose" type="Transpose" version="opset1">
1065
+ <input>
1066
+ <port id="0" precision="FP32">
1067
+ <dim>-1</dim>
1068
+ <dim>256</dim>
1069
+ <dim>-1</dim>
1070
+ <dim>-1</dim>
1071
+ </port>
1072
+ <port id="1" precision="I32">
1073
+ <dim>4</dim>
1074
+ </port>
1075
+ </input>
1076
+ <output>
1077
+ <port id="2" precision="FP32" names="12,input.41">
1078
+ <dim>-1</dim>
1079
+ <dim>-1</dim>
1080
+ <dim>256</dim>
1081
+ <dim>-1</dim>
1082
+ </port>
1083
+ </output>
1084
+ </layer>
1085
+ <layer id="56" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Constant" type="Const" version="opset1">
1086
+ <data element_type="i32" shape="4" offset="2775824" size="16" />
1087
+ <rt_info>
1088
+ <attribute name="precise" version="0" />
1089
+ </rt_info>
1090
+ <output>
1091
+ <port id="0" precision="I32">
1092
+ <dim>4</dim>
1093
+ </port>
1094
+ </output>
1095
+ </layer>
1096
+ <layer id="57" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Tile" type="Tile" version="opset1">
1097
+ <input>
1098
+ <port id="0" precision="FP32">
1099
+ <dim>-1</dim>
1100
+ <dim>-1</dim>
1101
+ <dim>256</dim>
1102
+ <dim>-1</dim>
1103
+ </port>
1104
+ <port id="1" precision="I32">
1105
+ <dim>4</dim>
1106
+ </port>
1107
+ </input>
1108
+ <output>
1109
+ <port id="2" precision="FP32">
1110
+ <dim>-1</dim>
1111
+ <dim>-1</dim>
1112
+ <dim>256</dim>
1113
+ <dim>-1</dim>
1114
+ </port>
1115
+ </output>
1116
+ </layer>
1117
+ <layer id="58" name="__module.AdaptiveAvgPool/prim::ListConstruct/Concat" type="Const" version="opset1">
1118
+ <data element_type="i32" shape="2" offset="2775840" size="8" />
1119
+ <rt_info>
1120
+ <attribute name="precise" version="0" />
1121
+ </rt_info>
1122
+ <output>
1123
+ <port id="0" precision="I32" names="136">
1124
+ <dim>2</dim>
1125
+ </port>
1126
+ </output>
1127
+ </layer>
1128
+ <layer id="59" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/AdaptiveAvgPool" type="AdaptiveAvgPool" version="opset8">
1129
+ <input>
1130
+ <port id="0" precision="FP32">
1131
+ <dim>-1</dim>
1132
+ <dim>-1</dim>
1133
+ <dim>256</dim>
1134
+ <dim>-1</dim>
1135
+ </port>
1136
+ <port id="1" precision="I32">
1137
+ <dim>2</dim>
1138
+ </port>
1139
+ </input>
1140
+ <output>
1141
+ <port id="2" precision="FP32">
1142
+ <dim>-1</dim>
1143
+ <dim>-1</dim>
1144
+ <dim>256</dim>
1145
+ <dim>1</dim>
1146
+ </port>
1147
+ </output>
1148
+ </layer>
1149
+ <layer id="60" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/ShapeOf" type="ShapeOf" version="opset3">
1150
+ <data output_type="i32" />
1151
+ <input>
1152
+ <port id="0" precision="FP32">
1153
+ <dim>-1</dim>
1154
+ <dim>-1</dim>
1155
+ <dim>256</dim>
1156
+ <dim>-1</dim>
1157
+ </port>
1158
+ </input>
1159
+ <output>
1160
+ <port id="1" precision="I32">
1161
+ <dim>4</dim>
1162
+ </port>
1163
+ </output>
1164
+ </layer>
1165
+ <layer id="61" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Constant_1" type="Const" version="opset1">
1166
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
1167
+ <rt_info>
1168
+ <attribute name="precise" version="0" />
1169
+ </rt_info>
1170
+ <output>
1171
+ <port id="0" precision="I32">
1172
+ <dim>1</dim>
1173
+ </port>
1174
+ </output>
1175
+ </layer>
1176
+ <layer id="62" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Constant_2" type="Const" version="opset1">
1177
+ <data element_type="i32" shape="1" offset="2775852" size="4" />
1178
+ <rt_info>
1179
+ <attribute name="precise" version="0" />
1180
+ </rt_info>
1181
+ <output>
1182
+ <port id="0" precision="I32">
1183
+ <dim>1</dim>
1184
+ </port>
1185
+ </output>
1186
+ </layer>
1187
+ <layer id="63" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Constant_3" type="Const" version="opset1">
1188
+ <data element_type="i32" shape="1" offset="2775856" size="4" />
1189
+ <rt_info>
1190
+ <attribute name="precise" version="0" />
1191
+ </rt_info>
1192
+ <output>
1193
+ <port id="0" precision="I32">
1194
+ <dim>1</dim>
1195
+ </port>
1196
+ </output>
1197
+ </layer>
1198
+ <layer id="64" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Slice" type="StridedSlice" version="opset1">
1199
+ <data begin_mask="0" end_mask="0" new_axis_mask="" shrink_axis_mask="" ellipsis_mask="" />
1200
+ <input>
1201
+ <port id="0" precision="I32">
1202
+ <dim>4</dim>
1203
+ </port>
1204
+ <port id="1" precision="I32">
1205
+ <dim>1</dim>
1206
+ </port>
1207
+ <port id="2" precision="I32">
1208
+ <dim>1</dim>
1209
+ </port>
1210
+ <port id="3" precision="I32">
1211
+ <dim>1</dim>
1212
+ </port>
1213
+ </input>
1214
+ <output>
1215
+ <port id="4" precision="I32">
1216
+ <dim>2</dim>
1217
+ </port>
1218
+ </output>
1219
+ </layer>
1220
+ <layer id="65" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Concat" type="Concat" version="opset1">
1221
+ <data axis="0" />
1222
+ <input>
1223
+ <port id="0" precision="I32">
1224
+ <dim>2</dim>
1225
+ </port>
1226
+ <port id="1" precision="I32">
1227
+ <dim>2</dim>
1228
+ </port>
1229
+ </input>
1230
+ <output>
1231
+ <port id="2" precision="I32">
1232
+ <dim>4</dim>
1233
+ </port>
1234
+ </output>
1235
+ </layer>
1236
+ <layer id="66" name="__module.AdaptiveAvgPool/aten::adaptive_avg_pool2d/Reshape" type="Reshape" version="opset1">
1237
+ <data special_zero="false" />
1238
+ <input>
1239
+ <port id="0" precision="FP32">
1240
+ <dim>-1</dim>
1241
+ <dim>-1</dim>
1242
+ <dim>256</dim>
1243
+ <dim>1</dim>
1244
+ </port>
1245
+ <port id="1" precision="I32">
1246
+ <dim>4</dim>
1247
+ </port>
1248
+ </input>
1249
+ <output>
1250
+ <port id="2" precision="FP32" names="137,visual_feature">
1251
+ <dim>-1</dim>
1252
+ <dim>-1</dim>
1253
+ <dim>256</dim>
1254
+ <dim>1</dim>
1255
+ </port>
1256
+ </output>
1257
+ </layer>
1258
+ <layer id="67" name="14" type="Const" version="opset1">
1259
+ <data element_type="i32" shape="" offset="2775860" size="4" />
1260
+ <output>
1261
+ <port id="0" precision="I32" names="14" />
1262
+ </output>
1263
+ </layer>
1264
+ <layer id="68" name="aten::squeeze/Squeeze" type="Squeeze" version="opset1">
1265
+ <input>
1266
+ <port id="0" precision="FP32">
1267
+ <dim>-1</dim>
1268
+ <dim>-1</dim>
1269
+ <dim>256</dim>
1270
+ <dim>1</dim>
1271
+ </port>
1272
+ <port id="1" precision="I32" />
1273
+ </input>
1274
+ <output>
1275
+ <port id="2" precision="FP32" names="15,input.43">
1276
+ <dim>-1</dim>
1277
+ <dim>-1</dim>
1278
+ <dim>256</dim>
1279
+ </port>
1280
+ </output>
1281
+ </layer>
1282
+ <layer id="69" name="__module.SequenceModeling.0.rnn/aten::zeros/Convert_compressed" type="Const" version="opset1">
1283
+ <data element_type="f16" shape="" offset="2775864" size="2" />
1284
+ <output>
1285
+ <port id="0" precision="FP16" />
1286
+ </output>
1287
+ </layer>
1288
+ <layer id="70" name="__module.SequenceModeling.0.rnn/aten::zeros/Convert" type="Convert" version="opset1">
1289
+ <data destination_type="f32" />
1290
+ <rt_info>
1291
+ <attribute name="decompression" version="0" />
1292
+ </rt_info>
1293
+ <input>
1294
+ <port id="0" precision="FP16" />
1295
+ </input>
1296
+ <output>
1297
+ <port id="1" precision="FP32" />
1298
+ </output>
1299
+ </layer>
1300
+ <layer id="71" name="__module.SequenceModeling.0.rnn/prim::ListConstruct/Reshape" type="Const" version="opset1">
1301
+ <data element_type="i32" shape="1" offset="2775866" size="4" />
1302
+ <rt_info>
1303
+ <attribute name="precise" version="0" />
1304
+ </rt_info>
1305
+ <output>
1306
+ <port id="0" precision="I32">
1307
+ <dim>1</dim>
1308
+ </port>
1309
+ </output>
1310
+ </layer>
1311
+ <layer id="72" name="__module.SequenceModeling.0.rnn/aten::size/ShapeOf" type="ShapeOf" version="opset3">
1312
+ <data output_type="i32" />
1313
+ <input>
1314
+ <port id="0" precision="FP32">
1315
+ <dim>-1</dim>
1316
+ <dim>-1</dim>
1317
+ <dim>256</dim>
1318
+ </port>
1319
+ </input>
1320
+ <output>
1321
+ <port id="1" precision="I32">
1322
+ <dim>3</dim>
1323
+ </port>
1324
+ </output>
1325
+ </layer>
1326
+ <layer id="73" name="Constant_2325" type="Const" version="opset1">
1327
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
1328
+ <rt_info>
1329
+ <attribute name="precise" version="0" />
1330
+ </rt_info>
1331
+ <output>
1332
+ <port id="0" precision="I32">
1333
+ <dim>1</dim>
1334
+ </port>
1335
+ </output>
1336
+ </layer>
1337
+ <layer id="74" name="__module.SequenceModeling.0.rnn/aten::size/Constant" type="Const" version="opset1">
1338
+ <data element_type="i32" shape="" offset="2775848" size="4" />
1339
+ <rt_info>
1340
+ <attribute name="precise" version="0" />
1341
+ </rt_info>
1342
+ <output>
1343
+ <port id="0" precision="I32" />
1344
+ </output>
1345
+ </layer>
1346
+ <layer id="75" name="__module.SequenceModeling.0.rnn/aten::size/Gather" type="Gather" version="opset8">
1347
+ <data batch_dims="0" />
1348
+ <input>
1349
+ <port id="0" precision="I32">
1350
+ <dim>3</dim>
1351
+ </port>
1352
+ <port id="1" precision="I32">
1353
+ <dim>1</dim>
1354
+ </port>
1355
+ <port id="2" precision="I32" />
1356
+ </input>
1357
+ <output>
1358
+ <port id="3" precision="I32" names="160">
1359
+ <dim>1</dim>
1360
+ </port>
1361
+ </output>
1362
+ </layer>
1363
+ <layer id="76" name="__module.SequenceModeling.0.rnn/prim::ListConstruct/Reshape_1" type="Const" version="opset1">
1364
+ <data element_type="i32" shape="1" offset="2775870" size="4" />
1365
+ <rt_info>
1366
+ <attribute name="precise" version="0" />
1367
+ </rt_info>
1368
+ <output>
1369
+ <port id="0" precision="I32">
1370
+ <dim>1</dim>
1371
+ </port>
1372
+ </output>
1373
+ </layer>
1374
+ <layer id="77" name="__module.SequenceModeling.0.rnn/prim::ListConstruct/Concat" type="Concat" version="opset1">
1375
+ <data axis="0" />
1376
+ <input>
1377
+ <port id="0" precision="I32">
1378
+ <dim>1</dim>
1379
+ </port>
1380
+ <port id="1" precision="I32">
1381
+ <dim>1</dim>
1382
+ </port>
1383
+ <port id="2" precision="I32">
1384
+ <dim>1</dim>
1385
+ </port>
1386
+ </input>
1387
+ <output>
1388
+ <port id="3" precision="I32" names="161,163">
1389
+ <dim>3</dim>
1390
+ </port>
1391
+ </output>
1392
+ </layer>
1393
+ <layer id="78" name="__module.SequenceModeling.0.rnn/aten::zeros/Broadcast" type="Broadcast" version="opset3">
1394
+ <data mode="numpy" />
1395
+ <input>
1396
+ <port id="0" precision="FP32" />
1397
+ <port id="1" precision="I32">
1398
+ <dim>3</dim>
1399
+ </port>
1400
+ </input>
1401
+ <output>
1402
+ <port id="2" precision="FP32" names="162,164,c_zeros.1,h_zeros.1">
1403
+ <dim>2</dim>
1404
+ <dim>-1</dim>
1405
+ <dim>256</dim>
1406
+ </port>
1407
+ </output>
1408
+ </layer>
1409
+ <layer id="79" name="Constant_505" type="Const" version="opset1">
1410
+ <data element_type="i32" shape="3" offset="2775874" size="12" />
1411
+ <output>
1412
+ <port id="0" precision="I32">
1413
+ <dim>3</dim>
1414
+ </port>
1415
+ </output>
1416
+ </layer>
1417
+ <layer id="80" name="__module.SequenceModeling.0.rnn/aten::lstm/Transpose" type="Transpose" version="opset1">
1418
+ <input>
1419
+ <port id="0" precision="FP32">
1420
+ <dim>2</dim>
1421
+ <dim>-1</dim>
1422
+ <dim>256</dim>
1423
+ </port>
1424
+ <port id="1" precision="I32">
1425
+ <dim>3</dim>
1426
+ </port>
1427
+ </input>
1428
+ <output>
1429
+ <port id="2" precision="FP32">
1430
+ <dim>-1</dim>
1431
+ <dim>2</dim>
1432
+ <dim>256</dim>
1433
+ </port>
1434
+ </output>
1435
+ </layer>
1436
+ <layer id="81" name="__module.SequenceModeling.0.rnn/aten::lstm/Transpose_1" type="Transpose" version="opset1">
1437
+ <input>
1438
+ <port id="0" precision="FP32">
1439
+ <dim>2</dim>
1440
+ <dim>-1</dim>
1441
+ <dim>256</dim>
1442
+ </port>
1443
+ <port id="1" precision="I32">
1444
+ <dim>3</dim>
1445
+ </port>
1446
+ </input>
1447
+ <output>
1448
+ <port id="2" precision="FP32">
1449
+ <dim>-1</dim>
1450
+ <dim>2</dim>
1451
+ <dim>256</dim>
1452
+ </port>
1453
+ </output>
1454
+ </layer>
1455
+ <layer id="82" name="Constant_504" type="Const" version="opset1">
1456
+ <data element_type="i32" shape="1" offset="2775856" size="4" />
1457
+ <output>
1458
+ <port id="0" precision="I32">
1459
+ <dim>1</dim>
1460
+ </port>
1461
+ </output>
1462
+ </layer>
1463
+ <layer id="83" name="Constant_544" type="Const" version="opset1">
1464
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
1465
+ <rt_info>
1466
+ <attribute name="precise" version="0" />
1467
+ </rt_info>
1468
+ <output>
1469
+ <port id="0" precision="I32">
1470
+ <dim>1</dim>
1471
+ </port>
1472
+ </output>
1473
+ </layer>
1474
+ <layer id="84" name="__module.SequenceModeling.0.rnn/aten::lstm/Gather" type="Gather" version="opset8">
1475
+ <data batch_dims="0" />
1476
+ <input>
1477
+ <port id="0" precision="I32">
1478
+ <dim>3</dim>
1479
+ </port>
1480
+ <port id="1" precision="I32">
1481
+ <dim>1</dim>
1482
+ </port>
1483
+ <port id="2" precision="I32">
1484
+ <dim>1</dim>
1485
+ </port>
1486
+ </input>
1487
+ <output>
1488
+ <port id="3" precision="I32">
1489
+ <dim>1</dim>
1490
+ </port>
1491
+ </output>
1492
+ </layer>
1493
+ <layer id="85" name="Constant_502" type="Const" version="opset1">
1494
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
1495
+ <rt_info>
1496
+ <attribute name="precise" version="0" />
1497
+ </rt_info>
1498
+ <output>
1499
+ <port id="0" precision="I32">
1500
+ <dim>1</dim>
1501
+ </port>
1502
+ </output>
1503
+ </layer>
1504
+ <layer id="86" name="__module.SequenceModeling.0.rnn/aten::lstm/Gather_1" type="Gather" version="opset8">
1505
+ <data batch_dims="0" />
1506
+ <input>
1507
+ <port id="0" precision="I32">
1508
+ <dim>3</dim>
1509
+ </port>
1510
+ <port id="1" precision="I32">
1511
+ <dim>1</dim>
1512
+ </port>
1513
+ <port id="2" precision="I32">
1514
+ <dim>1</dim>
1515
+ </port>
1516
+ </input>
1517
+ <output>
1518
+ <port id="3" precision="I32">
1519
+ <dim>1</dim>
1520
+ </port>
1521
+ </output>
1522
+ </layer>
1523
+ <layer id="87" name="__module.SequenceModeling.0.rnn/aten::lstm/Broadcast" type="Broadcast" version="opset3">
1524
+ <data mode="numpy" />
1525
+ <input>
1526
+ <port id="0" precision="I32">
1527
+ <dim>1</dim>
1528
+ </port>
1529
+ <port id="1" precision="I32">
1530
+ <dim>1</dim>
1531
+ </port>
1532
+ </input>
1533
+ <output>
1534
+ <port id="2" precision="I32">
1535
+ <dim>-1</dim>
1536
+ </port>
1537
+ </output>
1538
+ </layer>
1539
+ <layer id="88" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat_compressed" type="Const" version="opset1">
1540
+ <data element_type="f16" shape="2, 1024, 256" offset="2775886" size="1048576" />
1541
+ <output>
1542
+ <port id="0" precision="FP16">
1543
+ <dim>2</dim>
1544
+ <dim>1024</dim>
1545
+ <dim>256</dim>
1546
+ </port>
1547
+ </output>
1548
+ </layer>
1549
+ <layer id="89" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat" type="Convert" version="opset1">
1550
+ <data destination_type="f32" />
1551
+ <rt_info>
1552
+ <attribute name="decompression" version="0" />
1553
+ </rt_info>
1554
+ <input>
1555
+ <port id="0" precision="FP16">
1556
+ <dim>2</dim>
1557
+ <dim>1024</dim>
1558
+ <dim>256</dim>
1559
+ </port>
1560
+ </input>
1561
+ <output>
1562
+ <port id="1" precision="FP32">
1563
+ <dim>2</dim>
1564
+ <dim>1024</dim>
1565
+ <dim>256</dim>
1566
+ </port>
1567
+ </output>
1568
+ </layer>
1569
+ <layer id="90" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat_1_compressed" type="Const" version="opset1">
1570
+ <data element_type="f16" shape="2, 1024, 256" offset="3824462" size="1048576" />
1571
+ <output>
1572
+ <port id="0" precision="FP16">
1573
+ <dim>2</dim>
1574
+ <dim>1024</dim>
1575
+ <dim>256</dim>
1576
+ </port>
1577
+ </output>
1578
+ </layer>
1579
+ <layer id="91" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat_1" type="Convert" version="opset1">
1580
+ <data destination_type="f32" />
1581
+ <rt_info>
1582
+ <attribute name="decompression" version="0" />
1583
+ </rt_info>
1584
+ <input>
1585
+ <port id="0" precision="FP16">
1586
+ <dim>2</dim>
1587
+ <dim>1024</dim>
1588
+ <dim>256</dim>
1589
+ </port>
1590
+ </input>
1591
+ <output>
1592
+ <port id="1" precision="FP32">
1593
+ <dim>2</dim>
1594
+ <dim>1024</dim>
1595
+ <dim>256</dim>
1596
+ </port>
1597
+ </output>
1598
+ </layer>
1599
+ <layer id="92" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat_2_compressed" type="Const" version="opset1">
1600
+ <data element_type="f16" shape="2, 1024" offset="4873038" size="4096" />
1601
+ <output>
1602
+ <port id="0" precision="FP16">
1603
+ <dim>2</dim>
1604
+ <dim>1024</dim>
1605
+ </port>
1606
+ </output>
1607
+ </layer>
1608
+ <layer id="93" name="__module.SequenceModeling.0.rnn/aten::lstm/Concat_2" type="Convert" version="opset1">
1609
+ <data destination_type="f32" />
1610
+ <rt_info>
1611
+ <attribute name="decompression" version="0" />
1612
+ </rt_info>
1613
+ <input>
1614
+ <port id="0" precision="FP16">
1615
+ <dim>2</dim>
1616
+ <dim>1024</dim>
1617
+ </port>
1618
+ </input>
1619
+ <output>
1620
+ <port id="1" precision="FP32">
1621
+ <dim>2</dim>
1622
+ <dim>1024</dim>
1623
+ </port>
1624
+ </output>
1625
+ </layer>
1626
+ <layer id="94" name="__module.SequenceModeling.0.rnn/aten::lstm/LSTMSequence" type="LSTMSequence" version="opset5">
1627
+ <data direction="bidirectional" hidden_size="256" activations="sigmoid, tanh, tanh" activations_alpha="" activations_beta="" clip="0" />
1628
+ <input>
1629
+ <port id="0" precision="FP32">
1630
+ <dim>-1</dim>
1631
+ <dim>-1</dim>
1632
+ <dim>256</dim>
1633
+ </port>
1634
+ <port id="1" precision="FP32">
1635
+ <dim>-1</dim>
1636
+ <dim>2</dim>
1637
+ <dim>256</dim>
1638
+ </port>
1639
+ <port id="2" precision="FP32">
1640
+ <dim>-1</dim>
1641
+ <dim>2</dim>
1642
+ <dim>256</dim>
1643
+ </port>
1644
+ <port id="3" precision="I32">
1645
+ <dim>-1</dim>
1646
+ </port>
1647
+ <port id="4" precision="FP32">
1648
+ <dim>2</dim>
1649
+ <dim>1024</dim>
1650
+ <dim>256</dim>
1651
+ </port>
1652
+ <port id="5" precision="FP32">
1653
+ <dim>2</dim>
1654
+ <dim>1024</dim>
1655
+ <dim>256</dim>
1656
+ </port>
1657
+ <port id="6" precision="FP32">
1658
+ <dim>2</dim>
1659
+ <dim>1024</dim>
1660
+ </port>
1661
+ </input>
1662
+ <output>
1663
+ <port id="7" precision="FP32">
1664
+ <dim>-1</dim>
1665
+ <dim>2</dim>
1666
+ <dim>-1</dim>
1667
+ <dim>256</dim>
1668
+ </port>
1669
+ <port id="8" precision="FP32">
1670
+ <dim>-1</dim>
1671
+ <dim>2</dim>
1672
+ <dim>256</dim>
1673
+ </port>
1674
+ <port id="9" precision="FP32">
1675
+ <dim>-1</dim>
1676
+ <dim>2</dim>
1677
+ <dim>256</dim>
1678
+ </port>
1679
+ </output>
1680
+ </layer>
1681
+ <layer id="95" name="Constant_551" type="Const" version="opset1">
1682
+ <data element_type="i32" shape="4" offset="4877134" size="16" />
1683
+ <output>
1684
+ <port id="0" precision="I32">
1685
+ <dim>4</dim>
1686
+ </port>
1687
+ </output>
1688
+ </layer>
1689
+ <layer id="96" name="__module.SequenceModeling.0.rnn/aten::lstm/Transpose_2" type="Transpose" version="opset1">
1690
+ <input>
1691
+ <port id="0" precision="FP32">
1692
+ <dim>-1</dim>
1693
+ <dim>2</dim>
1694
+ <dim>-1</dim>
1695
+ <dim>256</dim>
1696
+ </port>
1697
+ <port id="1" precision="I32">
1698
+ <dim>4</dim>
1699
+ </port>
1700
+ </input>
1701
+ <output>
1702
+ <port id="2" precision="FP32">
1703
+ <dim>-1</dim>
1704
+ <dim>-1</dim>
1705
+ <dim>2</dim>
1706
+ <dim>256</dim>
1707
+ </port>
1708
+ </output>
1709
+ </layer>
1710
+ <layer id="97" name="Constant_553" type="Const" version="opset1">
1711
+ <data element_type="i32" shape="3" offset="4877150" size="12" />
1712
+ <rt_info>
1713
+ <attribute name="precise" version="0" />
1714
+ </rt_info>
1715
+ <output>
1716
+ <port id="0" precision="I32">
1717
+ <dim>3</dim>
1718
+ </port>
1719
+ </output>
1720
+ </layer>
1721
+ <layer id="98" name="__module.SequenceModeling.0.rnn/aten::lstm/Reshape" type="Reshape" version="opset1">
1722
+ <data special_zero="true" />
1723
+ <input>
1724
+ <port id="0" precision="FP32">
1725
+ <dim>-1</dim>
1726
+ <dim>-1</dim>
1727
+ <dim>2</dim>
1728
+ <dim>256</dim>
1729
+ </port>
1730
+ <port id="1" precision="I32">
1731
+ <dim>3</dim>
1732
+ </port>
1733
+ </input>
1734
+ <output>
1735
+ <port id="2" precision="FP32" names="167,input.45">
1736
+ <dim>-1</dim>
1737
+ <dim>-1</dim>
1738
+ <dim>512</dim>
1739
+ </port>
1740
+ </output>
1741
+ </layer>
1742
+ <layer id="99" name="Constant_562_compressed" type="Const" version="opset1">
1743
+ <data element_type="f16" shape="256, 512" offset="4877162" size="262144" />
1744
+ <output>
1745
+ <port id="0" precision="FP16" names="171,weight.37">
1746
+ <dim>256</dim>
1747
+ <dim>512</dim>
1748
+ </port>
1749
+ </output>
1750
+ </layer>
1751
+ <layer id="100" name="Constant_562" type="Convert" version="opset1">
1752
+ <data destination_type="f32" />
1753
+ <rt_info>
1754
+ <attribute name="decompression" version="0" />
1755
+ </rt_info>
1756
+ <input>
1757
+ <port id="0" precision="FP16">
1758
+ <dim>256</dim>
1759
+ <dim>512</dim>
1760
+ </port>
1761
+ </input>
1762
+ <output>
1763
+ <port id="1" precision="FP32">
1764
+ <dim>256</dim>
1765
+ <dim>512</dim>
1766
+ </port>
1767
+ </output>
1768
+ </layer>
1769
+ <layer id="101" name="__module.SequenceModeling.0.linear/aten::linear/MatMul" type="MatMul" version="opset1">
1770
+ <data transpose_a="false" transpose_b="true" />
1771
+ <input>
1772
+ <port id="0" precision="FP32">
1773
+ <dim>-1</dim>
1774
+ <dim>-1</dim>
1775
+ <dim>512</dim>
1776
+ </port>
1777
+ <port id="1" precision="FP32">
1778
+ <dim>256</dim>
1779
+ <dim>512</dim>
1780
+ </port>
1781
+ </input>
1782
+ <output>
1783
+ <port id="2" precision="FP32">
1784
+ <dim>-1</dim>
1785
+ <dim>-1</dim>
1786
+ <dim>256</dim>
1787
+ </port>
1788
+ </output>
1789
+ </layer>
1790
+ <layer id="102" name="Constant_2571_compressed" type="Const" version="opset1">
1791
+ <data element_type="f16" shape="1, 1, 256" offset="5139306" size="512" />
1792
+ <output>
1793
+ <port id="0" precision="FP16">
1794
+ <dim>1</dim>
1795
+ <dim>1</dim>
1796
+ <dim>256</dim>
1797
+ </port>
1798
+ </output>
1799
+ </layer>
1800
+ <layer id="103" name="Constant_2571" type="Convert" version="opset1">
1801
+ <data destination_type="f32" />
1802
+ <rt_info>
1803
+ <attribute name="decompression" version="0" />
1804
+ </rt_info>
1805
+ <input>
1806
+ <port id="0" precision="FP16">
1807
+ <dim>1</dim>
1808
+ <dim>1</dim>
1809
+ <dim>256</dim>
1810
+ </port>
1811
+ </input>
1812
+ <output>
1813
+ <port id="1" precision="FP32">
1814
+ <dim>1</dim>
1815
+ <dim>1</dim>
1816
+ <dim>256</dim>
1817
+ </port>
1818
+ </output>
1819
+ </layer>
1820
+ <layer id="104" name="__module.SequenceModeling.0.linear/aten::linear/Add" type="Add" version="opset1">
1821
+ <data auto_broadcast="numpy" />
1822
+ <input>
1823
+ <port id="0" precision="FP32">
1824
+ <dim>-1</dim>
1825
+ <dim>-1</dim>
1826
+ <dim>256</dim>
1827
+ </port>
1828
+ <port id="1" precision="FP32">
1829
+ <dim>1</dim>
1830
+ <dim>1</dim>
1831
+ <dim>256</dim>
1832
+ </port>
1833
+ </input>
1834
+ <output>
1835
+ <port id="2" precision="FP32" names="172,input.47">
1836
+ <dim>-1</dim>
1837
+ <dim>-1</dim>
1838
+ <dim>256</dim>
1839
+ </port>
1840
+ </output>
1841
+ </layer>
1842
+ <layer id="105" name="__module.SequenceModeling.1.rnn/aten::zeros/Convert_compressed" type="Const" version="opset1">
1843
+ <data element_type="f16" shape="" offset="2775864" size="2" />
1844
+ <output>
1845
+ <port id="0" precision="FP16" />
1846
+ </output>
1847
+ </layer>
1848
+ <layer id="106" name="__module.SequenceModeling.1.rnn/aten::zeros/Convert" type="Convert" version="opset1">
1849
+ <data destination_type="f32" />
1850
+ <rt_info>
1851
+ <attribute name="decompression" version="0" />
1852
+ </rt_info>
1853
+ <input>
1854
+ <port id="0" precision="FP16" />
1855
+ </input>
1856
+ <output>
1857
+ <port id="1" precision="FP32" />
1858
+ </output>
1859
+ </layer>
1860
+ <layer id="107" name="__module.SequenceModeling.1.rnn/prim::ListConstruct/Reshape" type="Const" version="opset1">
1861
+ <data element_type="i32" shape="1" offset="2775866" size="4" />
1862
+ <rt_info>
1863
+ <attribute name="precise" version="0" />
1864
+ </rt_info>
1865
+ <output>
1866
+ <port id="0" precision="I32">
1867
+ <dim>1</dim>
1868
+ </port>
1869
+ </output>
1870
+ </layer>
1871
+ <layer id="108" name="__module.SequenceModeling.1.rnn/aten::size/ShapeOf" type="ShapeOf" version="opset3">
1872
+ <data output_type="i32" />
1873
+ <input>
1874
+ <port id="0" precision="FP32">
1875
+ <dim>-1</dim>
1876
+ <dim>-1</dim>
1877
+ <dim>256</dim>
1878
+ </port>
1879
+ </input>
1880
+ <output>
1881
+ <port id="1" precision="I32">
1882
+ <dim>3</dim>
1883
+ </port>
1884
+ </output>
1885
+ </layer>
1886
+ <layer id="109" name="Constant_2328" type="Const" version="opset1">
1887
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
1888
+ <rt_info>
1889
+ <attribute name="precise" version="0" />
1890
+ </rt_info>
1891
+ <output>
1892
+ <port id="0" precision="I32">
1893
+ <dim>1</dim>
1894
+ </port>
1895
+ </output>
1896
+ </layer>
1897
+ <layer id="110" name="__module.SequenceModeling.1.rnn/aten::size/Constant" type="Const" version="opset1">
1898
+ <data element_type="i32" shape="" offset="2775848" size="4" />
1899
+ <rt_info>
1900
+ <attribute name="precise" version="0" />
1901
+ </rt_info>
1902
+ <output>
1903
+ <port id="0" precision="I32" />
1904
+ </output>
1905
+ </layer>
1906
+ <layer id="111" name="__module.SequenceModeling.1.rnn/aten::size/Gather" type="Gather" version="opset8">
1907
+ <data batch_dims="0" />
1908
+ <input>
1909
+ <port id="0" precision="I32">
1910
+ <dim>3</dim>
1911
+ </port>
1912
+ <port id="1" precision="I32">
1913
+ <dim>1</dim>
1914
+ </port>
1915
+ <port id="2" precision="I32" />
1916
+ </input>
1917
+ <output>
1918
+ <port id="3" precision="I32" names="183">
1919
+ <dim>1</dim>
1920
+ </port>
1921
+ </output>
1922
+ </layer>
1923
+ <layer id="112" name="__module.SequenceModeling.1.rnn/prim::ListConstruct/Reshape_1" type="Const" version="opset1">
1924
+ <data element_type="i32" shape="1" offset="2775870" size="4" />
1925
+ <rt_info>
1926
+ <attribute name="precise" version="0" />
1927
+ </rt_info>
1928
+ <output>
1929
+ <port id="0" precision="I32">
1930
+ <dim>1</dim>
1931
+ </port>
1932
+ </output>
1933
+ </layer>
1934
+ <layer id="113" name="__module.SequenceModeling.1.rnn/prim::ListConstruct/Concat" type="Concat" version="opset1">
1935
+ <data axis="0" />
1936
+ <input>
1937
+ <port id="0" precision="I32">
1938
+ <dim>1</dim>
1939
+ </port>
1940
+ <port id="1" precision="I32">
1941
+ <dim>1</dim>
1942
+ </port>
1943
+ <port id="2" precision="I32">
1944
+ <dim>1</dim>
1945
+ </port>
1946
+ </input>
1947
+ <output>
1948
+ <port id="3" precision="I32" names="184,186">
1949
+ <dim>3</dim>
1950
+ </port>
1951
+ </output>
1952
+ </layer>
1953
+ <layer id="114" name="__module.SequenceModeling.1.rnn/aten::zeros/Broadcast" type="Broadcast" version="opset3">
1954
+ <data mode="numpy" />
1955
+ <input>
1956
+ <port id="0" precision="FP32" />
1957
+ <port id="1" precision="I32">
1958
+ <dim>3</dim>
1959
+ </port>
1960
+ </input>
1961
+ <output>
1962
+ <port id="2" precision="FP32" names="185,187,c_zeros,h_zeros">
1963
+ <dim>2</dim>
1964
+ <dim>-1</dim>
1965
+ <dim>256</dim>
1966
+ </port>
1967
+ </output>
1968
+ </layer>
1969
+ <layer id="115" name="Constant_619" type="Const" version="opset1">
1970
+ <data element_type="i32" shape="3" offset="2775874" size="12" />
1971
+ <output>
1972
+ <port id="0" precision="I32">
1973
+ <dim>3</dim>
1974
+ </port>
1975
+ </output>
1976
+ </layer>
1977
+ <layer id="116" name="__module.SequenceModeling.1.rnn/aten::lstm/Transpose" type="Transpose" version="opset1">
1978
+ <input>
1979
+ <port id="0" precision="FP32">
1980
+ <dim>2</dim>
1981
+ <dim>-1</dim>
1982
+ <dim>256</dim>
1983
+ </port>
1984
+ <port id="1" precision="I32">
1985
+ <dim>3</dim>
1986
+ </port>
1987
+ </input>
1988
+ <output>
1989
+ <port id="2" precision="FP32">
1990
+ <dim>-1</dim>
1991
+ <dim>2</dim>
1992
+ <dim>256</dim>
1993
+ </port>
1994
+ </output>
1995
+ </layer>
1996
+ <layer id="117" name="__module.SequenceModeling.1.rnn/aten::lstm/Transpose_1" type="Transpose" version="opset1">
1997
+ <input>
1998
+ <port id="0" precision="FP32">
1999
+ <dim>2</dim>
2000
+ <dim>-1</dim>
2001
+ <dim>256</dim>
2002
+ </port>
2003
+ <port id="1" precision="I32">
2004
+ <dim>3</dim>
2005
+ </port>
2006
+ </input>
2007
+ <output>
2008
+ <port id="2" precision="FP32">
2009
+ <dim>-1</dim>
2010
+ <dim>2</dim>
2011
+ <dim>256</dim>
2012
+ </port>
2013
+ </output>
2014
+ </layer>
2015
+ <layer id="118" name="Constant_618" type="Const" version="opset1">
2016
+ <data element_type="i32" shape="1" offset="2775856" size="4" />
2017
+ <output>
2018
+ <port id="0" precision="I32">
2019
+ <dim>1</dim>
2020
+ </port>
2021
+ </output>
2022
+ </layer>
2023
+ <layer id="119" name="Constant_658" type="Const" version="opset1">
2024
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
2025
+ <rt_info>
2026
+ <attribute name="precise" version="0" />
2027
+ </rt_info>
2028
+ <output>
2029
+ <port id="0" precision="I32">
2030
+ <dim>1</dim>
2031
+ </port>
2032
+ </output>
2033
+ </layer>
2034
+ <layer id="120" name="__module.SequenceModeling.1.rnn/aten::lstm/Gather" type="Gather" version="opset8">
2035
+ <data batch_dims="0" />
2036
+ <input>
2037
+ <port id="0" precision="I32">
2038
+ <dim>3</dim>
2039
+ </port>
2040
+ <port id="1" precision="I32">
2041
+ <dim>1</dim>
2042
+ </port>
2043
+ <port id="2" precision="I32">
2044
+ <dim>1</dim>
2045
+ </port>
2046
+ </input>
2047
+ <output>
2048
+ <port id="3" precision="I32">
2049
+ <dim>1</dim>
2050
+ </port>
2051
+ </output>
2052
+ </layer>
2053
+ <layer id="121" name="Constant_616" type="Const" version="opset1">
2054
+ <data element_type="i32" shape="1" offset="2775848" size="4" />
2055
+ <rt_info>
2056
+ <attribute name="precise" version="0" />
2057
+ </rt_info>
2058
+ <output>
2059
+ <port id="0" precision="I32">
2060
+ <dim>1</dim>
2061
+ </port>
2062
+ </output>
2063
+ </layer>
2064
+ <layer id="122" name="__module.SequenceModeling.1.rnn/aten::lstm/Gather_1" type="Gather" version="opset8">
2065
+ <data batch_dims="0" />
2066
+ <input>
2067
+ <port id="0" precision="I32">
2068
+ <dim>3</dim>
2069
+ </port>
2070
+ <port id="1" precision="I32">
2071
+ <dim>1</dim>
2072
+ </port>
2073
+ <port id="2" precision="I32">
2074
+ <dim>1</dim>
2075
+ </port>
2076
+ </input>
2077
+ <output>
2078
+ <port id="3" precision="I32">
2079
+ <dim>1</dim>
2080
+ </port>
2081
+ </output>
2082
+ </layer>
2083
+ <layer id="123" name="__module.SequenceModeling.1.rnn/aten::lstm/Broadcast" type="Broadcast" version="opset3">
2084
+ <data mode="numpy" />
2085
+ <input>
2086
+ <port id="0" precision="I32">
2087
+ <dim>1</dim>
2088
+ </port>
2089
+ <port id="1" precision="I32">
2090
+ <dim>1</dim>
2091
+ </port>
2092
+ </input>
2093
+ <output>
2094
+ <port id="2" precision="I32">
2095
+ <dim>-1</dim>
2096
+ </port>
2097
+ </output>
2098
+ </layer>
2099
+ <layer id="124" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat_compressed" type="Const" version="opset1">
2100
+ <data element_type="f16" shape="2, 1024, 256" offset="5139818" size="1048576" />
2101
+ <output>
2102
+ <port id="0" precision="FP16">
2103
+ <dim>2</dim>
2104
+ <dim>1024</dim>
2105
+ <dim>256</dim>
2106
+ </port>
2107
+ </output>
2108
+ </layer>
2109
+ <layer id="125" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat" type="Convert" version="opset1">
2110
+ <data destination_type="f32" />
2111
+ <rt_info>
2112
+ <attribute name="decompression" version="0" />
2113
+ </rt_info>
2114
+ <input>
2115
+ <port id="0" precision="FP16">
2116
+ <dim>2</dim>
2117
+ <dim>1024</dim>
2118
+ <dim>256</dim>
2119
+ </port>
2120
+ </input>
2121
+ <output>
2122
+ <port id="1" precision="FP32">
2123
+ <dim>2</dim>
2124
+ <dim>1024</dim>
2125
+ <dim>256</dim>
2126
+ </port>
2127
+ </output>
2128
+ </layer>
2129
+ <layer id="126" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat_1_compressed" type="Const" version="opset1">
2130
+ <data element_type="f16" shape="2, 1024, 256" offset="6188394" size="1048576" />
2131
+ <output>
2132
+ <port id="0" precision="FP16">
2133
+ <dim>2</dim>
2134
+ <dim>1024</dim>
2135
+ <dim>256</dim>
2136
+ </port>
2137
+ </output>
2138
+ </layer>
2139
+ <layer id="127" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat_1" type="Convert" version="opset1">
2140
+ <data destination_type="f32" />
2141
+ <rt_info>
2142
+ <attribute name="decompression" version="0" />
2143
+ </rt_info>
2144
+ <input>
2145
+ <port id="0" precision="FP16">
2146
+ <dim>2</dim>
2147
+ <dim>1024</dim>
2148
+ <dim>256</dim>
2149
+ </port>
2150
+ </input>
2151
+ <output>
2152
+ <port id="1" precision="FP32">
2153
+ <dim>2</dim>
2154
+ <dim>1024</dim>
2155
+ <dim>256</dim>
2156
+ </port>
2157
+ </output>
2158
+ </layer>
2159
+ <layer id="128" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat_2_compressed" type="Const" version="opset1">
2160
+ <data element_type="f16" shape="2, 1024" offset="7236970" size="4096" />
2161
+ <output>
2162
+ <port id="0" precision="FP16">
2163
+ <dim>2</dim>
2164
+ <dim>1024</dim>
2165
+ </port>
2166
+ </output>
2167
+ </layer>
2168
+ <layer id="129" name="__module.SequenceModeling.1.rnn/aten::lstm/Concat_2" type="Convert" version="opset1">
2169
+ <data destination_type="f32" />
2170
+ <rt_info>
2171
+ <attribute name="decompression" version="0" />
2172
+ </rt_info>
2173
+ <input>
2174
+ <port id="0" precision="FP16">
2175
+ <dim>2</dim>
2176
+ <dim>1024</dim>
2177
+ </port>
2178
+ </input>
2179
+ <output>
2180
+ <port id="1" precision="FP32">
2181
+ <dim>2</dim>
2182
+ <dim>1024</dim>
2183
+ </port>
2184
+ </output>
2185
+ </layer>
2186
+ <layer id="130" name="__module.SequenceModeling.1.rnn/aten::lstm/LSTMSequence" type="LSTMSequence" version="opset5">
2187
+ <data direction="bidirectional" hidden_size="256" activations="sigmoid, tanh, tanh" activations_alpha="" activations_beta="" clip="0" />
2188
+ <input>
2189
+ <port id="0" precision="FP32">
2190
+ <dim>-1</dim>
2191
+ <dim>-1</dim>
2192
+ <dim>256</dim>
2193
+ </port>
2194
+ <port id="1" precision="FP32">
2195
+ <dim>-1</dim>
2196
+ <dim>2</dim>
2197
+ <dim>256</dim>
2198
+ </port>
2199
+ <port id="2" precision="FP32">
2200
+ <dim>-1</dim>
2201
+ <dim>2</dim>
2202
+ <dim>256</dim>
2203
+ </port>
2204
+ <port id="3" precision="I32">
2205
+ <dim>-1</dim>
2206
+ </port>
2207
+ <port id="4" precision="FP32">
2208
+ <dim>2</dim>
2209
+ <dim>1024</dim>
2210
+ <dim>256</dim>
2211
+ </port>
2212
+ <port id="5" precision="FP32">
2213
+ <dim>2</dim>
2214
+ <dim>1024</dim>
2215
+ <dim>256</dim>
2216
+ </port>
2217
+ <port id="6" precision="FP32">
2218
+ <dim>2</dim>
2219
+ <dim>1024</dim>
2220
+ </port>
2221
+ </input>
2222
+ <output>
2223
+ <port id="7" precision="FP32">
2224
+ <dim>-1</dim>
2225
+ <dim>2</dim>
2226
+ <dim>-1</dim>
2227
+ <dim>256</dim>
2228
+ </port>
2229
+ <port id="8" precision="FP32">
2230
+ <dim>-1</dim>
2231
+ <dim>2</dim>
2232
+ <dim>256</dim>
2233
+ </port>
2234
+ <port id="9" precision="FP32">
2235
+ <dim>-1</dim>
2236
+ <dim>2</dim>
2237
+ <dim>256</dim>
2238
+ </port>
2239
+ </output>
2240
+ </layer>
2241
+ <layer id="131" name="Constant_669" type="Const" version="opset1">
2242
+ <data element_type="i32" shape="4" offset="4877134" size="16" />
2243
+ <output>
2244
+ <port id="0" precision="I32">
2245
+ <dim>4</dim>
2246
+ </port>
2247
+ </output>
2248
+ </layer>
2249
+ <layer id="132" name="__module.SequenceModeling.1.rnn/aten::lstm/Transpose_2" type="Transpose" version="opset1">
2250
+ <input>
2251
+ <port id="0" precision="FP32">
2252
+ <dim>-1</dim>
2253
+ <dim>2</dim>
2254
+ <dim>-1</dim>
2255
+ <dim>256</dim>
2256
+ </port>
2257
+ <port id="1" precision="I32">
2258
+ <dim>4</dim>
2259
+ </port>
2260
+ </input>
2261
+ <output>
2262
+ <port id="2" precision="FP32">
2263
+ <dim>-1</dim>
2264
+ <dim>-1</dim>
2265
+ <dim>2</dim>
2266
+ <dim>256</dim>
2267
+ </port>
2268
+ </output>
2269
+ </layer>
2270
+ <layer id="133" name="Constant_671" type="Const" version="opset1">
2271
+ <data element_type="i32" shape="3" offset="4877150" size="12" />
2272
+ <rt_info>
2273
+ <attribute name="precise" version="0" />
2274
+ </rt_info>
2275
+ <output>
2276
+ <port id="0" precision="I32">
2277
+ <dim>3</dim>
2278
+ </port>
2279
+ </output>
2280
+ </layer>
2281
+ <layer id="134" name="__module.SequenceModeling.1.rnn/aten::lstm/Reshape" type="Reshape" version="opset1">
2282
+ <data special_zero="true" />
2283
+ <input>
2284
+ <port id="0" precision="FP32">
2285
+ <dim>-1</dim>
2286
+ <dim>-1</dim>
2287
+ <dim>2</dim>
2288
+ <dim>256</dim>
2289
+ </port>
2290
+ <port id="1" precision="I32">
2291
+ <dim>3</dim>
2292
+ </port>
2293
+ </input>
2294
+ <output>
2295
+ <port id="2" precision="FP32" names="190,input.49">
2296
+ <dim>-1</dim>
2297
+ <dim>-1</dim>
2298
+ <dim>512</dim>
2299
+ </port>
2300
+ </output>
2301
+ </layer>
2302
+ <layer id="135" name="Constant_680_compressed" type="Const" version="opset1">
2303
+ <data element_type="f16" shape="256, 512" offset="7241066" size="262144" />
2304
+ <output>
2305
+ <port id="0" precision="FP16" names="194,weight.39">
2306
+ <dim>256</dim>
2307
+ <dim>512</dim>
2308
+ </port>
2309
+ </output>
2310
+ </layer>
2311
+ <layer id="136" name="Constant_680" type="Convert" version="opset1">
2312
+ <data destination_type="f32" />
2313
+ <rt_info>
2314
+ <attribute name="decompression" version="0" />
2315
+ </rt_info>
2316
+ <input>
2317
+ <port id="0" precision="FP16">
2318
+ <dim>256</dim>
2319
+ <dim>512</dim>
2320
+ </port>
2321
+ </input>
2322
+ <output>
2323
+ <port id="1" precision="FP32">
2324
+ <dim>256</dim>
2325
+ <dim>512</dim>
2326
+ </port>
2327
+ </output>
2328
+ </layer>
2329
+ <layer id="137" name="__module.SequenceModeling.1.linear/aten::linear/MatMul" type="MatMul" version="opset1">
2330
+ <data transpose_a="false" transpose_b="true" />
2331
+ <input>
2332
+ <port id="0" precision="FP32">
2333
+ <dim>-1</dim>
2334
+ <dim>-1</dim>
2335
+ <dim>512</dim>
2336
+ </port>
2337
+ <port id="1" precision="FP32">
2338
+ <dim>256</dim>
2339
+ <dim>512</dim>
2340
+ </port>
2341
+ </input>
2342
+ <output>
2343
+ <port id="2" precision="FP32">
2344
+ <dim>-1</dim>
2345
+ <dim>-1</dim>
2346
+ <dim>256</dim>
2347
+ </port>
2348
+ </output>
2349
+ </layer>
2350
+ <layer id="138" name="Constant_2572_compressed" type="Const" version="opset1">
2351
+ <data element_type="f16" shape="1, 1, 256" offset="7503210" size="512" />
2352
+ <output>
2353
+ <port id="0" precision="FP16">
2354
+ <dim>1</dim>
2355
+ <dim>1</dim>
2356
+ <dim>256</dim>
2357
+ </port>
2358
+ </output>
2359
+ </layer>
2360
+ <layer id="139" name="Constant_2572" type="Convert" version="opset1">
2361
+ <data destination_type="f32" />
2362
+ <rt_info>
2363
+ <attribute name="decompression" version="0" />
2364
+ </rt_info>
2365
+ <input>
2366
+ <port id="0" precision="FP16">
2367
+ <dim>1</dim>
2368
+ <dim>1</dim>
2369
+ <dim>256</dim>
2370
+ </port>
2371
+ </input>
2372
+ <output>
2373
+ <port id="1" precision="FP32">
2374
+ <dim>1</dim>
2375
+ <dim>1</dim>
2376
+ <dim>256</dim>
2377
+ </port>
2378
+ </output>
2379
+ </layer>
2380
+ <layer id="140" name="__module.SequenceModeling.1.linear/aten::linear/Add" type="Add" version="opset1">
2381
+ <data auto_broadcast="numpy" />
2382
+ <input>
2383
+ <port id="0" precision="FP32">
2384
+ <dim>-1</dim>
2385
+ <dim>-1</dim>
2386
+ <dim>256</dim>
2387
+ </port>
2388
+ <port id="1" precision="FP32">
2389
+ <dim>1</dim>
2390
+ <dim>1</dim>
2391
+ <dim>256</dim>
2392
+ </port>
2393
+ </input>
2394
+ <output>
2395
+ <port id="2" precision="FP32" names="195,contextual_feature">
2396
+ <dim>-1</dim>
2397
+ <dim>-1</dim>
2398
+ <dim>256</dim>
2399
+ </port>
2400
+ </output>
2401
+ </layer>
2402
+ <layer id="141" name="Constant_687_compressed" type="Const" version="opset1">
2403
+ <data element_type="f16" shape="97, 256" offset="7503722" size="49664" />
2404
+ <output>
2405
+ <port id="0" precision="FP16" names="197,weight">
2406
+ <dim>97</dim>
2407
+ <dim>256</dim>
2408
+ </port>
2409
+ </output>
2410
+ </layer>
2411
+ <layer id="142" name="Constant_687" type="Convert" version="opset1">
2412
+ <data destination_type="f32" />
2413
+ <rt_info>
2414
+ <attribute name="decompression" version="0" />
2415
+ </rt_info>
2416
+ <input>
2417
+ <port id="0" precision="FP16">
2418
+ <dim>97</dim>
2419
+ <dim>256</dim>
2420
+ </port>
2421
+ </input>
2422
+ <output>
2423
+ <port id="1" precision="FP32">
2424
+ <dim>97</dim>
2425
+ <dim>256</dim>
2426
+ </port>
2427
+ </output>
2428
+ </layer>
2429
+ <layer id="143" name="__module.Prediction/aten::linear/MatMul" type="MatMul" version="opset1">
2430
+ <data transpose_a="false" transpose_b="true" />
2431
+ <input>
2432
+ <port id="0" precision="FP32">
2433
+ <dim>-1</dim>
2434
+ <dim>-1</dim>
2435
+ <dim>256</dim>
2436
+ </port>
2437
+ <port id="1" precision="FP32">
2438
+ <dim>97</dim>
2439
+ <dim>256</dim>
2440
+ </port>
2441
+ </input>
2442
+ <output>
2443
+ <port id="2" precision="FP32">
2444
+ <dim>-1</dim>
2445
+ <dim>-1</dim>
2446
+ <dim>97</dim>
2447
+ </port>
2448
+ </output>
2449
+ </layer>
2450
+ <layer id="144" name="Constant_2573_compressed" type="Const" version="opset1">
2451
+ <data element_type="f16" shape="1, 1, 97" offset="7553386" size="194" />
2452
+ <output>
2453
+ <port id="0" precision="FP16">
2454
+ <dim>1</dim>
2455
+ <dim>1</dim>
2456
+ <dim>97</dim>
2457
+ </port>
2458
+ </output>
2459
+ </layer>
2460
+ <layer id="145" name="Constant_2573" type="Convert" version="opset1">
2461
+ <data destination_type="f32" />
2462
+ <rt_info>
2463
+ <attribute name="decompression" version="0" />
2464
+ </rt_info>
2465
+ <input>
2466
+ <port id="0" precision="FP16">
2467
+ <dim>1</dim>
2468
+ <dim>1</dim>
2469
+ <dim>97</dim>
2470
+ </port>
2471
+ </input>
2472
+ <output>
2473
+ <port id="1" precision="FP32">
2474
+ <dim>1</dim>
2475
+ <dim>1</dim>
2476
+ <dim>97</dim>
2477
+ </port>
2478
+ </output>
2479
+ </layer>
2480
+ <layer id="146" name="__module.Prediction/aten::linear/Add" type="Add" version="opset1">
2481
+ <data auto_broadcast="numpy" />
2482
+ <input>
2483
+ <port id="0" precision="FP32">
2484
+ <dim>-1</dim>
2485
+ <dim>-1</dim>
2486
+ <dim>97</dim>
2487
+ </port>
2488
+ <port id="1" precision="FP32">
2489
+ <dim>1</dim>
2490
+ <dim>1</dim>
2491
+ <dim>97</dim>
2492
+ </port>
2493
+ </input>
2494
+ <output>
2495
+ <port id="2" precision="FP32">
2496
+ <dim>-1</dim>
2497
+ <dim>-1</dim>
2498
+ <dim>97</dim>
2499
+ </port>
2500
+ </output>
2501
+ </layer>
2502
+ <layer id="147" name="Result_690" type="Result" version="opset1">
2503
+ <input>
2504
+ <port id="0" precision="FP32">
2505
+ <dim>-1</dim>
2506
+ <dim>-1</dim>
2507
+ <dim>97</dim>
2508
+ </port>
2509
+ </input>
2510
+ </layer>
2511
+ </layers>
2512
+ <edges>
2513
+ <edge from-layer="0" from-port="0" to-layer="3" to-port="0" />
2514
+ <edge from-layer="1" from-port="0" to-layer="2" to-port="0" />
2515
+ <edge from-layer="2" from-port="1" to-layer="3" to-port="1" />
2516
+ <edge from-layer="3" from-port="2" to-layer="6" to-port="0" />
2517
+ <edge from-layer="4" from-port="0" to-layer="5" to-port="0" />
2518
+ <edge from-layer="5" from-port="1" to-layer="6" to-port="1" />
2519
+ <edge from-layer="6" from-port="2" to-layer="7" to-port="0" />
2520
+ <edge from-layer="7" from-port="1" to-layer="8" to-port="0" />
2521
+ <edge from-layer="8" from-port="1" to-layer="11" to-port="0" />
2522
+ <edge from-layer="9" from-port="0" to-layer="10" to-port="0" />
2523
+ <edge from-layer="10" from-port="1" to-layer="11" to-port="1" />
2524
+ <edge from-layer="11" from-port="2" to-layer="14" to-port="0" />
2525
+ <edge from-layer="12" from-port="0" to-layer="13" to-port="0" />
2526
+ <edge from-layer="13" from-port="1" to-layer="14" to-port="1" />
2527
+ <edge from-layer="14" from-port="2" to-layer="15" to-port="0" />
2528
+ <edge from-layer="15" from-port="1" to-layer="16" to-port="0" />
2529
+ <edge from-layer="16" from-port="1" to-layer="19" to-port="0" />
2530
+ <edge from-layer="17" from-port="0" to-layer="18" to-port="0" />
2531
+ <edge from-layer="18" from-port="1" to-layer="19" to-port="1" />
2532
+ <edge from-layer="19" from-port="2" to-layer="22" to-port="0" />
2533
+ <edge from-layer="20" from-port="0" to-layer="21" to-port="0" />
2534
+ <edge from-layer="21" from-port="1" to-layer="22" to-port="1" />
2535
+ <edge from-layer="22" from-port="2" to-layer="23" to-port="0" />
2536
+ <edge from-layer="23" from-port="1" to-layer="26" to-port="0" />
2537
+ <edge from-layer="24" from-port="0" to-layer="25" to-port="0" />
2538
+ <edge from-layer="25" from-port="1" to-layer="26" to-port="1" />
2539
+ <edge from-layer="26" from-port="2" to-layer="29" to-port="0" />
2540
+ <edge from-layer="27" from-port="0" to-layer="28" to-port="0" />
2541
+ <edge from-layer="28" from-port="1" to-layer="29" to-port="1" />
2542
+ <edge from-layer="29" from-port="2" to-layer="30" to-port="0" />
2543
+ <edge from-layer="30" from-port="1" to-layer="31" to-port="0" />
2544
+ <edge from-layer="31" from-port="1" to-layer="34" to-port="0" />
2545
+ <edge from-layer="32" from-port="0" to-layer="33" to-port="0" />
2546
+ <edge from-layer="33" from-port="1" to-layer="34" to-port="1" />
2547
+ <edge from-layer="34" from-port="2" to-layer="37" to-port="0" />
2548
+ <edge from-layer="35" from-port="0" to-layer="36" to-port="0" />
2549
+ <edge from-layer="36" from-port="1" to-layer="37" to-port="1" />
2550
+ <edge from-layer="37" from-port="2" to-layer="38" to-port="0" />
2551
+ <edge from-layer="38" from-port="1" to-layer="41" to-port="0" />
2552
+ <edge from-layer="39" from-port="0" to-layer="40" to-port="0" />
2553
+ <edge from-layer="40" from-port="1" to-layer="41" to-port="1" />
2554
+ <edge from-layer="41" from-port="2" to-layer="44" to-port="0" />
2555
+ <edge from-layer="42" from-port="0" to-layer="43" to-port="0" />
2556
+ <edge from-layer="43" from-port="1" to-layer="44" to-port="1" />
2557
+ <edge from-layer="44" from-port="2" to-layer="45" to-port="0" />
2558
+ <edge from-layer="45" from-port="1" to-layer="46" to-port="0" />
2559
+ <edge from-layer="46" from-port="1" to-layer="49" to-port="0" />
2560
+ <edge from-layer="47" from-port="0" to-layer="48" to-port="0" />
2561
+ <edge from-layer="48" from-port="1" to-layer="49" to-port="1" />
2562
+ <edge from-layer="49" from-port="2" to-layer="52" to-port="0" />
2563
+ <edge from-layer="50" from-port="0" to-layer="51" to-port="0" />
2564
+ <edge from-layer="51" from-port="1" to-layer="52" to-port="1" />
2565
+ <edge from-layer="52" from-port="2" to-layer="53" to-port="0" />
2566
+ <edge from-layer="53" from-port="1" to-layer="55" to-port="0" />
2567
+ <edge from-layer="54" from-port="0" to-layer="55" to-port="1" />
2568
+ <edge from-layer="55" from-port="2" to-layer="57" to-port="0" />
2569
+ <edge from-layer="55" from-port="2" to-layer="60" to-port="0" />
2570
+ <edge from-layer="56" from-port="0" to-layer="57" to-port="1" />
2571
+ <edge from-layer="57" from-port="2" to-layer="59" to-port="0" />
2572
+ <edge from-layer="58" from-port="0" to-layer="59" to-port="1" />
2573
+ <edge from-layer="58" from-port="0" to-layer="65" to-port="1" />
2574
+ <edge from-layer="59" from-port="2" to-layer="66" to-port="0" />
2575
+ <edge from-layer="60" from-port="1" to-layer="64" to-port="0" />
2576
+ <edge from-layer="61" from-port="0" to-layer="64" to-port="1" />
2577
+ <edge from-layer="62" from-port="0" to-layer="64" to-port="2" />
2578
+ <edge from-layer="63" from-port="0" to-layer="64" to-port="3" />
2579
+ <edge from-layer="64" from-port="4" to-layer="65" to-port="0" />
2580
+ <edge from-layer="65" from-port="2" to-layer="66" to-port="1" />
2581
+ <edge from-layer="66" from-port="2" to-layer="68" to-port="0" />
2582
+ <edge from-layer="67" from-port="0" to-layer="68" to-port="1" />
2583
+ <edge from-layer="68" from-port="2" to-layer="72" to-port="0" />
2584
+ <edge from-layer="68" from-port="2" to-layer="94" to-port="0" />
2585
+ <edge from-layer="69" from-port="0" to-layer="70" to-port="0" />
2586
+ <edge from-layer="70" from-port="1" to-layer="78" to-port="0" />
2587
+ <edge from-layer="71" from-port="0" to-layer="77" to-port="0" />
2588
+ <edge from-layer="72" from-port="1" to-layer="75" to-port="0" />
2589
+ <edge from-layer="72" from-port="1" to-layer="86" to-port="0" />
2590
+ <edge from-layer="72" from-port="1" to-layer="84" to-port="0" />
2591
+ <edge from-layer="73" from-port="0" to-layer="75" to-port="1" />
2592
+ <edge from-layer="74" from-port="0" to-layer="75" to-port="2" />
2593
+ <edge from-layer="75" from-port="3" to-layer="77" to-port="1" />
2594
+ <edge from-layer="76" from-port="0" to-layer="77" to-port="2" />
2595
+ <edge from-layer="77" from-port="3" to-layer="78" to-port="1" />
2596
+ <edge from-layer="78" from-port="2" to-layer="80" to-port="0" />
2597
+ <edge from-layer="78" from-port="2" to-layer="81" to-port="0" />
2598
+ <edge from-layer="79" from-port="0" to-layer="80" to-port="1" />
2599
+ <edge from-layer="79" from-port="0" to-layer="81" to-port="1" />
2600
+ <edge from-layer="80" from-port="2" to-layer="94" to-port="1" />
2601
+ <edge from-layer="81" from-port="2" to-layer="94" to-port="2" />
2602
+ <edge from-layer="82" from-port="0" to-layer="84" to-port="1" />
2603
+ <edge from-layer="83" from-port="0" to-layer="86" to-port="2" />
2604
+ <edge from-layer="83" from-port="0" to-layer="84" to-port="2" />
2605
+ <edge from-layer="84" from-port="3" to-layer="87" to-port="0" />
2606
+ <edge from-layer="85" from-port="0" to-layer="86" to-port="1" />
2607
+ <edge from-layer="86" from-port="3" to-layer="87" to-port="1" />
2608
+ <edge from-layer="87" from-port="2" to-layer="94" to-port="3" />
2609
+ <edge from-layer="88" from-port="0" to-layer="89" to-port="0" />
2610
+ <edge from-layer="89" from-port="1" to-layer="94" to-port="4" />
2611
+ <edge from-layer="90" from-port="0" to-layer="91" to-port="0" />
2612
+ <edge from-layer="91" from-port="1" to-layer="94" to-port="5" />
2613
+ <edge from-layer="92" from-port="0" to-layer="93" to-port="0" />
2614
+ <edge from-layer="93" from-port="1" to-layer="94" to-port="6" />
2615
+ <edge from-layer="94" from-port="7" to-layer="96" to-port="0" />
2616
+ <edge from-layer="95" from-port="0" to-layer="96" to-port="1" />
2617
+ <edge from-layer="96" from-port="2" to-layer="98" to-port="0" />
2618
+ <edge from-layer="97" from-port="0" to-layer="98" to-port="1" />
2619
+ <edge from-layer="98" from-port="2" to-layer="101" to-port="0" />
2620
+ <edge from-layer="99" from-port="0" to-layer="100" to-port="0" />
2621
+ <edge from-layer="100" from-port="1" to-layer="101" to-port="1" />
2622
+ <edge from-layer="101" from-port="2" to-layer="104" to-port="0" />
2623
+ <edge from-layer="102" from-port="0" to-layer="103" to-port="0" />
2624
+ <edge from-layer="103" from-port="1" to-layer="104" to-port="1" />
2625
+ <edge from-layer="104" from-port="2" to-layer="108" to-port="0" />
2626
+ <edge from-layer="104" from-port="2" to-layer="130" to-port="0" />
2627
+ <edge from-layer="105" from-port="0" to-layer="106" to-port="0" />
2628
+ <edge from-layer="106" from-port="1" to-layer="114" to-port="0" />
2629
+ <edge from-layer="107" from-port="0" to-layer="113" to-port="0" />
2630
+ <edge from-layer="108" from-port="1" to-layer="120" to-port="0" />
2631
+ <edge from-layer="108" from-port="1" to-layer="122" to-port="0" />
2632
+ <edge from-layer="108" from-port="1" to-layer="111" to-port="0" />
2633
+ <edge from-layer="109" from-port="0" to-layer="111" to-port="1" />
2634
+ <edge from-layer="110" from-port="0" to-layer="111" to-port="2" />
2635
+ <edge from-layer="111" from-port="3" to-layer="113" to-port="1" />
2636
+ <edge from-layer="112" from-port="0" to-layer="113" to-port="2" />
2637
+ <edge from-layer="113" from-port="3" to-layer="114" to-port="1" />
2638
+ <edge from-layer="114" from-port="2" to-layer="116" to-port="0" />
2639
+ <edge from-layer="114" from-port="2" to-layer="117" to-port="0" />
2640
+ <edge from-layer="115" from-port="0" to-layer="117" to-port="1" />
2641
+ <edge from-layer="115" from-port="0" to-layer="116" to-port="1" />
2642
+ <edge from-layer="116" from-port="2" to-layer="130" to-port="1" />
2643
+ <edge from-layer="117" from-port="2" to-layer="130" to-port="2" />
2644
+ <edge from-layer="118" from-port="0" to-layer="120" to-port="1" />
2645
+ <edge from-layer="119" from-port="0" to-layer="122" to-port="2" />
2646
+ <edge from-layer="119" from-port="0" to-layer="120" to-port="2" />
2647
+ <edge from-layer="120" from-port="3" to-layer="123" to-port="0" />
2648
+ <edge from-layer="121" from-port="0" to-layer="122" to-port="1" />
2649
+ <edge from-layer="122" from-port="3" to-layer="123" to-port="1" />
2650
+ <edge from-layer="123" from-port="2" to-layer="130" to-port="3" />
2651
+ <edge from-layer="124" from-port="0" to-layer="125" to-port="0" />
2652
+ <edge from-layer="125" from-port="1" to-layer="130" to-port="4" />
2653
+ <edge from-layer="126" from-port="0" to-layer="127" to-port="0" />
2654
+ <edge from-layer="127" from-port="1" to-layer="130" to-port="5" />
2655
+ <edge from-layer="128" from-port="0" to-layer="129" to-port="0" />
2656
+ <edge from-layer="129" from-port="1" to-layer="130" to-port="6" />
2657
+ <edge from-layer="130" from-port="7" to-layer="132" to-port="0" />
2658
+ <edge from-layer="131" from-port="0" to-layer="132" to-port="1" />
2659
+ <edge from-layer="132" from-port="2" to-layer="134" to-port="0" />
2660
+ <edge from-layer="133" from-port="0" to-layer="134" to-port="1" />
2661
+ <edge from-layer="134" from-port="2" to-layer="137" to-port="0" />
2662
+ <edge from-layer="135" from-port="0" to-layer="136" to-port="0" />
2663
+ <edge from-layer="136" from-port="1" to-layer="137" to-port="1" />
2664
+ <edge from-layer="137" from-port="2" to-layer="140" to-port="0" />
2665
+ <edge from-layer="138" from-port="0" to-layer="139" to-port="0" />
2666
+ <edge from-layer="139" from-port="1" to-layer="140" to-port="1" />
2667
+ <edge from-layer="140" from-port="2" to-layer="143" to-port="0" />
2668
+ <edge from-layer="141" from-port="0" to-layer="142" to-port="0" />
2669
+ <edge from-layer="142" from-port="1" to-layer="143" to-port="1" />
2670
+ <edge from-layer="143" from-port="2" to-layer="146" to-port="0" />
2671
+ <edge from-layer="144" from-port="0" to-layer="145" to-port="0" />
2672
+ <edge from-layer="145" from-port="1" to-layer="146" to-port="1" />
2673
+ <edge from-layer="146" from-port="2" to-layer="147" to-port="0" />
2674
+ </edges>
2675
+ <rt_info>
2676
+ <Runtime_version value="2023.3.0-13775-ceeafaf64f3-releases/2023/3" />
2677
+ <conversion_parameters>
2678
+ <framework value="pytorch" />
2679
+ <is_python_object value="True" />
2680
+ </conversion_parameters>
2681
+ </rt_info>
2682
+ </net>
tflite/scrypted_yolov9s_relu_sep_320/best_float32.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d7d08fc1d8f2262633d2df4391638e0481740331aaa1837880a47c33001a96
3
+ size 28777068
tflite/scrypted_yolov9s_relu_sep_320/best_full_integer_quant.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483ce38dbe33ee5a35f40a82f56c77629a44fa5d95efd8ade9fa97e4d2a261fd
3
+ size 7341704
tflite/scrypted_yolov9s_relu_sep_320/best_integer_quant.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1c902e9a9865637ee2403f70c6bf5c29c695d9163e58ad658feb29bb097ebc
3
+ size 7342552