diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..3ca22ec8b4e696991b6dbfc25594cb13b046bdb5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,35 +1,13 @@ -*.7z filter=lfs diff=lfs merge=lfs -text -*.arrow filter=lfs diff=lfs merge=lfs -text -*.bin filter=lfs diff=lfs merge=lfs -text -*.bz2 filter=lfs diff=lfs merge=lfs -text -*.ckpt filter=lfs diff=lfs merge=lfs -text -*.ftz filter=lfs diff=lfs merge=lfs -text -*.gz filter=lfs diff=lfs merge=lfs -text -*.h5 filter=lfs diff=lfs merge=lfs -text -*.joblib filter=lfs diff=lfs merge=lfs -text -*.lfs.* filter=lfs diff=lfs merge=lfs -text -*.mlmodel filter=lfs diff=lfs merge=lfs -text -*.model filter=lfs diff=lfs merge=lfs -text -*.msgpack filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text *.npy filter=lfs diff=lfs merge=lfs -text -*.npz filter=lfs diff=lfs merge=lfs -text -*.onnx filter=lfs diff=lfs merge=lfs -text -*.ot filter=lfs diff=lfs merge=lfs -text -*.parquet filter=lfs diff=lfs merge=lfs -text -*.pb filter=lfs diff=lfs merge=lfs -text -*.pickle filter=lfs diff=lfs merge=lfs -text -*.pkl filter=lfs diff=lfs merge=lfs -text -*.pt filter=lfs diff=lfs merge=lfs -text *.pth filter=lfs diff=lfs merge=lfs -text -*.rar filter=lfs diff=lfs merge=lfs -text +*.pdparams filter=lfs diff=lfs merge=lfs -text +*.gguf filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text *.safetensors filter=lfs diff=lfs merge=lfs -text -saved_model/**/* filter=lfs diff=lfs merge=lfs -text -*.tar.* filter=lfs diff=lfs merge=lfs -text -*.tar filter=lfs diff=lfs merge=lfs -text -*.tflite filter=lfs diff=lfs merge=lfs -text -*.tgz filter=lfs diff=lfs merge=lfs -text -*.wasm filter=lfs diff=lfs merge=lfs -text -*.xz filter=lfs diff=lfs merge=lfs -text -*.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text -*tfevents* filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.pdmodel filter=lfs diff=lfs merge=lfs -text +paddleocr_vl_1.5/tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..1f2e45950a672799df2d7e0ad853deaac0c0fa71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Local Hugging Face and upload caches +.cache/ +.huggingface/ + +# Python/tooling caches that may be created while auditing model files +__pycache__/ +*.py[cod] + +# Local diagnostics and temporary outputs +*.log +tmp/ +temp/ + diff --git a/EasyOCR/backbones/resnet18-5c106cde/manifest.json b/EasyOCR/backbones/resnet18-5c106cde/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6e8796c49ee77c1849a3d7b8381b98c567e50f38 --- /dev/null +++ b/EasyOCR/backbones/resnet18-5c106cde/manifest.json @@ -0,0 +1,700 @@ +{ + "format_version": 1, + "model_family": "easyocr_backbone", + "model_version": "EasyOCR", + "variant": "backbone_resnet18", + "source_kind": "extracted_bridge_state", + "source_sha256": "5c106cde386e87d4033832f2996f5493238eda96ccf559d1d62760c4de0613f8", + "graph": { + "task": "backbone", + "backbone": "res_net18", + "source": "torchvision_imagenet" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 3, + "dynamic_height": true, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "nchw", + "semantic": "feature_map" + }, + "weights": [ + { + "key": "bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "fc.bias", + "shape": [ + 1000 + ] + }, + { + "key": "fc.weight", + "shape": [ + 1000, + 512 + ] + }, + { + "key": "layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.1.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.conv1.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.1.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "layer2.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.1.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "layer3.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "layer3.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "layer4.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "layer4.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/backbones/resnet18-5c106cde/weights.safetensors b/EasyOCR/backbones/resnet18-5c106cde/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f057691f5c1babb08bafbafe53d06ee000b978fc --- /dev/null +++ b/EasyOCR/backbones/resnet18-5c106cde/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d1d36f298c29c07afa9d5be76d888b01d174824177026613bbd64a26612d19 +size 46805552 diff --git a/EasyOCR/backbones/resnet50-19c8e357/manifest.json b/EasyOCR/backbones/resnet50-19c8e357/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d4c4456dc8365701190adb1b6898f8a8d4bac813 --- /dev/null +++ b/EasyOCR/backbones/resnet50-19c8e357/manifest.json @@ -0,0 +1,1789 @@ +{ + "format_version": 1, + "model_family": "easyocr_backbone", + "model_version": "EasyOCR", + "variant": "backbone_resnet50", + "source_kind": "extracted_bridge_state", + "source_sha256": "19c8e3572231adff6824a2da93fd67b5986919a2e65f8b6007eab4edee220097", + "graph": { + "task": "backbone", + "backbone": "res_net50", + "source": "torchvision_imagenet" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 3, + "dynamic_height": true, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "nchw", + "semantic": "feature_map" + }, + "weights": [ + { + "key": "bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "fc.bias", + "shape": [ + 1000 + ] + }, + { + "key": "fc.weight", + "shape": [ + 1000, + 2048 + ] + }, + { + "key": "layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.0.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.0.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "layer1.0.downsample.0.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "layer1.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer1.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer1.1.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.1.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer1.1.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer1.1.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer1.1.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer1.1.conv1.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "layer1.1.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.1.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "layer1.2.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "layer1.2.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer1.2.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer1.2.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer1.2.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer1.2.conv1.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "layer1.2.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "layer1.2.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.0.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.0.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "layer2.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "layer2.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer2.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer2.1.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.1.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer2.1.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer2.1.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer2.1.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer2.1.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "layer2.1.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.1.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "layer2.2.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.2.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer2.2.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer2.2.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer2.2.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer2.2.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "layer2.2.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.2.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "layer2.3.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "layer2.3.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer2.3.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer2.3.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer2.3.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer2.3.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "layer2.3.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "layer2.3.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.0.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.conv1.weight", + "shape": [ + 256, + 512, + 1, + 1 + ] + }, + { + "key": "layer3.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.0.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer3.0.downsample.0.weight", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "layer3.0.downsample.1.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.downsample.1.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.downsample.1.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.0.downsample.1.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.1.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.1.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.1.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.1.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.1.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "layer3.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.1.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer3.2.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.2.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.2.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.2.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.2.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.2.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "layer3.2.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.2.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer3.3.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.3.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.3.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.3.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.3.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.3.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "layer3.3.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.3.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer3.4.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.4.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.4.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.4.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.4.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.4.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "layer3.4.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.4.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer3.5.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "layer3.5.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.5.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.5.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.5.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "layer3.5.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "layer3.5.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "layer3.5.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.0.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.conv1.weight", + "shape": [ + 512, + 1024, + 1, + 1 + ] + }, + { + "key": "layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "layer4.0.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + }, + { + "key": "layer4.0.downsample.0.weight", + "shape": [ + 2048, + 1024, + 1, + 1 + ] + }, + { + "key": "layer4.0.downsample.1.bias", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.downsample.1.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.downsample.1.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.0.downsample.1.weight", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.1.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.1.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.1.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.1.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.1.conv1.weight", + "shape": [ + 512, + 2048, + 1, + 1 + ] + }, + { + "key": "layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "layer4.1.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + }, + { + "key": "layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "layer4.2.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.2.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.2.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.2.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "layer4.2.conv1.weight", + "shape": [ + 512, + 2048, + 1, + 1 + ] + }, + { + "key": "layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "layer4.2.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/backbones/resnet50-19c8e357/weights.safetensors b/EasyOCR/backbones/resnet50-19c8e357/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a5dd8a808a0abe2fefdfd184616bbf989b308098 --- /dev/null +++ b/EasyOCR/backbones/resnet50-19c8e357/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1aad85e18536504a4c8597118364e291ff3a9c4b56dd9b3a4900642e4c3a7c +size 102464800 diff --git a/EasyOCR/detection/craft_mlt_25k/manifest.json b/EasyOCR/detection/craft_mlt_25k/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0d6d3f52759a9f6a92caeb61c36cb1560dc0fbf6 --- /dev/null +++ b/EasyOCR/detection/craft_mlt_25k/manifest.json @@ -0,0 +1,920 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_detection", + "model_version": "EasyOCR", + "variant": "craft_detection", + "source_kind": "extracted_bridge_state", + "source_sha256": "4a5efbfb48b4081100544e75e1e2b57f8de3d84f213004b14b85fd4b3748db17", + "graph": { + "task": "detection", + "detector": "craft", + "backbone": "craft_vgg16", + "output_channels": 2 + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 3, + "dynamic_height": true, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "nchw", + "semantic": "text_and_link_probability_maps" + }, + "detection": { + "detector": "craft", + "score_channels": 1, + "link_channels": 1, + "reader_selectable": true, + "eval_output": "raw_text_and_link_score_maps" + }, + "weights": [ + { + "key": "basenet.slice1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.0.weight", + "shape": [ + 64, + 3, + 3, + 3 + ] + }, + { + "key": "basenet.slice1.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.10.bias", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.10.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "basenet.slice1.11.bias", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.11.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.11.running_var", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.11.weight", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.3.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "basenet.slice1.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "basenet.slice1.7.bias", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.7.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "basenet.slice1.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.8.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.8.running_var", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice1.8.weight", + "shape": [ + 128 + ] + }, + { + "key": "basenet.slice2.14.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.14.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "basenet.slice2.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.17.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.17.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "basenet.slice2.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.18.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.18.running_var", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice2.18.weight", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.20.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.20.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "basenet.slice3.21.bias", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.21.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.21.running_var", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.21.weight", + "shape": [ + 256 + ] + }, + { + "key": "basenet.slice3.24.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.24.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "basenet.slice3.25.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.25.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.25.running_var", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.25.weight", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.27.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.27.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "basenet.slice3.28.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.28.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.28.running_var", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice3.28.weight", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.30.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.30.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "basenet.slice4.31.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.31.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.31.running_var", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.31.weight", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.34.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.34.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "basenet.slice4.35.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.35.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.35.running_var", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.35.weight", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.37.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.37.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "basenet.slice4.38.bias", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.38.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.38.running_var", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice4.38.weight", + "shape": [ + 512 + ] + }, + { + "key": "basenet.slice5.1.bias", + "shape": [ + 1024 + ] + }, + { + "key": "basenet.slice5.1.weight", + "shape": [ + 1024, + 512, + 3, + 3 + ] + }, + { + "key": "basenet.slice5.2.bias", + "shape": [ + 1024 + ] + }, + { + "key": "basenet.slice5.2.weight", + "shape": [ + 1024, + 1024, + 1, + 1 + ] + }, + { + "key": "conv_cls.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "conv_cls.0.weight", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv_cls.2.bias", + "shape": [ + 32 + ] + }, + { + "key": "conv_cls.2.weight", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv_cls.4.bias", + "shape": [ + 16 + ] + }, + { + "key": "conv_cls.4.weight", + "shape": [ + 16, + 32, + 3, + 3 + ] + }, + { + "key": "conv_cls.6.bias", + "shape": [ + 16 + ] + }, + { + "key": "conv_cls.6.weight", + "shape": [ + 16, + 16, + 1, + 1 + ] + }, + { + "key": "conv_cls.8.bias", + "shape": [ + 2 + ] + }, + { + "key": "conv_cls.8.weight", + "shape": [ + 2, + 16, + 1, + 1 + ] + }, + { + "key": "upconv1.conv.0.bias", + "shape": [ + 512 + ] + }, + { + "key": "upconv1.conv.0.weight", + "shape": [ + 512, + 1536, + 1, + 1 + ] + }, + { + "key": "upconv1.conv.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "upconv1.conv.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "upconv1.conv.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "upconv1.conv.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "upconv1.conv.3.bias", + "shape": [ + 256 + ] + }, + { + "key": "upconv1.conv.3.weight", + "shape": [ + 256, + 512, + 3, + 3 + ] + }, + { + "key": "upconv1.conv.4.bias", + "shape": [ + 256 + ] + }, + { + "key": "upconv1.conv.4.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "upconv1.conv.4.running_var", + "shape": [ + 256 + ] + }, + { + "key": "upconv1.conv.4.weight", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.0.weight", + "shape": [ + 256, + 768, + 1, + 1 + ] + }, + { + "key": "upconv2.conv.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "upconv2.conv.3.bias", + "shape": [ + 128 + ] + }, + { + "key": "upconv2.conv.3.weight", + "shape": [ + 128, + 256, + 3, + 3 + ] + }, + { + "key": "upconv2.conv.4.bias", + "shape": [ + 128 + ] + }, + { + "key": "upconv2.conv.4.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "upconv2.conv.4.running_var", + "shape": [ + 128 + ] + }, + { + "key": "upconv2.conv.4.weight", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.0.bias", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.0.weight", + "shape": [ + 128, + 384, + 1, + 1 + ] + }, + { + "key": "upconv3.conv.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "upconv3.conv.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "upconv3.conv.3.weight", + "shape": [ + 64, + 128, + 3, + 3 + ] + }, + { + "key": "upconv3.conv.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "upconv3.conv.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "upconv3.conv.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "upconv3.conv.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.0.weight", + "shape": [ + 64, + 192, + 1, + 1 + ] + }, + { + "key": "upconv4.conv.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "upconv4.conv.3.bias", + "shape": [ + 32 + ] + }, + { + "key": "upconv4.conv.3.weight", + "shape": [ + 32, + 64, + 3, + 3 + ] + }, + { + "key": "upconv4.conv.4.bias", + "shape": [ + 32 + ] + }, + { + "key": "upconv4.conv.4.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "upconv4.conv.4.running_var", + "shape": [ + 32 + ] + }, + { + "key": "upconv4.conv.4.weight", + "shape": [ + 32 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/detection/craft_mlt_25k/weights.safetensors b/EasyOCR/detection/craft_mlt_25k/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7c9347377fe18a5e002056a973782ddeb605aace --- /dev/null +++ b/EasyOCR/detection/craft_mlt_25k/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b9a99921cd1eb83784d986fa2f60816785c089bbe7b40edbed3f3bd94ad43f +size 83135320 diff --git a/EasyOCR/detection/dbnet18/manifest.json b/EasyOCR/detection/dbnet18/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..58a247ca577eb8d078106342ce744ffe207557ae --- /dev/null +++ b/EasyOCR/detection/dbnet18/manifest.json @@ -0,0 +1,1101 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_detection", + "model_version": "EasyOCR", + "variant": "dbnet18_detection", + "source_kind": "extracted_bridge_state", + "source_sha256": "d4b2252198ef75ee123c727fe406088b443d1403a39fc8fcdcb4c6b04a2583a6", + "graph": { + "task": "detection", + "detector": "dbnet18", + "backbone": "res_net18", + "output_channels": 1 + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 3, + "dynamic_height": true, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "nchw", + "semantic": "dbnet_binary_map" + }, + "detection": { + "detector": "dbnet18", + "score_channels": 1, + "link_channels": 0, + "reader_selectable": true, + "eval_output": "binary" + }, + "weights": [ + { + "key": "backbone.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "backbone.fc.bias", + "shape": [ + 1000 + ] + }, + { + "key": "backbone.fc.weight", + "shape": [ + 1000, + 512 + ] + }, + { + "key": "backbone.layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.1.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.conv1.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.1.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.0.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.1.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.1.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.0.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.1.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer4.0.conv2_offset.weight", + "shape": [ + 27, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer4.1.conv2_offset.weight", + "shape": [ + 27, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.smooth.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.smooth.weight", + "shape": [ + 256, + 2048, + 1, + 1 + ] + }, + { + "key": "decoder.binarize.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.binarize.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.3.weight", + "shape": [ + 64, + 64, + 2, + 2 + ] + }, + { + "key": "decoder.binarize.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.6.bias", + "shape": [ + 1 + ] + }, + { + "key": "decoder.binarize.6.weight", + "shape": [ + 64, + 1, + 2, + 2 + ] + }, + { + "key": "decoder.concat_attention.conv.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.concat_attention.conv.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.attention_wise.0.weight", + "shape": [ + 4, + 64, + 1, + 1 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.spatial_wise.0.weight", + "shape": [ + 1, + 1, + 3, + 3 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.spatial_wise.2.weight", + "shape": [ + 1, + 1, + 1, + 1 + ] + }, + { + "key": "decoder.in2.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "decoder.in3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "decoder.in4.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "decoder.in5.weight", + "shape": [ + 256, + 512, + 1, + 1 + ] + }, + { + "key": "decoder.out2.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out5.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.thresh.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.thresh.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.3.weight", + "shape": [ + 64, + 64, + 2, + 2 + ] + }, + { + "key": "decoder.thresh.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.6.bias", + "shape": [ + 1 + ] + }, + { + "key": "decoder.thresh.6.weight", + "shape": [ + 64, + 1, + 2, + 2 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/detection/dbnet18/weights.safetensors b/EasyOCR/detection/dbnet18/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..af29f6a6ca5379e089c50d1dd29682fca9837687 --- /dev/null +++ b/EasyOCR/detection/dbnet18/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a2ca2c748dcb88dcbcb50f5aa9380f24a6fe032a109734f5ed5ddf81f9436c +size 55903264 diff --git a/EasyOCR/detection/dbnet50/manifest.json b/EasyOCR/detection/dbnet50/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..01dcc8da3d1f37f82bb4c0c3b6fc44a07a8a1f2c --- /dev/null +++ b/EasyOCR/detection/dbnet50/manifest.json @@ -0,0 +1,2295 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_detection", + "model_version": "EasyOCR", + "variant": "dbnet50_detection", + "source_kind": "extracted_bridge_state", + "source_sha256": "45fd6781e83711092c827bdc3502ef69ebe85c5d01625ee20e0705a0ab9881f2", + "graph": { + "task": "detection", + "detector": "dbnet50", + "backbone": "res_net50", + "output_channels": 1 + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 3, + "dynamic_height": true, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "nchw", + "semantic": "dbnet_binary_map" + }, + "detection": { + "detector": "dbnet50", + "score_channels": 1, + "link_channels": 0, + "reader_selectable": false, + "eval_output": "binary" + }, + "weights": [ + { + "key": "backbone.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "backbone.fc.bias", + "shape": [ + 1000 + ] + }, + { + "key": "backbone.fc.weight", + "shape": [ + 1000, + 2048 + ] + }, + { + "key": "backbone.layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.0.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.0.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.0.downsample.0.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.1.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.1.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.1.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.1.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.1.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.1.conv1.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.1.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.1.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.2.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "backbone.layer1.2.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.2.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.2.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.2.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer1.2.conv1.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer1.2.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "backbone.layer1.2.conv3.weight", + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.0.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.0.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.0.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.1.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.1.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.1.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.1.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.1.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.1.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.1.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.1.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.1.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.2.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.2.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.2.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.2.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.2.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.2.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.2.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.2.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.2.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.2.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.3.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "backbone.layer2.3.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.3.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.3.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.3.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer2.3.conv1.weight", + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer2.3.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.3.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer2.3.conv2_offset.weight", + "shape": [ + 27, + 128, + 3, + 3 + ] + }, + { + "key": "backbone.layer2.3.conv3.weight", + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.0.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.conv1.weight", + "shape": [ + 256, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.0.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.0.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.0.downsample.0.weight", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.0.downsample.1.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.1.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.1.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.1.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.1.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.1.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.1.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.1.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.2.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.2.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.2.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.2.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.2.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.2.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.2.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.2.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.2.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.2.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.3.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.3.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.3.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.3.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.3.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.3.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.3.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.3.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.3.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.3.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.4.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.4.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.4.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.4.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.4.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.4.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.4.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.4.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.4.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.4.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.5.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "backbone.layer3.5.bn3.bias", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.5.bn3.running_mean", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.5.bn3.running_var", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.5.bn3.weight", + "shape": [ + 1024 + ] + }, + { + "key": "backbone.layer3.5.conv1.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer3.5.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.5.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer3.5.conv2_offset.weight", + "shape": [ + 27, + 256, + 3, + 3 + ] + }, + { + "key": "backbone.layer3.5.conv3.weight", + "shape": [ + 1024, + 256, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.0.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.conv1.weight", + "shape": [ + 512, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer4.0.conv2_offset.weight", + "shape": [ + 27, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.0.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.0.downsample.0.weight", + "shape": [ + 2048, + 1024, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.bias", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.0.downsample.1.weight", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.1.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.1.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.1.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.1.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.1.conv1.weight", + "shape": [ + 512, + 2048, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.1.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer4.1.conv2_offset.weight", + "shape": [ + 27, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.1.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "backbone.layer4.2.bn3.bias", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.2.bn3.running_mean", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.2.bn3.running_var", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.2.bn3.weight", + "shape": [ + 2048 + ] + }, + { + "key": "backbone.layer4.2.conv1.weight", + "shape": [ + 512, + 2048, + 1, + 1 + ] + }, + { + "key": "backbone.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.2.conv2_offset.bias", + "shape": [ + 27 + ] + }, + { + "key": "backbone.layer4.2.conv2_offset.weight", + "shape": [ + 27, + 512, + 3, + 3 + ] + }, + { + "key": "backbone.layer4.2.conv3.weight", + "shape": [ + 2048, + 512, + 1, + 1 + ] + }, + { + "key": "backbone.smooth.bias", + "shape": [ + 256 + ] + }, + { + "key": "backbone.smooth.weight", + "shape": [ + 256, + 2048, + 1, + 1 + ] + }, + { + "key": "decoder.binarize.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.binarize.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.3.weight", + "shape": [ + 64, + 64, + 2, + 2 + ] + }, + { + "key": "decoder.binarize.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.binarize.6.bias", + "shape": [ + 1 + ] + }, + { + "key": "decoder.binarize.6.weight", + "shape": [ + 64, + 1, + 2, + 2 + ] + }, + { + "key": "decoder.concat_attention.conv.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.concat_attention.conv.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.attention_wise.0.weight", + "shape": [ + 4, + 64, + 1, + 1 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.spatial_wise.0.weight", + "shape": [ + 1, + 1, + 3, + 3 + ] + }, + { + "key": "decoder.concat_attention.enhanced_attention.spatial_wise.2.weight", + "shape": [ + 1, + 1, + 1, + 1 + ] + }, + { + "key": "decoder.in2.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "decoder.in3.weight", + "shape": [ + 256, + 512, + 1, + 1 + ] + }, + { + "key": "decoder.in4.weight", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "decoder.in5.weight", + "shape": [ + 256, + 2048, + 1, + 1 + ] + }, + { + "key": "decoder.out2.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.out5.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.thresh.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "decoder.thresh.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.1.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.3.weight", + "shape": [ + 64, + 64, + 2, + 2 + ] + }, + { + "key": "decoder.thresh.4.bias", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.running_var", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.4.weight", + "shape": [ + 64 + ] + }, + { + "key": "decoder.thresh.6.bias", + "shape": [ + 1 + ] + }, + { + "key": "decoder.thresh.6.weight", + "shape": [ + 64, + 1, + 2, + 2 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/detection/dbnet50/weights.safetensors b/EasyOCR/detection/dbnet50/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4fbc877dde874e65ff77af4cf681331c9b0cea6b --- /dev/null +++ b/EasyOCR/detection/dbnet50/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f98e82b1cfe7eb3266ddb1b98333943e339805490dec097969d3356f2687105 +size 116257292 diff --git a/EasyOCR/recognition/gen1/arabic/manifest.json b/EasyOCR/recognition/gen1/arabic/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0398bcdcb273c610ed95128978f25813e5bbb336 --- /dev/null +++ b/EasyOCR/recognition/gen1/arabic/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "2a9afd42c374deb98aed0b53c9b77d75e1d00d4e0501f3b0276c54190c89b1a8", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 185, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ٠١٢٣٤٥٦٧٨٩«»؟،؛ءآأؤإئااًبةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰٓٔٱٹپچڈڑژکڭگںھۀہۂۃۆۇۈۋیېےۓە", + "character_set_source": "easyocr.config recognition_models.gen1.arabic_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 185 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 185, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/arabic/weights.safetensors b/EasyOCR/recognition/gen1/arabic/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..41b061a6370f30e732225919269108993ae3c11e --- /dev/null +++ b/EasyOCR/recognition/gen1/arabic/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23904ecc92601a2392a800ef8fc935d356da1a15bacb73a0c6e112417620a5c +size 215373428 diff --git a/EasyOCR/recognition/gen1/bengali/manifest.json b/EasyOCR/recognition/gen1/bengali/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4287c98d17f97d079940df7b17eba97e467a1185 --- /dev/null +++ b/EasyOCR/recognition/gen1/bengali/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "28d10d7dab96bf38c1d190d09a65a732130f5f34b28dcbd7e51aba3366146896", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 170, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ।ঁংঃঅআইঈউঊঋঌএঐওঔকখগঘঙচছজঝঞটঠডঢণতথদধনপফবভমযরলশষসহ়ািীুূৃেৈোৌ্ৎড়ঢ়য়০১২৩৪৫৬৭৮৯", + "character_set_source": "easyocr.config recognition_models.gen1.bengali_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 170 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 170, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/bengali/weights.safetensors b/EasyOCR/recognition/gen1/bengali/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3c98ec509bfea3110debf5ebabab76ea44f42f53 --- /dev/null +++ b/EasyOCR/recognition/gen1/bengali/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bab60b5b39fb0ba75f7b7a678091ad126a9f7720c0a31475f8fe3c2ceb93ea +size 215342648 diff --git a/EasyOCR/recognition/gen1/chinese/manifest.json b/EasyOCR/recognition/gen1/chinese/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ae03cd08f4ec2ac32a1092c3bc59410f7868d6bf --- /dev/null +++ b/EasyOCR/recognition/gen1/chinese/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "19ecc60f4e079eb2cd7f25f3513fc996cf80819fc1f1d0aee24c58402cc4776d", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 5381, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ一丁七丈三上下不丑且丕世丘丙丞丟並丫中丰串丸丹主乃久么之乍乎乏乒乓乖乘乙九乞也乳乾亂了予事二于云互五井些亞亟亡亢交亥亦亨享京亭亮亳亶人什仁仃仄仆仇今介仍仔仕他仗付仙仞仡代令以仰仲件价任份仿企伉伊伍伎伏伐休伕伙伯估伴伶伸伺似伽佃但佈位低住佐佑佔何佗佘余佚佛作佝佞佟你佣佤佩佬佯佰佳併佻佼使侃侄來侈例侍侏侑侖侗供依侮侯侵侶侷便係促俄俊俏俐俑俗俘俚保俞俟俠信俬修俯俱俳俵俸俺俾倀倆倉個倍們倒倔倖倘候倚倜借倡倣倦倨倩倪倫倬倭值偃假偈偉偌偏偕做停健側偵偶偷偽傀傅傌傍傑傘備傚傢傣催傭傲傳債傷傻傾僂僅僉像僑僕僖僚僥僧僭僮僰僱僳僵價僻儀儂億儆儉儋儐儒儘償儡優儲儸儻儼儿兀允元兄充兆兇先光克兌免兒兔兕兗兜入內全兩八公六兮共兵其具典兼冀冉冊再冑冒冕冗冠冢冤冥冬冰冶冷冼准凋凌凍凜凝几凡凰凱凳凶凸凹出函刀刁刃分切刈刊刎刑划列初判別刨利刪刮到制刷券刺刻剁剃則削剌前剎剔剖剛剝剡剩剪副割創剷剽剿劃劇劈劉劍劑力功加劣助努劫劭劾勁勃勇勉勒動勖勗勘務勛勝勞募勢勤勦勰勳勵勸勺勻勾勿包匆匈匍匐匕化北匙匝匠匡匣匪匯匱匹匾匿區十千卅升午卉半卑卒卓協南博卜卞占卡卦卯印危即卵卷卸卹卻卿厄厘厚厝原厥厭厲去參又叉及友反叔取受叛叟叡叢口古句另叨叩只叫召叭叮可台叱史右司叻叼吁吃各合吉吊吋同名后吏吐向吒君吝吞吟吠否吧吩含听吳吵吶吸吹吻吼吾呀呂呃呆呈告呎呢呤周味呵呸呻呼命咀咁咄咆和咎咐咒咕咖咚咧咨咩咪咫咬咭咯咱咳咸咽哀品哄哆哇哈哉員哥哦哨哩哪哭哮哲哺哼哿唁唄唆唇唉唐唑唔唧唬售唯唱唸唾啃啄商啊問啕啞啟啡啣啤啥啦啶啼啾喀喂喃善喇喉喊喋喔喘喙喚喜喝喟喧喪喫喬單喱喻嗅嗎嗓嗔嗜嗟嗡嗣嗦嗩嗯嗲嗶嗽嘆嘈嘉嘌嘎嘔嘖嘗嘛嘧嘩嘮嘯嘲嘴嘸嘻嘿噁噎器噩噪噬噴噶噸噹嚇嚎嚏嚐嚥嚨嚮嚴嚼囂囉囊囍囑囚四回因囤困囹固圃圄圈國圍園圓圖團圜土在圩圭圮地圳圻圾址均坊坌坍坎坏坐坑坡坤坦坨坪坭坳坷坻垂垃型垓垚垛垠垢垣垮埂埃埋城埏埒埔埕域埠埤埭執埸培基埼堀堂堅堆堇堉堊堍堠堡堤堪堯堰報場堵塊塌塑塔塗塘塚塞塢塤填塵塾墀境墅墉墊墓墘墜增墟墨墩墮墳墾壁壅壇壑壓壕壘壙壞壟壢壤壩士壬壯壹壺壼壽夏夔夕外夙多夜夠夢夥大天太夫夭央夯失夷夸夾奄奇奈奉奎奏奐契奔奕套奘奚奠奢奧奪奭奮女奴奶奸她好如妃妄妊妍妒妓妖妙妝妞妣妤妥妨妮妲妳妹妻妾姆姊始姐姑姒姓委姚姜姝姣姥姦姨姪姬姮姻姿威娃娑娘娛娜娟娠娣娥娩娶娼婁婆婉婕婚婢婦婧婪婭婷婺婿媒媚媛媧媲媳媽嫁嫂嫉嫌嫖嫚嫡嫣嫦嫩嫻嬉嬋嬌嬗嬛嬤嬪嬬嬰嬴嬸嬿孀孃孌子孔孕孖字存孚孛孜孝孟孢季孤孩孫孱孵學孺孽孿宁它宅宇守安宋完宏宓宕宗官宙定宛宜客宣室宥宦宮宰害宴宵家宸容宿寂寄寅密寇富寐寒寓寞察寡寢寥實寧寨審寫寬寮寰寵寶寸寺封射將專尉尊尋對導小少尕尖尚尤尪尬就尷尸尹尺尻尼尾尿局屁居屆屈屋屍屎屏屑展屜屠屢層履屬屯山岌岐岑岔岡岩岫岬岱岳岷岸峇峋峒峙峨峪峭峰島峻峽崁崆崇崎崑崔崖崗崙崚崛崞崢崤崧崩崮崴崽嵊嵌嵎嵐嵩嵬嵯嶄嶇嶙嶲嶷嶺嶼嶽巍巒巔巖川州巡巢工左巧巨巫差巰己已巳巴巷巽巾市布帆希帑帕帖帘帚帛帝帥師席帳帶帷常帽幄幅幌幕幗幘幟幡幢幣幫干平年并幸幹幻幼幽幾庄庇床庋序底庖店庚府庠度座庫庭庵庶康庸庹庾廁廂廈廉廊廒廓廕廖廚廝廟廠廡廢廣廩廬廳延廷建廿弁弄弈弊弋式弒弓弔引弗弘弛弟弢弦弧弩弱張強弼彆彈彊彌彎彗彘彙形彤彥彧彩彪彬彭彰影彷役彼彿往征待徇很徊律後徐徑徒得徘徙從徠御徨復循徬徭微徵德徹徽心必忌忍忐忑忒忖志忘忙忠忡忤快忭忱念忸忻忽忿怎怒怕怖思怠怡急性怨怩怪怯恁恂恃恆恉恍恐恕恙恢恣恤恥恨恩恪恫恬恭息恰恿悄悅悉悌悍悔悖悚悝悟悠患您悱悲悵悶悸悼悽情惆惇惊惋惑惕惚惜惟惠惡惦惰惱想惶惹惺惻愁愆愈愉愍意愕愚愛感愧愫愷愿慄慈態慌慎慕慘慚慟慢慣慧慨慫慮慰慵慶慷慾憂憊憎憐憑憚憤憧憨憩憫憬憲憶憾懂懃懇懈應懊懋懣懦懲懶懷懸懺懼懾懿戀戇戈戊戌戍戎成我戒戕或戚戛戟戡截戮戰戲戳戴戶戾房所扁扇扈手才扎扑扒打扔托扛扣扦扭扮扯扳扶批扼找承技抃抄抉把抑抒抓投抖抗折抨披抬抱抵抹押抽拂拄拆拇拈拉拋拌拍拎拐拒拓拔拖拗拘拙拚招拜括拭拮拯拱拳拴拷拼拽拾拿持挂指按挑挖挨挪挫振挹挺挽挾捂捅捆捉捍捎捏捐捕捧捨捩捫据捱捲捶捷捺捻掀掃掄授掉掌掎掏掐排掖掘掙掛掟掠採探掣接控推掩措掰掾揀揆揉揍描提插揖揚換握揣揩揪揭揮援揹損搏搐搓搖搗搜搞搡搥搪搬搭搶摒摔摘摧摩摭摯摶摸摹摺摻摽撂撇撈撐撒撓撕撞撤撥撩撫撬播撮撰撲撻撼撾撿擁擂擄擅擇擊擋操擎擒擔擘據擠擢擦擬擭擱擲擴擺擾攀攄攏攔攘攙攜攝攣攤攪攫攬支收攸改攻放政故效敏救敔敕敖敗敘教敝敞敢散敦敬敲整敵敷數斂斃文斌斐斑斗料斛斜斟斡斤斥斧斫斬斯新斷方於施旁旃旄旅旋旌族旒旗既日旦旨早旬旭旱旺旻昀昂昃昆昇昊昌明昏易昔昕昝星映昤春昧昨昭是昱昴昵昶時晃晉晏晒晙晚晝晞晟晤晦晨普景晰晴晶晸智晾暄暇暈暉暌暐暑暖暗暝暠暢暨暫暮暱暴暹曄曆曉曖曙曜曝曠曦曩曬曰曲曳更書曹曼曾替最會月有朋服朔朕朗望朝期木未末本札朱朴朵朽杆杉李杏材村杖杜杞束杠杭杯杰東杲杳杵杷杻杼松板枇枉枋析枕林枚果枝枯架枷枸柁柄柏某柑染柔柘柚柜柝柞柢查柩柬柯柰柱柳柴柵柿栓栖栗栝校栩株栲核根格栽桀桂桃桅框案桉桌桎桐桑桓桴桶桿梁梅梆梏梓梗條梟梢梧梨梭梯械梳梵棄棉棋棍棐棒棕棗棘棚棟棠棣棧棨棪棫森棱棲棵棹棺棻棼椅椋植椎椏椒椰椴椿楊楓楔楙楚楞楠楢楣楨楫業極楷楹概榆榎榔榕榛榜榨榭榮榴榷榻榿槃槊構槍槎槐槓槙槤槭槳槻槽槿樁樂樊樑樓樗標樞樟模樣樵樸樹樺樽橄橇橈橋橘橙機橡橢橫橿檀檄檎檐檔檗檜檢檬檯檳檸檻櫃櫓櫚櫛櫟櫥櫧櫨櫬櫸櫻欄權欒欖欠次欣欲欹欺欽款歃歆歇歉歌歎歐歙歜歟歡止正此步武歧歪歲歷歸歹死殂殃殆殉殊殖殘殫殭殮殯殲段殷殺殼殿毀毅毆毋母每毒毓比毖毗毘毛毫毬毯毽氏氐民氓气氘氙氚氛氟氣氦氧氨氫氬氮氯氰水永氾汀汁求汊汎汐汕汗汙汛汜汝汞江池污汨汪汰汲汴汶決汽汾沁沂沃沅沈沉沌沐沒沓沔沖沙沚沛沫沭沮沱河沸油治沼沽沾沿況泄泅泉泊泌泓法泖泗泚泛泡波泣泥注泫泮泰泳泵洄洋洌洒洗洙洛洞津洩洪洮洱洲洵洶洸洹活洽派流浙浚浦浩浪浮浴海浸涂涅涇消涉涌涕涪涮涯液涵涼涿淀淄淅淆淇淋淌淑淒淖淘淙淚淞淡淤淦淨淪淫淮淯深淳淵混淹淺添淼清渚減渝渠渡渣渤渥渦測渭港渲渴游渺渾湃湄湊湍湖湘湛湜湟湣湧湮湯溉源準溘溜溝溟溢溥溧溪溫溯溲溴溶溺溼溽滁滂滄滅滇滋滌滎滑滓滔滕滘滬滯滲滴滷滸滾滿漁漂漆漏漓演漕漠漢漣漩漪漫漬漱漲漳漶漸漾漿潁潑潔潘潛潞潟潢潤潭潮潯潰潸潼澀澂澄澆澈澍澎澔澗澡澤澧澮澱澳澹激濁濂濃濉濕濘濛濟濠濡濤濫濬濮濰濱濺濾瀆瀉瀋瀏瀑瀕瀘瀚瀛瀝瀟瀦瀧瀨瀾灌灑灘灝灞灣火灰灶灸灼災炅炊炎炒炕炖炙炤炫炬炭炮炯炳炸為烜烤烯烴烷烹烽焉焊焙焚焜無焦焯焰然煃煇煉煌煎煒煙煜煞煤煥照煩煬煮煲煽熄熊熏熒熔熙熟熨熬熱熵熹熾燁燃燄燈燉燊燎燒燕燙營燥燦燧燬燭燮燹燼燾爆爇爍爐爛爪爬爭爰爵父爸爹爺爽爾牂牆片版牌牒牘牙牛牟牠牡牢牧物牲特牽犀犁犍犒犛犢犧犬犯狀狂狄狌狐狗狙狠狡狩狸狹狼狽猁猖猗猛猜猝猞猥猩猴猶猷猾猿獄獅獎獗獠獨獲獵獷獸獻獼獾玄率玉王玕玖玟玠玥玦玩玫玲玳玷玻珀珂珈珊珍珙珞珠珩珪班珮珽現球琅理琇琉琊琍琚琛琢琥琦琨琪琮琯琰琳琴琵琶瑁瑋瑕瑙瑚瑛瑜瑞瑟瑣瑤瑩瑪瑭瑯瑰瑾璀璃璆璇璉璋璐璘璜璞璟璦璧璨璫環璽璿瓊瓏瓚瓜瓢瓣瓦瓮瓶瓷甄甕甘甚甜生產甥甦用甩甫甬甯田由甲申男甸町甾畀畈畋界畏畔留畜畝畢畤略畦番畫異當畸畿疆疇疊疏疑疙疚疝疣疤疥疫疲疳疵疹疼疾病症痊痍痔痕痘痙痛痞痢痣痰痲痳痴痹痺痿瘀瘁瘉瘋瘍瘓瘟瘠瘡瘤瘦瘧瘩瘳瘴療癆癌癒癘癟癡癢癬癮癱癸登發白百皂的皆皇皈皋皎皓皖皚皮皰皺皿盂盃盅盆盈益盎盒盔盛盜盞盟盡監盤盥盧盪目盯盱盲直相盼盾省眈眉看眙真眠眨眩眭眯眶眷眸眺眼眾睇睛睜睞睡睢督睦睪睫睬睹睽睾睿瞄瞇瞋瞎瞑瞞瞢瞧瞪瞬瞭瞰瞳瞻瞿矗矚矛矜矢矣知矩短矮矯石矻矽砂砆砌砍研砝砟砢砦砧砭砲破砵砸硃硅硒硝硤硨硫硬确硯硼硿碇碌碎碑碓碗碘碚碟碣碧碩碭碰碳碴確碻碼碾磁磅磊磋磐磔磚磡磧磨磬磯磲磷磺礁礎礑礙礦礪礫示礽社祀祁祂祇祈祉祊祐祕祖祗祚祛祜祝神祟祠祥祧票祭祺祿禁禍禎福禕禦禧禪禮禱禳禹禺禽禾禿秀私秉秋科秒秕秘租秣秤秦秧秩秫秸移稀稃稅程稍稔稗稙稚稜稞稟稠種稱稷稻稼稽稿穀穆穌積穎穗穢穩穫穴究穹空穿突窄窆窈窒窕窖窗窘窟窠窨窩窪窮窯窺窿竄竅竇竊立竑站竟章竣童竭端競竹竺竽竿笈笏笑笘笙笛笞笠符笨第笭筅筆等筊筋筍筏筐筑筒答策筠筩筮筱筲筵筷箇箋箍箏箔箕算管箬箭箱箴箸節範篆篇築篙篚篠篡篤篦篩篷篾簇簋簑簡簧簪簷簸簽簾簿籀籃籌籍籙籠籤籬籲米籽粉粑粒粕粗粘粟粥粱粲粵粹粽精粿糊糌糕糖糙糜糞糟糠糧糯糰糴糸系糾紀約紅紆紉紊紋納紐紓純紗紘紙級紛紜素紡索紫紮累細紳紹紺絀終絃組結絕絛絜絞絡絢給絨絮統絲絳絹綁綏綑經綜綠綢綦綬維綱網綴綵綸綺綻綽綾綿緊緋緒線緝緞締緣編緩緬緯練緻縉縊縑縛縝縞縣縫縮縯縱縷總績繁繃繆織繕繖繞繡繩繪繫繭繳繹繼纂纇纈續纏纓纖纘纛纜缶缸缺缽罄罌罐罔罕罘罟罩罪置罰署罵罷罹羅羆羈羊羌美羔羚羞群羥羧羨義羯羰羲羸羹羽羿翁翅翊翌翎習翔翟翠翡翥翦翩翮翰翱老考耄者耆耋而耍耐耒耕耖耗耘耙耜耦耳耶耽耿聆聊聒聖聘聚聞聯聰聲聳聶職聽聾聿肄肅肆肇肉肋肌肖肘肚肛肜肝股肢肥肩肪肫肯肱育肺胂胃胄背胎胖胚胛胞胡胤胥胭胯胰胱胸胺能脂脅脆脈脊脖脛脣脩脫脹脾腆腊腋腌腎腐腑腓腔腕腥腦腧腫腰腱腳腴腸腹腺腿膀膂膈膊膏膚膛膜膝膠膨膩膳膺膽膾膿臀臂臃臆臉臊臘臚臞臟臣臥臧臨自臬臭至致臺臻臼臾舀舂舅與興舉舊舌舍舒舔舖舜舞舟航般舵舶舷舸船舺艇艮良艱色艷艾芊芋芍芎芒芙芝芡芥芩芫芬芭芮芯花芳芷芸芹芽芾苑苒苓苔苕苗苛苜苞苟苡苣若苦苧苯英苳苹苻苾茁茂范茄茅茆茉茌茗茛茜茨茫茯茱茲茴茵茶茸茹荀荃荅草荊荏荐荒荔荖荷荸荻荼荽莆莉莊莎莒莓莖莘莞莢莪莫莽菀菁菅菇菊菌菏菑菘菜菠菡菩華菱菲菴菸萁萃萄萇萊萌萍萎萩萬萱萸萼落葆葉著葛葡董葦葫葬葳葵葶葺蒂蒐蒔蒙蒜蒞蒡蒨蒯蒲蒴蒸蒺蒼蒿蓀蓄蓆蓉蓋蓑蓓蓬蓮蓼蔑蔓蔗蔚蔡蔣蔥蔬蔭蔻蔽蕃蕈蕉蕊蕙蕞蕨蕩蕪蕭蕾薄薇薈薊薑薙薛薜薦薨薩薪薯薰薹薺藉藍藏藐藕藜藝藤藥藨藩藪藻蘄蘅蘆蘇蘊蘋蘑蘚蘧蘭蘸蘼蘿虎虐虔處虖虛虜虞號虧虫虱虹蚊蚌蚓蚕蚜蚣蚤蚨蚩蚪蚵蚺蛄蛆蛇蛉蛋蛐蛔蛙蛛蛟蛤蛩蛭蛹蛺蛻蛾蜀蜂蜆蜈蜊蜑蜒蜓蜘蜚蜜蜡蜥蜱蜴蜷蜻蜿蝌蝕蝗蝘蝙蝠蝦蝮蝴蝶蝸螂螃螈融螞螟螢螭螯螳螺螽蟀蟄蟆蟈蟋蟑蟠蟬蟲蟹蟻蟾蠃蠅蠆蠍蠑蠓蠔蠕蠟蠡蠢蠣蠱蠲蠶蠻血行衍術街衙衛衝衡衢衣表衫衰衷衹袁袋袍袒袖袛袞袪被袱裁裂裔裕裘裙補裝裡裨裱裲裳裴裸裹製裾褂複褐褒褚褡褥褪褫褲褶褸褻襄襖襟襠襤襦襪襬襯襲西要覃覆見規覓視覘親覲覺覽觀角觔觚觝解觴觸觿言訂訃訇計訊訌討訐訓訕訖託記訛訝訟訢訣訥訪設許訴訶診註証詐詒詔評詗詛詞詠詢試詩詫詬詭詮詰話該詳詹詼誅誇誌認誓誕誘語誠誡誣誤誥誦誨說誰課誼調諂談請諍諏諒論諛諜諡諤諦諧諫諭諮諱諳諷諸諺諾謀謁謂謄謇謊謎謗謙謚講謝謠謨謫謬謳謹謾譁證譏識譙譚譜警譬譯議譴護譽讀變讓讖讙讚讞谷谿豁豆豈豉豊豌豎豐豔豚象豢豹豺貂貉貊貌貍貓貝貞負財貢貧貨販貪貫責貴貶買貸費貼貽貿賀賁賂賃賄資賈賊賑賓賚賜賞賠賡賢賣賤賦質賬賭賴賸賺購賽贇贈贊贏贓贖贛赤赦赫赭走赴赶起趁超越趕趙趟趣趨足趴趵趾跆跋跌跑跖跗跛距跟跡跣跤跨跪路跳踊踏踐踝踞踢踩踰踴踵踹蹂蹄蹇蹈蹊蹋蹔蹟蹠蹤蹦蹬蹭蹯蹲蹴蹶蹼躁身躬躲躺軀車軋軌軍軒軔軛軟軫軸軾較輅載輒輓輔輕輛輜輝輟輩輪輯輸輻輾輿轂轄轅轉轍轎轟辛辜辟辣辦辨辭辯辰辱農迂迄迅迎近返迢迤迥迦迨迪迫迭述迴迷迺追退送适逃逄逅逆逋逍透逐逑途逕逗這通逛逝逞速造逢連逮逯週進逵逶逸逼逾遁遂遇遊運遍過遏遐遑遒道達違遘遙遜遞遠遣遨適遭遮遲遴遵遶遷選遺遼遽避邀邁邂還邇邈邊邏邑邕邛邠邢那邦邪邯邰邱邳邴邵邸邽邾郁郃郅郇郊郎郛郜郝郡郢部郭郯郴郵都郾鄂鄉鄒鄔鄙鄞鄧鄭鄯鄰鄱鄴鄺酆酉酊酋酌配酐酒酗酚酣酥酩酪酬酮酯酴酵酷酸醅醇醉醋醍醐醒醚醛醜醞醣醫醬醮醯醴釀釁采釉釋里重野量釐金釗釘釜針釣釦釧釵釷鈉鈍鈔鈕鈞鈣鈴鈷鈸鈺鈾鉀鉅鉉鉑鉗鉚鉛鉞鉤鉬鉸鉻銀銃銅銓銖銘銜銥銨銫銳銷銼鋁鋅鋆鋒鋤鋪鋰鋸鋼錄錐錒錕錘錚錠錡錢錦錨錫錮錯錳錶鍊鍋鍍鍛鍥鍬鍰鍱鍵鍶鍼鍾鎂鎊鎌鎖鎗鎚鎡鎧鎩鎬鎮鎳鏈鏖鏗鏘鏞鏟鏡鏢鏤鏽鐘鐙鐮鐵鐸鑄鑊鑑鑒鑣鑫鑰鑱鑲鑷鑼鑽鑾鑿長門閂閃閉開閏閑閒間閔閘閡閣閤閥閨閩閫閭閱閹閻閼閾闆闇闈闊闌闓闔闕闖關闞闡闢阜阡阪阮阱防阻阽阿陀陂附陋陌降限陛陝陞陟陡院陣除陪陰陲陳陵陶陷陸陽隄隅隆隈隊隋隍階隔隕隗隘隙際障隧隨險隱隴隸隹隻隼雀雁雄雅集雇雉雋雌雍雎雒雕雖雘雙雛雜雞離難雨雪雯雰雲零雷雹電需霄霆震霉霍霎霏霑霓霖霙霜霞霧霨霰露霸霹霽霾靂靄靈青靖靚靛靜非靠靡面靨革靳靴靶靼鞅鞋鞍鞏鞘鞠鞣鞭韁韃韋韌韓韜韞韭音韶韻響頁頂頃項順須頊頌頏預頑頒頓頗領頜頡頤頦頭頰頷頸頹頻顆題額顎顏顒顓願顙顛類顥顧顫顯顱風颯颱颶飄飆飛食飢飩飪飭飯飲飴飼飽飾餅餉養餌餐餒餓餘餚餛餞餡館餬餵餽餾饅饈饋饌饑饒饕饗首馗香馥馨馬馭馮馳馴駁駐駒駕駙駛駝駭駱駿騁騎騏騑騙騧騫騰騷騾驁驃驄驅驊驍驕驗驚驛驟驢驤驩驪骨骰骷骸骼髀髏髒髓體髖高髦髮髯髻鬃鬆鬍鬘鬚鬟鬣鬥鬧鬩鬯鬱鬲鬻鬼魁魂魄魅魋魏魔魚魨魯魴魷鮆鮑鮚鮠鮨鮪鮫鮭鮮鮸鯁鯉鯊鯔鯖鯛鯡鯧鯨鯰鯽鰈鰍鰓鰨鰭鰲鰻鱄鱈鱔鱗鱘鱠鱧鱨鱷鱸鱺鳥鳩鳳鳴鳶鴉鴒鴛鴞鴦鴨鴻鴿鵝鵠鵡鵪鵬鵰鵲鶉鶩鶯鶴鶿鷗鷳鷸鷹鷺鸕鸚鸛鸞鹵鹹鹼鹽鹿麂麇麋麒麓麗麝麟麥麩麴麵麻麼麾黃黎黏黑黔默黛黜點黠黧黨黯黴黷黼鼎鼐鼓鼠鼬鼻齊齋齒齡齣齦齧龍龐龔龕龜龢", + "character_set_source": "easyocr.config recognition_models.gen1.zh_tra_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 5381 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 5381, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/chinese/weights.safetensors b/EasyOCR/recognition/gen1/chinese/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..aa6c35ba7bbf6ce74bea339dea366593a2035408 --- /dev/null +++ b/EasyOCR/recognition/gen1/chinese/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62cc16b77a568e4107b565d1706f3b774a995eb8fd3bf40883cfa35da830dd3 +size 226035620 diff --git a/EasyOCR/recognition/gen1/chinese_sim/manifest.json b/EasyOCR/recognition/gen1/chinese_sim/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0481662d1ad0d0956c2b50b4819b4aa17a14de20 --- /dev/null +++ b/EasyOCR/recognition/gen1/chinese_sim/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "56821c103a44e2852b01557514e4f0b6f67e6bce78b2037e17b3891334280d2a", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 6710, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ一丁七万丈三上下不与丐丑专且丕世丘丙业丛东丝丞丢两严丧个丫中丰串临丸丹为主丽举乃久么义之乌乍乎乏乐乒乓乔乖乘乙乜九乞也习乡书乩买乱乳乾了予争事二亍于亏云互亓五井亘亚些亟亡亢交亥亦产亨亩享京亭亮亲亳亵人亿什仁仂仃仄仅仆仇仉今介仍从仑仓仔仕他仗付仙仞仟仡代令以仨仪仫们仰仲仳仵件价任份仿企伉伊伍伎伏伐休众优伙会伛伞伟传伢伤伦伧伪伫伯估伴伶伸伺似伽佃但位低住佐佑体何佗佘余佚佛作佝佞佟你佣佤佥佩佬佯佰佳佴佶佻佼佾使侃侄侈侉例侍侏侑侔侗供依侠侣侥侦侧侨侩侪侬侮侯侵便促俄俅俊俎俏俐俑俗俘俚俜保俞俟信俣俦俨俩俪俭修俯俱俳俸俺俾倌倍倏倒倔倘候倚倜借倡倥倦倨倩倪倬倭债值倾偃假偈偌偎偏偕做停健偬偶偷偻偾偿傀傅傈傍傣傥傧储傩催傲傻像僖僚僦僧僬僭僮僳僵僻儆儇儋儒儡儿兀允元兄充兆先光克免兑兔兕兖党兜兢入全八公六兮兰共关兴兵其具典兹养兼兽冀冁内冈冉册再冒冕冗写军农冠冢冤冥冬冯冰冱冲决况冶冷冻冼冽净凄准凇凉凋凌减凑凛凝几凡凤凫凭凯凰凳凶凸凹出击凼函凿刀刁刃分切刈刊刍刎刑划刖列刘则刚创初删判刨利别刭刮到刳制刷券刹刺刻刽刿剀剁剂剃削剌前剐剑剔剖剜剞剡剥剧剩剪副割剽剿劁劂劈劐劓力劝办功加务劢劣动助努劫劬劭励劲劳劾势勃勇勉勋勐勒勖勘募勤勰勺勾勿匀包匆匈匍匏匐匕化北匙匝匠匡匣匦匪匮匹区医匾匿十千卅升午卉半华协卑卒卓单卖南博卜卞卟占卡卢卣卤卦卧卫卮卯印危即却卵卷卸卺卿厂厄厅历厉压厌厍厕厘厚厝原厢厣厥厦厨厩厮去县叁参又叉及友双反发叔取受变叙叛叟叠口古句另叨叩只叫召叭叮可台叱史右叵叶号司叹叻叼叽吁吃各吆合吉吊同名后吏吐向吒吓吕吗君吝吞吟吠吡吣否吧吨吩含听吭吮启吱吲吴吵吸吹吻吼吾呀呃呆呈告呋呐呓呔呕呖呗员呙呛呜呢呤呦周呱呲味呵呶呷呸呻呼命咀咂咄咆咋和咎咏咐咒咔咕咖咙咚咛咝咣咤咦咧咨咩咪咫咬咭咯咱咳咴咸咻咽咿哀品哂哄哆哇哈哉哌响哎哏哐哑哓哔哕哗哙哚哝哞哟哥哦哧哨哩哪哭哮哲哳哺哼哽哿唁唆唇唉唏唐唑唔唛唠唢唣唤唧唪唬售唯唱唳唷唼唾唿啁啃啄商啉啊啐啕啖啜啡啤啥啦啧啪啬啭啮啵啶啷啸啻啼啾喀喁喂喃善喇喈喉喊喋喏喑喔喘喙喜喝喟喧喱喳喵喷喹喻喽喾嗄嗅嗉嗌嗍嗑嗒嗓嗔嗖嗜嗝嗟嗡嗣嗤嗥嗦嗨嗪嗫嗬嗯嗲嗳嗵嗷嗽嗾嘀嘁嘈嘉嘌嘎嘏嘘嘛嘞嘟嘣嘤嘧嘬嘭嘱嘲嘴嘶嘹嘻嘿噌噍噎噔噗噙噜噢噤器噩噪噫噬噱噶噻噼嚅嚆嚎嚏嚓嚣嚯嚷嚼囊囔囚四囝回囟因囡团囤囫园困囱围囵囹固国图囿圃圄圆圈圉圊圜土圣在圩圪圬圭圮圯地圳圹场圻圾址坂均坊坌坍坎坏坐坑块坚坛坜坝坞坟坠坡坤坦坨坩坪坫坭坯坳坷坻坼垂垃垄垅垆型垌垒垓垛垠垡垢垣垤垦垧垩垫垭垮垲垸埂埃埋城埏埒埔埕埘埙埚埝域埠埤埭埯埴埸培基埽堂堆堇堋堍堑堕堙堞堠堡堤堪堰堵塄塌塍塑塔塘塞塥填塬塾墀墁境墅墉墒墓墙增墟墨墩墼壁壅壑壕壤士壬壮声壳壶壹处备复夏夔夕外夙多夜够夤夥大天太夫夭央夯失头夷夸夹夺夼奁奂奄奇奈奉奋奎奏契奔奕奖套奘奚奠奢奥女奴奶奸她好妁如妃妄妆妇妈妊妍妒妓妖妗妙妞妣妤妥妨妩妪妫妮妯妲妹妻妾姆姊始姐姑姒姓委姗姘姚姜姝姣姥姨姬姹姻姿威娃娄娅娆娇娈娉娌娑娓娘娜娟娠娣娥娩娱娲娴娶娼婀婆婉婊婕婚婢婧婪婴婵婶婷婺婿媒媚媛媪媲媳媵媸媾嫁嫂嫉嫌嫒嫔嫖嫘嫜嫠嫡嫣嫦嫩嫫嫱嬉嬖嬗嬴嬷孀子孑孓孔孕字存孙孚孛孜孝孟孢季孤孥学孩孪孬孰孱孳孵孺孽宁它宄宅宇守安宋完宏宓宕宗官宙定宛宜宝实宠审客宣室宥宦宪宫宰害宴宵家宸容宽宾宿寂寄寅密寇富寐寒寓寝寞察寡寤寥寨寮寰寸对寺寻导寿封射将尉尊小少尔尕尖尘尚尜尝尤尥尧尬就尴尸尹尺尻尼尽尾尿局屁层居屈屉届屋屎屏屐屑展屙属屠屡屣履屦屯山屹屺屿岁岂岈岌岍岐岑岔岖岗岘岙岚岛岢岣岩岫岬岭岱岳岵岷岸岿峁峄峋峒峙峡峤峥峦峨峪峭峰峻崂崃崆崇崎崔崖崛崞崤崦崧崩崭崮崴崽嵇嵊嵋嵌嵘嵛嵝嵩嵫嵬嵯嵴嶂嶙嶝嶷巅巍川州巡巢工左巧巨巩巫差巯己已巳巴巷巽巾币市布帅帆师希帏帐帑帔帕帖帘帙帚帛帜帝带帧席帮帱帷常帻帼帽幂幄幅幌幔幕幛幞幡幢干平年并幸幺幻幼幽广庀庄庆庇床庋序庐庑库应底庖店庙庚府庞废庠庥度座庭庳庵庶康庸庹庾廉廊廒廓廖廛廨廪延廷建廿开弁异弃弄弈弊弋式弑弓引弗弘弛弟张弥弦弧弩弭弯弱弹强弼彀归当录彖彗彘彝形彤彦彩彪彬彭彰影彳彷役彻彼往征徂径待徇很徉徊律後徐徒徕得徘徙徜御徨循徭微徵德徼徽心必忆忉忌忍忏忐忑忒忖志忘忙忝忠忡忤忧忪快忭忮忱念忸忻忽忾忿怀态怂怃怄怅怆怊怍怎怏怒怔怕怖怙怛怜思怠怡急怦性怨怩怪怫怯怵总怼怿恁恂恃恋恍恐恒恕恙恚恝恢恣恤恧恨恩恪恫恬恭息恰恳恶恸恹恺恻恼恽恿悃悄悉悌悍悒悔悖悚悛悝悟悠患悦您悫悬悭悯悱悲悴悸悻悼情惆惊惋惑惕惘惚惜惝惟惠惦惧惨惩惫惬惭惮惯惰想惴惶惹惺愀愁愆愈愉愍愎意愕愚感愠愣愤愦愧愫愿慈慊慌慎慑慕慝慢慧慨慰慵慷憋憎憔憝憧憨憩憬憷憾懂懈懊懋懑懒懦懵懿戆戈戊戋戌戍戎戏成我戒戕或戗战戚戛戟戡戢戥截戬戮戳戴户戽戾房所扁扃扇扈扉手扌才扎扑扒打扔托扛扣扦执扩扪扫扬扭扮扯扰扳扶批扼找承技抄抉把抑抒抓投抖抗折抚抛抟抠抡抢护报抨披抬抱抵抹抻押抽抿拂拄担拆拇拈拉拊拌拍拎拐拒拓拔拖拗拘拙拚招拜拟拢拣拥拦拧拨择括拭拮拯拱拳拴拶拷拼拽拾拿持挂指挈按挎挑挖挚挛挝挞挟挠挡挢挣挤挥挨挪挫振挲挹挺挽捂捃捅捆捉捋捌捍捎捏捐捕捞损捡换捣捧捩捭据捱捶捷捺捻掀掂掇授掉掊掌掎掏掐排掖掘掠探掣接控推掩措掬掭掮掰掳掴掷掸掺掼掾揄揆揉揍揎描提插揖揞揠握揣揩揪揭援揶揸揽揿搀搁搂搅搋搌搏搐搓搔搛搜搞搠搡搦搪搬搭搴携搽摁摄摅摆摇摈摊摒摔摘摞摧摩摭摸摹摺撂撄撅撇撑撒撕撖撙撞撤撩撬播撮撰撵撷撸撺撼擀擂擅操擎擐擒擘擞擢擤擦攀攉攒攘攥攫攮支收攸改攻放政故效敉敌敏救敕敖教敛敝敞敢散敦敫敬数敲整敷文斋斌斐斑斓斗料斛斜斟斡斤斥斧斩斫断斯新方於施旁旃旄旅旆旋旌旎族旒旖旗无既日旦旧旨早旬旭旮旯旰旱时旷旺昀昂昃昆昊昌明昏易昔昕昙昝星映春昧昨昭是昱昴昵昶昼显晁晃晋晌晏晒晓晔晕晖晗晚晟晡晤晦晨普景晰晴晶晷智晾暂暄暇暌暑暖暗暝暧暨暮暴暹暾曙曛曜曝曦曩曰曲曳更曷曹曼曾替最月有朊朋服朐朔朕朗望朝期朦木未末本札术朱朴朵机朽杀杂权杆杈杉杌李杏材村杓杖杜杞束杠条来杨杪杭杯杰杲杳杵杷杼松板极构枇枉枋析枕林枘枚果枝枞枢枣枥枧枨枪枫枭枯枰枳枵架枷枸柁柃柄柏某柑柒染柔柘柙柚柜柝柞柠柢查柩柬柯柰柱柳柴柽柿栀栅标栈栉栊栋栌栎栏树栓栖栗栝校栩株栲栳样核根格栽栾桀桁桂桃桄桅框案桉桊桌桎桐桑桓桔桕桠桡桢档桤桥桦桧桨桩桫桴桶桷梁梃梅梆梏梓梗梢梦梧梨梭梯械梳梵检棂棉棋棍棒棕棘棚棠棣森棰棱棵棹棺棼椁椅椋植椎椐椒椟椠椤椭椰椴椹椽椿楂楔楗楚楝楞楠楣楦楫楮楷楸楹楼榀概榄榆榇榈榉榍榔榕榛榜榧榨榫榭榱榴榷榻槁槊槌槎槐槔槛槟槠槭槲槽槿樊樗樘樟模樨横樯樱樵樽樾橄橇橐橘橙橛橡橥橱橹橼檀檄檎檐檑檗檠檩檫檬欠次欢欣欤欧欲欷欺款歃歆歇歉歌歙止正此步武歧歪歹死歼殁殂殃殄殆殇殉殊残殍殒殓殖殚殛殡殪殳殴段殷殿毁毂毅毋母每毒毓比毕毖毗毙毛毡毪毫毯毳毵毹毽氅氆氇氍氏氐民氓气氕氖氘氙氚氛氟氡氢氤氦氧氨氩氪氮氯氰氲水永氽汀汁求汆汇汉汊汐汔汕汗汛汜汝汞江池污汤汨汩汪汰汲汴汶汹汽汾沁沂沃沅沆沈沉沌沏沐沓沔沙沛沟没沣沤沥沦沧沩沪沫沭沮沱河沸油治沼沽沾沿泄泅泉泊泌泐泓泔法泖泗泛泞泠泡波泣泥注泪泫泮泯泰泱泳泵泷泸泺泻泼泽泾洁洄洇洋洌洎洒洗洙洚洛洞津洧洪洫洮洱洲洳洵洹活洼洽派流浃浅浆浇浈浊测浍济浏浑浒浓浔浙浚浜浞浠浣浦浩浪浮浯浴海浸浼涂涅消涉涌涎涑涓涔涕涛涝涞涟涠涡涣涤润涧涨涩涪涫涮涯液涵涸涿淀淄淅淆淇淋淌淑淖淘淙淝淞淠淡淤淦淫淬淮深淳混淹添淼清渊渌渍渎渐渑渔渖渗渚渝渠渡渣渤渥温渫渭港渲渴游渺湃湄湍湎湔湖湘湛湟湫湮湾湿溃溅溆溉溏源溘溜溟溢溥溧溪溯溱溲溴溶溷溺溻溽滁滂滇滋滏滑滓滔滕滗滚滞滟滠满滢滤滥滦滨滩滴滹漂漆漉漏漓演漕漠漤漩漪漫漭漯漱漳漶漾潆潇潋潍潘潜潞潢潦潭潮潲潴潸潺潼澄澈澉澌澍澎澜澡澧澳澶澹激濂濉濑濒濞濠濡濮濯瀑瀚瀛瀣瀵瀹灌灏灞火灭灯灰灵灶灸灼灾灿炀炅炉炊炎炒炔炕炖炙炜炝炫炬炭炮炯炱炳炷炸点炻炼炽烀烁烂烃烈烊烘烙烛烟烤烦烧烨烩烫烬热烯烷烹烽焉焊焐焓焕焖焘焙焚焦焯焰焱然煅煊煌煎煜煞煤煦照煨煮煲煳煸煺煽熄熊熏熔熘熙熟熠熨熬熵熹燃燎燔燕燠燥燧燮燹爆爝爨爪爬爰爱爵父爷爸爹爻爽爿片版牌牍牒牖牙牛牝牟牡牢牦牧物牮牯牲牵特牺牾犀犁犄犊犋犍犏犒犟犬犯犰犴状犷犸犹狁狂狃狄狈狍狎狐狒狗狙狞狠狡狨狩独狭狮狯狰狱狲狳狴狷狸狺狻狼猁猃猊猎猕猖猗猛猜猝猞猡猢猥猩猪猫猬献猱猴猷猸猹猾猿獍獐獒獗獠獬獭獯獾玄率玉王玎玑玖玛玢玩玫玮环现玲玳玷玺玻珀珂珈珉珊珍珏珐珑珙珞珠珥珧珩班珲球琅理琉琏琐琚琛琢琥琦琨琪琬琮琰琳琴琵琶琼瑁瑕瑗瑙瑚瑛瑜瑞瑟瑭瑰瑶瑾璀璁璃璇璋璎璐璜璞璧璨璩瓒瓜瓞瓠瓢瓣瓤瓦瓮瓯瓴瓶瓷瓿甄甏甑甓甘甙甚甜生甥用甩甫甬甭田由甲申电男甸町画甾畀畅畈畋界畎畏畔留畚畛畜略畦番畲畴畸畹畿疃疆疋疏疑疔疖疗疙疚疝疟疠疡疣疤疥疫疬疮疯疰疱疲疳疴疵疸疹疼疽疾痂痃痄病症痈痉痊痍痒痔痕痘痛痞痢痣痤痦痧痨痪痫痰痱痴痹痼痿瘀瘁瘃瘅瘊瘌瘐瘗瘘瘙瘛瘟瘠瘢瘤瘥瘦瘩瘪瘫瘭瘰瘳瘴瘵瘸瘼瘾瘿癀癃癌癍癔癖癜癞癣癫癯癸登白百皂的皆皇皈皋皎皑皓皖皙皤皮皱皲皴皿盂盅盆盈益盍盎盏盐监盒盔盖盗盘盛盟盥目盯盱盲直相盹盼盾省眄眇眈眉看眍眙眚真眠眢眦眨眩眭眯眵眶眷眸眺眼着睁睃睇睐睑睚睛睡睢督睥睦睨睫睬睹睽睾睿瞀瞄瞅瞌瞍瞎瞑瞒瞟瞠瞢瞥瞧瞩瞪瞬瞰瞳瞵瞻瞽瞿矍矗矛矜矢矣知矧矩矫矬短矮石矶矸矽矾矿砀码砂砉砌砍砑砒研砖砗砘砚砜砝砟砣砥砧砭砰破砷砸砹砺砻砼砾础硅硇硌硎硐硒硕硖硗硝硪硫硬硭确硷硼碇碉碌碍碎碑碓碗碘碚碛碜碟碡碣碥碧碰碱碲碳碴碹碾磁磅磉磊磋磐磔磕磙磨磬磲磴磷磺礁礅礓礞礤礴示礻礼社祀祁祆祈祉祓祖祗祚祛祜祝神祟祠祢祥祧票祭祯祷祸祺禀禁禄禅禊福禚禧禳禹禺离禽禾秀私秃秆秉秋种科秒秕秘租秣秤秦秧秩秫秭积称秸移秽稀稂稆程稍税稔稗稚稞稠稣稳稷稻稼稽稿穆穑穗穰穴究穷穸穹空穿窀突窃窄窈窍窑窒窕窖窗窘窜窝窟窠窥窦窨窬窭窳窿立竖站竞竟章竣童竦竭端竹竺竽竿笃笄笆笈笊笋笏笑笔笕笙笛笞笠笤笥符笨笪笫第笮笱笳笸笺笼笾筅筇等筋筌筏筐筑筒答策筘筚筛筝筠筢筮筱筲筵筷筹筻签简箅箍箐箔箕算箜管箢箦箧箨箩箪箫箬箭箱箴箸篁篆篇篌篑篓篙篚篝篡篥篦篪篮篱篷篼篾簇簋簌簏簖簟簦簧簪簸簿籀籁籍米籴类籼籽粉粑粒粕粗粘粜粝粞粟粤粥粪粮粱粲粳粹粼粽精糁糅糇糈糊糌糍糕糖糗糙糜糟糠糨糯系紊素索紧紫累絮絷綦綮縻繁繇纂纛纠纡红纣纤纥约级纨纩纪纫纬纭纯纰纱纲纳纵纶纷纸纹纺纽纾线绀绁绂练组绅细织终绉绊绋绌绍绎经绐绑绒结绔绕绗绘给绚绛络绝绞统绠绡绢绣绥绦继绨绩绪绫续绮绯绰绲绳维绵绶绷绸绺绻综绽绾绿缀缁缂缃缄缅缆缇缈缉缌缎缏缑缒缓缔缕编缗缘缙缚缛缜缝缟缠缡缢缣缤缥缦缧缨缩缪缫缬缭缮缯缰缱缲缳缴缵缶缸缺罂罄罅罐网罔罕罗罘罚罟罡罢罨罩罪置罱署罴罹罾羁羊羌美羔羚羝羞羟羡群羧羯羰羲羸羹羼羽羿翁翅翊翌翎翔翕翘翟翠翡翥翦翩翮翰翱翳翻翼耀老考耄者耆耋而耍耐耒耔耕耖耗耘耙耜耠耢耥耦耧耨耩耪耱耳耵耶耷耸耻耽耿聂聃聆聊聋职聍聒联聘聚聩聪聱聿肃肄肆肇肉肋肌肓肖肘肚肛肝肟肠股肢肤肥肩肪肫肭肮肯肱育肴肷肺肼肽肾肿胀胁胂胃胄胆背胍胎胖胗胙胚胛胜胝胞胡胤胥胧胨胩胪胫胬胭胯胰胱胲胳胴胶胸胺胼能脂脆脉脊脍脎脏脐脑脒脓脔脖脘脚脞脬脯脱脲脶脸脾腆腈腊腋腌腐腑腓腔腕腙腚腠腥腧腩腭腮腰腱腴腹腺腻腼腽腾腿膀膂膈膊膏膑膘膛膜膝膦膨膪膳膺膻臀臁臂臃臆臊臌臣臧自臬臭至致臻臼臾舀舁舂舄舅舆舌舍舐舒舔舛舜舞舟舡舢舣舨航舫般舰舱舳舴舵舶舷舸船舻舾艄艇艋艘艚艟艨艮良艰色艳艴艺艽艾艿节芄芈芊芋芍芎芏芑芒芗芘芙芜芝芟芡芥芦芨芩芪芫芬芭芮芯芰花芳芴芷芸芹芽芾苁苄苇苈苊苋苌苍苎苏苑苒苓苔苕苗苘苛苜苞苟苠苡苣苤若苦苫苯英苴苷苹苻茁茂范茄茅茆茈茉茌茎茏茑茔茕茗茚茛茜茧茨茫茬茭茯茱茳茴茵茶茸茹茼荀荃荆荇草荏荐荑荒荔荚荛荜荞荟荠荡荣荤荥荦荧荨荩荪荫荬荭药荷荸荻荼荽莅莆莉莎莒莓莘莛莜莞莠莨莩莪莫莰莱莲莳莴莶获莸莹莺莼莽菀菁菅菇菊菌菏菔菖菘菜菝菟菠菡菥菩菪菰菱菲菹菽萁萃萄萋萌萍萎萏萑萘萜萝萤营萦萧萨萱萸萼落葆葑著葚葛葜葡董葩葫葬葭葱葳葵葶葸葺蒂蒇蒈蒉蒋蒌蒎蒗蒙蒜蒡蒯蒲蒴蒸蒹蒺蒽蒿蓁蓄蓉蓊蓍蓐蓑蓓蓖蓝蓟蓠蓣蓥蓦蓬蓰蓼蓿蔌蔑蔓蔗蔚蔟蔡蔫蔬蔷蔸蔹蔺蔻蔼蔽蕃蕈蕉蕊蕖蕙蕞蕤蕨蕲蕴蕹蕺蕻蕾薄薅薇薏薛薜薤薨薪薮薯薰薷薹藁藉藏藐藓藕藜藤藩藻藿蘅蘑蘖蘧蘩蘸蘼虎虏虐虑虔虚虞虢虫虬虮虱虹虺虻虼虽虾虿蚀蚁蚂蚊蚋蚌蚍蚓蚕蚜蚝蚣蚤蚧蚨蚩蚬蚯蚰蚱蚴蚶蚺蛀蛄蛆蛇蛉蛊蛋蛎蛏蛐蛑蛔蛘蛙蛛蛞蛟蛤蛩蛭蛮蛰蛱蛲蛳蛴蛸蛹蛾蜀蜂蜃蜇蜈蜉蜊蜍蜒蜓蜕蜗蜘蜚蜜蜞蜡蜢蜣蜥蜩蜮蜱蜴蜷蜻蜾蜿蝇蝈蝉蝌蝎蝓蝗蝙蝠蝣蝤蝥蝮蝰蝴蝶蝻蝼蝽蝾螂螃螅螈螋融螗螟螨螫螬螭螯螳螵螺螽蟀蟆蟊蟋蟑蟒蟛蟠蟥蟪蟮蟹蟾蠃蠊蠓蠕蠖蠡蠢蠲蠹蠼血衄衅行衍衔街衙衡衢衣补表衩衫衬衮衰衲衷衽衾衿袁袂袄袅袈袋袍袒袖袜袢袤被袭袱袼裁裂装裆裉裎裒裔裕裘裙裟裢裣裤裥裨裰裱裳裴裸裹裼裾褂褊褐褒褓褙褚褛褡褥褪褫褰褴褶襁襄襞襟襦襻西要覃覆见观规觅视觇览觉觊觋觌觎觏觐觑角觖觚觜觞解觥触觫觯觳言訇訾詈詹誉誊誓謇警譬计订讣认讥讦讧讨让讪讫训议讯记讲讳讴讵讶讷许讹论讼讽设访诀证诂诃评诅识诈诉诊诋诌词诎诏译诒诓诔试诖诗诘诙诚诛诜话诞诟诠诡询诣诤该详诧诨诩诫诬语诮误诰诱诲诳说诵请诸诹诺读诼诽课诿谀谁谂调谄谅谆谇谈谊谋谌谍谎谏谐谑谒谓谔谕谖谗谙谚谛谜谝谟谠谡谢谣谤谥谦谧谨谩谪谫谬谭谮谯谰谱谲谳谴谵谶谷豁豆豇豉豌豕豚象豢豪豫豳豸豹豺貂貅貉貊貌貔貘贝贞负贡财责贤败账货质贩贪贫贬购贮贯贰贱贲贳贴贵贶贷贸费贺贻贼贽贾贿赀赁赂赃资赅赆赇赈赉赊赋赌赍赎赏赐赓赔赖赘赙赚赛赜赝赞赠赡赢赣赤赦赧赫赭走赳赴赵赶起趁趄超越趋趑趔趟趣趱足趴趵趸趺趼趾趿跃跄跆跋跌跎跏跑跖跗跚跛距跞跟跣跤跨跪跬路跳践跷跸跹跺跻跽踅踉踊踌踏踔踝踞踟踢踣踩踪踬踮踯踱踵踹踺踽蹀蹁蹂蹄蹇蹈蹉蹊蹋蹑蹒蹙蹦蹩蹬蹭蹯蹰蹲蹴蹶蹼蹿躁躅躇躏躐躔躜躞身躬躯躲躺车轧轨轩轫转轭轮软轰轱轲轳轴轵轶轷轸轺轻轼载轾轿辁辂较辄辅辆辇辈辉辊辋辍辎辏辐辑输辔辕辖辗辘辙辚辛辜辞辟辣辨辩辫辰辱边辽达迁迂迄迅过迈迎运近迓返迕还这进远违连迟迢迤迥迦迨迩迪迫迭迮述迷迸迹追退送适逃逄逅逆选逊逋逍透逐逑递途逖逗通逛逝逞速造逡逢逦逭逮逯逵逶逸逻逼逾遁遂遄遇遍遏遐遑遒道遗遘遛遢遣遥遨遭遮遴遵遽避邀邂邃邈邋邑邓邕邗邙邛邝邡邢那邦邪邬邮邯邰邱邳邴邵邶邸邹邺邻邾郁郄郅郇郊郎郏郐郑郓郗郛郜郝郡郢郦郧部郫郭郯郴郸都郾鄂鄄鄙鄞鄢鄣鄯鄱鄹酃酆酉酊酋酌配酎酏酐酒酗酚酝酞酡酢酣酤酥酩酪酬酮酯酰酱酲酴酵酶酷酸酹酽酾酿醅醇醉醋醌醍醐醑醒醚醛醢醪醭醮醯醴醵醺采釉释里重野量金釜鉴銎銮鋈錾鍪鎏鏊鏖鐾鑫钆钇针钉钊钋钌钍钎钏钐钒钓钔钕钗钙钚钛钜钝钞钟钠钡钢钣钤钥钦钧钨钩钪钫钬钭钮钯钰钱钲钳钴钵钷钹钺钻钼钽钾钿铀铁铂铃铄铅铆铈铉铊铋铌铍铎铐铑铒铕铗铘铙铛铜铝铞铟铠铡铢铣铤铥铧铨铩铪铫铬铭铮铯铰铱铲铳铴铵银铷铸铹铺铼铽链铿销锁锂锃锄锅锆锇锈锉锊锋锌锎锏锐锑锒锓锔锕锖锗锘错锚锛锝锞锟锡锢锣锤锥锦锨锩锪锫锬锭键锯锰锱锲锴锵锶锷锸锹锺锻锾锿镀镁镂镄镅镆镇镉镊镌镍镎镏镐镑镒镓镔镖镗镘镛镜镝镞镡镢镣镤镥镦镧镨镩镪镫镬镭镯镰镱镲镳镶长门闩闪闫闭问闯闰闱闲闳间闵闶闷闸闹闺闻闼闽闾阀阁阂阃阄阅阆阈阉阊阋阌阍阎阏阐阑阒阔阕阖阗阙阚阜队阡阢阪阮阱防阳阴阵阶阻阼阽阿陀陂附际陆陇陈陉陋陌降限陔陕陛陟陡院除陧陨险陪陬陲陴陵陶陷隅隆隈隋隍随隐隔隗隘隙障隧隰隳隶隼隽难雀雁雄雅集雇雉雌雍雎雏雒雕雠雨雩雪雯雳零雷雹雾需霁霄霆震霈霉霍霎霏霓霖霜霞霪霭霰露霸霹霾青靓靖静靛非靠靡面靥革靳靴靶靼鞅鞋鞍鞑鞒鞘鞠鞣鞫鞭鞯鞲鞴韦韧韩韪韫韬韭音韵韶页顶顷顸项顺须顼顽顾顿颀颁颂颃预颅领颇颈颉颊颌颍颏颐频颓颔颖颗题颚颛颜额颞颟颠颡颢颤颥颦颧风飑飒飓飕飘飙飚飞食飧飨餍餐餮饔饕饥饧饨饩饪饫饬饭饮饯饰饱饲饴饵饶饷饺饼饽饿馀馁馄馅馆馇馈馊馋馍馏馐馑馒馓馔馕首馗馘香馥馨马驭驮驯驰驱驳驴驵驶驷驸驹驺驻驼驽驾驿骀骁骂骄骅骆骇骈骊骋验骏骐骑骒骓骖骗骘骚骛骜骝骞骟骠骡骢骣骤骥骧骨骰骶骷骸骺骼髀髁髂髅髋髌髑髓高髡髦髫髭髯髹髻鬃鬈鬏鬓鬟鬣鬯鬲鬻鬼魁魂魃魄魅魇魈魉魍魏魑魔鱼鱿鲁鲂鲅鲆鲇鲈鲋鲍鲎鲐鲑鲔鲚鲛鲜鲞鲟鲠鲡鲢鲣鲤鲥鲦鲧鲨鲩鲫鲭鲮鲰鲱鲲鲳鲴鲵鲷鲸鲺鲻鲼鲽鳃鳄鳅鳆鳇鳊鳌鳍鳎鳏鳐鳓鳔鳕鳖鳗鳘鳙鳜鳝鳞鳟鳢鸟鸠鸡鸢鸣鸥鸦鸨鸩鸪鸫鸬鸭鸯鸱鸲鸳鸵鸶鸷鸸鸹鸺鸽鸾鸿鹁鹂鹃鹄鹅鹆鹇鹈鹉鹊鹋鹌鹎鹏鹑鹕鹗鹘鹚鹛鹜鹞鹣鹤鹦鹧鹨鹩鹪鹫鹬鹭鹰鹱鹳鹿麂麇麈麋麒麓麝麟麦麸麻麽麾黄黉黍黎黏黑黔默黛黜黝黟黠黢黥黧黩黯黹黻黼黾鼋鼍鼎鼐鼓鼗鼙鼠鼢鼬鼯鼷鼹鼻鼾齐齑齿龀龃龄龅龆龇龈龉龊龋龌龙龚龛龟龠", + "character_set_source": "easyocr.config recognition_models.gen1.zh_sim_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 6710 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 6710, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/chinese_sim/weights.safetensors b/EasyOCR/recognition/gen1/chinese_sim/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53bcb7deb0c0a78d94d707a3e896ef2acaecc12e --- /dev/null +++ b/EasyOCR/recognition/gen1/chinese_sim/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d87861c2ced67ea44cfca4daee15ae733422df7d2a521414d5a16c2516b99f +size 228762728 diff --git a/EasyOCR/recognition/gen1/cyrillic/manifest.json b/EasyOCR/recognition/gen1/cyrillic/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..87237d44714a3c48fa052274aacf28a0b2a1a811 --- /dev/null +++ b/EasyOCR/recognition/gen1/cyrillic/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "1f3fcccf32e221cfec1debad0a4fd4712685d41403bf0cc21020a614e9a327b2", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 187, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZЁЂЄІЇЈЉЊЋЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяёђєіїјљњћўџҐґҮүө", + "character_set_source": "easyocr.config recognition_models.gen1.cyrillic_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 187 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 187, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/cyrillic/weights.safetensors b/EasyOCR/recognition/gen1/cyrillic/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..51050b2932179e905261fec2dbec6d3ac2f24500 --- /dev/null +++ b/EasyOCR/recognition/gen1/cyrillic/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0e41089965ced44c31c206d5f9fe975c4e9792a1489f454231e43d3838241d +size 215377532 diff --git a/EasyOCR/recognition/gen1/devanagari/manifest.json b/EasyOCR/recognition/gen1/devanagari/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4e0b1657473bbe3d0c42a1c18c71ce7e24300346 --- /dev/null +++ b/EasyOCR/recognition/gen1/devanagari/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "1a8d0abb2032c0ec9d06639bc078b7686c10cf3b8193fe42a6382bc6846ae4a3", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 188, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.ँंःअअंअःआइईउऊऋएऐऑओऔकखगघङचछजझञटठडढणतथदधनऩपफबभमयरऱलळवशषसह़ािीुूृॅेैॉोौ्ॐ॒क़ख़ग़ज़ड़ढ़फ़ॠ।०१२३४५६७८९॰", + "character_set_source": "easyocr.config recognition_models.gen1.devanagari_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 188 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 188, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/devanagari/weights.safetensors b/EasyOCR/recognition/gen1/devanagari/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4b670e8c8497e5cb000bf3354792bf01a53d7249 --- /dev/null +++ b/EasyOCR/recognition/gen1/devanagari/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c082902b9360717919201a995cf40847cfa2287fe6a5ec87883a89ee72968204 +size 215379584 diff --git a/EasyOCR/recognition/gen1/japanese/manifest.json b/EasyOCR/recognition/gen1/japanese/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d4bc93fa827e7e03cb071b8199b270036de09e27 --- /dev/null +++ b/EasyOCR/recognition/gen1/japanese/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "d639aa54484314bf4125bb6f59088cfa5162f3d089ebccf3a9d8c6c362776856", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 3111, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろわゐをんゝゞァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ・ー一丁七万丈三上下不与丑且世丘丙丞両並中串丸丹主乃久之乍乎乏乗乙九乞也乱乳乾亀了予争事二云互五井亘亙亜亡交亥亦亨享京亭亮人什仁仇今介仏仔仕他付仙代令以仮仰仲件任企伊伍伎伏伐休会伝伯伴伶伸伺似伽佃但位低住佐佑体何余作佳併佼使侃例侍供依侠価侮侯侵侶便係促俄俊俗保信俣修俳俵俸俺倉個倍倒倖候借倣値倦倫倭倶倹偉偏停健偲側偵偶偽傍傑傘備催傭債傷傾僅働像僑僕僚僧僻儀億儒償優儲允元兄充兆兇先光克免兎児党兜入全八公六共兵其具典兼内円冊再冒冗写冠冥冨冬冴冶冷凄准凋凌凍凝凡処凪凱凶凸凹出函刀刃分切刈刊刑列初判別利到制刷券刺刻剃則削前剖剛剣剤剥副剰割創劃劇劉力功加劣助努励労効劾勃勅勇勉動勘務勝募勢勤勧勲勾勿匁匂包化北匝匠匡匹区医匿十千升午半卑卒卓協南単博卜占卯印危即却卵卸卿厄厘厚原厨厩厭厳去参又叉及友双反収叔取受叙叛叡叢口古句叩只叫召可台叱史右叶号司吃各合吉吊同名后吏吐向君吟吠否含吸吹吻吾呂呆呈呉告呑周呪味呼命咋和咲咳咽哀品哉員哨哲唄唆唇唐唯唱唾商問啓善喉喋喚喜喝喧喪喫喬喰営嗣嘆嘉嘗嘘嘩嘱噂噌噛器噴嚇嚢囚四回因団困囲図固国圃圏園土圧在圭地坂均坊坐坑坦坪垂型垢垣埋城埜域埠埴執培基埼堀堂堅堆堕堤堪堰報場堵堺塀塁塊塑塔塗塘塚塞塩填塵塾境墓増墜墨墳墾壁壇壊壌壕士壬壮声壱売壷変夏夕外多夜夢大天太夫央失夷奄奇奈奉奏契奔套奥奨奪奮女奴好如妃妄妊妓妖妙妥妨妬妹妻妾姉始姐姑姓委姥姦姪姫姶姻姿威娃娘娠娩娯娼婁婆婚婦婿媒媛嫁嫉嫌嫡嬉嬢嬰子孔字存孜孝孟季孤学孫宅宇守安宋完宍宏宕宗官宙定宛宜宝実客宣室宥宮宰害宴宵家容宿寂寄寅密富寒寓寛寝察寡寧審寮寵寸寺対寿封専射将尉尊尋導小少尖尚尤尭就尺尻尼尽尾尿局居屈届屋屍屑展属屠層履屯山岐岡岩岬岱岳岸峠峡峨峯峰島峻崇崎崖崩嵐嵩嵯嶋嶺巌川州巡巣工左巧巨差己巳巴巷巻巽巾市布帆希帖帝帥師席帯帰帳常帽幅幌幕幡幣干平年幸幹幻幼幽幾庁広庄庇床序底店庚府度座庫庭庵庶康庸廃廉廊廓廟廠延廷建廻廼廿弁弄弊式弐弓弔引弘弛弟弥弦弧弱張強弼弾彊当形彦彩彪彫彬彰影役彼往征径待律後徐徒従得御復循微徳徴徹徽心必忌忍志忘忙応忠快念忽怒怖怜思怠急性怨怪怯恋恐恒恕恢恥恨恩恭息恰恵悉悌悔悟悠患悦悩悪悲悶悼情惇惑惚惜惟惣惨惰想惹愁愉意愚愛感慈態慌慎慕慢慣慧慨慮慰慶憂憎憐憤憧憩憲憶憾懇懐懲懸戊戎成我戒或戚戟戦戯戴戸戻房所扇扉手才打払托扮扱扶批承技抄把抑投抗折抜択披抱抵抹押抽担拍拐拒拓拘拙招拝拠拡括拭拳拶拷拾持指按挑挙挟挨挫振挺挽挿捉捌捕捗捜捧捨据捲捷捻掃授掌排掘掛掠採探接控推掩措掲掴掻揃描提揖揚換握揮援揺損搬搭携搾摂摘摩摸摺撃撒撤撫播撮撰撲撹擁操擢擦擬擾支改攻放政故敏救敗教敢散敦敬数整敵敷文斉斌斎斐斑斗料斜斡斤斥斧斬断斯新方於施旅旋族旗既日旦旧旨早旬旭旺昂昆昇昌明昏易昔星映春昧昨昭是昼時晃晋晒晦晩普景晴晶智暁暇暑暖暗暢暦暫暮暴曇曙曜曝曲曳更書曹曽曾替最月有朋服朔朕朗望朝期木未末本札朱朴机朽杉李杏材村杖杜束条来杭杯東杵松板析枕林枚果枝枠枢枯架柄柊柏某柑染柔柘柚柱柳柴柵査柿栂栃栄栓栖栗校栢株核根格栽桁桂桃案桐桑桓桔桜桝桟桧桶梁梅梓梗梢梧梨梯械梱梶梼棄棋棒棚棟森棲棺椀椅椋植椎椙検椿楊楓楕楚楠楢業楯極楼楽概榊榎榛構槌槍様槙槻槽樋標樟模権横樫樵樹樺樽橋橘機橡橿檀檎櫓櫛欄欠次欣欧欲欺欽款歌歓止正此武歩歪歯歳歴死殆殉殊残殖殴段殺殻殿毅母毎毒比毘毛氏民気水氷永氾汀汁求汎汐汗汚汝江池汰汲決汽沃沈沌沓沖沙没沢沫河沸油治沼沿況泉泊泌法泡波泣泥注泰泳洋洗洛洞津洩洪洲活派流浄浅浜浦浩浪浬浮浴海浸消涌涙涛涜涯液涼淀淑淘淡淫深淳淵混添清渇済渉渋渓渚減渠渡渥渦温測港湊湖湘湛湧湯湾湿満源準溜溝溢溶溺滅滋滑滝滞滴漁漂漆漉漏演漕漠漢漣漫漬漸潔潜潟潤潮潰澄澗澱激濁濃濠濡濫濯瀕瀞瀧瀬灘火灯灰灸灼災炉炊炎炭点為烈烏焔焚無焦然焼煉煎煙煤照煩煮煽熊熟熱燃燈燐燕燥燦燭爆爪爵父爺爽爾片版牌牒牙牛牝牟牡牢牧物牲特牽犀犠犬犯状狂狐狗狙狛狩独狭狸狼猛猟猪猫献猶猷猿獄獅獣獲玄率玉王玖玩玲珂珊珍珠珪班現球理琉琢琳琴琵琶瑚瑛瑞瑠瑳璃環璽瓜瓢瓦瓶甘甚甜生産甥用甫田由甲申男町画界畏畑畔留畜畝畠畢略番異畳畷畿疋疎疏疑疫疲疹疾病症痕痘痛痢痩痴療癌癒癖発登白百的皆皇皐皮皿盃盆盈益盗盛盟監盤目盲直相盾省眉看県真眠眺眼着睡督睦瞬瞭瞳矛矢知矩短矯石砂研砕砦砧砲破砺硝硫硬碁碍碑碓碕碗碧碩確磁磐磨磯礁礎示礼社祁祇祈祉祐祖祝神祢祥票祭祷禁禄禅禍禎福禰禽禾禿秀私秋科秒秘租秤秦秩称移稀程税稔稗稚稜種稲稼稽稿穀穂穆積穏穣穫穴究空穿突窃窄窒窓窟窪窮窯窺立竜章竣童竪端競竹竺竿笈笑笛笠符第笹筆筈等筋筑筒答策箇箕算管箪箭箱箸節範篇築篠篤篭簡簾簿籍米粉粋粒粕粗粘粛粟粥粧精糊糖糞糟糠糧糸系糾紀約紅紋納紐純紗紘紙級紛素紡索紫累細紳紹紺終組経結絞絡絢給統絵絶絹継続綜綬維綱網綴綻綾綿緊緋総緑緒線締編緩緯練縁縄縛縞縦縫縮績繁繊繋繍織繕繭繰纂纏缶罪置罰署罵罷羅羊美群羨義羽翁翌習翠翰翻翼耀老考者而耐耕耗耳耶耽聖聞聡聯聴職聾肇肉肋肌肖肘肝股肢肥肩肪肯育肴肺胃胆背胎胞胡胤胴胸能脂脅脆脇脈脊脚脱脳脹腎腐腔腕腫腰腸腹腺腿膏膚膜膝膨膳膿臆臓臣臥臨自臭至致臼興舌舎舗舘舛舜舞舟航般舵舶舷船艇艦良色艶芋芙芝芥芦芭芯花芳芸芹芽苅苑苔苗苛若苦苫英茂茄茅茎茜茨茶草荊荏荒荘荷荻莞莫莱菅菊菌菓菖菜菟菩華菰菱萄萌萎萩萱落葉葎著葛葡董葦葬葱葵葺蒋蒐蒔蒙蒜蒲蒸蒼蓄蓉蓋蓑蓬蓮蔑蔓蔚蔦蔭蔵蔽蕃蕉蕊蕗蕨蕩蕪薄薙薦薩薪薫薬薮藁藍藤藩藻蘇蘭虎虐虚虜虞虫虹虻蚊蚕蛇蛋蛍蛭蛮蛸蜂蜘蜜蝉蝋蝕蝦蝶融螺蟹蟻血衆行術街衛衝衡衣表衰衷衿袈袋袖被袴裁裂装裏裕補裟裡裳裸製裾複褐褒襖襟襲西要覆覇見規視覗覚覧親観角解触言訂計訊討訓託記訟訣訪設許訳訴診註証詐詔評詞詠詣試詩詫詮詰話該詳誇誉誌認誓誕誘語誠誤説読誰課誹誼調談請諌諏諒論諜諦諭諮諸諺諾謀謁謂謎謙講謝謡謬謹識譜警議譲護讃讐谷豆豊豚象豪豹貌貝貞負財貢貧貨販貫責貯貰貴買貸費貼貿賀賂賃賄資賊賑賓賛賜賞賠賢賦質賭購贈贋赤赦赫走赴起超越趣趨足距跡跨路跳践踊踏蹄蹟蹴躍身躯車軌軍軒軟転軸軽較載輔輝輩輪輯輸輿轄轍轟辛辞辰辱農辺辻込辿迂迄迅迎近返迦迫迭述迷追退送逃逆透逐逓途逗這通逝速造逢連逮週進逸逼遁遂遅遇遊運遍過道達違遜遠遡遣遥適遭遮遵遷選遺遼避還邑那邦邪邸郁郊郎郡部郭郵郷都鄭酉酋酌配酎酒酔酢酪酬酵酷酸醇醍醐醒醜醤醸采釈里重野量金釘釜針釣釧鈍鈴鈷鉄鉛鉢鉱鉾銀銃銅銑銘銚銭鋒鋪鋭鋲鋳鋸鋼錆錐錘錠錦錨錫錬錯録鍋鍔鍛鍬鍵鍾鎌鎖鎗鎚鎧鎮鏑鏡鐘鐸鑑鑓長門閃閉開閏閑間関閣閤閥閲闇闘阜阪防阻阿陀附降限陛院陣除陥陪陰陳陵陶陸険陽隅隆隈隊階随隔隙際障隠隣隷隻隼雀雁雄雅集雇雌雑雛離難雨雪雫雰雲零雷電需震霊霜霞霧露青靖静非面革靭靴鞄鞍鞘鞠鞭韓韮音韻響頁頂頃項順須預頑頒頓頗領頚頬頭頴頻頼題額顎顔顕願顛類顧風飛食飢飯飲飴飼飽飾餅養餌餐餓館饗首香馨馬馳馴駁駄駅駆駈駐駒駕駿騎騒験騨騰驚骨骸髄高髪髭鬼魁魂魅魔魚魯鮎鮒鮫鮭鮮鯉鯖鯨鰐鰭鰻鱒鱗鳥鳩鳳鳴鳶鴎鴛鴨鴻鵜鵠鵡鵬鶏鶴鷲鷹鷺鹸鹿麓麗麟麦麹麺麻麿黄黒黙黛鼎鼓鼠鼻齢龍", + "character_set_source": "easyocr.config recognition_models.gen1.japanese_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 3111 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 3111, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/japanese/weights.safetensors b/EasyOCR/recognition/gen1/japanese/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c2a38e4f75363d46b2437e5f68d425beab94a520 --- /dev/null +++ b/EasyOCR/recognition/gen1/japanese/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a35e87bd6ebf15aa889d9d13a7d83f4f78ee877a066325e890dded3527d0db +size 221377580 diff --git a/EasyOCR/recognition/gen1/korean/manifest.json b/EasyOCR/recognition/gen1/korean/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ee58482ac8550b3d3376ff55335e8e7a4bc34799 --- /dev/null +++ b/EasyOCR/recognition/gen1/korean/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "034c56a14fd99e766d3f22782b202e09b3f4f44f36fe35dc7abd574eca253c11", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 1568, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZㆍ가각간갇갈갉감갑값갓갔강갖같갚개객갤갭갯갱갸걀거걱건걷걸검겁것겉게겐겔겟겠겨격겪견결겸겹겼경곁계고곡곤곧골곰곱곳공곶과곽관괄괌광괘괜괭괴괼굉교굘구국군굳굴굵굶굽굿궁궂궈권궐궤귀귄귈규균귤그극근글긁금급긋긍기긴길김깁깃깊까깍깎깐깔깜깝깡깥깨깬꺼꺾껄껌껍껏껐껑께껴꼈꼬꼭꼴꼼꼽꽁꽂꽃꽈꽉꽝꽤꾀꾸꾼꿀꿇꿈꿔꿨꿰뀌뀐뀔끄끈끊끌끓끔끗끝끼낀낄낌나낙낚난날낡남납낫났낭낮낯낱낳내낸낼냄냅냇냈냉냐냥너넉넌널넓넘넛넣네넥넨넬넵넷녀녁년념녔녕녘녜녠노녹논놀놈놉농높놓놔놨뇌뇨뇰뇽누눅눈눌눔눕눙눠뉘뉜뉴늄느늑는늘늙늠능늦늪늬니닉닌닐님닙닛닝다닥닦단닫달닭닮닳담답닷당닻닿대댁댄댈댐댑댓더덕던덜덟덤덥덧덩덫덮데덱덴델뎀뎅뎌뎬도독돈돋돌돔돕돗동돛돼됐되된될됨됩두둑둔둘둠둡둥둬뒀뒤뒷듀듈듐드득든듣들듬듭듯등디딕딘딛딜딥딧딩딪따딱딴딸땀땃땄땅때땐땡떠떡떤떨떻떼또똑똔똘똥뚜뚝뚫뚱뛰뛴뛸뜀뜨뜩뜬뜯뜰뜸뜻띄띈띠띤라락란랄람랍랏랐랑랗래랙랜랠램랩랫랬랭랴략랸량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄로록론롤롬롭롯롱롸뢰룀료룡루룩룬룰룸룹룻룽뤄뤘뤼뤽륀륄류륙륜률륨륭르륵른를름릅릇릉릎리릭린릴림립릿링마막만많맏말맑맘맙맛망맞맡맣매맥맨맬맴맵맷맹맺먀머먹먼멀멈멋멍메멕멘멜멤멧멩며멱면멸몄명몇모목몫몬몰몸몹못몽뫼묀묘무묵묶문묻물뭄뭇뭉뭐뭔뭘뮌뮐뮤뮬므믈믐미믹민믿밀밈밋밍및밑바박밖반받발밝밟밤밥밧방밭배백밴밸뱀뱃뱅뱉뱌버벅번벌범법벗벙벚베벡벤벨벰벳벵벼벽변별볍병볕보복볶본볼봄봅봇봉봐봤뵈뵙뵤부북분불붉붐붓붕붙뷔뷘뷰브븐블비빅빈빌빔빕빗빙빚빛빠빡빤빨빵빼빽뺀뺏뺑뺨뻐뻔뻗뻘뻤뼈뽀뽑뾰뿌뿐뿔뿜쁘쁜쁨삐사삭산살삶삼삽삿샀상새색샌샐샘샛생샤샨샬샴샵샷샹섀서석섞선섣설섬섭섯섰성세섹센셀셈셉셋셍셔션셜셤셨셰셴셸소속손솔솜솟송솽쇄쇠쇼숀숄숍숏숑수숙순술숨숫숭숱숲숴쉐쉬쉴쉼쉽슈슐슘슛슝스슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싼쌀쌈쌌쌍쌓써썩썬썰썸썹썼썽쎄쏘쏙쏜쏟쏠쏴쐈쐐쑈쑤쑥쑨쑹쓰쓴쓸씀씌씨씩씬씹씻씽아악안앉않알앓암압앗았앙앞애액앤앨앰앱앳앴앵야약얀얄얇얌얏양얕얘어억언얹얻얼얽엄업없엇었엉엌엎에엑엔엘엠엡엣엥여역엮연열엷염엽엿였영옅옆예옌옐옙옛오옥온올옭옮옳옴옵옷옹옻와왁완왈왓왔왕왜외왼요욕욘욜용우욱운울움웁웃웅워웍원월웜웠웨웬웰웸웹위윅윈윌윔윗윙유육윤율윳융으은을음읍응의이익인일읽잃임입잇있잉잊잎자작잔잖잘잠잡잣장잦재잭잼잿쟁쟈쟝저적전절젊점접젓정젖제젝젠젤젭젯젱져젼졌조족존졸좀좁종좇좋좌좡죄죠주죽준줄줌줍중줘줬쥐쥔쥘쥬즈즉즌즐즘즙증지직진질짊짐집짓징짖짙짚짜짝짠짤짧짱째쨌쩌쩍쩐쩔쩡쪼쪽쫓쬐쭈쭉쭝쭤쯔쯤찌찍찐찔찢차착찬찮찰참찹찻창찾채책챈챌챔챗챙챠처척천철첨첩첫청체첸첼쳇쳐쳤초촉촌촐촘촛총촨촬최쵸추축춘출춤춥춧충춰췄췌취츄츠측츨츰츳층치칙친칠침칩칭카칸칼캄캅캇캉캐캔캘캠캡캣캥캬커컨컫컬컴컵컷컸컹케켁켄켈켐켓켜켰코콕콘콜콤콥콧콩콰콴콸쾌쾨쾰쿄쿠쿡쿤쿨쿰쿼퀀퀄퀘퀴퀸퀼큐큘크큰클큼키킥킨킬킴킵킷킹타탁탄탈탐탑탓탔탕태택탠탤탬탭탱탸터턱턴털텀텁텃텅테텍텐텔템텝텟텡톈토톡톤톨톰톱통퇴투툭툰툴툼퉁튀튕튜튠튬트특튼튿틀틈티틱틴틸팀팁팅파팍팎판팔팜팝팟팡팥패팩팬팰팹팻팽퍼퍽펀펄펌펑페펙펜펠펨펩펫펴편펼폄폈평폐포폭폰폴폼퐁푀표푸푹푼풀품풋풍퓌퓨퓰프픈플픔피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햇했행햐향허헉헌헐험헛헝헤헥헨헬헴헵혀혁현혈혐협혔형혜호혹혼홀홈홉홋홍화확환활황홰횃회획횟횡효후훅훈훌훑훔훗훙훤훨훼휘휜휠휩휴흉흐흑흔흘흙흠흡흥흩희흰히힉힌힐힘힙", + "character_set_source": "easyocr.config recognition_models.gen1.korean_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 1568 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 1568, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/korean/weights.safetensors b/EasyOCR/recognition/gen1/korean/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d21f347522d35781e08ccbda3be801c1470cc032 --- /dev/null +++ b/EasyOCR/recognition/gen1/korean/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca871af69d52c051832b5ee7a4bc3ccf7351e0bb027ef395758f7cef406281f +size 218211344 diff --git a/EasyOCR/recognition/gen1/latin/manifest.json b/EasyOCR/recognition/gen1/latin/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..83f499f85eb8abc4857bb61b7b9cdfbdcb2692f7 --- /dev/null +++ b/EasyOCR/recognition/gen1/latin/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "12ac21f6f864fff2802d2df0706bc0330548511b994edd6a9afe76917d058256", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 168, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀÁÂÃÄÅÆÇÈÉÊËÍÎÑÒÓÔÕÖØÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿąęĮįıŁłŒœŠšųŽž", + "character_set_source": "easyocr.config recognition_models.gen1.latin_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 168 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 168, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/latin/weights.safetensors b/EasyOCR/recognition/gen1/latin/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e89236b399c6c71290362f7443c667f9a7cb9fc --- /dev/null +++ b/EasyOCR/recognition/gen1/latin/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9938e10ee09971908d9bd77e779eb541c78da1fe9e5ca849de971676430610 +size 215338544 diff --git a/EasyOCR/recognition/gen1/tamil/manifest.json b/EasyOCR/recognition/gen1/tamil/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b676bddda05c4c28b5af1c43641e31080723f346 --- /dev/null +++ b/EasyOCR/recognition/gen1/tamil/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "1e5e3336a4d4923da6246a76338c02cf9b366cfb3d1a84182bfc3d11df7d5a4d", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 143, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZஃஅஆஇஈஉஊஎஏஐஒஓஔகஙசஜஞடணதநனபமயரறலளழவஷஸஹாிீுூெேைொோௌ்", + "character_set_source": "easyocr.config recognition_models.gen1.tamil_g1.characters + easyocr.character/ta_char.txt", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 143 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 143, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/tamil/weights.safetensors b/EasyOCR/recognition/gen1/tamil/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cac067fd1676c8a3719cd0a28589c44b28fe69f7 --- /dev/null +++ b/EasyOCR/recognition/gen1/tamil/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fa140e91bfbccf2179701914ec56b155ee68444de0312b7915c841f8f2276b +size 215287244 diff --git a/EasyOCR/recognition/gen1/thai/manifest.json b/EasyOCR/recognition/gen1/thai/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2dcd6b9f4998897234fe6fa374fbd70214045935 --- /dev/null +++ b/EasyOCR/recognition/gen1/thai/manifest.json @@ -0,0 +1,1243 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen1", + "source_kind": "extracted_bridge_state", + "source_sha256": "3ebbb9321b9c7c694e169cd23cc37f3c0bd2a160f5b539602bbef80e663e0a17", + "graph": { + "task": "recognition", + "recognizer": "gen1", + "backbone": "res_net", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen1", + "generation": 1, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 512, + "hidden_size": 512, + "sequence_layers": 2, + "class_count": 177, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "¢£¤¥!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZกขคฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮฤเแโใไะาุูิีืึั่้๊๋็์ำํฺฯๆ0123456789๑๒๓๔๕๖๗๘๙", + "character_set_source": "easyocr.config recognition_models.gen1.thai_g1.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.bn0_1.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.running_var", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_1.weight", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn0_2.weight", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn3.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.bn4_2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_1.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv0_2.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv3.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_1.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.conv4_2.weight", + "shape": [ + 512, + 512, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer1.0.downsample.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.0.downsample.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.bn2.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer2.1.conv2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.0.weight", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.0.downsample.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.3.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer3.4.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.0.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.1.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.layer4.2.conv2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 177 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 177, + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 512 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 512, + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 2048 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 2048, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 2048, + 512 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen1/thai/weights.safetensors b/EasyOCR/recognition/gen1/thai/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..08df4aa664cf10c9b0dd1c6a5024df4d3d2581af --- /dev/null +++ b/EasyOCR/recognition/gen1/thai/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d87dbbdeb87b6b0aec27188ae00090def6ce4fd5c4947e7c1d9f6e14284c5d +size 215357012 diff --git a/EasyOCR/recognition/gen2/cyrillic_g2/manifest.json b/EasyOCR/recognition/gen2/cyrillic_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..516f63e3d702fa82b2f7ddff4c6b17b395c1c0b1 --- /dev/null +++ b/EasyOCR/recognition/gen2/cyrillic_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "48d0f3b58f28aa64651ab1032cc2d498c4de25135829668e87c14e7a07529f29", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 208, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ €₽ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюяЂђЃѓЄєІіЇїЈјЉљЊњЋћЌќЎўЏџҐґҒғҚқҮүҲҳҶҷӀӏӢӣӨөӮӯ", + "character_set_source": "easyocr.config recognition_models.gen2.cyrillic_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 208 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 208, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/cyrillic_g2/weights.safetensors b/EasyOCR/recognition/gen2/cyrillic_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c271403a208096b9d2a5794acb2e7fa9e06f228f --- /dev/null +++ b/EasyOCR/recognition/gen2/cyrillic_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb529c389285351b0b340b8933232cc58bcbdc6880a582ce255b36ddb3930a7 +size 15247944 diff --git a/EasyOCR/recognition/gen2/english_g2/manifest.json b/EasyOCR/recognition/gen2/english_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a31fc99bf16641348bf923ac58a70636eb992d0d --- /dev/null +++ b/EasyOCR/recognition/gen2/english_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "e2272681d9d67a04e2dff396b6e95077bc19001f8f6d3593c307b9852e1c29e8", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 97, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ €ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", + "character_set_source": "easyocr.config recognition_models.gen2.english_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 97 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 97, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/english_g2/weights.safetensors b/EasyOCR/recognition/gen2/english_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..89b40114e092a1e81c905ec17c011f06a60250e5 --- /dev/null +++ b/EasyOCR/recognition/gen2/english_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafcb78fbca631358e5f3029e11ca2f5e577b29ede349c27398ef81d41c53545 +size 15133828 diff --git a/EasyOCR/recognition/gen2/japanese_g2/manifest.json b/EasyOCR/recognition/gen2/japanese_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1e5871f83bd7134ce97123eaffaa8237f13f5c0f --- /dev/null +++ b/EasyOCR/recognition/gen2/japanese_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "afbb32b0485297de5a7c1f59aeecac12c69f32b15cedd3c3d8c2e8529de85af3", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 2215, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~‥…※♪、。々〈〉《》「」『』【】〔〕あぃいうぇえおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろわをんァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロワヱヲンヴヶ・ー一丁七万丈三上下不与丑世丘丙丞両並中串丸丹主乃久之乗乙九也乱乳乾亀了予争事二互五井亘亜亡交亥亨享京亭亮人仁今介仏仕他付仙代令以仮仰仲件任企伊伍伎伏休会伝伯伴伶伸似伽位低住佐佑体何余作佳使例侍侑供依価便係俊俗保信俣修俵倉個倍倒倖候借値倫倭倶偉偏健側偵偽傍傑備債傷働像僧儀優允元兄充先光克免兎児党入全八公六共兵其具典兼内円再写冠冨冬冴冶冷凍凡処凪出刀刃分切刈刑列初判別利制刷券刺刻則削前剛剣剤剥副割創劇力功加助労効勅勇勉動勘務勝勢勤勧勲包化北匠匡区医十千升午半卒卓協南単博占卯印危即卵卸厚原厨厳去参又叉及友双反収取受叡口古句只叫召可台史右叶号司各合吉同名后吏吐向君吟否吸吹吾呂呉告呑周味呼命和咲哀品哉員哲唄唐唯唱商問啓善喜喬喰営嗣嘉噌器四回因団囲図固国國園土圧在圭地坂均坊坐坪垂型垢垣埋城埜域執基埼堀堂堅堤堰報場堺塔塗塚塩塵境墓増墨墳壁壇壊士壬壮声壱売壷変夏夕外多夜夢大天太夫央失夷奇奈奉奏契奥奨女奴好如妃妙妹妻姉始姓委姥姫姿威娘婆婚婦嫌嬉子孔字存孝孟季孤学孫宅宇守安完宏宗官宙定宜宝実客宣室宥宮宰害家容宿寂寄寅密富寒寛寝察寧審寸寺対寿封専射将尊尋導小少尚尭就尺尻尼尽尾尿局居屈屋展属層屯山岐岡岩岬岱岳岸峠峡峨峯峰島峻崇崎崩嵐嵩嵯嶋嶺巌川州巡巣工左巧巨差己巳巴巻巾市布帆希帝師席帯帰帳常帽幅幌幕幡幣干平年幸幹幽幾庁広庄床序底店府度座庫庭庵康庸廃廉廣延建廻弁式弐弓引弘弟弥弦弱張強弾当形彦彩彪彫彬彰影役彼往征径待律後徒従得御復微徳徹心必忌忍志応忠快念怒怜思急性恋恐恒恩恭息恵悌悟悠患悦悪悲情惇惑惟惣想意愚愛感慈態慎慣慧慶憂憲憶懐懸戎成我戒戦戯戸戻房所扇手才打払扶承技投抗折抜抱押担拓拝拡拳拾持指挙振捕捨捷掃排掘掛採探接推掻提揖揚換揮援揺損摂摘摩摺撃撫播撮操擦擬支改攻放政故敏救敗教敢散敦敬数整敵敷文斉斎斐斑斗料斜斤断斯新方於施旅旋族旗日旦旧旨早旬旭旺昂昆昇昌明易星映春昭是昼時晃晋晩普景晴晶智暁暖暗暢暦暮暴曇曙曜曲曳更書曹曽曾替最月有朋服朔朗望朝期木未末本札朱朴杉李杏材村杖杜束条来杭東杵松板析枕林枚果枝枯架柄柊柏柑染柔柚柱柳柴査柿栃栄栖栗校株核根格桂桃案桐桑桜桝桧桶梁梅梓梢梨梯械梶棄棒棚棟森椋植椎検椿楊楓楠楢業楯極楼楽榊榎榛構槌様槙槻樋標模権横樫樹樺樽橋橘機檀櫛欠次欣欧欲欽歌歓止正此武歩歯歳歴死殊残殖段殺殻殿毅母毎毒比毛氏民気水氷永汀汁求汐汗汚江池汰汲決沈沓沖沙沢河油治沼泉泊法波泣泥注泰洋洗洞津洪洲活派流浄浅浜浦浩浪浮浴海消涌涙液涼淀淑淡深淳淵混添清済渉渋渓渕渚減渡渥温測港湊湖湧湯湾湿満源準溜溝溶滅滋滑滝漁漆漏演漢漬潔潜潟潤潮潰澄澤激濃濱瀧瀬灘火灯灰災炉炎炭点為烈烏無焦然焼煙照煮熊熟熱燃燈燕燦燭爆爪父爽爾片版牛牟牧物特犬犯状狂狐狗狩独狭狼猛猪猫献猿獄獅獣玄率玉王玖玲珍珠現球理琉琢琳琴瑚瑛瑞瑠瑳璃環瓜瓦瓶甘甚生産用甫田由甲申男町画界畑畔留畜畝畠略番異畳疾病症痛療発登白百的皆皇皮皿盆益盗盛盟監盤目盲直相省眉看県眞真眠眼着督睦瞬瞳矢知矩短石砂研砲破硫硬碑碧碩確磁磐磨磯礁示礼社祇祈祉祐祖祝神祢祥票祭禁禄禅禎福禰秀私秋科秘秦秩称移稀程税稔稗稚種稲穂積穏穴究空突窓窪立竜章童竪端競竹笑笛笠符第笹筆等筋筑筒答策箇箕算管箱箸節範築篠篤篭簡簾籍米粉粒粕粗粟粥精糖糞糠糸系紀約紅紋納純紗紘紙級素紡索紫細紳紹紺終組経結絡絢給統絵絶絹継続綜維綱網綾綿緋総緑緒線締編緩練縁縄縦縫縮績繁織繰罪置羅羊美群義羽翁習翔翠翼耀老考者耐耕耳耶聖聞聡聴職肇肉肌肝股肥肩育肺背胞胡胤胸能脂脇脈脚脱脳腐腕腫腰腸腹膜膳臣臥臨自臭至致臼興舌舎舘舛舜舞舟航般船艦良色艶芋芙芝芥芦花芳芸芹芽苅苑苔苗若苦苫英茂茄茅茉茜茨茶草荒荘荷荻莉菅菊菌菓菖菜華菱萌萩萱落葉葛葦葵蒔蒲蒸蒼蓋蓑蓬蓮蔦蔭蔵蕗薄薩薫薬薮藁藍藤藻蘇蘭虎虚虫虹虻蚊蛇蛍蛭蜂蜜蝦蝶融螺蟹蟻血衆行術街衛衝衡衣表袋袖被裁裂装裏裕補裟裸製複西要覆覇見規視覚覧親観角解触言計訓託記訪設許訳訴診証評詞詠試詩詰話誉誌認誓誘語誠誤説読課調談請諏論諭諸謙講謝謹識警議譲護讃谷豆豊豚象豪貝貞負財貢貧貨販貫責貯貴買貸費賀賃資賞賢質赤赦走起超越足跡路跳踏身車軌軍軒軟転軸軽載輔輝輪輸辛辞辰農辺辻込迎近返迦迫述迷追退送逃逆透途通速造逢連週進逸遅遊運過道達違遠遣遥適選遺遼避邑那邦邪郁郎郡部郭郵郷都配酒酔酢酸醍醐采釈里重野量金釘釜針釣鈴鉄鉛鉢鉱鉾銀銃銅銘銭鋭鋼錦録鍋鍛鍬鍵鎌鎖鎮鏡鐘鑑長門閉開閑間関閣闇闘阪防阿陀附降限院陣除陰陳陵陶陸険陽隅隆隈隊階随隔際障隠隣隼雀雁雄雅集雑雛離難雨雪雲零雷電震霊霜霞霧露青靖静非面革鞍鞠韓音響頂頃項順須預頓領頭頼題額顔顕願類風飛食飯飲飼飽飾餅養館首香馨馬駄駅駆駐駒駿騎験骨高髪鬼魁魂魅魔魚鮎鮫鮮鯉鯨鳥鳩鳳鳴鴨鴻鵜鶏鶴鷲鷹鷺鹿麓麗麦麻麿黄黒黙鼓鼠鼻齢龍*", + "character_set_source": "easyocr.config recognition_models.gen2.japanese_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 2215 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 2215, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/japanese_g2/weights.safetensors b/EasyOCR/recognition/gen2/japanese_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b30a47d640e869b91e1b208d2eaba2b4e2c70887 --- /dev/null +++ b/EasyOCR/recognition/gen2/japanese_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e669cef91a96842e9775c8b69ab95b01389dc90eed7a5a8b59df5dac5daf80 +size 17311140 diff --git a/EasyOCR/recognition/gen2/kannada/manifest.json b/EasyOCR/recognition/gen2/kannada/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7c054f4e2be157ed7823db4cc3ea577a67fc2327 --- /dev/null +++ b/EasyOCR/recognition/gen2/kannada/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "3cc308972bccb2c483741e90e87f2941c1b40d84cf548115f48372d288deb0f0", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 168, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZಂಃಅಆಇಈಉಊಋಎಏಐಒಓಔಕಖಗಘಙಚಛಜಝಞಟಠಡಢಣತಥದಧನಪಫಬಭಮಯರಲಳವಶಷಸಹಾಿೀುೂೃೆೇೈೊೋೌ್೦೧೨೩೪೫೬೭೮೯", + "character_set_source": "easyocr.config recognition_models.gen2.kannada_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 168 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 168, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/kannada/weights.safetensors b/EasyOCR/recognition/gen2/kannada/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8a8c954033435cb3c014f6d5247f7a1d2b2a4382 --- /dev/null +++ b/EasyOCR/recognition/gen2/kannada/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b83721b9a79b006399aca67f75736b9e5b4ced2eade5c6bd6892bc62e24b7f0 +size 15206824 diff --git a/EasyOCR/recognition/gen2/korean_g2/manifest.json b/EasyOCR/recognition/gen2/korean_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2a003576a4a27fe9e398879d999e188f8571cc08 --- /dev/null +++ b/EasyOCR/recognition/gen2/korean_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "ecdead53c909748aad74bc2f2beeab3e3ad751134db6335e97ea19f879ca407e", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 1009, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~가각간갇갈감갑값강갖같갚갛개객걀거걱건걷걸검겁것겉게겨격겪견결겹경곁계고곡곤곧골곰곱곳공과관광괜괴굉교구국군굳굴굵굶굽궁권귀규균그극근글긁금급긋긍기긴길김깅깊까깎깐깔깜깝깥깨꺼꺾껍껏껑께껴꼬꼭꼴꼼꼽꽂꽃꽉꽤꾸꿀꿈뀌끄끈끊끌끓끔끗끝끼낌나낙낚난날낡남납낫낭낮낯낱낳내냄냉냐냥너넉널넓넘넣네넥넷녀녁년념녕노녹논놀놈농높놓놔뇌뇨누눈눕뉘뉴늄느늑는늘늙능늦늬니닐님다닥닦단닫달닭닮담답닷당닿대댁댐더덕던덜덤덥덧덩덮데델도독돈돌돕동돼되된두둑둘둠둡둥뒤뒷드득든듣들듬듭듯등디딩딪따딱딴딸땀땅때땜떠떡떤떨떻떼또똑뚜뚫뚱뛰뜨뜩뜯뜰뜻띄라락란람랍랑랗래랜램랫략량러럭런럴럼럽럿렁렇레렉렌려력련렬렵령례로록론롬롭롯료루룩룹룻뤄류륙률륭르른름릇릎리릭린림립릿마막만많말맑맘맙맛망맞맡맣매맥맨맵맺머먹먼멀멈멋멍멎메멘멩며면멸명몇모목몰몸몹못몽묘무묵묶문묻물뭄뭇뭐뭣므미민믿밀밉밌및밑바박밖반받발밝밟밤밥방밭배백뱀뱃뱉버번벌범법벗베벤벼벽변별볍병볕보복볶본볼봄봇봉뵈뵙부북분불붉붐붓붕붙뷰브블비빌빗빚빛빠빨빵빼뺨뻐뻔뻗뼈뽑뿌뿐쁘쁨사삭산살삶삼상새색샌생서석섞선설섬섭섯성세센셈셋션소속손솔솜솟송솥쇄쇠쇼수숙순술숨숫숲쉬쉽슈스슨슬슴습슷승시식신싣실싫심십싱싶싸싹쌀쌍쌓써썩썰썹쎄쏘쏟쑤쓰쓸씀씌씨씩씬씹씻아악안앉않알앓암압앗앙앞애액야약얇양얗얘어억언얹얻얼엄업없엇엉엌엎에엔엘여역연열엷염엽엿영옆예옛오옥온올옮옳옷와완왕왜왠외왼요욕용우욱운울움웃웅워원월웨웬위윗유육율으윽은을음응의이익인일읽잃임입잇있잊잎자작잔잖잘잠잡장잦재쟁저적전절젊점접젓정젖제젠젯져조족존졸좀좁종좋좌죄주죽준줄줌줍중쥐즈즉즌즐즘증지직진질짐집짓징짙짚짜짝짧째쨌쩌쩍쩐쪽쫓쭈쭉찌찍찢차착찬찮찰참창찾채책챔챙처척천철첫청체쳐초촉촌총촬최추축춘출춤춥춧충취츠측츰층치칙친칠침칭카칸칼캐캠커컨컬컴컵컷켓켜코콜콤콩쾌쿠퀴크큰클큼키킬타탁탄탈탑탓탕태택탤터턱털텅테텍텔템토톤톱통퇴투툼퉁튀튜트특튼튿틀틈티틱팀팅파팎판팔패팩팬퍼퍽페펴편펼평폐포폭표푸푹풀품풍퓨프플픔피픽필핏핑하학한할함합항해핵핸햄햇행향허헌험헤헬혀현혈협형혜호혹혼홀홍화확환활황회획횟효후훈훌훔훨휘휴흉흐흑흔흘흙흡흥흩희흰히힘", + "character_set_source": "easyocr.config recognition_models.gen2.korean_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 1009 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 1009, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/korean_g2/weights.safetensors b/EasyOCR/recognition/gen2/korean_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..04de7cb0ad421a17ae9540118bc25ccac12582d5 --- /dev/null +++ b/EasyOCR/recognition/gen2/korean_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260ad841482285a7e7169d53ed62935f89ecef33f35309f8f67b67524dc1032f +size 16071372 diff --git a/EasyOCR/recognition/gen2/latin_g2/manifest.json b/EasyOCR/recognition/gen2/latin_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f3d9a2ed3681b67199505e47fa1d06cac6226ff3 --- /dev/null +++ b/EasyOCR/recognition/gen2/latin_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "aaa95be1c4a9cb3496879bed7c520886ce1164f89e026f0c54488394e74e8c55", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 352, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ªÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿĀāĂ㥹ĆćČčĎďĐđĒēĖėĘęĚěĞğĨĩĪīĮįİıĶķĹĺĻļĽľŁłŃńŅņŇňŒœŔŕŘřŚśŞşŠšŤťŨũŪūŮůŲųŸŹźŻżŽžƏƠơƯưȘșȚțə̇ḌḍḶḷṀṁṂṃṄṅṆṇṬṭẠạẢảẤấẦầẨẩẪẫẬậẮắẰằẲẳẴẵẶặẸẹẺẻẼẽẾếỀềỂểỄễỆệỈỉỊịỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞởỠỡỢợỤụỦủỨứỪừỬửỮữỰựỲỳỴỵỶỷỸỹ€", + "character_set_source": "easyocr.config recognition_models.gen2.latin_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 352 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 352, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/latin_g2/weights.safetensors b/EasyOCR/recognition/gen2/latin_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bf55b4975606f581d6ba488334de386a3dd2866b --- /dev/null +++ b/EasyOCR/recognition/gen2/latin_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118c37e88501e69b54fdbe0f1a45c64c70341b739caeae01d632ff1020c89339 +size 15395976 diff --git a/EasyOCR/recognition/gen2/telugu/manifest.json b/EasyOCR/recognition/gen2/telugu/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..825c2e61ab9d5bb8ca9799cbd08b023097327904 --- /dev/null +++ b/EasyOCR/recognition/gen2/telugu/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "a73ba1c65f8b3e7b18df3104c1f137970510ce51e3e1d9341506292730fa3c43", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 166, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": "0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZఁంఃఅఆఇఈఉఊఋఌఎఏఐఒఓఔకఖగఘఙచఛజఝఞటఠడఢణతథదధనపఫబభమయరఱలళవశషసహాిీుూృౄెేైొోౌ్ౠౡౢౣ", + "character_set_source": "easyocr.config recognition_models.gen2.telugu_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 166 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 166, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/telugu/weights.safetensors b/EasyOCR/recognition/gen2/telugu/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b520e8e2c8d6a1fc59de3489e7a869ebfe611a7f --- /dev/null +++ b/EasyOCR/recognition/gen2/telugu/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b8dfcc8799407aedac8db76e6bd84dcc01c301f05fdbc607e7fc1fd7babea0 +size 15204768 diff --git a/EasyOCR/recognition/gen2/zh_sim_g2/manifest.json b/EasyOCR/recognition/gen2/zh_sim_g2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..59bfb8a9af29477666aa76454606fa8966300612 --- /dev/null +++ b/EasyOCR/recognition/gen2/zh_sim_g2/manifest.json @@ -0,0 +1,328 @@ +{ + "format_version": 1, + "model_family": "easyocr_text_recognition", + "model_version": "EasyOCR", + "variant": "recognition_gen2", + "source_kind": "extracted_bridge_state", + "source_sha256": "cb678fdef09d651e7763ca551ad790dc89f0b2e3d2a640484330e338fb574c7a", + "graph": { + "task": "recognition", + "recognizer": "gen2", + "backbone": "vgg", + "sequence_modeling": "BiLSTM", + "prediction": "CTC" + }, + "input": { + "dtype": "fp32", + "layout": "nchw", + "channels": 1, + "dynamic_height": false, + "dynamic_width": true + }, + "output": { + "dtype": "fp32", + "layout": "ntc", + "semantic": "ctc_logits" + }, + "recognition": { + "recognizer": "gen2", + "generation": 2, + "input_height": 64, + "input_channels": 1, + "feature_output_channels": 256, + "hidden_size": 256, + "sequence_layers": 2, + "class_count": 6719, + "blank_index": 0, + "prediction_weight_key": "Prediction.weight", + "character_set": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~。〈〉《》「」『』一丁七万丈三上下不与丐丑专且丕世丘丙业丛东丝丞丢两严丧个丫中丰串临丸丹为主丽举乃久么义之乌乍乎乏乐乒乓乔乖乘乙乜九乞也习乡书乩买乱乳乾了予争事二亍于亏云互亓五井亘亚些亟亡亢交亥亦产亨亩享京亭亮亲亳亵人亿什仁仂仃仄仅仆仇仉今介仍从仑仓仔仕他仗付仙仞仟仡代令以仨仪仫们仰仲仳仵件价任份仿企伉伊伍伎伏伐休众优伙会伛伞伟传伢伤伦伧伪伫伯估伴伶伸伺似伽佃但位低住佐佑体何佗佘余佚佛作佝佞佟你佣佤佥佩佬佯佰佳佴佶佻佼佾使侃侄侈侉例侍侏侑侔侗供依侠侣侥侦侧侨侩侪侬侮侯侵便促俄俅俊俎俏俐俑俗俘俚俜保俞俟信俣俦俨俩俪俭修俯俱俳俸俺俾倌倍倏倒倔倘候倚倜借倡倥倦倨倩倪倬倭债值倾偃假偈偌偎偏偕做停健偬偶偷偻偾偿傀傅傈傍傣傥傧储傩催傲傻像僖僚僦僧僬僭僮僳僵僻儆儇儋儒儡儿兀允元兄充兆先光克免兑兔兕兖党兜兢入全八公六兮兰共关兴兵其具典兹养兼兽冀冁内冈冉册再冒冕冗写军农冠冢冤冥冬冯冰冱冲决况冶冷冻冼冽净凄准凇凉凋凌减凑凛凝几凡凤凫凭凯凰凳凶凸凹出击凼函凿刀刁刃分切刈刊刍刎刑划刖列刘则刚创初删判刨利别刭刮到刳制刷券刹刺刻刽刿剀剁剂剃削剌前剐剑剔剖剜剞剡剥剧剩剪副割剽剿劁劂劈劐劓力劝办功加务劢劣动助努劫劬劭励劲劳劾势勃勇勉勋勐勒勖勘募勤勰勺勾勿匀包匆匈匍匏匐匕化北匙匝匠匡匣匦匪匮匹区医匾匿十千卅升午卉半华协卑卒卓单卖南博卜卞卟占卡卢卣卤卦卧卫卮卯印危即却卵卷卸卺卿厂厄厅历厉压厌厍厕厘厚厝原厢厣厥厦厨厩厮去县叁参又叉及友双反发叔取受变叙叛叟叠口古句另叨叩只叫召叭叮可台叱史右叵叶号司叹叻叼叽吁吃各吆合吉吊同名后吏吐向吒吓吕吗君吝吞吟吠吡吣否吧吨吩含听吭吮启吱吲吴吵吸吹吻吼吾呀呃呆呈告呋呐呓呔呕呖呗员呙呛呜呢呤呦周呱呲味呵呶呷呸呻呼命咀咂咄咆咋和咎咏咐咒咔咕咖咙咚咛咝咣咤咦咧咨咩咪咫咬咭咯咱咳咴咸咻咽咿哀品哂哄哆哇哈哉哌响哎哏哐哑哓哔哕哗哙哚哝哞哟哥哦哧哨哩哪哭哮哲哳哺哼哽哿唁唆唇唉唏唐唑唔唛唠唢唣唤唧唪唬售唯唱唳唷唼唾唿啁啃啄商啉啊啐啕啖啜啡啤啥啦啧啪啬啭啮啵啶啷啸啻啼啾喀喁喂喃善喇喈喉喊喋喏喑喔喘喙喜喝喟喧喱喳喵喷喹喻喽喾嗄嗅嗉嗌嗍嗑嗒嗓嗔嗖嗜嗝嗟嗡嗣嗤嗥嗦嗨嗪嗫嗬嗯嗲嗳嗵嗷嗽嗾嘀嘁嘈嘉嘌嘎嘏嘘嘛嘞嘟嘣嘤嘧嘬嘭嘱嘲嘴嘶嘹嘻嘿噌噍噎噔噗噙噜噢噤器噩噪噫噬噱噶噻噼嚅嚆嚎嚏嚓嚣嚯嚷嚼囊囔囚四囝回囟因囡团囤囫园困囱围囵囹固国图囿圃圄圆圈圉圊圜土圣在圩圪圬圭圮圯地圳圹场圻圾址坂均坊坌坍坎坏坐坑块坚坛坜坝坞坟坠坡坤坦坨坩坪坫坭坯坳坷坻坼垂垃垄垅垆型垌垒垓垛垠垡垢垣垤垦垧垩垫垭垮垲垸埂埃埋城埏埒埔埕埘埙埚埝域埠埤埭埯埴埸培基埽堂堆堇堋堍堑堕堙堞堠堡堤堪堰堵塄塌塍塑塔塘塞塥填塬塾墀墁境墅墉墒墓墙增墟墨墩墼壁壅壑壕壤士壬壮声壳壶壹处备复夏夔夕外夙多夜够夤夥大天太夫夭央夯失头夷夸夹夺夼奁奂奄奇奈奉奋奎奏契奔奕奖套奘奚奠奢奥女奴奶奸她好妁如妃妄妆妇妈妊妍妒妓妖妗妙妞妣妤妥妨妩妪妫妮妯妲妹妻妾姆姊始姐姑姒姓委姗姘姚姜姝姣姥姨姬姹姻姿威娃娄娅娆娇娈娉娌娑娓娘娜娟娠娣娥娩娱娲娴娶娼婀婆婉婊婕婚婢婧婪婴婵婶婷婺婿媒媚媛媪媲媳媵媸媾嫁嫂嫉嫌嫒嫔嫖嫘嫜嫠嫡嫣嫦嫩嫫嫱嬉嬖嬗嬴嬷孀子孑孓孔孕字存孙孚孛孜孝孟孢季孤孥学孩孪孬孰孱孳孵孺孽宁它宄宅宇守安宋完宏宓宕宗官宙定宛宜宝实宠审客宣室宥宦宪宫宰害宴宵家宸容宽宾宿寂寄寅密寇富寐寒寓寝寞察寡寤寥寨寮寰寸对寺寻导寿封射将尉尊小少尔尕尖尘尚尜尝尤尥尧尬就尴尸尹尺尻尼尽尾尿局屁层居屈屉届屋屎屏屐屑展屙属屠屡屣履屦屯山屹屺屿岁岂岈岌岍岐岑岔岖岗岘岙岚岛岢岣岩岫岬岭岱岳岵岷岸岿峁峄峋峒峙峡峤峥峦峨峪峭峰峻崂崃崆崇崎崔崖崛崞崤崦崧崩崭崮崴崽嵇嵊嵋嵌嵘嵛嵝嵩嵫嵬嵯嵴嶂嶙嶝嶷巅巍川州巡巢工左巧巨巩巫差巯己已巳巴巷巽巾币市布帅帆师希帏帐帑帔帕帖帘帙帚帛帜帝带帧席帮帱帷常帻帼帽幂幄幅幌幔幕幛幞幡幢干平年并幸幺幻幼幽广庀庄庆庇床庋序庐庑库应底庖店庙庚府庞废庠庥度座庭庳庵庶康庸庹庾廉廊廒廓廖廛廨廪延廷建廿开弁异弃弄弈弊弋式弑弓引弗弘弛弟张弥弦弧弩弭弯弱弹强弼彀归当录彖彗彘彝形彤彦彩彪彬彭彰影彳彷役彻彼往征徂径待徇很徉徊律後徐徒徕得徘徙徜御徨循徭微徵德徼徽心必忆忉忌忍忏忐忑忒忖志忘忙忝忠忡忤忧忪快忭忮忱念忸忻忽忾忿怀态怂怃怄怅怆怊怍怎怏怒怔怕怖怙怛怜思怠怡急怦性怨怩怪怫怯怵总怼怿恁恂恃恋恍恐恒恕恙恚恝恢恣恤恧恨恩恪恫恬恭息恰恳恶恸恹恺恻恼恽恿悃悄悉悌悍悒悔悖悚悛悝悟悠患悦您悫悬悭悯悱悲悴悸悻悼情惆惊惋惑惕惘惚惜惝惟惠惦惧惨惩惫惬惭惮惯惰想惴惶惹惺愀愁愆愈愉愍愎意愕愚感愠愣愤愦愧愫愿慈慊慌慎慑慕慝慢慧慨慰慵慷憋憎憔憝憧憨憩憬憷憾懂懈懊懋懑懒懦懵懿戆戈戊戋戌戍戎戏成我戒戕或戗战戚戛戟戡戢戥截戬戮戳戴户戽戾房所扁扃扇扈扉手扌才扎扑扒打扔托扛扣扦执扩扪扫扬扭扮扯扰扳扶批扼找承技抄抉把抑抒抓投抖抗折抚抛抟抠抡抢护报抨披抬抱抵抹抻押抽抿拂拄担拆拇拈拉拊拌拍拎拐拒拓拔拖拗拘拙拚招拜拟拢拣拥拦拧拨择括拭拮拯拱拳拴拶拷拼拽拾拿持挂指挈按挎挑挖挚挛挝挞挟挠挡挢挣挤挥挨挪挫振挲挹挺挽捂捃捅捆捉捋捌捍捎捏捐捕捞损捡换捣捧捩捭据捱捶捷捺捻掀掂掇授掉掊掌掎掏掐排掖掘掠探掣接控推掩措掬掭掮掰掳掴掷掸掺掼掾揄揆揉揍揎描提插揖揞揠握揣揩揪揭援揶揸揽揿搀搁搂搅搋搌搏搐搓搔搛搜搞搠搡搦搪搬搭搴携搽摁摄摅摆摇摈摊摒摔摘摞摧摩摭摸摹摺撂撄撅撇撑撒撕撖撙撞撤撩撬播撮撰撵撷撸撺撼擀擂擅操擎擐擒擘擞擢擤擦攀攉攒攘攥攫攮支收攸改攻放政故效敉敌敏救敕敖教敛敝敞敢散敦敫敬数敲整敷文斋斌斐斑斓斗料斛斜斟斡斤斥斧斩斫断斯新方於施旁旃旄旅旆旋旌旎族旒旖旗无既日旦旧旨早旬旭旮旯旰旱时旷旺昀昂昃昆昊昌明昏易昔昕昙昝星映春昧昨昭是昱昴昵昶昼显晁晃晋晌晏晒晓晔晕晖晗晚晟晡晤晦晨普景晰晴晶晷智晾暂暄暇暌暑暖暗暝暧暨暮暴暹暾曙曛曜曝曦曩曰曲曳更曷曹曼曾替最月有朊朋服朐朔朕朗望朝期朦木未末本札术朱朴朵机朽杀杂权杆杈杉杌李杏材村杓杖杜杞束杠条来杨杪杭杯杰杲杳杵杷杼松板极构枇枉枋析枕林枘枚果枝枞枢枣枥枧枨枪枫枭枯枰枳枵架枷枸柁柃柄柏某柑柒染柔柘柙柚柜柝柞柠柢查柩柬柯柰柱柳柴柽柿栀栅标栈栉栊栋栌栎栏树栓栖栗栝校栩株栲栳样核根格栽栾桀桁桂桃桄桅框案桉桊桌桎桐桑桓桔桕桠桡桢档桤桥桦桧桨桩桫桴桶桷梁梃梅梆梏梓梗梢梦梧梨梭梯械梳梵检棂棉棋棍棒棕棘棚棠棣森棰棱棵棹棺棼椁椅椋植椎椐椒椟椠椤椭椰椴椹椽椿楂楔楗楚楝楞楠楣楦楫楮楷楸楹楼榀概榄榆榇榈榉榍榔榕榛榜榧榨榫榭榱榴榷榻槁槊槌槎槐槔槛槟槠槭槲槽槿樊樗樘樟模樨横樯樱樵樽樾橄橇橐橘橙橛橡橥橱橹橼檀檄檎檐檑檗檠檩檫檬欠次欢欣欤欧欲欷欺款歃歆歇歉歌歙止正此步武歧歪歹死歼殁殂殃殄殆殇殉殊残殍殒殓殖殚殛殡殪殳殴段殷殿毁毂毅毋母每毒毓比毕毖毗毙毛毡毪毫毯毳毵毹毽氅氆氇氍氏氐民氓气氕氖氘氙氚氛氟氡氢氤氦氧氨氩氪氮氯氰氲水永氽汀汁求汆汇汉汊汐汔汕汗汛汜汝汞江池污汤汨汩汪汰汲汴汶汹汽汾沁沂沃沅沆沈沉沌沏沐沓沔沙沛沟没沣沤沥沦沧沩沪沫沭沮沱河沸油治沼沽沾沿泄泅泉泊泌泐泓泔法泖泗泛泞泠泡波泣泥注泪泫泮泯泰泱泳泵泷泸泺泻泼泽泾洁洄洇洋洌洎洒洗洙洚洛洞津洧洪洫洮洱洲洳洵洹活洼洽派流浃浅浆浇浈浊测浍济浏浑浒浓浔浙浚浜浞浠浣浦浩浪浮浯浴海浸浼涂涅消涉涌涎涑涓涔涕涛涝涞涟涠涡涣涤润涧涨涩涪涫涮涯液涵涸涿淀淄淅淆淇淋淌淑淖淘淙淝淞淠淡淤淦淫淬淮深淳混淹添淼清渊渌渍渎渐渑渔渖渗渚渝渠渡渣渤渥温渫渭港渲渴游渺湃湄湍湎湔湖湘湛湟湫湮湾湿溃溅溆溉溏源溘溜溟溢溥溧溪溯溱溲溴溶溷溺溻溽滁滂滇滋滏滑滓滔滕滗滚滞滟滠满滢滤滥滦滨滩滴滹漂漆漉漏漓演漕漠漤漩漪漫漭漯漱漳漶漾潆潇潋潍潘潜潞潢潦潭潮潲潴潸潺潼澄澈澉澌澍澎澜澡澧澳澶澹激濂濉濑濒濞濠濡濮濯瀑瀚瀛瀣瀵瀹灌灏灞火灭灯灰灵灶灸灼灾灿炀炅炉炊炎炒炔炕炖炙炜炝炫炬炭炮炯炱炳炷炸点炻炼炽烀烁烂烃烈烊烘烙烛烟烤烦烧烨烩烫烬热烯烷烹烽焉焊焐焓焕焖焘焙焚焦焯焰焱然煅煊煌煎煜煞煤煦照煨煮煲煳煸煺煽熄熊熏熔熘熙熟熠熨熬熵熹燃燎燔燕燠燥燧燮燹爆爝爨爪爬爰爱爵父爷爸爹爻爽爿片版牌牍牒牖牙牛牝牟牡牢牦牧物牮牯牲牵特牺牾犀犁犄犊犋犍犏犒犟犬犯犰犴状犷犸犹狁狂狃狄狈狍狎狐狒狗狙狞狠狡狨狩独狭狮狯狰狱狲狳狴狷狸狺狻狼猁猃猊猎猕猖猗猛猜猝猞猡猢猥猩猪猫猬献猱猴猷猸猹猾猿獍獐獒獗獠獬獭獯獾玄率玉王玎玑玖玛玢玩玫玮环现玲玳玷玺玻珀珂珈珉珊珍珏珐珑珙珞珠珥珧珩班珲球琅理琉琏琐琚琛琢琥琦琨琪琬琮琰琳琴琵琶琼瑁瑕瑗瑙瑚瑛瑜瑞瑟瑭瑰瑶瑾璀璁璃璇璋璎璐璜璞璧璨璩瓒瓜瓞瓠瓢瓣瓤瓦瓮瓯瓴瓶瓷瓿甄甏甑甓甘甙甚甜生甥用甩甫甬甭田由甲申电男甸町画甾畀畅畈畋界畎畏畔留畚畛畜略畦番畲畴畸畹畿疃疆疋疏疑疔疖疗疙疚疝疟疠疡疣疤疥疫疬疮疯疰疱疲疳疴疵疸疹疼疽疾痂痃痄病症痈痉痊痍痒痔痕痘痛痞痢痣痤痦痧痨痪痫痰痱痴痹痼痿瘀瘁瘃瘅瘊瘌瘐瘗瘘瘙瘛瘟瘠瘢瘤瘥瘦瘩瘪瘫瘭瘰瘳瘴瘵瘸瘼瘾瘿癀癃癌癍癔癖癜癞癣癫癯癸登白百皂的皆皇皈皋皎皑皓皖皙皤皮皱皲皴皿盂盅盆盈益盍盎盏盐监盒盔盖盗盘盛盟盥目盯盱盲直相盹盼盾省眄眇眈眉看眍眙眚真眠眢眦眨眩眭眯眵眶眷眸眺眼着睁睃睇睐睑睚睛睡睢督睥睦睨睫睬睹睽睾睿瞀瞄瞅瞌瞍瞎瞑瞒瞟瞠瞢瞥瞧瞩瞪瞬瞰瞳瞵瞻瞽瞿矍矗矛矜矢矣知矧矩矫矬短矮石矶矸矽矾矿砀码砂砉砌砍砑砒研砖砗砘砚砜砝砟砣砥砧砭砰破砷砸砹砺砻砼砾础硅硇硌硎硐硒硕硖硗硝硪硫硬硭确硷硼碇碉碌碍碎碑碓碗碘碚碛碜碟碡碣碥碧碰碱碲碳碴碹碾磁磅磉磊磋磐磔磕磙磨磬磲磴磷磺礁礅礓礞礤礴示礻礼社祀祁祆祈祉祓祖祗祚祛祜祝神祟祠祢祥祧票祭祯祷祸祺禀禁禄禅禊福禚禧禳禹禺离禽禾秀私秃秆秉秋种科秒秕秘租秣秤秦秧秩秫秭积称秸移秽稀稂稆程稍税稔稗稚稞稠稣稳稷稻稼稽稿穆穑穗穰穴究穷穸穹空穿窀突窃窄窈窍窑窒窕窖窗窘窜窝窟窠窥窦窨窬窭窳窿立竖站竞竟章竣童竦竭端竹竺竽竿笃笄笆笈笊笋笏笑笔笕笙笛笞笠笤笥符笨笪笫第笮笱笳笸笺笼笾筅筇等筋筌筏筐筑筒答策筘筚筛筝筠筢筮筱筲筵筷筹筻签简箅箍箐箔箕算箜管箢箦箧箨箩箪箫箬箭箱箴箸篁篆篇篌篑篓篙篚篝篡篥篦篪篮篱篷篼篾簇簋簌簏簖簟簦簧簪簸簿籀籁籍米籴类籼籽粉粑粒粕粗粘粜粝粞粟粤粥粪粮粱粲粳粹粼粽精糁糅糇糈糊糌糍糕糖糗糙糜糟糠糨糯系紊素索紧紫累絮絷綦綮縻繁繇纂纛纠纡红纣纤纥约级纨纩纪纫纬纭纯纰纱纲纳纵纶纷纸纹纺纽纾线绀绁绂练组绅细织终绉绊绋绌绍绎经绐绑绒结绔绕绗绘给绚绛络绝绞统绠绡绢绣绥绦继绨绩绪绫续绮绯绰绲绳维绵绶绷绸绺绻综绽绾绿缀缁缂缃缄缅缆缇缈缉缌缎缏缑缒缓缔缕编缗缘缙缚缛缜缝缟缠缡缢缣缤缥缦缧缨缩缪缫缬缭缮缯缰缱缲缳缴缵缶缸缺罂罄罅罐网罔罕罗罘罚罟罡罢罨罩罪置罱署罴罹罾羁羊羌美羔羚羝羞羟羡群羧羯羰羲羸羹羼羽羿翁翅翊翌翎翔翕翘翟翠翡翥翦翩翮翰翱翳翻翼耀老考耄者耆耋而耍耐耒耔耕耖耗耘耙耜耠耢耥耦耧耨耩耪耱耳耵耶耷耸耻耽耿聂聃聆聊聋职聍聒联聘聚聩聪聱聿肃肄肆肇肉肋肌肓肖肘肚肛肝肟肠股肢肤肥肩肪肫肭肮肯肱育肴肷肺肼肽肾肿胀胁胂胃胄胆背胍胎胖胗胙胚胛胜胝胞胡胤胥胧胨胩胪胫胬胭胯胰胱胲胳胴胶胸胺胼能脂脆脉脊脍脎脏脐脑脒脓脔脖脘脚脞脬脯脱脲脶脸脾腆腈腊腋腌腐腑腓腔腕腙腚腠腥腧腩腭腮腰腱腴腹腺腻腼腽腾腿膀膂膈膊膏膑膘膛膜膝膦膨膪膳膺膻臀臁臂臃臆臊臌臣臧自臬臭至致臻臼臾舀舁舂舄舅舆舌舍舐舒舔舛舜舞舟舡舢舣舨航舫般舰舱舳舴舵舶舷舸船舻舾艄艇艋艘艚艟艨艮良艰色艳艴艺艽艾艿节芄芈芊芋芍芎芏芑芒芗芘芙芜芝芟芡芥芦芨芩芪芫芬芭芮芯芰花芳芴芷芸芹芽芾苁苄苇苈苊苋苌苍苎苏苑苒苓苔苕苗苘苛苜苞苟苠苡苣苤若苦苫苯英苴苷苹苻茁茂范茄茅茆茈茉茌茎茏茑茔茕茗茚茛茜茧茨茫茬茭茯茱茳茴茵茶茸茹茼荀荃荆荇草荏荐荑荒荔荚荛荜荞荟荠荡荣荤荥荦荧荨荩荪荫荬荭药荷荸荻荼荽莅莆莉莎莒莓莘莛莜莞莠莨莩莪莫莰莱莲莳莴莶获莸莹莺莼莽菀菁菅菇菊菌菏菔菖菘菜菝菟菠菡菥菩菪菰菱菲菹菽萁萃萄萋萌萍萎萏萑萘萜萝萤营萦萧萨萱萸萼落葆葑著葚葛葜葡董葩葫葬葭葱葳葵葶葸葺蒂蒇蒈蒉蒋蒌蒎蒗蒙蒜蒡蒯蒲蒴蒸蒹蒺蒽蒿蓁蓄蓉蓊蓍蓐蓑蓓蓖蓝蓟蓠蓣蓥蓦蓬蓰蓼蓿蔌蔑蔓蔗蔚蔟蔡蔫蔬蔷蔸蔹蔺蔻蔼蔽蕃蕈蕉蕊蕖蕙蕞蕤蕨蕲蕴蕹蕺蕻蕾薄薅薇薏薛薜薤薨薪薮薯薰薷薹藁藉藏藐藓藕藜藤藩藻藿蘅蘑蘖蘧蘩蘸蘼虎虏虐虑虔虚虞虢虫虬虮虱虹虺虻虼虽虾虿蚀蚁蚂蚊蚋蚌蚍蚓蚕蚜蚝蚣蚤蚧蚨蚩蚬蚯蚰蚱蚴蚶蚺蛀蛄蛆蛇蛉蛊蛋蛎蛏蛐蛑蛔蛘蛙蛛蛞蛟蛤蛩蛭蛮蛰蛱蛲蛳蛴蛸蛹蛾蜀蜂蜃蜇蜈蜉蜊蜍蜒蜓蜕蜗蜘蜚蜜蜞蜡蜢蜣蜥蜩蜮蜱蜴蜷蜻蜾蜿蝇蝈蝉蝌蝎蝓蝗蝙蝠蝣蝤蝥蝮蝰蝴蝶蝻蝼蝽蝾螂螃螅螈螋融螗螟螨螫螬螭螯螳螵螺螽蟀蟆蟊蟋蟑蟒蟛蟠蟥蟪蟮蟹蟾蠃蠊蠓蠕蠖蠡蠢蠲蠹蠼血衄衅行衍衔街衙衡衢衣补表衩衫衬衮衰衲衷衽衾衿袁袂袄袅袈袋袍袒袖袜袢袤被袭袱袼裁裂装裆裉裎裒裔裕裘裙裟裢裣裤裥裨裰裱裳裴裸裹裼裾褂褊褐褒褓褙褚褛褡褥褪褫褰褴褶襁襄襞襟襦襻西要覃覆见观规觅视觇览觉觊觋觌觎觏觐觑角觖觚觜觞解觥触觫觯觳言訇訾詈詹誉誊誓謇警譬计订讣认讥讦讧讨让讪讫训议讯记讲讳讴讵讶讷许讹论讼讽设访诀证诂诃评诅识诈诉诊诋诌词诎诏译诒诓诔试诖诗诘诙诚诛诜话诞诟诠诡询诣诤该详诧诨诩诫诬语诮误诰诱诲诳说诵请诸诹诺读诼诽课诿谀谁谂调谄谅谆谇谈谊谋谌谍谎谏谐谑谒谓谔谕谖谗谙谚谛谜谝谟谠谡谢谣谤谥谦谧谨谩谪谫谬谭谮谯谰谱谲谳谴谵谶谷豁豆豇豉豌豕豚象豢豪豫豳豸豹豺貂貅貉貊貌貔貘贝贞负贡财责贤败账货质贩贪贫贬购贮贯贰贱贲贳贴贵贶贷贸费贺贻贼贽贾贿赀赁赂赃资赅赆赇赈赉赊赋赌赍赎赏赐赓赔赖赘赙赚赛赜赝赞赠赡赢赣赤赦赧赫赭走赳赴赵赶起趁趄超越趋趑趔趟趣趱足趴趵趸趺趼趾趿跃跄跆跋跌跎跏跑跖跗跚跛距跞跟跣跤跨跪跬路跳践跷跸跹跺跻跽踅踉踊踌踏踔踝踞踟踢踣踩踪踬踮踯踱踵踹踺踽蹀蹁蹂蹄蹇蹈蹉蹊蹋蹑蹒蹙蹦蹩蹬蹭蹯蹰蹲蹴蹶蹼蹿躁躅躇躏躐躔躜躞身躬躯躲躺车轧轨轩轫转轭轮软轰轱轲轳轴轵轶轷轸轺轻轼载轾轿辁辂较辄辅辆辇辈辉辊辋辍辎辏辐辑输辔辕辖辗辘辙辚辛辜辞辟辣辨辩辫辰辱边辽达迁迂迄迅过迈迎运近迓返迕还这进远违连迟迢迤迥迦迨迩迪迫迭迮述迷迸迹追退送适逃逄逅逆选逊逋逍透逐逑递途逖逗通逛逝逞速造逡逢逦逭逮逯逵逶逸逻逼逾遁遂遄遇遍遏遐遑遒道遗遘遛遢遣遥遨遭遮遴遵遽避邀邂邃邈邋邑邓邕邗邙邛邝邡邢那邦邪邬邮邯邰邱邳邴邵邶邸邹邺邻邾郁郄郅郇郊郎郏郐郑郓郗郛郜郝郡郢郦郧部郫郭郯郴郸都郾鄂鄄鄙鄞鄢鄣鄯鄱鄹酃酆酉酊酋酌配酎酏酐酒酗酚酝酞酡酢酣酤酥酩酪酬酮酯酰酱酲酴酵酶酷酸酹酽酾酿醅醇醉醋醌醍醐醑醒醚醛醢醪醭醮醯醴醵醺采釉释里重野量金釜鉴銎銮鋈錾鍪鎏鏊鏖鐾鑫钆钇针钉钊钋钌钍钎钏钐钒钓钔钕钗钙钚钛钜钝钞钟钠钡钢钣钤钥钦钧钨钩钪钫钬钭钮钯钰钱钲钳钴钵钷钹钺钻钼钽钾钿铀铁铂铃铄铅铆铈铉铊铋铌铍铎铐铑铒铕铗铘铙铛铜铝铞铟铠铡铢铣铤铥铧铨铩铪铫铬铭铮铯铰铱铲铳铴铵银铷铸铹铺铼铽链铿销锁锂锃锄锅锆锇锈锉锊锋锌锎锏锐锑锒锓锔锕锖锗锘错锚锛锝锞锟锡锢锣锤锥锦锨锩锪锫锬锭键锯锰锱锲锴锵锶锷锸锹锺锻锾锿镀镁镂镄镅镆镇镉镊镌镍镎镏镐镑镒镓镔镖镗镘镛镜镝镞镡镢镣镤镥镦镧镨镩镪镫镬镭镯镰镱镲镳镶长门闩闪闫闭问闯闰闱闲闳间闵闶闷闸闹闺闻闼闽闾阀阁阂阃阄阅阆阈阉阊阋阌阍阎阏阐阑阒阔阕阖阗阙阚阜队阡阢阪阮阱防阳阴阵阶阻阼阽阿陀陂附际陆陇陈陉陋陌降限陔陕陛陟陡院除陧陨险陪陬陲陴陵陶陷隅隆隈隋隍随隐隔隗隘隙障隧隰隳隶隼隽难雀雁雄雅集雇雉雌雍雎雏雒雕雠雨雩雪雯雳零雷雹雾需霁霄霆震霈霉霍霎霏霓霖霜霞霪霭霰露霸霹霾青靓靖静靛非靠靡面靥革靳靴靶靼鞅鞋鞍鞑鞒鞘鞠鞣鞫鞭鞯鞲鞴韦韧韩韪韫韬韭音韵韶页顶顷顸项顺须顼顽顾顿颀颁颂颃预颅领颇颈颉颊颌颍颏颐频颓颔颖颗题颚颛颜额颞颟颠颡颢颤颥颦颧风飑飒飓飕飘飙飚飞食飧飨餍餐餮饔饕饥饧饨饩饪饫饬饭饮饯饰饱饲饴饵饶饷饺饼饽饿馀馁馄馅馆馇馈馊馋馍馏馐馑馒馓馔馕首馗馘香馥馨马驭驮驯驰驱驳驴驵驶驷驸驹驺驻驼驽驾驿骀骁骂骄骅骆骇骈骊骋验骏骐骑骒骓骖骗骘骚骛骜骝骞骟骠骡骢骣骤骥骧骨骰骶骷骸骺骼髀髁髂髅髋髌髑髓高髡髦髫髭髯髹髻鬃鬈鬏鬓鬟鬣鬯鬲鬻鬼魁魂魃魄魅魇魈魉魍魏魑魔鱼鱿鲁鲂鲅鲆鲇鲈鲋鲍鲎鲐鲑鲔鲚鲛鲜鲞鲟鲠鲡鲢鲣鲤鲥鲦鲧鲨鲩鲫鲭鲮鲰鲱鲲鲳鲴鲵鲷鲸鲺鲻鲼鲽鳃鳄鳅鳆鳇鳊鳌鳍鳎鳏鳐鳓鳔鳕鳖鳗鳘鳙鳜鳝鳞鳟鳢鸟鸠鸡鸢鸣鸥鸦鸨鸩鸪鸫鸬鸭鸯鸱鸲鸳鸵鸶鸷鸸鸹鸺鸽鸾鸿鹁鹂鹃鹄鹅鹆鹇鹈鹉鹊鹋鹌鹎鹏鹑鹕鹗鹘鹚鹛鹜鹞鹣鹤鹦鹧鹨鹩鹪鹫鹬鹭鹰鹱鹳鹿麂麇麈麋麒麓麝麟麦麸麻麽麾黄黉黍黎黏黑黔默黛黜黝黟黠黢黥黧黩黯黹黻黼黾鼋鼍鼎鼐鼓鼗鼙鼠鼢鼬鼯鼷鼹鼻鼾齐齑齿龀龃龄龅龆龇龈龉龊龋龌龙龚龛龟龠", + "character_set_source": "easyocr.config recognition_models.gen2.zh_sim_g2.characters", + "character_index_contract": "blank_0_chars_start_at_1" + }, + "weights": [ + { + "key": "FeatureExtraction.ConvNet.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "FeatureExtraction.ConvNet.0.weight", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.11.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.12.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.running_var", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.15.weight", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.bias", + "shape": [ + 256 + ] + }, + { + "key": "FeatureExtraction.ConvNet.18.weight", + "shape": [ + 256, + 256, + 2, + 2 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "FeatureExtraction.ConvNet.3.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.6.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.bias", + "shape": [ + 128 + ] + }, + { + "key": "FeatureExtraction.ConvNet.8.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "Prediction.bias", + "shape": [ + 6719 + ] + }, + { + "key": "Prediction.weight", + "shape": [ + 6719, + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.0.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.0.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.bias", + "shape": [ + 256 + ] + }, + { + "key": "SequenceModeling.1.linear.weight", + "shape": [ + 256, + 512 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_hh_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.bias_ih_l0_reverse", + "shape": [ + 1024 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_hh_l0_reverse", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "SequenceModeling.1.rnn.weight_ih_l0_reverse", + "shape": [ + 1024, + 256 + ] + } + ] +} \ No newline at end of file diff --git a/EasyOCR/recognition/gen2/zh_sim_g2/weights.safetensors b/EasyOCR/recognition/gen2/zh_sim_g2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..417db17ebfdbf9113fb021ebeae4be115fd601bb --- /dev/null +++ b/EasyOCR/recognition/gen2/zh_sim_g2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848f33ed2a208d180b6401a093efef89207825b694a5582f8eeada0162b5c3b7 +size 21941268 diff --git a/README.md b/README.md index 7be5fc7f47d5db027d120b8024982df93db95b74..20d2f714dfb0d8905d9f0fcf493fc854d776a940 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,56 @@ ---- -license: mit ---- +--- +library_name: jart +tags: +- jart +- rust +- safetensors +- inference +--- + +# JART Runtime Models + +Converted runtime model artifacts for JART. + +This repository stores model directories in the layout expected by the JART +runtime: + +```text +//manifest.json +//weights.safetensors +``` + +The runtime treats `manifest.json` as the typed model contract and +`weights.safetensors` as the fp32 runtime weight store. Large weight artifacts +are tracked with Git LFS. + +## Contents + +- `lama/`: LaMa inpainting runtime models. +- `zitspp/`: ZITS++ mask inpainting runtime models. +- `EasyOCR/`: EasyOCR detection, backbone, and recognition runtime models. +- `paddleocr_v5/`: PaddleOCR V5 contracts, prepared fixtures, and runtime + safetensors artifacts. +- `paddleocr_vl_1.5/`: PaddleOCR-VL 1.5 runtime model, tokenizer files, and + manifest. + +## Usage + +Clone with Git LFS enabled: + +```bash +git lfs install +git clone https://huggingface.co// +``` + +Then point JART commands at one of the contained model directories, for example: + +```bash +jart mask-inpaint --model JART_models/lama/base --image input.jpg --mask mask.png --output output.png +``` + +## Notes + +These files are converted runtime artifacts for JART, not the original upstream +training checkpoints. Upstream model licenses and attribution must be checked +against the original source models before publishing or redistributing. + diff --git a/lama/anime_v1/manifest.json b/lama/anime_v1/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2fc668c4f98bf65376c09f17cbce4aeee3fb04bd --- /dev/null +++ b/lama/anime_v1/manifest.json @@ -0,0 +1,6193 @@ +{ + "format_version": 1, + "model_family": "lama_ffc_resnet_inpaint", + "model_version": "lama_large_512px", + "source_kind": "extracted_bridge_state", + "source_sha256": "11d30fbb3000fb2eceae318b75d9ced9229d99ae990a7f8b3ac35c8d31f2c935", + "graph": { + "input_nc": 4, + "output_nc": 3, + "ngf": 64, + "n_downsampling": 3, + "n_blocks": 18, + "max_features": 1024, + "out_activation": "sigmoid" + }, + "ops": { + "ratio_gin": 0.75, + "ratio_gout": 0.75, + "enable_lfu": false, + "gated": false, + "spectral_pos_encoding": false, + "ffc3d": false, + "fft_norm": "ortho" + }, + "padding_modulo": 8, + "weights": [ + { + "key": "model.1.bn_l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.weight", + "shape": [ + 64, + 4, + 7, + 7 + ] + }, + { + "key": "model.10.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.24.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.24.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "model.25.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.25.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.27.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.27.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.28.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.28.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.3.bn_l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.30.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.30.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.31.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.31.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.34.bias", + "shape": [ + 3 + ] + }, + { + "key": "model.34.weight", + "shape": [ + 3, + 64, + 7, + 7 + ] + }, + { + "key": "model.4.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.ffc.convl2g.weight", + "shape": [ + 384, + 256, + 3, + 3 + ] + }, + { + "key": "model.4.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2l.weight", + "shape": [ + 128, + 256, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + } + ], + "preprocessing": { + "rgb_range": "zero_to_one", + "mask": "binary", + "padding": "reflect", + "output_crop": true + } +} \ No newline at end of file diff --git a/lama/anime_v1/weights.safetensors b/lama/anime_v1/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..156cc012c07e4de66c204aa93c3d4c8051f2ead9 --- /dev/null +++ b/lama/anime_v1/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed91d37e456a45d5de59a77c896c3b2e8c02dfbb6037408c90b59a878570ca7 +size 204411756 diff --git a/lama/anime_v2/manifest.json b/lama/anime_v2/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1c4b28a3a281e8f73e24e9d7fd7fcf5d3668d969 --- /dev/null +++ b/lama/anime_v2/manifest.json @@ -0,0 +1,6193 @@ +{ + "format_version": 1, + "model_family": "lama_ffc_resnet_inpaint", + "model_version": "anime-manga-big-lama", + "source_kind": "extracted_bridge_state", + "source_sha256": "479d3afdcb7ed2fd944ed4ebcc39ca45b33491f0f2e43eb1000bd623cfb41823", + "graph": { + "input_nc": 4, + "output_nc": 3, + "ngf": 64, + "n_downsampling": 3, + "n_blocks": 18, + "max_features": 1024, + "out_activation": "sigmoid" + }, + "ops": { + "ratio_gin": 0.75, + "ratio_gout": 0.75, + "enable_lfu": false, + "gated": false, + "spectral_pos_encoding": false, + "ffc3d": false, + "fft_norm": "ortho" + }, + "padding_modulo": 8, + "weights": [ + { + "key": "model.1.bn_l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.weight", + "shape": [ + 64, + 4, + 7, + 7 + ] + }, + { + "key": "model.10.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.24.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.24.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "model.25.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.25.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.27.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.27.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.28.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.28.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.3.bn_l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.30.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.30.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.31.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.31.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.34.bias", + "shape": [ + 3 + ] + }, + { + "key": "model.34.weight", + "shape": [ + 3, + 64, + 7, + 7 + ] + }, + { + "key": "model.4.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.ffc.convl2g.weight", + "shape": [ + 384, + 256, + 3, + 3 + ] + }, + { + "key": "model.4.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2l.weight", + "shape": [ + 128, + 256, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + } + ], + "preprocessing": { + "rgb_range": "zero_to_one", + "mask": "binary", + "padding": "reflect", + "output_crop": true + } +} \ No newline at end of file diff --git a/lama/anime_v2/weights.safetensors b/lama/anime_v2/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..156cc012c07e4de66c204aa93c3d4c8051f2ead9 --- /dev/null +++ b/lama/anime_v2/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed91d37e456a45d5de59a77c896c3b2e8c02dfbb6037408c90b59a878570ca7 +size 204411756 diff --git a/lama/base/manifest.json b/lama/base/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..994cd6daf602f77c92c2e7c1cc0a203b223ad1bf --- /dev/null +++ b/lama/base/manifest.json @@ -0,0 +1,12931 @@ +{ + "format_version": 1, + "model_family": "lama_ffc_resnet_inpaint", + "model_version": "best", + "source_kind": "extracted_bridge_state", + "source_sha256": "fccb7adffd53ec0974ee5503c3731c2c2f1e7e07856fd9228cdcc0b46fd5d423", + "graph": { + "input_nc": 4, + "output_nc": 3, + "ngf": 64, + "n_downsampling": 3, + "n_blocks": 18, + "max_features": 1024, + "out_activation": "sigmoid" + }, + "ops": { + "ratio_gin": 0.75, + "ratio_gout": 0.75, + "enable_lfu": false, + "gated": false, + "spectral_pos_encoding": false, + "ffc3d": false, + "fft_norm": "ortho" + }, + "padding_modulo": 8, + "weights": [ + { + "key": "model.1.bn_l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.1.bn_l.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.1.ffc.convl2l.weight", + "shape": [ + 64, + 4, + 7, + 7 + ] + }, + { + "key": "model.10.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.10.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.10.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.10.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.11.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.11.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.11.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.12.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.12.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.12.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.13.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.13.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.13.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.14.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.14.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.14.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.15.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.15.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.15.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.16.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.16.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.16.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.17.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.17.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.17.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.18.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.18.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.18.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.19.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.19.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.19.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.2.ffc.convl2l.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.20.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.20.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.20.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.21.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.21.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.21.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.22.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.22.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.22.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.24.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.24.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "model.25.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.25.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.25.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.27.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.27.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.28.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.28.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.28.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.3.bn_l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.running_var", + "shape": [ + 256 + ] + }, + { + "key": "model.3.bn_l.weight", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.bias", + "shape": [ + 256 + ] + }, + { + "key": "model.3.ffc.convl2l.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "model.30.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.30.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "model.31.bias", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "model.31.running_var", + "shape": [ + 64 + ] + }, + { + "key": "model.31.weight", + "shape": [ + 64 + ] + }, + { + "key": "model.34.bias", + "shape": [ + 3 + ] + }, + { + "key": "model.34.weight", + "shape": [ + 3, + 64, + 7, + 7 + ] + }, + { + "key": "model.4.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.4.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.4.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.4.ffc.convl2g.weight", + "shape": [ + 384, + 256, + 3, + 3 + ] + }, + { + "key": "model.4.ffc.convl2l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.4.ffc.convl2l.weight", + "shape": [ + 128, + 256, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.5.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.5.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.5.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.6.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.6.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.6.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.7.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.7.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.7.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.8.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.8.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.8.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.bias", + "shape": [ + 384 + ] + }, + { + "key": "model.9.conv2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "model.9.conv2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "model.9.conv2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.0.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.0.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.0.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.0.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.0.conv.weight", + "shape": [ + 32, + 3, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.1.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.1.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.1.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.1.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.1.conv.weight", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.0.2.conv.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.0.bn.bias", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.0.bn.running_mean", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.0.bn.running_var", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.0.bn.weight", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.0.conv.weight", + "shape": [ + 80, + 64, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.1.1.conv.weight", + "shape": [ + 192, + 80, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch1x1.conv.weight", + "shape": [ + 64, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.conv.weight", + "shape": [ + 48, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.0.branch_pool.conv.weight", + "shape": [ + 32, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch1x1.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.conv.weight", + "shape": [ + 48, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.1.branch_pool.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch1x1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.conv.weight", + "shape": [ + 48, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.2.branch_pool.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3.conv.weight", + "shape": [ + 384, + 288, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.conv.weight", + "shape": [ + 128, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.conv.weight", + "shape": [ + 128, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.conv.weight", + "shape": [ + 192, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.conv.weight", + "shape": [ + 128, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.conv.weight", + "shape": [ + 128, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.conv.weight", + "shape": [ + 128, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.conv.weight", + "shape": [ + 128, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.4.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.conv.weight", + "shape": [ + 192, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.5.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.conv.weight", + "shape": [ + 192, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.6.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.2.7.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.conv.weight", + "shape": [ + 320, + 192, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.conv.weight", + "shape": [ + 192, + 192, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch1x1.conv.weight", + "shape": [ + 320, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.conv.weight", + "shape": [ + 384, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.bias", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.running_mean", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.running_var", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.weight", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.conv.weight", + "shape": [ + 448, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.conv.weight", + "shape": [ + 384, + 448, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.1.branch_pool.conv.weight", + "shape": [ + 192, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch1x1.conv.weight", + "shape": [ + 320, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.conv.weight", + "shape": [ + 384, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.bias", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.running_mean", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.running_var", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.weight", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.conv.weight", + "shape": [ + 448, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.conv.weight", + "shape": [ + 384, + 448, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.test_evaluator.scores.fid.model.blocks.3.2.branch_pool.conv.weight", + "shape": [ + 192, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.lin0.model.1.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.lin1.model.1.weight", + "shape": [ + 1, + 128, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.lin2.model.1.weight", + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.lin3.model.1.weight", + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.lin4.model.1.weight", + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice1.0.weight", + "shape": [ + 64, + 3, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice1.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice1.2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice2.5.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice2.5.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice2.7.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice2.7.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.10.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.10.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.12.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.14.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice3.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.17.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.17.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.19.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.19.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.21.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice4.21.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.24.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.24.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.26.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.26.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.28.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.net.slice5.28.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.scaling_layer.scale", + "shape": [ + 1, + 3, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.lpips.score.model.net.scaling_layer.shift", + "shape": [ + 1, + 3, + 1, + 1 + ] + }, + { + "key": "state_dict.test_evaluator.scores.ssim.score.window", + "shape": [ + 3, + 1, + 11, + 11 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.0.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.0.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.0.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.0.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.0.conv.weight", + "shape": [ + 32, + 3, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.1.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.1.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.1.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.1.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.1.conv.weight", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.0.2.conv.weight", + "shape": [ + 64, + 32, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.0.bn.bias", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.0.bn.running_mean", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.0.bn.running_var", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.0.bn.weight", + "shape": [ + 80 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.0.conv.weight", + "shape": [ + 80, + 64, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.1.1.conv.weight", + "shape": [ + 192, + 80, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch1x1.conv.weight", + "shape": [ + 64, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_1.conv.weight", + "shape": [ + 48, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.bias", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.running_mean", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.running_var", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch_pool.bn.weight", + "shape": [ + 32 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.0.branch_pool.conv.weight", + "shape": [ + 32, + 192, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch1x1.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_1.conv.weight", + "shape": [ + 48, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch_pool.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.1.branch_pool.conv.weight", + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch1x1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch1x1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.bias", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.running_mean", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.running_var", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.bn.weight", + "shape": [ + 48 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_1.conv.weight", + "shape": [ + 48, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch5x5_2.conv.weight", + "shape": [ + 64, + 48, + 5, + 5 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch_pool.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.2.branch_pool.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3.conv.weight", + "shape": [ + 384, + 288, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.running_var", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.bn.weight", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_1.conv.weight", + "shape": [ + 64, + 288, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_2.conv.weight", + "shape": [ + 96, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.bias", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.running_mean", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.running_var", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.bn.weight", + "shape": [ + 96 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.3.branch3x3dbl_3.conv.weight", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_1.conv.weight", + "shape": [ + 128, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_2.conv.weight", + "shape": [ + 128, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7_3.conv.weight", + "shape": [ + 192, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_1.conv.weight", + "shape": [ + 128, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_2.conv.weight", + "shape": [ + 128, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_3.conv.weight", + "shape": [ + 128, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.running_var", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.bn.weight", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_4.conv.weight", + "shape": [ + 128, + 128, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 128, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.4.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_2.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7_3.conv.weight", + "shape": [ + 192, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_2.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_3.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_4.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.5.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_2.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7_3.conv.weight", + "shape": [ + 192, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_1.conv.weight", + "shape": [ + 160, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_2.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_3.conv.weight", + "shape": [ + 160, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.bias", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.running_mean", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.running_var", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.bn.weight", + "shape": [ + 160 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_4.conv.weight", + "shape": [ + 160, + 160, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 160, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.6.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch1x1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch1x1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_2.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7_3.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_2.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_3.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_4.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch7x7dbl_5.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.2.7.branch_pool.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch3x3_2.conv.weight", + "shape": [ + 320, + 192, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_1.conv.weight", + "shape": [ + 192, + 768, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_2.conv.weight", + "shape": [ + 192, + 192, + 1, + 7 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_3.conv.weight", + "shape": [ + 192, + 192, + 7, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.0.branch7x7x3_4.conv.weight", + "shape": [ + 192, + 192, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch1x1.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch1x1.conv.weight", + "shape": [ + 320, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_1.conv.weight", + "shape": [ + 384, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3_2b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.bias", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.running_mean", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.running_var", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.bn.weight", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_1.conv.weight", + "shape": [ + 448, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_2.conv.weight", + "shape": [ + 384, + 448, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch3x3dbl_3b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.1.branch_pool.conv.weight", + "shape": [ + 192, + 1280, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.bias", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.running_mean", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.running_var", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch1x1.bn.weight", + "shape": [ + 320 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch1x1.conv.weight", + "shape": [ + 320, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_1.conv.weight", + "shape": [ + 384, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3_2b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.bias", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.running_mean", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.running_var", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.bn.weight", + "shape": [ + 448 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_1.conv.weight", + "shape": [ + 448, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_2.conv.weight", + "shape": [ + 384, + 448, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3a.conv.weight", + "shape": [ + 384, + 384, + 1, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch3x3dbl_3b.conv.weight", + "shape": [ + 384, + 384, + 3, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.bias", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.running_var", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch_pool.bn.weight", + "shape": [ + 192 + ] + }, + { + "key": "state_dict.val_evaluator.scores.fid.model.blocks.3.2.branch_pool.conv.weight", + "shape": [ + 192, + 2048, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.lin0.model.1.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.lin1.model.1.weight", + "shape": [ + 1, + 128, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.lin2.model.1.weight", + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.lin3.model.1.weight", + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.lin4.model.1.weight", + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice1.0.weight", + "shape": [ + 64, + 3, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice1.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice1.2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice2.5.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice2.5.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice2.7.bias", + "shape": [ + 128 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice2.7.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.10.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.10.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.12.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.12.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.14.bias", + "shape": [ + 256 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice3.14.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.17.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.17.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.19.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.19.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.21.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice4.21.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.24.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.24.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.26.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.26.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.28.bias", + "shape": [ + 512 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.net.slice5.28.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.scaling_layer.scale", + "shape": [ + 1, + 3, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.lpips.score.model.net.scaling_layer.shift", + "shape": [ + 1, + 3, + 1, + 1 + ] + }, + { + "key": "state_dict.val_evaluator.scores.ssim.score.window", + "shape": [ + 3, + 1, + 11, + 11 + ] + } + ], + "preprocessing": { + "rgb_range": "zero_to_one", + "mask": "binary", + "padding": "reflect", + "output_crop": true + } +} \ No newline at end of file diff --git a/lama/base/weights.safetensors b/lama/base/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..521aef00f804a74f3ec1bf8d7415818b70c24a83 --- /dev/null +++ b/lama/base/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f49cfae0829a69fd3064a32c9bb5fbd794491893ec0a1be8fbf346fb20e279f +size 496853620 diff --git a/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors b/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9eb3b4ef002c7ba63e04a27e8ce4d25364a1fa5e --- /dev/null +++ b/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134fae2efde6f19d2d59af32efc1a3606c4ed427a629c1a02f497ab9f4477642 +size 4915288 diff --git a/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors b/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0144b895bf6c9f213bbf26ec76a515ee9a65abd2 --- /dev/null +++ b/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c27483cd91f705feffe1527a3459293106b0baecb767674e8f2734057b9f6 +size 184400 diff --git a/paddleocr_v5/PP-OCRv5_server_det_input.safetensors b/paddleocr_v5/PP-OCRv5_server_det_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9eb3b4ef002c7ba63e04a27e8ce4d25364a1fa5e --- /dev/null +++ b/paddleocr_v5/PP-OCRv5_server_det_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134fae2efde6f19d2d59af32efc1a3606c4ed427a629c1a02f497ab9f4477642 +size 4915288 diff --git a/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors b/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0144b895bf6c9f213bbf26ec76a515ee9a65abd2 --- /dev/null +++ b/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c27483cd91f705feffe1527a3459293106b0baecb767674e8f2734057b9f6 +size 184400 diff --git a/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors b/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0144b895bf6c9f213bbf26ec76a515ee9a65abd2 --- /dev/null +++ b/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c27483cd91f705feffe1527a3459293106b0baecb767674e8f2734057b9f6 +size 184400 diff --git a/paddleocr_v5/graph_contracts.json b/paddleocr_v5/graph_contracts.json new file mode 100644 index 0000000000000000000000000000000000000000..1e0374866bb1997eae3bbead96f2b8898a4a3049 --- /dev/null +++ b/paddleocr_v5/graph_contracts.json @@ -0,0 +1,6051 @@ +{ + "schema_version": 1, + "source_audit": "fixtures/paddleocr_v5/source_audit.json", + "notes": [ + "Paddle value ids come from inference.json.", + "paddle_block_op_index is the index accepted by paddle_reference_runner.py --fetch-op.", + "Each listed parameter key is assigned to one typed block for converter canonicalization." + ], + "variants": [ + { + "variant": "PP-OCRv5_mobile_det", + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_det", + "family": "ppocr_v5_text_detection", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors", + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels; detector graph accepts dynamic spatial dimensions from the exported Paddle contract.", + "trt_dynamic_shapes": [ + [ + 1, + 3, + 32, + 32 + ], + [ + 1, + 3, + 736, + 736 + ], + [ + 1, + 3, + 4000, + 4000 + ] + ], + "recommended_parity_shape": [ + 1, + 3, + 640, + 640 + ], + "output": "raw probability map [N,1,Hout,Wout]; host postprocess owns boxes/crops." + }, + "source_hashes": { + "config_json": "7ac1c33f377ba58561f4b89d3180b6add2b7c5c60a4edac90fa4e0ceccdc6665", + "inference_json": "05feef1acb00aa4cd7362b15f7f501fc4f99d7b1fa73c1c871e0c7b1504b0f5c", + "inference_pdiparams": "afa1820cb16c1fd0dad589d0f8b389139061c1ef6d68019685fd07be997dda5b" + }, + "blocks": [ + { + "name": "pplcnetv3.stem", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/ConvBNLayer" + ], + "op_count": 2, + "op_inventory": { + "1.batch_norm_": 1, + "1.conv2d": 1 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "conv2d_0.w_0" + ], + "output": { + "source_op_index": 731, + "paddle_block_op_index": 236, + "op_type": "1.batch_norm_", + "value_id": 237, + "shape": [ + -1, + 16, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_stem", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_stem", + "paddle_block_op_index": 236 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 16, + 320, + 320 + ], + "materialized_sha256": "6a54e4df2608e7f5f2f2f6020793c60b9cbf123b5f0668b7d4e30f1e2d49022c" + } + }, + { + "name": "pplcnetv3.sequential", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential" + ], + "op_count": 16, + "op_inventory": { + "1.add": 6, + "1.conv2d": 1, + "1.depthwise_conv2d": 1, + "1.hardswish": 2, + "1.multiply": 4, + "1.reshape": 2 + }, + "parameter_keys": [ + "conv2d_161.b_0", + "conv2d_161.w_0", + "conv2d_162.b_0", + "conv2d_162.w_0", + "learnable_affine_block_0.w_0", + "learnable_affine_block_0.w_1", + "learnable_affine_block_1.w_0", + "learnable_affine_block_1.w_1", + "learnable_affine_block_2.w_0", + "learnable_affine_block_2.w_1", + "learnable_affine_block_3.w_0", + "learnable_affine_block_3.w_1" + ], + "output": { + "source_op_index": 898, + "paddle_block_op_index": 254, + "op_type": "1.add", + "value_id": 260, + "shape": [ + -1, + 32, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential", + "paddle_block_op_index": 254 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 32, + 320, + 320 + ], + "materialized_sha256": "c5e9ab59b0b19a2796e8210442e52ba98060631a7dc71e9fea4f639320cbd503" + } + }, + { + "name": "pplcnetv3.sequential_1", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_1" + ], + "op_count": 29, + "op_inventory": { + "1.add": 11, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 3, + "1.multiply": 7, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_163.b_0", + "conv2d_163.w_0", + "conv2d_164.b_0", + "conv2d_164.w_0", + "conv2d_165.b_0", + "conv2d_165.w_0", + "conv2d_166.b_0", + "conv2d_166.w_0", + "learnable_affine_block_10.w_0", + "learnable_affine_block_10.w_1", + "learnable_affine_block_11.w_0", + "learnable_affine_block_11.w_1", + "learnable_affine_block_4.w_0", + "learnable_affine_block_4.w_1", + "learnable_affine_block_6.w_0", + "learnable_affine_block_6.w_1", + "learnable_affine_block_7.w_0", + "learnable_affine_block_7.w_1", + "learnable_affine_block_8.w_0", + "learnable_affine_block_8.w_1", + "learnable_affine_block_9.w_0", + "learnable_affine_block_9.w_1" + ], + "output": { + "source_op_index": 1172, + "paddle_block_op_index": 287, + "op_type": "1.add", + "value_id": 293, + "shape": [ + -1, + 48, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_1", + "paddle_block_op_index": 287 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 48, + 160, + 160 + ], + "materialized_sha256": "5757e212af17624dd19bfe8dee3b7bbd73f7b7968bc1c70fcfcbde2567c59674" + } + }, + { + "name": "pplcnetv3.sequential_2", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_2" + ], + "op_count": 29, + "op_inventory": { + "1.add": 11, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 3, + "1.multiply": 7, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_167.b_0", + "conv2d_167.w_0", + "conv2d_168.b_0", + "conv2d_168.w_0", + "conv2d_169.b_0", + "conv2d_169.w_0", + "conv2d_170.b_0", + "conv2d_170.w_0", + "learnable_affine_block_12.w_0", + "learnable_affine_block_12.w_1", + "learnable_affine_block_14.w_0", + "learnable_affine_block_14.w_1", + "learnable_affine_block_15.w_0", + "learnable_affine_block_15.w_1", + "learnable_affine_block_16.w_0", + "learnable_affine_block_16.w_1", + "learnable_affine_block_17.w_0", + "learnable_affine_block_17.w_1", + "learnable_affine_block_18.w_0", + "learnable_affine_block_18.w_1", + "learnable_affine_block_19.w_0", + "learnable_affine_block_19.w_1" + ], + "output": { + "source_op_index": 1446, + "paddle_block_op_index": 320, + "op_type": "1.add", + "value_id": 326, + "shape": [ + -1, + 96, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_2", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_2", + "paddle_block_op_index": 320 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 96, + 80, + 80 + ], + "materialized_sha256": "2cbccd02b7802e47e3cf952eee4981b92d0962d6d7f07d579e5566b7f1b32835" + } + }, + { + "name": "pplcnetv3.sequential_3", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_3" + ], + "op_count": 77, + "op_inventory": { + "1.add": 29, + "1.conv2d": 5, + "1.depthwise_conv2d": 5, + "1.hardswish": 9, + "1.multiply": 19, + "1.reshape": 10 + }, + "parameter_keys": [ + "conv2d_171.b_0", + "conv2d_171.w_0", + "conv2d_172.b_0", + "conv2d_172.w_0", + "conv2d_173.b_0", + "conv2d_173.w_0", + "conv2d_174.b_0", + "conv2d_174.w_0", + "conv2d_175.b_0", + "conv2d_175.w_0", + "conv2d_176.b_0", + "conv2d_176.w_0", + "conv2d_177.b_0", + "conv2d_177.w_0", + "conv2d_178.b_0", + "conv2d_178.w_0", + "conv2d_179.b_0", + "conv2d_179.w_0", + "conv2d_180.b_0", + "conv2d_180.w_0", + "learnable_affine_block_20.w_0", + "learnable_affine_block_20.w_1", + "learnable_affine_block_22.w_0", + "learnable_affine_block_22.w_1", + "learnable_affine_block_23.w_0", + "learnable_affine_block_23.w_1", + "learnable_affine_block_24.w_0", + "learnable_affine_block_24.w_1", + "learnable_affine_block_25.w_0", + "learnable_affine_block_25.w_1", + "learnable_affine_block_26.w_0", + "learnable_affine_block_26.w_1", + "learnable_affine_block_27.w_0", + "learnable_affine_block_27.w_1", + "learnable_affine_block_28.w_0", + "learnable_affine_block_28.w_1", + "learnable_affine_block_29.w_0", + "learnable_affine_block_29.w_1", + "learnable_affine_block_30.w_0", + "learnable_affine_block_30.w_1", + "learnable_affine_block_31.w_0", + "learnable_affine_block_31.w_1", + "learnable_affine_block_32.w_0", + "learnable_affine_block_32.w_1", + "learnable_affine_block_33.w_0", + "learnable_affine_block_33.w_1", + "learnable_affine_block_34.w_0", + "learnable_affine_block_34.w_1", + "learnable_affine_block_35.w_0", + "learnable_affine_block_35.w_1", + "learnable_affine_block_36.w_0", + "learnable_affine_block_36.w_1", + "learnable_affine_block_37.w_0", + "learnable_affine_block_37.w_1", + "learnable_affine_block_38.w_0", + "learnable_affine_block_38.w_1", + "learnable_affine_block_39.w_0", + "learnable_affine_block_39.w_1" + ], + "output": { + "source_op_index": 2158, + "paddle_block_op_index": 407, + "op_type": "1.add", + "value_id": 413, + "shape": [ + -1, + 192, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_3", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_3", + "paddle_block_op_index": 407 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 192, + 40, + 40 + ], + "materialized_sha256": "7c83e7f0b7778333100076ff1e6c3b1f1e5444b4ad27d11234eb5fcbbe0df5c8" + } + }, + { + "name": "pplcnetv3.sequential_4", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_4" + ], + "op_count": 81, + "op_inventory": { + "1.add": 27, + "1.conv2d": 8, + "1.depthwise_conv2d": 4, + "1.hardsigmoid": 2, + "1.hardswish": 7, + "1.multiply": 17, + "1.pool2d": 2, + "1.relu": 2, + "1.reshape": 12 + }, + "parameter_keys": [ + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_181.b_0", + "conv2d_181.w_0", + "conv2d_182.b_0", + "conv2d_182.w_0", + "conv2d_183.b_0", + "conv2d_183.w_0", + "conv2d_184.b_0", + "conv2d_184.w_0", + "conv2d_185.b_0", + "conv2d_185.w_0", + "conv2d_186.b_0", + "conv2d_186.w_0", + "conv2d_187.b_0", + "conv2d_187.w_0", + "conv2d_188.b_0", + "conv2d_188.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "learnable_affine_block_40.w_0", + "learnable_affine_block_40.w_1", + "learnable_affine_block_42.w_0", + "learnable_affine_block_42.w_1", + "learnable_affine_block_43.w_0", + "learnable_affine_block_43.w_1", + "learnable_affine_block_44.w_0", + "learnable_affine_block_44.w_1", + "learnable_affine_block_45.w_0", + "learnable_affine_block_45.w_1", + "learnable_affine_block_46.w_0", + "learnable_affine_block_46.w_1", + "learnable_affine_block_47.w_0", + "learnable_affine_block_47.w_1", + "learnable_affine_block_48.w_0", + "learnable_affine_block_48.w_1", + "learnable_affine_block_49.w_0", + "learnable_affine_block_49.w_1", + "learnable_affine_block_50.w_0", + "learnable_affine_block_50.w_1", + "learnable_affine_block_51.w_0", + "learnable_affine_block_51.w_1", + "learnable_affine_block_52.w_0", + "learnable_affine_block_52.w_1", + "learnable_affine_block_53.w_0", + "learnable_affine_block_53.w_1", + "learnable_affine_block_54.w_0", + "learnable_affine_block_54.w_1", + "learnable_affine_block_55.w_0", + "learnable_affine_block_55.w_1" + ], + "output": { + "source_op_index": 2996, + "paddle_block_op_index": 502, + "op_type": "1.add", + "value_id": 508, + "shape": [ + -1, + 384, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_4", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_4", + "paddle_block_op_index": 502 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 384, + 20, + 20 + ], + "materialized_sha256": "9a0c0bf764ff8a4b81b946723dc259177c607b8a10690b25b533c3737d7bf053" + } + }, + { + "name": "pplcnetv3.output", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Conv2D", + "PPLCNetV3/Conv2D_1", + "PPLCNetV3/Conv2D_2", + "PPLCNetV3/Conv2D_3" + ], + "op_count": 12, + "op_inventory": { + "1.add": 4, + "1.conv2d": 4, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_131.b_0", + "conv2d_131.w_0", + "conv2d_132.b_0", + "conv2d_132.w_0", + "conv2d_133.b_0", + "conv2d_133.w_0", + "conv2d_134.b_0", + "conv2d_134.w_0" + ], + "output": { + "source_op_index": 3168, + "paddle_block_op_index": 518, + "op_type": "1.add", + "value_id": 524, + "shape": [ + -1, + 360, + -1, + -1 + ], + "struct_name": "/PPLCNetV3/Conv2D_3/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_output", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "pplcnetv3_output", + "paddle_block_op_index": 518 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 360, + 20, + 20 + ], + "materialized_sha256": "3b2d779606489aec3150b11c38e0667956114edd741372ff2ff5861ad84206f9" + } + }, + { + "name": "rsefpn", + "kind": "rsefpn", + "source_prefixes": [ + "RSEFPN/RSELayer", + "RSEFPN/RSELayer_1", + "RSEFPN/RSELayer_2", + "RSEFPN/RSELayer_3", + "RSEFPN/RSELayer_4", + "RSEFPN/RSELayer_5", + "RSEFPN/RSELayer_6", + "RSEFPN/RSELayer_7" + ], + "op_count": 96, + "op_inventory": { + "1.add": 24, + "1.conv2d": 24, + "1.hardsigmoid": 8, + "1.multiply": 8, + "1.pool2d": 8, + "1.relu": 8, + "1.reshape": 16 + }, + "parameter_keys": [ + "conv2d_135.w_0", + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_140.b_0", + "conv2d_140.w_0", + "conv2d_141.w_0", + "conv2d_142.b_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_144.w_0", + "conv2d_145.b_0", + "conv2d_145.w_0", + "conv2d_146.b_0", + "conv2d_146.w_0", + "conv2d_147.w_0", + "conv2d_148.b_0", + "conv2d_148.w_0", + "conv2d_149.b_0", + "conv2d_149.w_0", + "conv2d_150.w_0", + "conv2d_151.b_0", + "conv2d_151.w_0", + "conv2d_152.b_0", + "conv2d_152.w_0", + "conv2d_153.w_0", + "conv2d_154.b_0", + "conv2d_154.w_0", + "conv2d_155.b_0", + "conv2d_155.w_0", + "conv2d_156.w_0", + "conv2d_157.b_0", + "conv2d_157.w_0", + "conv2d_158.b_0", + "conv2d_158.w_0" + ], + "output": { + "source_op_index": 4514, + "paddle_block_op_index": 644, + "op_type": "1.add", + "value_id": 650, + "shape": [ + -1, + 24, + -1, + -1 + ], + "struct_name": "/RSEFPN/RSELayer_7/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "rsefpn", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "rsefpn", + "paddle_block_op_index": 644 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 24, + 160, + 160 + ], + "materialized_sha256": "5c0aecfa833981b372ebdc75c60379bf7c92316836bf37b5314669a2510e44bb" + } + }, + { + "name": "db_head", + "kind": "db_head", + "source_prefixes": [ + "DBHead/Head" + ], + "op_count": 11, + "op_inventory": { + "1.add": 2, + "1.batch_norm_": 2, + "1.conv2d": 1, + "1.conv2d_transpose": 2, + "1.relu": 2, + "1.reshape": 2 + }, + "parameter_keys": [ + "batch_norm_0.b_0", + "batch_norm_0.w_0", + "batch_norm_0.w_1", + "batch_norm_0.w_2", + "batch_norm_1.b_0", + "batch_norm_1.w_0", + "batch_norm_1.w_1", + "batch_norm_1.w_2", + "conv2d_159.w_0", + "conv2d_transpose_0.b_0", + "conv2d_transpose_0.w_0", + "conv2d_transpose_1.b_0", + "conv2d_transpose_1.w_0" + ], + "output": { + "source_op_index": 4781, + "paddle_block_op_index": 665, + "op_type": "1.add", + "value_id": 681, + "shape": [ + -1, + 1, + -1, + -1 + ], + "struct_name": "/DBHead/Head/Conv2DTranspose_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "db_head", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json", + "fetch_op": { + "name": "db_head", + "paddle_block_op_index": 665 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 1, + 640, + 640 + ], + "materialized_sha256": "fe54f4682f83c2103b0065472bc429b2696ff60d068d8a23555da343a19e0aae" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 234, + "assigned_parameter_count": 234, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "PP-OCRv5_server_det", + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_det", + "family": "ppocr_v5_text_detection", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_server_det_input.safetensors", + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels; detector graph accepts dynamic spatial dimensions from the exported Paddle contract.", + "trt_dynamic_shapes": [ + [ + 1, + 3, + 32, + 32 + ], + [ + 1, + 3, + 736, + 736 + ], + [ + 1, + 3, + 4000, + 4000 + ] + ], + "recommended_parity_shape": [ + 1, + 3, + 640, + 640 + ], + "output": "raw probability map [N,1,Hout,Wout]; host postprocess owns boxes/crops." + }, + "source_hashes": { + "config_json": "436bf19010fe3879477e8599a870a0ec8ccd14ca39056805ec4ed20ab318ec04", + "inference_json": "af5876933d8806a1b50d895867e0781e135cd92ff37381992828fc8d1b842d28", + "inference_pdiparams": "183146fe9d9910352f68482f623bcbbb9fa7b9e8fa1463b9ad288cef00524d2d" + }, + "blocks": [ + { + "name": "pphgnetv2.stem", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/StemBlock" + ], + "op_count": 17, + "op_inventory": { + "1.batch_norm_": 5, + "1.concat": 1, + "1.conv2d": 5, + "1.pool2d": 1, + "1.relu": 5 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "batch_norm2d_1.b_0", + "batch_norm2d_1.w_0", + "batch_norm2d_1.w_1", + "batch_norm2d_1.w_2", + "batch_norm2d_2.b_0", + "batch_norm2d_2.w_0", + "batch_norm2d_2.w_1", + "batch_norm2d_2.w_2", + "batch_norm2d_3.b_0", + "batch_norm2d_3.w_0", + "batch_norm2d_3.w_1", + "batch_norm2d_3.w_2", + "batch_norm2d_4.b_0", + "batch_norm2d_4.w_0", + "batch_norm2d_4.w_1", + "batch_norm2d_4.w_2", + "conv2d_0.w_0", + "conv2d_1.w_0", + "conv2d_2.w_0", + "conv2d_3.w_0", + "conv2d_4.w_0" + ], + "output": { + "source_op_index": 1932, + "paddle_block_op_index": 559, + "op_type": "1.relu", + "value_id": 585, + "shape": [ + -1, + 48, + -1, + -1 + ], + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_stem", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pphgnetv2_stem", + "paddle_block_op_index": 559 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 48, + 160, + 160 + ], + "materialized_sha256": "7bb8d842afcc4db226f45c7a6f48987fecf8dc95db0fbd72bee91ccae49bec19" + } + }, + { + "name": "pphgnetv2.hgv2_stage", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage" + ], + "op_count": 25, + "op_inventory": { + "1.batch_norm_": 8, + "1.concat": 1, + "1.conv2d": 8, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_10.b_0", + "batch_norm2d_10.w_0", + "batch_norm2d_10.w_1", + "batch_norm2d_10.w_2", + "batch_norm2d_11.b_0", + "batch_norm2d_11.w_0", + "batch_norm2d_11.w_1", + "batch_norm2d_11.w_2", + "batch_norm2d_12.b_0", + "batch_norm2d_12.w_0", + "batch_norm2d_12.w_1", + "batch_norm2d_12.w_2", + "batch_norm2d_5.b_0", + "batch_norm2d_5.w_0", + "batch_norm2d_5.w_1", + "batch_norm2d_5.w_2", + "batch_norm2d_6.b_0", + "batch_norm2d_6.w_0", + "batch_norm2d_6.w_1", + "batch_norm2d_6.w_2", + "batch_norm2d_7.b_0", + "batch_norm2d_7.w_0", + "batch_norm2d_7.w_1", + "batch_norm2d_7.w_2", + "batch_norm2d_8.b_0", + "batch_norm2d_8.w_0", + "batch_norm2d_8.w_1", + "batch_norm2d_8.w_2", + "batch_norm2d_9.b_0", + "batch_norm2d_9.w_0", + "batch_norm2d_9.w_1", + "batch_norm2d_9.w_2", + "conv2d_10.w_0", + "conv2d_11.w_0", + "conv2d_12.w_0", + "conv2d_5.w_0", + "conv2d_6.w_0", + "conv2d_7.w_0", + "conv2d_8.w_0", + "conv2d_9.w_0" + ], + "output": { + "source_op_index": 2375, + "paddle_block_op_index": 586, + "op_type": "1.relu", + "value_id": 652, + "shape": [ + -1, + 128, + -1, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage", + "paddle_block_op_index": 586 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 160, + 160 + ], + "materialized_sha256": "2468243fe8b41d2fc5c716257ca2060331ace9ac7aedd98c093f498842df64bf" + } + }, + { + "name": "pphgnetv2.hgv2_stage_1", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_1" + ], + "op_count": 27, + "op_inventory": { + "1.batch_norm_": 9, + "1.concat": 1, + "1.conv2d": 8, + "1.depthwise_conv2d": 1, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_13.b_0", + "batch_norm2d_13.w_0", + "batch_norm2d_13.w_1", + "batch_norm2d_13.w_2", + "batch_norm2d_14.b_0", + "batch_norm2d_14.w_0", + "batch_norm2d_14.w_1", + "batch_norm2d_14.w_2", + "batch_norm2d_15.b_0", + "batch_norm2d_15.w_0", + "batch_norm2d_15.w_1", + "batch_norm2d_15.w_2", + "batch_norm2d_16.b_0", + "batch_norm2d_16.w_0", + "batch_norm2d_16.w_1", + "batch_norm2d_16.w_2", + "batch_norm2d_17.b_0", + "batch_norm2d_17.w_0", + "batch_norm2d_17.w_1", + "batch_norm2d_17.w_2", + "batch_norm2d_18.b_0", + "batch_norm2d_18.w_0", + "batch_norm2d_18.w_1", + "batch_norm2d_18.w_2", + "batch_norm2d_19.b_0", + "batch_norm2d_19.w_0", + "batch_norm2d_19.w_1", + "batch_norm2d_19.w_2", + "batch_norm2d_20.b_0", + "batch_norm2d_20.w_0", + "batch_norm2d_20.w_1", + "batch_norm2d_20.w_2", + "batch_norm2d_21.b_0", + "batch_norm2d_21.w_0", + "batch_norm2d_21.w_1", + "batch_norm2d_21.w_2", + "conv2d_13.w_0", + "conv2d_14.w_0", + "conv2d_15.w_0", + "conv2d_16.w_0", + "conv2d_17.w_0", + "conv2d_18.w_0", + "conv2d_19.w_0", + "conv2d_20.w_0", + "conv2d_21.w_0" + ], + "output": { + "source_op_index": 2863, + "paddle_block_op_index": 615, + "op_type": "1.relu", + "value_id": 726, + "shape": [ + -1, + 512, + -1, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_1", + "paddle_block_op_index": 615 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 512, + 80, + 80 + ], + "materialized_sha256": "db13b315be3bf497b2d1092ccec192a6e17c13a8774118dc63039aba655b2109" + } + }, + { + "name": "pphgnetv2.hgv2_stage_2", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_2" + ], + "op_count": 115, + "op_inventory": { + "1.add": 2, + "1.batch_norm_": 43, + "1.concat": 3, + "1.conv2d": 24, + "1.depthwise_conv2d": 19, + "1.relu": 24 + }, + "parameter_keys": [ + "batch_norm2d_22.b_0", + "batch_norm2d_22.w_0", + "batch_norm2d_22.w_1", + "batch_norm2d_22.w_2", + "batch_norm2d_23.b_0", + "batch_norm2d_23.w_0", + "batch_norm2d_23.w_1", + "batch_norm2d_23.w_2", + "batch_norm2d_24.b_0", + "batch_norm2d_24.w_0", + "batch_norm2d_24.w_1", + "batch_norm2d_24.w_2", + "batch_norm2d_25.b_0", + "batch_norm2d_25.w_0", + "batch_norm2d_25.w_1", + "batch_norm2d_25.w_2", + "batch_norm2d_26.b_0", + "batch_norm2d_26.w_0", + "batch_norm2d_26.w_1", + "batch_norm2d_26.w_2", + "batch_norm2d_27.b_0", + "batch_norm2d_27.w_0", + "batch_norm2d_27.w_1", + "batch_norm2d_27.w_2", + "batch_norm2d_28.b_0", + "batch_norm2d_28.w_0", + "batch_norm2d_28.w_1", + "batch_norm2d_28.w_2", + "batch_norm2d_29.b_0", + "batch_norm2d_29.w_0", + "batch_norm2d_29.w_1", + "batch_norm2d_29.w_2", + "batch_norm2d_30.b_0", + "batch_norm2d_30.w_0", + "batch_norm2d_30.w_1", + "batch_norm2d_30.w_2", + "batch_norm2d_31.b_0", + "batch_norm2d_31.w_0", + "batch_norm2d_31.w_1", + "batch_norm2d_31.w_2", + "batch_norm2d_32.b_0", + "batch_norm2d_32.w_0", + "batch_norm2d_32.w_1", + "batch_norm2d_32.w_2", + "batch_norm2d_33.b_0", + "batch_norm2d_33.w_0", + "batch_norm2d_33.w_1", + "batch_norm2d_33.w_2", + "batch_norm2d_34.b_0", + "batch_norm2d_34.w_0", + "batch_norm2d_34.w_1", + "batch_norm2d_34.w_2", + "batch_norm2d_35.b_0", + "batch_norm2d_35.w_0", + "batch_norm2d_35.w_1", + "batch_norm2d_35.w_2", + "batch_norm2d_36.b_0", + "batch_norm2d_36.w_0", + "batch_norm2d_36.w_1", + "batch_norm2d_36.w_2", + "batch_norm2d_37.b_0", + "batch_norm2d_37.w_0", + "batch_norm2d_37.w_1", + "batch_norm2d_37.w_2", + "batch_norm2d_38.b_0", + "batch_norm2d_38.w_0", + "batch_norm2d_38.w_1", + "batch_norm2d_38.w_2", + "batch_norm2d_39.b_0", + "batch_norm2d_39.w_0", + "batch_norm2d_39.w_1", + "batch_norm2d_39.w_2", + "batch_norm2d_40.b_0", + "batch_norm2d_40.w_0", + "batch_norm2d_40.w_1", + "batch_norm2d_40.w_2", + "batch_norm2d_41.b_0", + "batch_norm2d_41.w_0", + "batch_norm2d_41.w_1", + "batch_norm2d_41.w_2", + "batch_norm2d_42.b_0", + "batch_norm2d_42.w_0", + "batch_norm2d_42.w_1", + "batch_norm2d_42.w_2", + "batch_norm2d_43.b_0", + "batch_norm2d_43.w_0", + "batch_norm2d_43.w_1", + "batch_norm2d_43.w_2", + "batch_norm2d_44.b_0", + "batch_norm2d_44.w_0", + "batch_norm2d_44.w_1", + "batch_norm2d_44.w_2", + "batch_norm2d_45.b_0", + "batch_norm2d_45.w_0", + "batch_norm2d_45.w_1", + "batch_norm2d_45.w_2", + "batch_norm2d_46.b_0", + "batch_norm2d_46.w_0", + "batch_norm2d_46.w_1", + "batch_norm2d_46.w_2", + "batch_norm2d_47.b_0", + "batch_norm2d_47.w_0", + "batch_norm2d_47.w_1", + "batch_norm2d_47.w_2", + "batch_norm2d_48.b_0", + "batch_norm2d_48.w_0", + "batch_norm2d_48.w_1", + "batch_norm2d_48.w_2", + "batch_norm2d_49.b_0", + "batch_norm2d_49.w_0", + "batch_norm2d_49.w_1", + "batch_norm2d_49.w_2", + "batch_norm2d_50.b_0", + "batch_norm2d_50.w_0", + "batch_norm2d_50.w_1", + "batch_norm2d_50.w_2", + "batch_norm2d_51.b_0", + "batch_norm2d_51.w_0", + "batch_norm2d_51.w_1", + "batch_norm2d_51.w_2", + "batch_norm2d_52.b_0", + "batch_norm2d_52.w_0", + "batch_norm2d_52.w_1", + "batch_norm2d_52.w_2", + "batch_norm2d_53.b_0", + "batch_norm2d_53.w_0", + "batch_norm2d_53.w_1", + "batch_norm2d_53.w_2", + "batch_norm2d_54.b_0", + "batch_norm2d_54.w_0", + "batch_norm2d_54.w_1", + "batch_norm2d_54.w_2", + "batch_norm2d_55.b_0", + "batch_norm2d_55.w_0", + "batch_norm2d_55.w_1", + "batch_norm2d_55.w_2", + "batch_norm2d_56.b_0", + "batch_norm2d_56.w_0", + "batch_norm2d_56.w_1", + "batch_norm2d_56.w_2", + "batch_norm2d_57.b_0", + "batch_norm2d_57.w_0", + "batch_norm2d_57.w_1", + "batch_norm2d_57.w_2", + "batch_norm2d_58.b_0", + "batch_norm2d_58.w_0", + "batch_norm2d_58.w_1", + "batch_norm2d_58.w_2", + "batch_norm2d_59.b_0", + "batch_norm2d_59.w_0", + "batch_norm2d_59.w_1", + "batch_norm2d_59.w_2", + "batch_norm2d_60.b_0", + "batch_norm2d_60.w_0", + "batch_norm2d_60.w_1", + "batch_norm2d_60.w_2", + "batch_norm2d_61.b_0", + "batch_norm2d_61.w_0", + "batch_norm2d_61.w_1", + "batch_norm2d_61.w_2", + "batch_norm2d_62.b_0", + "batch_norm2d_62.w_0", + "batch_norm2d_62.w_1", + "batch_norm2d_62.w_2", + "batch_norm2d_63.b_0", + "batch_norm2d_63.w_0", + "batch_norm2d_63.w_1", + "batch_norm2d_63.w_2", + "batch_norm2d_64.b_0", + "batch_norm2d_64.w_0", + "batch_norm2d_64.w_1", + "batch_norm2d_64.w_2", + "conv2d_22.w_0", + "conv2d_23.w_0", + "conv2d_24.w_0", + "conv2d_25.w_0", + "conv2d_26.w_0", + "conv2d_27.w_0", + "conv2d_28.w_0", + "conv2d_29.w_0", + "conv2d_30.w_0", + "conv2d_31.w_0", + "conv2d_32.w_0", + "conv2d_33.w_0", + "conv2d_34.w_0", + "conv2d_35.w_0", + "conv2d_36.w_0", + "conv2d_37.w_0", + "conv2d_38.w_0", + "conv2d_39.w_0", + "conv2d_40.w_0", + "conv2d_41.w_0", + "conv2d_42.w_0", + "conv2d_43.w_0", + "conv2d_44.w_0", + "conv2d_45.w_0", + "conv2d_46.w_0", + "conv2d_47.w_0", + "conv2d_48.w_0", + "conv2d_49.w_0", + "conv2d_50.w_0", + "conv2d_51.w_0", + "conv2d_52.w_0", + "conv2d_53.w_0", + "conv2d_54.w_0", + "conv2d_55.w_0", + "conv2d_56.w_0", + "conv2d_57.w_0", + "conv2d_58.w_0", + "conv2d_59.w_0", + "conv2d_60.w_0", + "conv2d_61.w_0", + "conv2d_62.w_0", + "conv2d_63.w_0", + "conv2d_64.w_0" + ], + "output": { + "source_op_index": 5059, + "paddle_block_op_index": 736, + "op_type": "1.add", + "value_id": 1062, + "shape": [ + -1, + 1024, + -1, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_2", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_2", + "paddle_block_op_index": 736 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 1024, + 40, + 40 + ], + "materialized_sha256": "928ed41d6ea703c6e1e28fdbe09c57dd2f63852d0a443f6578a4e4d8829e52cf" + } + }, + { + "name": "pphgnetv2.hgv2_stage_3", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_3" + ], + "op_count": 39, + "op_inventory": { + "1.batch_norm_": 15, + "1.concat": 1, + "1.conv2d": 8, + "1.depthwise_conv2d": 7, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_65.b_0", + "batch_norm2d_65.w_0", + "batch_norm2d_65.w_1", + "batch_norm2d_65.w_2", + "batch_norm2d_66.b_0", + "batch_norm2d_66.w_0", + "batch_norm2d_66.w_1", + "batch_norm2d_66.w_2", + "batch_norm2d_67.b_0", + "batch_norm2d_67.w_0", + "batch_norm2d_67.w_1", + "batch_norm2d_67.w_2", + "batch_norm2d_68.b_0", + "batch_norm2d_68.w_0", + "batch_norm2d_68.w_1", + "batch_norm2d_68.w_2", + "batch_norm2d_69.b_0", + "batch_norm2d_69.w_0", + "batch_norm2d_69.w_1", + "batch_norm2d_69.w_2", + "batch_norm2d_70.b_0", + "batch_norm2d_70.w_0", + "batch_norm2d_70.w_1", + "batch_norm2d_70.w_2", + "batch_norm2d_71.b_0", + "batch_norm2d_71.w_0", + "batch_norm2d_71.w_1", + "batch_norm2d_71.w_2", + "batch_norm2d_72.b_0", + "batch_norm2d_72.w_0", + "batch_norm2d_72.w_1", + "batch_norm2d_72.w_2", + "batch_norm2d_73.b_0", + "batch_norm2d_73.w_0", + "batch_norm2d_73.w_1", + "batch_norm2d_73.w_2", + "batch_norm2d_74.b_0", + "batch_norm2d_74.w_0", + "batch_norm2d_74.w_1", + "batch_norm2d_74.w_2", + "batch_norm2d_75.b_0", + "batch_norm2d_75.w_0", + "batch_norm2d_75.w_1", + "batch_norm2d_75.w_2", + "batch_norm2d_76.b_0", + "batch_norm2d_76.w_0", + "batch_norm2d_76.w_1", + "batch_norm2d_76.w_2", + "batch_norm2d_77.b_0", + "batch_norm2d_77.w_0", + "batch_norm2d_77.w_1", + "batch_norm2d_77.w_2", + "batch_norm2d_78.b_0", + "batch_norm2d_78.w_0", + "batch_norm2d_78.w_1", + "batch_norm2d_78.w_2", + "batch_norm2d_79.b_0", + "batch_norm2d_79.w_0", + "batch_norm2d_79.w_1", + "batch_norm2d_79.w_2", + "conv2d_65.w_0", + "conv2d_66.w_0", + "conv2d_67.w_0", + "conv2d_68.w_0", + "conv2d_69.w_0", + "conv2d_70.w_0", + "conv2d_71.w_0", + "conv2d_72.w_0", + "conv2d_73.w_0", + "conv2d_74.w_0", + "conv2d_75.w_0", + "conv2d_76.w_0", + "conv2d_77.w_0", + "conv2d_78.w_0", + "conv2d_79.w_0" + ], + "output": { + "source_op_index": 5817, + "paddle_block_op_index": 777, + "op_type": "1.relu", + "value_id": 1178, + "shape": [ + -1, + 2048, + -1, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_3", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_3", + "paddle_block_op_index": 777 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 2048, + 20, + 20 + ], + "materialized_sha256": "10bcd95eb96a901d8c12bc302ee2ff0c3880a4af23e2492021b44ab4771f52c8" + } + }, + { + "name": "lkpan", + "kind": "lkpan", + "source_prefixes": [ + "LKPAN/Conv2D", + "LKPAN/Conv2D_1", + "LKPAN/Conv2D_10", + "LKPAN/Conv2D_11", + "LKPAN/Conv2D_12", + "LKPAN/Conv2D_13", + "LKPAN/Conv2D_14", + "LKPAN/Conv2D_2", + "LKPAN/Conv2D_3", + "LKPAN/Conv2D_4", + "LKPAN/Conv2D_5", + "LKPAN/Conv2D_6", + "LKPAN/Conv2D_7", + "LKPAN/Conv2D_8", + "LKPAN/Conv2D_9", + "LKPAN/IntraCLBlock", + "LKPAN/IntraCLBlock_1", + "LKPAN/IntraCLBlock_2", + "LKPAN/IntraCLBlock_3" + ], + "op_count": 183, + "op_inventory": { + "1.add": 72, + "1.batch_norm_": 4, + "1.conv2d": 59, + "1.relu": 4, + "1.reshape": 44 + }, + "parameter_keys": [ + "batch_norm2d_80.b_0", + "batch_norm2d_80.w_0", + "batch_norm2d_80.w_1", + "batch_norm2d_80.w_2", + "batch_norm2d_81.b_0", + "batch_norm2d_81.w_0", + "batch_norm2d_81.w_1", + "batch_norm2d_81.w_2", + "batch_norm2d_82.b_0", + "batch_norm2d_82.w_0", + "batch_norm2d_82.w_1", + "batch_norm2d_82.w_2", + "batch_norm2d_83.b_0", + "batch_norm2d_83.w_0", + "batch_norm2d_83.w_1", + "batch_norm2d_83.w_2", + "conv2d_100.b_0", + "conv2d_100.w_0", + "conv2d_101.b_0", + "conv2d_101.w_0", + "conv2d_102.b_0", + "conv2d_102.w_0", + "conv2d_103.b_0", + "conv2d_103.w_0", + "conv2d_104.b_0", + "conv2d_104.w_0", + "conv2d_105.b_0", + "conv2d_105.w_0", + "conv2d_106.b_0", + "conv2d_106.w_0", + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_109.b_0", + "conv2d_109.w_0", + "conv2d_110.b_0", + "conv2d_110.w_0", + "conv2d_111.b_0", + "conv2d_111.w_0", + "conv2d_112.b_0", + "conv2d_112.w_0", + "conv2d_113.b_0", + "conv2d_113.w_0", + "conv2d_114.b_0", + "conv2d_114.w_0", + "conv2d_115.b_0", + "conv2d_115.w_0", + "conv2d_116.b_0", + "conv2d_116.w_0", + "conv2d_117.b_0", + "conv2d_117.w_0", + "conv2d_118.b_0", + "conv2d_118.w_0", + "conv2d_119.b_0", + "conv2d_119.w_0", + "conv2d_120.b_0", + "conv2d_120.w_0", + "conv2d_121.b_0", + "conv2d_121.w_0", + "conv2d_122.b_0", + "conv2d_122.w_0", + "conv2d_123.b_0", + "conv2d_123.w_0", + "conv2d_124.b_0", + "conv2d_124.w_0", + "conv2d_125.b_0", + "conv2d_125.w_0", + "conv2d_126.b_0", + "conv2d_126.w_0", + "conv2d_127.b_0", + "conv2d_127.w_0", + "conv2d_128.b_0", + "conv2d_128.w_0", + "conv2d_129.b_0", + "conv2d_129.w_0", + "conv2d_130.b_0", + "conv2d_130.w_0", + "conv2d_131.b_0", + "conv2d_131.w_0", + "conv2d_132.b_0", + "conv2d_132.w_0", + "conv2d_133.b_0", + "conv2d_133.w_0", + "conv2d_134.b_0", + "conv2d_134.w_0", + "conv2d_135.b_0", + "conv2d_135.w_0", + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "conv2d_138.b_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_81.w_0", + "conv2d_82.w_0", + "conv2d_83.w_0", + "conv2d_84.w_0", + "conv2d_85.w_0", + "conv2d_86.w_0", + "conv2d_87.w_0", + "conv2d_88.w_0", + "conv2d_89.w_0", + "conv2d_90.w_0", + "conv2d_91.w_0", + "conv2d_92.w_0", + "conv2d_93.w_0", + "conv2d_94.w_0", + "conv2d_95.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "conv2d_98.b_0", + "conv2d_98.w_0", + "conv2d_99.b_0", + "conv2d_99.w_0" + ], + "output": { + "source_op_index": 8363, + "paddle_block_op_index": 1013, + "op_type": "1.add", + "value_id": 1434, + "shape": [ + -1, + 64, + -1, + -1 + ], + "struct_name": "/LKPAN/IntraCLBlock_3/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "lkpan", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "lkpan", + "paddle_block_op_index": 1013 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 64, + 160, + 160 + ], + "materialized_sha256": "9eaecb0aa6a6f9465ea8a24b1bd13b21254a14fa33b05da5cace68a16ba74547" + } + }, + { + "name": "pf_head_local", + "kind": "pf_head_local", + "source_prefixes": [ + "PFHeadLocal/Head", + "PFHeadLocal/LocalModule", + "PFHeadLocal/Upsample" + ], + "op_count": 19, + "op_inventory": { + "1.add": 3, + "1.batch_norm_": 3, + "1.concat": 1, + "1.conv2d": 3, + "1.conv2d_transpose": 2, + "1.nearest_interp": 1, + "1.relu": 3, + "1.reshape": 3 + }, + "parameter_keys": [ + "batch_norm_0.b_0", + "batch_norm_0.w_0", + "batch_norm_0.w_1", + "batch_norm_0.w_2", + "batch_norm_1.b_0", + "batch_norm_1.w_0", + "batch_norm_1.w_1", + "batch_norm_1.w_2", + "batch_norm_4.b_0", + "batch_norm_4.w_0", + "batch_norm_4.w_1", + "batch_norm_4.w_2", + "conv2d_140.w_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_transpose_0.b_0", + "conv2d_transpose_0.w_0", + "conv2d_transpose_1.b_0", + "conv2d_transpose_1.w_0" + ], + "output": { + "source_op_index": 8771, + "paddle_block_op_index": 1046, + "op_type": "1.add", + "value_id": 1482, + "shape": [ + -1, + 1, + -1, + -1 + ], + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pf_head_local", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json", + "fetch_op": { + "name": "pf_head_local", + "paddle_block_op_index": 1046 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 1, + 640, + 640 + ], + "materialized_sha256": "320c5d5b9bc146bc48c2164a7f3ac4eeb5262f015e39422e9b8b24a9847b57a7" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 539, + "assigned_parameter_count": 539, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_rec", + "family": "ppocr_v5_text_recognition", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels and fixed recognition height 48 for checked fixtures.", + "recommended_parity_shape": [ + 1, + 3, + 48, + 320 + ], + "sequence_length": "CTC time steps are produced by squeezing feature height 1 and transposing width to [N,T,C].", + "output": "CTC probabilities [N,T,class_count]." + }, + "source_hashes": { + "config_json": "6df1587ae056f0b987125fc894b17f62ae3a12644fa2488d108f19377da9c1a8", + "inference_json": "24587345250c7332d0fc6f9a44e794d078cdaeb64c302fef906f325619de2569", + "inference_pdiparams": "2460da90875937c94db97eba74ae3d9e5d4c4c57c42f1f41531c09a26bcc771a" + }, + "blocks": [ + { + "name": "pplcnetv3.stem", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/ConvBNLayer" + ], + "op_count": 2, + "op_inventory": { + "1.batch_norm_": 1, + "1.conv2d": 1 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "conv2d_0.w_0" + ], + "output": { + "source_op_index": 731, + "paddle_block_op_index": 236, + "op_type": "1.batch_norm_", + "value_id": 237, + "shape": [ + -1, + 16, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_stem", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_stem", + "paddle_block_op_index": 236 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 16, + 24, + 160 + ], + "materialized_sha256": "feba87bd26522d5d4671abc29c117a283733b8994ccf2a2f4216556ddfad01c7" + } + }, + { + "name": "pplcnetv3.sequential", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential" + ], + "op_count": 16, + "op_inventory": { + "1.add": 6, + "1.conv2d": 1, + "1.depthwise_conv2d": 1, + "1.hardswish": 2, + "1.multiply": 4, + "1.reshape": 2 + }, + "parameter_keys": [ + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "learnable_affine_block_0.w_0", + "learnable_affine_block_0.w_1", + "learnable_affine_block_1.w_0", + "learnable_affine_block_1.w_1", + "learnable_affine_block_2.w_0", + "learnable_affine_block_2.w_1", + "learnable_affine_block_3.w_0", + "learnable_affine_block_3.w_1" + ], + "output": { + "source_op_index": 898, + "paddle_block_op_index": 254, + "op_type": "1.add", + "value_id": 260, + "shape": [ + -1, + 32, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential", + "paddle_block_op_index": 254 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 32, + 24, + 160 + ], + "materialized_sha256": "27474e9fdbd4428b9b11269b7e94941388f0bb0f508b5c34720b6c12556c8987" + } + }, + { + "name": "pplcnetv3.sequential_1", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_1" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_138.b_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_140.b_0", + "conv2d_140.w_0", + "conv2d_141.b_0", + "conv2d_141.w_0", + "learnable_affine_block_10.w_0", + "learnable_affine_block_10.w_1", + "learnable_affine_block_11.w_0", + "learnable_affine_block_11.w_1", + "learnable_affine_block_4.w_0", + "learnable_affine_block_4.w_1", + "learnable_affine_block_5.w_0", + "learnable_affine_block_5.w_1", + "learnable_affine_block_6.w_0", + "learnable_affine_block_6.w_1", + "learnable_affine_block_7.w_0", + "learnable_affine_block_7.w_1", + "learnable_affine_block_8.w_0", + "learnable_affine_block_8.w_1", + "learnable_affine_block_9.w_0", + "learnable_affine_block_9.w_1" + ], + "output": { + "source_op_index": 1190, + "paddle_block_op_index": 290, + "op_type": "1.add", + "value_id": 296, + "shape": [ + -1, + 64, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_1", + "paddle_block_op_index": 290 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 64, + 24, + 160 + ], + "materialized_sha256": "8a56d8b2ece82714c7c057bd97dacc33c1942a3c477aca9dc3a013e348258274" + } + }, + { + "name": "pplcnetv3.sequential_2", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_2" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_142.b_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_144.b_0", + "conv2d_144.w_0", + "conv2d_145.b_0", + "conv2d_145.w_0", + "learnable_affine_block_12.w_0", + "learnable_affine_block_12.w_1", + "learnable_affine_block_13.w_0", + "learnable_affine_block_13.w_1", + "learnable_affine_block_14.w_0", + "learnable_affine_block_14.w_1", + "learnable_affine_block_15.w_0", + "learnable_affine_block_15.w_1", + "learnable_affine_block_16.w_0", + "learnable_affine_block_16.w_1", + "learnable_affine_block_17.w_0", + "learnable_affine_block_17.w_1", + "learnable_affine_block_18.w_0", + "learnable_affine_block_18.w_1", + "learnable_affine_block_19.w_0", + "learnable_affine_block_19.w_1" + ], + "output": { + "source_op_index": 1482, + "paddle_block_op_index": 326, + "op_type": "1.add", + "value_id": 332, + "shape": [ + -1, + 128, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_2", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_2", + "paddle_block_op_index": 326 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 12, + 160 + ], + "materialized_sha256": "bfbd93158a6cc98823a2bfa3cad19d01492de3d6c3d7824ee3a11a5425742b25" + } + }, + { + "name": "pplcnetv3.sequential_3", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_3" + ], + "op_count": 80, + "op_inventory": { + "1.add": 30, + "1.conv2d": 5, + "1.depthwise_conv2d": 5, + "1.hardswish": 10, + "1.multiply": 20, + "1.reshape": 10 + }, + "parameter_keys": [ + "conv2d_146.b_0", + "conv2d_146.w_0", + "conv2d_147.b_0", + "conv2d_147.w_0", + "conv2d_148.b_0", + "conv2d_148.w_0", + "conv2d_149.b_0", + "conv2d_149.w_0", + "conv2d_150.b_0", + "conv2d_150.w_0", + "conv2d_151.b_0", + "conv2d_151.w_0", + "conv2d_152.b_0", + "conv2d_152.w_0", + "conv2d_153.b_0", + "conv2d_153.w_0", + "conv2d_154.b_0", + "conv2d_154.w_0", + "conv2d_155.b_0", + "conv2d_155.w_0", + "learnable_affine_block_20.w_0", + "learnable_affine_block_20.w_1", + "learnable_affine_block_21.w_0", + "learnable_affine_block_21.w_1", + "learnable_affine_block_22.w_0", + "learnable_affine_block_22.w_1", + "learnable_affine_block_23.w_0", + "learnable_affine_block_23.w_1", + "learnable_affine_block_24.w_0", + "learnable_affine_block_24.w_1", + "learnable_affine_block_25.w_0", + "learnable_affine_block_25.w_1", + "learnable_affine_block_26.w_0", + "learnable_affine_block_26.w_1", + "learnable_affine_block_27.w_0", + "learnable_affine_block_27.w_1", + "learnable_affine_block_28.w_0", + "learnable_affine_block_28.w_1", + "learnable_affine_block_29.w_0", + "learnable_affine_block_29.w_1", + "learnable_affine_block_30.w_0", + "learnable_affine_block_30.w_1", + "learnable_affine_block_31.w_0", + "learnable_affine_block_31.w_1", + "learnable_affine_block_32.w_0", + "learnable_affine_block_32.w_1", + "learnable_affine_block_33.w_0", + "learnable_affine_block_33.w_1", + "learnable_affine_block_34.w_0", + "learnable_affine_block_34.w_1", + "learnable_affine_block_35.w_0", + "learnable_affine_block_35.w_1", + "learnable_affine_block_36.w_0", + "learnable_affine_block_36.w_1", + "learnable_affine_block_37.w_0", + "learnable_affine_block_37.w_1", + "learnable_affine_block_38.w_0", + "learnable_affine_block_38.w_1", + "learnable_affine_block_39.w_0", + "learnable_affine_block_39.w_1" + ], + "output": { + "source_op_index": 2212, + "paddle_block_op_index": 416, + "op_type": "1.add", + "value_id": 422, + "shape": [ + -1, + 240, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_3", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_3", + "paddle_block_op_index": 416 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 240, + 12, + 80 + ], + "materialized_sha256": "4d0239b2050eb09fd11fe3ee65bbc22ef6109834e72a44fe55879d605158bd58" + } + }, + { + "name": "pplcnetv3.sequential_4", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_4" + ], + "op_count": 84, + "op_inventory": { + "1.add": 28, + "1.conv2d": 8, + "1.depthwise_conv2d": 4, + "1.hardsigmoid": 2, + "1.hardswish": 8, + "1.multiply": 18, + "1.pool2d": 2, + "1.relu": 2, + "1.reshape": 12 + }, + "parameter_keys": [ + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_156.b_0", + "conv2d_156.w_0", + "conv2d_157.b_0", + "conv2d_157.w_0", + "conv2d_158.b_0", + "conv2d_158.w_0", + "conv2d_159.b_0", + "conv2d_159.w_0", + "conv2d_160.b_0", + "conv2d_160.w_0", + "conv2d_161.b_0", + "conv2d_161.w_0", + "conv2d_162.b_0", + "conv2d_162.w_0", + "conv2d_163.b_0", + "conv2d_163.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "learnable_affine_block_40.w_0", + "learnable_affine_block_40.w_1", + "learnable_affine_block_41.w_0", + "learnable_affine_block_41.w_1", + "learnable_affine_block_42.w_0", + "learnable_affine_block_42.w_1", + "learnable_affine_block_43.w_0", + "learnable_affine_block_43.w_1", + "learnable_affine_block_44.w_0", + "learnable_affine_block_44.w_1", + "learnable_affine_block_45.w_0", + "learnable_affine_block_45.w_1", + "learnable_affine_block_46.w_0", + "learnable_affine_block_46.w_1", + "learnable_affine_block_47.w_0", + "learnable_affine_block_47.w_1", + "learnable_affine_block_48.w_0", + "learnable_affine_block_48.w_1", + "learnable_affine_block_49.w_0", + "learnable_affine_block_49.w_1", + "learnable_affine_block_50.w_0", + "learnable_affine_block_50.w_1", + "learnable_affine_block_51.w_0", + "learnable_affine_block_51.w_1", + "learnable_affine_block_52.w_0", + "learnable_affine_block_52.w_1", + "learnable_affine_block_53.w_0", + "learnable_affine_block_53.w_1", + "learnable_affine_block_54.w_0", + "learnable_affine_block_54.w_1", + "learnable_affine_block_55.w_0", + "learnable_affine_block_55.w_1" + ], + "output": { + "source_op_index": 3068, + "paddle_block_op_index": 514, + "op_type": "1.add", + "value_id": 520, + "shape": [ + -1, + 480, + 3, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_4", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_4", + "paddle_block_op_index": 514 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 480, + 3, + 80 + ], + "materialized_sha256": "d913dfe40591ed6b12b81183bebc67059d8cd8787c3a0cffd3321ccf2343a032" + } + }, + { + "name": "svtr.projection", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 16, + "op_inventory": { + "1.batch_norm_": 5, + "1.conv2d": 5, + "1.layer_norm": 1, + "1.swish": 5 + }, + "parameter_keys": [ + "batch_norm2d_146.b_0", + "batch_norm2d_146.w_0", + "batch_norm2d_146.w_1", + "batch_norm2d_146.w_2", + "batch_norm2d_147.b_0", + "batch_norm2d_147.w_0", + "batch_norm2d_147.w_1", + "batch_norm2d_147.w_2", + "batch_norm2d_148.b_0", + "batch_norm2d_148.w_0", + "batch_norm2d_148.w_1", + "batch_norm2d_148.w_2", + "batch_norm2d_149.b_0", + "batch_norm2d_149.w_0", + "batch_norm2d_149.w_1", + "batch_norm2d_149.w_2", + "batch_norm2d_150.b_0", + "batch_norm2d_150.w_0", + "batch_norm2d_150.w_1", + "batch_norm2d_150.w_2", + "conv2d_131.w_0", + "conv2d_132.w_0", + "conv2d_133.w_0", + "conv2d_134.w_0", + "conv2d_135.w_0", + "layer_norm_4.b_0", + "layer_norm_4.w_0" + ], + "output": { + "source_op_index": 4327, + "paddle_block_op_index": 633, + "op_type": "1.swish", + "value_id": 682, + "shape": [ + -1, + 120, + 1, + -1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_projection", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_projection", + "paddle_block_op_index": 633 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 120, + 1, + 40 + ], + "materialized_sha256": "b438b082d74993cc2743aa1390a731abff611e35dd47a662099e8e170d34b98e" + } + }, + { + "name": "svtr.block", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_0.b_0", + "layer_norm_0.w_0", + "layer_norm_1.b_0", + "layer_norm_1.w_0", + "linear_0.b_0", + "linear_0.w_0", + "linear_1.b_0", + "linear_1.w_0", + "linear_2.b_0", + "linear_2.w_0", + "linear_3.b_0", + "linear_3.w_0" + ], + "output": { + "source_op_index": 3665, + "paddle_block_op_index": 571, + "op_type": "1.add", + "value_id": 595, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block", + "paddle_block_op_index": 571 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "240747cd4efa1bd628dcd1cecd939f74cd6a3bf473393a9a449b6b5dd4dce549" + } + }, + { + "name": "svtr.block_1", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_2.b_0", + "layer_norm_2.w_0", + "layer_norm_3.b_0", + "layer_norm_3.w_0", + "linear_4.b_0", + "linear_4.w_0", + "linear_5.b_0", + "linear_5.w_0", + "linear_6.b_0", + "linear_6.w_0", + "linear_7.b_0", + "linear_7.w_0" + ], + "output": { + "source_op_index": 4068, + "paddle_block_op_index": 613, + "op_type": "1.add", + "value_id": 645, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block_1", + "paddle_block_op_index": 613 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "b888aa227040254caec8921c1ea2ba1cbded69dc728cd4499974638c44fae83c" + } + }, + { + "name": "sequence_encoder.im2seq", + "kind": "sequence_encoder", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 2, + "op_inventory": { + "1.squeeze": 1, + "1.transpose": 1 + }, + "parameter_keys": [], + "output": { + "source_op_index": 4349, + "paddle_block_op_index": 636, + "op_type": "1.transpose", + "value_id": 685, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "sequence_encoder_im2seq", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "sequence_encoder_im2seq", + "paddle_block_op_index": 636 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "533981a7645c445f180f4dc1b3ae92a04804966f2de23571950a1c354c858600" + } + }, + { + "name": "ctc_head", + "kind": "ctc_head", + "source_prefixes": [ + "MultiHead/CTCHead" + ], + "op_count": 2, + "op_inventory": { + "1.add": 1, + "1.matmul": 1 + }, + "parameter_keys": [ + "linear_8.b_0", + "linear_8.w_0" + ], + "output": { + "source_op_index": 4367, + "paddle_block_op_index": 638, + "op_type": "1.add", + "value_id": 687, + "shape": [ + -1, + -1, + 18385 + ], + "struct_name": "/MultiHead/CTCHead/Linear/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "ctc_head", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "ctc_head", + "paddle_block_op_index": 638 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 18385 + ], + "materialized_sha256": "795d5d129f1fdcf5ef36d70dc68e5d51c6da28eb380bc5453d09190028d95bb2" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 234, + "assigned_parameter_count": 234, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "PP-OCRv5_server_rec", + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_rec", + "family": "ppocr_v5_text_recognition", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels and fixed recognition height 48 for checked fixtures.", + "recommended_parity_shape": [ + 1, + 3, + 48, + 320 + ], + "sequence_length": "CTC time steps are produced by squeezing feature height 1 and transposing width to [N,T,C].", + "output": "CTC probabilities [N,T,class_count]." + }, + "source_hashes": { + "config_json": "6a780e213d7a830058ae1b6899c62cc13ca9c1f0f04ae39a27ebb2610fae7c51", + "inference_json": "8e6e12e5d42531840310977fffb58165bf889fc5061408c5a8afdb6985f47fcb", + "inference_pdiparams": "63853f062a5f4089befc16f565a68277618e0da5cb45468b49d11079de0ada77" + }, + "blocks": [ + { + "name": "pphgnetv2.stem", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/StemBlock" + ], + "op_count": 17, + "op_inventory": { + "1.batch_norm_": 5, + "1.concat": 1, + "1.conv2d": 5, + "1.pool2d": 1, + "1.relu": 5 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "batch_norm2d_1.b_0", + "batch_norm2d_1.w_0", + "batch_norm2d_1.w_1", + "batch_norm2d_1.w_2", + "batch_norm2d_2.b_0", + "batch_norm2d_2.w_0", + "batch_norm2d_2.w_1", + "batch_norm2d_2.w_2", + "batch_norm2d_3.b_0", + "batch_norm2d_3.w_0", + "batch_norm2d_3.w_1", + "batch_norm2d_3.w_2", + "batch_norm2d_4.b_0", + "batch_norm2d_4.w_0", + "batch_norm2d_4.w_1", + "batch_norm2d_4.w_2", + "conv2d_0.w_0", + "conv2d_1.w_0", + "conv2d_2.w_0", + "conv2d_3.w_0", + "conv2d_4.w_0" + ], + "output": { + "source_op_index": 1689, + "paddle_block_op_index": 478, + "op_type": "1.relu", + "value_id": 504, + "shape": [ + -1, + 48, + 24, + -1 + ], + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_stem", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "pphgnetv2_stem", + "paddle_block_op_index": 478 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 48, + 24, + 160 + ], + "materialized_sha256": "a258adb1fcb5245586e9701a509b173db51c4d2b7e2e3e81492f3cfc2826d5aa" + } + }, + { + "name": "pphgnetv2.hgv2_stage", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage" + ], + "op_count": 27, + "op_inventory": { + "1.batch_norm_": 9, + "1.concat": 1, + "1.conv2d": 8, + "1.depthwise_conv2d": 1, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_10.b_0", + "batch_norm2d_10.w_0", + "batch_norm2d_10.w_1", + "batch_norm2d_10.w_2", + "batch_norm2d_11.b_0", + "batch_norm2d_11.w_0", + "batch_norm2d_11.w_1", + "batch_norm2d_11.w_2", + "batch_norm2d_12.b_0", + "batch_norm2d_12.w_0", + "batch_norm2d_12.w_1", + "batch_norm2d_12.w_2", + "batch_norm2d_13.b_0", + "batch_norm2d_13.w_0", + "batch_norm2d_13.w_1", + "batch_norm2d_13.w_2", + "batch_norm2d_5.b_0", + "batch_norm2d_5.w_0", + "batch_norm2d_5.w_1", + "batch_norm2d_5.w_2", + "batch_norm2d_6.b_0", + "batch_norm2d_6.w_0", + "batch_norm2d_6.w_1", + "batch_norm2d_6.w_2", + "batch_norm2d_7.b_0", + "batch_norm2d_7.w_0", + "batch_norm2d_7.w_1", + "batch_norm2d_7.w_2", + "batch_norm2d_8.b_0", + "batch_norm2d_8.w_0", + "batch_norm2d_8.w_1", + "batch_norm2d_8.w_2", + "batch_norm2d_9.b_0", + "batch_norm2d_9.w_0", + "batch_norm2d_9.w_1", + "batch_norm2d_9.w_2", + "conv2d_10.w_0", + "conv2d_11.w_0", + "conv2d_12.w_0", + "conv2d_13.w_0", + "conv2d_5.w_0", + "conv2d_6.w_0", + "conv2d_7.w_0", + "conv2d_8.w_0", + "conv2d_9.w_0" + ], + "output": { + "source_op_index": 2177, + "paddle_block_op_index": 507, + "op_type": "1.relu", + "value_id": 578, + "shape": [ + -1, + 128, + 12, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage", + "paddle_block_op_index": 507 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 12, + 160 + ], + "materialized_sha256": "a71746e6cb75ed376beb2f4402133c3342c2329f9ceecad0a69083f2880552b9" + } + }, + { + "name": "pphgnetv2.hgv2_stage_1", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_1" + ], + "op_count": 27, + "op_inventory": { + "1.batch_norm_": 9, + "1.concat": 1, + "1.conv2d": 8, + "1.depthwise_conv2d": 1, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_14.b_0", + "batch_norm2d_14.w_0", + "batch_norm2d_14.w_1", + "batch_norm2d_14.w_2", + "batch_norm2d_15.b_0", + "batch_norm2d_15.w_0", + "batch_norm2d_15.w_1", + "batch_norm2d_15.w_2", + "batch_norm2d_16.b_0", + "batch_norm2d_16.w_0", + "batch_norm2d_16.w_1", + "batch_norm2d_16.w_2", + "batch_norm2d_17.b_0", + "batch_norm2d_17.w_0", + "batch_norm2d_17.w_1", + "batch_norm2d_17.w_2", + "batch_norm2d_18.b_0", + "batch_norm2d_18.w_0", + "batch_norm2d_18.w_1", + "batch_norm2d_18.w_2", + "batch_norm2d_19.b_0", + "batch_norm2d_19.w_0", + "batch_norm2d_19.w_1", + "batch_norm2d_19.w_2", + "batch_norm2d_20.b_0", + "batch_norm2d_20.w_0", + "batch_norm2d_20.w_1", + "batch_norm2d_20.w_2", + "batch_norm2d_21.b_0", + "batch_norm2d_21.w_0", + "batch_norm2d_21.w_1", + "batch_norm2d_21.w_2", + "batch_norm2d_22.b_0", + "batch_norm2d_22.w_0", + "batch_norm2d_22.w_1", + "batch_norm2d_22.w_2", + "conv2d_14.w_0", + "conv2d_15.w_0", + "conv2d_16.w_0", + "conv2d_17.w_0", + "conv2d_18.w_0", + "conv2d_19.w_0", + "conv2d_20.w_0", + "conv2d_21.w_0", + "conv2d_22.w_0" + ], + "output": { + "source_op_index": 2665, + "paddle_block_op_index": 536, + "op_type": "1.relu", + "value_id": 652, + "shape": [ + -1, + 512, + 12, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_1", + "paddle_block_op_index": 536 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 512, + 12, + 80 + ], + "materialized_sha256": "05d6cb8fac5ccc2d75bdc55a1b23c0ac6a386858b5180ddc6c82b17e94123d07" + } + }, + { + "name": "pphgnetv2.hgv2_stage_2", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_2" + ], + "op_count": 115, + "op_inventory": { + "1.add": 2, + "1.batch_norm_": 43, + "1.concat": 3, + "1.conv2d": 24, + "1.depthwise_conv2d": 19, + "1.relu": 24 + }, + "parameter_keys": [ + "batch_norm2d_23.b_0", + "batch_norm2d_23.w_0", + "batch_norm2d_23.w_1", + "batch_norm2d_23.w_2", + "batch_norm2d_24.b_0", + "batch_norm2d_24.w_0", + "batch_norm2d_24.w_1", + "batch_norm2d_24.w_2", + "batch_norm2d_25.b_0", + "batch_norm2d_25.w_0", + "batch_norm2d_25.w_1", + "batch_norm2d_25.w_2", + "batch_norm2d_26.b_0", + "batch_norm2d_26.w_0", + "batch_norm2d_26.w_1", + "batch_norm2d_26.w_2", + "batch_norm2d_27.b_0", + "batch_norm2d_27.w_0", + "batch_norm2d_27.w_1", + "batch_norm2d_27.w_2", + "batch_norm2d_28.b_0", + "batch_norm2d_28.w_0", + "batch_norm2d_28.w_1", + "batch_norm2d_28.w_2", + "batch_norm2d_29.b_0", + "batch_norm2d_29.w_0", + "batch_norm2d_29.w_1", + "batch_norm2d_29.w_2", + "batch_norm2d_30.b_0", + "batch_norm2d_30.w_0", + "batch_norm2d_30.w_1", + "batch_norm2d_30.w_2", + "batch_norm2d_31.b_0", + "batch_norm2d_31.w_0", + "batch_norm2d_31.w_1", + "batch_norm2d_31.w_2", + "batch_norm2d_32.b_0", + "batch_norm2d_32.w_0", + "batch_norm2d_32.w_1", + "batch_norm2d_32.w_2", + "batch_norm2d_33.b_0", + "batch_norm2d_33.w_0", + "batch_norm2d_33.w_1", + "batch_norm2d_33.w_2", + "batch_norm2d_34.b_0", + "batch_norm2d_34.w_0", + "batch_norm2d_34.w_1", + "batch_norm2d_34.w_2", + "batch_norm2d_35.b_0", + "batch_norm2d_35.w_0", + "batch_norm2d_35.w_1", + "batch_norm2d_35.w_2", + "batch_norm2d_36.b_0", + "batch_norm2d_36.w_0", + "batch_norm2d_36.w_1", + "batch_norm2d_36.w_2", + "batch_norm2d_37.b_0", + "batch_norm2d_37.w_0", + "batch_norm2d_37.w_1", + "batch_norm2d_37.w_2", + "batch_norm2d_38.b_0", + "batch_norm2d_38.w_0", + "batch_norm2d_38.w_1", + "batch_norm2d_38.w_2", + "batch_norm2d_39.b_0", + "batch_norm2d_39.w_0", + "batch_norm2d_39.w_1", + "batch_norm2d_39.w_2", + "batch_norm2d_40.b_0", + "batch_norm2d_40.w_0", + "batch_norm2d_40.w_1", + "batch_norm2d_40.w_2", + "batch_norm2d_41.b_0", + "batch_norm2d_41.w_0", + "batch_norm2d_41.w_1", + "batch_norm2d_41.w_2", + "batch_norm2d_42.b_0", + "batch_norm2d_42.w_0", + "batch_norm2d_42.w_1", + "batch_norm2d_42.w_2", + "batch_norm2d_43.b_0", + "batch_norm2d_43.w_0", + "batch_norm2d_43.w_1", + "batch_norm2d_43.w_2", + "batch_norm2d_44.b_0", + "batch_norm2d_44.w_0", + "batch_norm2d_44.w_1", + "batch_norm2d_44.w_2", + "batch_norm2d_45.b_0", + "batch_norm2d_45.w_0", + "batch_norm2d_45.w_1", + "batch_norm2d_45.w_2", + "batch_norm2d_46.b_0", + "batch_norm2d_46.w_0", + "batch_norm2d_46.w_1", + "batch_norm2d_46.w_2", + "batch_norm2d_47.b_0", + "batch_norm2d_47.w_0", + "batch_norm2d_47.w_1", + "batch_norm2d_47.w_2", + "batch_norm2d_48.b_0", + "batch_norm2d_48.w_0", + "batch_norm2d_48.w_1", + "batch_norm2d_48.w_2", + "batch_norm2d_49.b_0", + "batch_norm2d_49.w_0", + "batch_norm2d_49.w_1", + "batch_norm2d_49.w_2", + "batch_norm2d_50.b_0", + "batch_norm2d_50.w_0", + "batch_norm2d_50.w_1", + "batch_norm2d_50.w_2", + "batch_norm2d_51.b_0", + "batch_norm2d_51.w_0", + "batch_norm2d_51.w_1", + "batch_norm2d_51.w_2", + "batch_norm2d_52.b_0", + "batch_norm2d_52.w_0", + "batch_norm2d_52.w_1", + "batch_norm2d_52.w_2", + "batch_norm2d_53.b_0", + "batch_norm2d_53.w_0", + "batch_norm2d_53.w_1", + "batch_norm2d_53.w_2", + "batch_norm2d_54.b_0", + "batch_norm2d_54.w_0", + "batch_norm2d_54.w_1", + "batch_norm2d_54.w_2", + "batch_norm2d_55.b_0", + "batch_norm2d_55.w_0", + "batch_norm2d_55.w_1", + "batch_norm2d_55.w_2", + "batch_norm2d_56.b_0", + "batch_norm2d_56.w_0", + "batch_norm2d_56.w_1", + "batch_norm2d_56.w_2", + "batch_norm2d_57.b_0", + "batch_norm2d_57.w_0", + "batch_norm2d_57.w_1", + "batch_norm2d_57.w_2", + "batch_norm2d_58.b_0", + "batch_norm2d_58.w_0", + "batch_norm2d_58.w_1", + "batch_norm2d_58.w_2", + "batch_norm2d_59.b_0", + "batch_norm2d_59.w_0", + "batch_norm2d_59.w_1", + "batch_norm2d_59.w_2", + "batch_norm2d_60.b_0", + "batch_norm2d_60.w_0", + "batch_norm2d_60.w_1", + "batch_norm2d_60.w_2", + "batch_norm2d_61.b_0", + "batch_norm2d_61.w_0", + "batch_norm2d_61.w_1", + "batch_norm2d_61.w_2", + "batch_norm2d_62.b_0", + "batch_norm2d_62.w_0", + "batch_norm2d_62.w_1", + "batch_norm2d_62.w_2", + "batch_norm2d_63.b_0", + "batch_norm2d_63.w_0", + "batch_norm2d_63.w_1", + "batch_norm2d_63.w_2", + "batch_norm2d_64.b_0", + "batch_norm2d_64.w_0", + "batch_norm2d_64.w_1", + "batch_norm2d_64.w_2", + "batch_norm2d_65.b_0", + "batch_norm2d_65.w_0", + "batch_norm2d_65.w_1", + "batch_norm2d_65.w_2", + "conv2d_23.w_0", + "conv2d_24.w_0", + "conv2d_25.w_0", + "conv2d_26.w_0", + "conv2d_27.w_0", + "conv2d_28.w_0", + "conv2d_29.w_0", + "conv2d_30.w_0", + "conv2d_31.w_0", + "conv2d_32.w_0", + "conv2d_33.w_0", + "conv2d_34.w_0", + "conv2d_35.w_0", + "conv2d_36.w_0", + "conv2d_37.w_0", + "conv2d_38.w_0", + "conv2d_39.w_0", + "conv2d_40.w_0", + "conv2d_41.w_0", + "conv2d_42.w_0", + "conv2d_43.w_0", + "conv2d_44.w_0", + "conv2d_45.w_0", + "conv2d_46.w_0", + "conv2d_47.w_0", + "conv2d_48.w_0", + "conv2d_49.w_0", + "conv2d_50.w_0", + "conv2d_51.w_0", + "conv2d_52.w_0", + "conv2d_53.w_0", + "conv2d_54.w_0", + "conv2d_55.w_0", + "conv2d_56.w_0", + "conv2d_57.w_0", + "conv2d_58.w_0", + "conv2d_59.w_0", + "conv2d_60.w_0", + "conv2d_61.w_0", + "conv2d_62.w_0", + "conv2d_63.w_0", + "conv2d_64.w_0", + "conv2d_65.w_0" + ], + "output": { + "source_op_index": 4861, + "paddle_block_op_index": 657, + "op_type": "1.add", + "value_id": 988, + "shape": [ + -1, + 1024, + 6, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_2", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_2", + "paddle_block_op_index": 657 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 1024, + 6, + 80 + ], + "materialized_sha256": "a6f66686a461d481e38f9b168737f647227502f065b619b2390533f8a0ec76a0" + } + }, + { + "name": "pphgnetv2.hgv2_stage_3", + "kind": "pphgnetv2_stage", + "source_prefixes": [ + "PPHGNetV2/HGV2_Stage_3" + ], + "op_count": 39, + "op_inventory": { + "1.batch_norm_": 15, + "1.concat": 1, + "1.conv2d": 8, + "1.depthwise_conv2d": 7, + "1.relu": 8 + }, + "parameter_keys": [ + "batch_norm2d_66.b_0", + "batch_norm2d_66.w_0", + "batch_norm2d_66.w_1", + "batch_norm2d_66.w_2", + "batch_norm2d_67.b_0", + "batch_norm2d_67.w_0", + "batch_norm2d_67.w_1", + "batch_norm2d_67.w_2", + "batch_norm2d_68.b_0", + "batch_norm2d_68.w_0", + "batch_norm2d_68.w_1", + "batch_norm2d_68.w_2", + "batch_norm2d_69.b_0", + "batch_norm2d_69.w_0", + "batch_norm2d_69.w_1", + "batch_norm2d_69.w_2", + "batch_norm2d_70.b_0", + "batch_norm2d_70.w_0", + "batch_norm2d_70.w_1", + "batch_norm2d_70.w_2", + "batch_norm2d_71.b_0", + "batch_norm2d_71.w_0", + "batch_norm2d_71.w_1", + "batch_norm2d_71.w_2", + "batch_norm2d_72.b_0", + "batch_norm2d_72.w_0", + "batch_norm2d_72.w_1", + "batch_norm2d_72.w_2", + "batch_norm2d_73.b_0", + "batch_norm2d_73.w_0", + "batch_norm2d_73.w_1", + "batch_norm2d_73.w_2", + "batch_norm2d_74.b_0", + "batch_norm2d_74.w_0", + "batch_norm2d_74.w_1", + "batch_norm2d_74.w_2", + "batch_norm2d_75.b_0", + "batch_norm2d_75.w_0", + "batch_norm2d_75.w_1", + "batch_norm2d_75.w_2", + "batch_norm2d_76.b_0", + "batch_norm2d_76.w_0", + "batch_norm2d_76.w_1", + "batch_norm2d_76.w_2", + "batch_norm2d_77.b_0", + "batch_norm2d_77.w_0", + "batch_norm2d_77.w_1", + "batch_norm2d_77.w_2", + "batch_norm2d_78.b_0", + "batch_norm2d_78.w_0", + "batch_norm2d_78.w_1", + "batch_norm2d_78.w_2", + "batch_norm2d_79.b_0", + "batch_norm2d_79.w_0", + "batch_norm2d_79.w_1", + "batch_norm2d_79.w_2", + "batch_norm2d_80.b_0", + "batch_norm2d_80.w_0", + "batch_norm2d_80.w_1", + "batch_norm2d_80.w_2", + "conv2d_66.w_0", + "conv2d_67.w_0", + "conv2d_68.w_0", + "conv2d_69.w_0", + "conv2d_70.w_0", + "conv2d_71.w_0", + "conv2d_72.w_0", + "conv2d_73.w_0", + "conv2d_74.w_0", + "conv2d_75.w_0", + "conv2d_76.w_0", + "conv2d_77.w_0", + "conv2d_78.w_0", + "conv2d_79.w_0", + "conv2d_80.w_0" + ], + "output": { + "source_op_index": 5619, + "paddle_block_op_index": 698, + "op_type": "1.relu", + "value_id": 1104, + "shape": [ + -1, + 2048, + 3, + -1 + ], + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pphgnetv2_hgv2_stage_3", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "pphgnetv2_hgv2_stage_3", + "paddle_block_op_index": 698 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 2048, + 3, + 80 + ], + "materialized_sha256": "9a0b8d357115e343c270ba84c00d032f0376ed572d7ecb2c2ec1f43a3f78dd52" + } + }, + { + "name": "svtr.projection", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 16, + "op_inventory": { + "1.batch_norm_": 5, + "1.conv2d": 5, + "1.layer_norm": 1, + "1.swish": 5 + }, + "parameter_keys": [ + "batch_norm2d_81.b_0", + "batch_norm2d_81.w_0", + "batch_norm2d_81.w_1", + "batch_norm2d_81.w_2", + "batch_norm2d_82.b_0", + "batch_norm2d_82.w_0", + "batch_norm2d_82.w_1", + "batch_norm2d_82.w_2", + "batch_norm2d_83.b_0", + "batch_norm2d_83.w_0", + "batch_norm2d_83.w_1", + "batch_norm2d_83.w_2", + "batch_norm2d_84.b_0", + "batch_norm2d_84.w_0", + "batch_norm2d_84.w_1", + "batch_norm2d_84.w_2", + "batch_norm2d_85.b_0", + "batch_norm2d_85.w_0", + "batch_norm2d_85.w_1", + "batch_norm2d_85.w_2", + "conv2d_82.w_0", + "conv2d_83.w_0", + "conv2d_84.w_0", + "conv2d_85.w_0", + "conv2d_86.w_0", + "layer_norm_4.b_0", + "layer_norm_4.w_0" + ], + "output": { + "source_op_index": 6878, + "paddle_block_op_index": 817, + "op_type": "1.swish", + "value_id": 1266, + "shape": [ + -1, + 120, + 1, + -1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_projection", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "svtr_projection", + "paddle_block_op_index": 817 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 120, + 1, + 40 + ], + "materialized_sha256": "c622b897ade53ecf3a82e30811b49fd03b039df3eb61c616380e55e9be21f322" + } + }, + { + "name": "svtr.block", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_0.b_0", + "layer_norm_0.w_0", + "layer_norm_1.b_0", + "layer_norm_1.w_0", + "linear_1.b_0", + "linear_1.w_0", + "linear_2.b_0", + "linear_2.w_0", + "linear_3.b_0", + "linear_3.w_0", + "linear_4.b_0", + "linear_4.w_0" + ], + "output": { + "source_op_index": 6216, + "paddle_block_op_index": 755, + "op_type": "1.add", + "value_id": 1179, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "svtr_block", + "paddle_block_op_index": 755 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "cebcebcd699a84f91cf612f0785e299222caa494d87eac425a0e05545cc35e5e" + } + }, + { + "name": "svtr.block_1", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_2.b_0", + "layer_norm_2.w_0", + "layer_norm_3.b_0", + "layer_norm_3.w_0", + "linear_5.b_0", + "linear_5.w_0", + "linear_6.b_0", + "linear_6.w_0", + "linear_7.b_0", + "linear_7.w_0", + "linear_8.b_0", + "linear_8.w_0" + ], + "output": { + "source_op_index": 6619, + "paddle_block_op_index": 797, + "op_type": "1.add", + "value_id": 1229, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block_1", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "svtr_block_1", + "paddle_block_op_index": 797 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "b39a4fabc0b39cf88c9025f23328be27d113576ee91d06ff602e3ab54aac8339" + } + }, + { + "name": "sequence_encoder.im2seq", + "kind": "sequence_encoder", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 2, + "op_inventory": { + "1.squeeze": 1, + "1.transpose": 1 + }, + "parameter_keys": [], + "output": { + "source_op_index": 6900, + "paddle_block_op_index": 820, + "op_type": "1.transpose", + "value_id": 1269, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "sequence_encoder_im2seq", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "sequence_encoder_im2seq", + "paddle_block_op_index": 820 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "cf62af403824beff02f990439b2eefadaa9cf21e7b42d8c64380e3ac801f65e6" + } + }, + { + "name": "ctc_head", + "kind": "ctc_head", + "source_prefixes": [ + "MultiHead/CTCHead" + ], + "op_count": 2, + "op_inventory": { + "1.add": 1, + "1.matmul": 1 + }, + "parameter_keys": [ + "linear_9.b_0", + "linear_9.w_0" + ], + "output": { + "source_op_index": 6918, + "paddle_block_op_index": 822, + "op_type": "1.add", + "value_id": 1271, + "shape": [ + -1, + -1, + 18385 + ], + "struct_name": "/MultiHead/CTCHead/Linear/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "ctc_head", + "path": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json", + "fetch_op": { + "name": "ctc_head", + "paddle_block_op_index": 822 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 18385 + ], + "materialized_sha256": "c375849615152f7ffd8087a19fff69f6efb7c024716692e927c7075bab51ffa3" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 458, + "assigned_parameter_count": 458, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "latin_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/latin_PP-OCRv5_mobile_rec", + "family": "ppocr_v5_text_recognition", + "input_fixture": "fixtures/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels and fixed recognition height 48 for checked fixtures.", + "recommended_parity_shape": [ + 1, + 3, + 48, + 320 + ], + "sequence_length": "CTC time steps are produced by squeezing feature height 1 and transposing width to [N,T,C].", + "output": "CTC probabilities [N,T,class_count]." + }, + "source_hashes": { + "config_json": "e0f5ccc44fe86254956f27746058bc4cf88d86145668cecf22ba5dd962483c80", + "inference_json": "820b2ee8e5072de5156c3d55124c2b03c82ef278d59f453f857c0789bacb4da1", + "inference_pdiparams": "53cdc8b481a7394bb108f96d0fb3432b0a8f392e22c7d18f06dbb2d42b8b25f9" + }, + "blocks": [ + { + "name": "pplcnetv3.stem", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/ConvBNLayer" + ], + "op_count": 2, + "op_inventory": { + "1.batch_norm_": 1, + "1.conv2d": 1 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "conv2d_0.w_0" + ], + "output": { + "source_op_index": 731, + "paddle_block_op_index": 236, + "op_type": "1.batch_norm_", + "value_id": 237, + "shape": [ + -1, + 16, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_stem", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_stem", + "paddle_block_op_index": 236 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 16, + 24, + 160 + ], + "materialized_sha256": "472e3e1008693ac74e99518123bc0219cfa9ead8cd85581d1183af6890537100" + } + }, + { + "name": "pplcnetv3.sequential", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential" + ], + "op_count": 16, + "op_inventory": { + "1.add": 6, + "1.conv2d": 1, + "1.depthwise_conv2d": 1, + "1.hardswish": 2, + "1.multiply": 4, + "1.reshape": 2 + }, + "parameter_keys": [ + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "learnable_affine_block_0.w_0", + "learnable_affine_block_0.w_1", + "learnable_affine_block_1.w_0", + "learnable_affine_block_1.w_1", + "learnable_affine_block_2.w_0", + "learnable_affine_block_2.w_1", + "learnable_affine_block_3.w_0", + "learnable_affine_block_3.w_1" + ], + "output": { + "source_op_index": 898, + "paddle_block_op_index": 254, + "op_type": "1.add", + "value_id": 260, + "shape": [ + -1, + 32, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential", + "paddle_block_op_index": 254 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 32, + 24, + 160 + ], + "materialized_sha256": "434b3ed42d469e56ccb0787018fc29032a21b0191460c96c33474d4aa991e410" + } + }, + { + "name": "pplcnetv3.sequential_1", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_1" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_138.b_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_140.b_0", + "conv2d_140.w_0", + "conv2d_141.b_0", + "conv2d_141.w_0", + "learnable_affine_block_10.w_0", + "learnable_affine_block_10.w_1", + "learnable_affine_block_11.w_0", + "learnable_affine_block_11.w_1", + "learnable_affine_block_4.w_0", + "learnable_affine_block_4.w_1", + "learnable_affine_block_5.w_0", + "learnable_affine_block_5.w_1", + "learnable_affine_block_6.w_0", + "learnable_affine_block_6.w_1", + "learnable_affine_block_7.w_0", + "learnable_affine_block_7.w_1", + "learnable_affine_block_8.w_0", + "learnable_affine_block_8.w_1", + "learnable_affine_block_9.w_0", + "learnable_affine_block_9.w_1" + ], + "output": { + "source_op_index": 1190, + "paddle_block_op_index": 290, + "op_type": "1.add", + "value_id": 296, + "shape": [ + -1, + 64, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_1", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_1", + "paddle_block_op_index": 290 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 64, + 24, + 160 + ], + "materialized_sha256": "6e64e2cf0823b32c89fef1f74c9be4ed966c78497b539df588d3e1219dbb5e07" + } + }, + { + "name": "pplcnetv3.sequential_2", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_2" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_142.b_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_144.b_0", + "conv2d_144.w_0", + "conv2d_145.b_0", + "conv2d_145.w_0", + "learnable_affine_block_12.w_0", + "learnable_affine_block_12.w_1", + "learnable_affine_block_13.w_0", + "learnable_affine_block_13.w_1", + "learnable_affine_block_14.w_0", + "learnable_affine_block_14.w_1", + "learnable_affine_block_15.w_0", + "learnable_affine_block_15.w_1", + "learnable_affine_block_16.w_0", + "learnable_affine_block_16.w_1", + "learnable_affine_block_17.w_0", + "learnable_affine_block_17.w_1", + "learnable_affine_block_18.w_0", + "learnable_affine_block_18.w_1", + "learnable_affine_block_19.w_0", + "learnable_affine_block_19.w_1" + ], + "output": { + "source_op_index": 1482, + "paddle_block_op_index": 326, + "op_type": "1.add", + "value_id": 332, + "shape": [ + -1, + 128, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_2", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_2", + "paddle_block_op_index": 326 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 12, + 160 + ], + "materialized_sha256": "5f358368603ef1d4a96b30956e6e2caca648e99d020e3cc26c443f487e036188" + } + }, + { + "name": "pplcnetv3.sequential_3", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_3" + ], + "op_count": 80, + "op_inventory": { + "1.add": 30, + "1.conv2d": 5, + "1.depthwise_conv2d": 5, + "1.hardswish": 10, + "1.multiply": 20, + "1.reshape": 10 + }, + "parameter_keys": [ + "conv2d_146.b_0", + "conv2d_146.w_0", + "conv2d_147.b_0", + "conv2d_147.w_0", + "conv2d_148.b_0", + "conv2d_148.w_0", + "conv2d_149.b_0", + "conv2d_149.w_0", + "conv2d_150.b_0", + "conv2d_150.w_0", + "conv2d_151.b_0", + "conv2d_151.w_0", + "conv2d_152.b_0", + "conv2d_152.w_0", + "conv2d_153.b_0", + "conv2d_153.w_0", + "conv2d_154.b_0", + "conv2d_154.w_0", + "conv2d_155.b_0", + "conv2d_155.w_0", + "learnable_affine_block_20.w_0", + "learnable_affine_block_20.w_1", + "learnable_affine_block_21.w_0", + "learnable_affine_block_21.w_1", + "learnable_affine_block_22.w_0", + "learnable_affine_block_22.w_1", + "learnable_affine_block_23.w_0", + "learnable_affine_block_23.w_1", + "learnable_affine_block_24.w_0", + "learnable_affine_block_24.w_1", + "learnable_affine_block_25.w_0", + "learnable_affine_block_25.w_1", + "learnable_affine_block_26.w_0", + "learnable_affine_block_26.w_1", + "learnable_affine_block_27.w_0", + "learnable_affine_block_27.w_1", + "learnable_affine_block_28.w_0", + "learnable_affine_block_28.w_1", + "learnable_affine_block_29.w_0", + "learnable_affine_block_29.w_1", + "learnable_affine_block_30.w_0", + "learnable_affine_block_30.w_1", + "learnable_affine_block_31.w_0", + "learnable_affine_block_31.w_1", + "learnable_affine_block_32.w_0", + "learnable_affine_block_32.w_1", + "learnable_affine_block_33.w_0", + "learnable_affine_block_33.w_1", + "learnable_affine_block_34.w_0", + "learnable_affine_block_34.w_1", + "learnable_affine_block_35.w_0", + "learnable_affine_block_35.w_1", + "learnable_affine_block_36.w_0", + "learnable_affine_block_36.w_1", + "learnable_affine_block_37.w_0", + "learnable_affine_block_37.w_1", + "learnable_affine_block_38.w_0", + "learnable_affine_block_38.w_1", + "learnable_affine_block_39.w_0", + "learnable_affine_block_39.w_1" + ], + "output": { + "source_op_index": 2212, + "paddle_block_op_index": 416, + "op_type": "1.add", + "value_id": 422, + "shape": [ + -1, + 240, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_3", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_3", + "paddle_block_op_index": 416 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 240, + 12, + 80 + ], + "materialized_sha256": "685e6759d35f07e148af2b2a00acbc5321cf164508009e072304dd838ce3f894" + } + }, + { + "name": "pplcnetv3.sequential_4", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_4" + ], + "op_count": 84, + "op_inventory": { + "1.add": 28, + "1.conv2d": 8, + "1.depthwise_conv2d": 4, + "1.hardsigmoid": 2, + "1.hardswish": 8, + "1.multiply": 18, + "1.pool2d": 2, + "1.relu": 2, + "1.reshape": 12 + }, + "parameter_keys": [ + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_156.b_0", + "conv2d_156.w_0", + "conv2d_157.b_0", + "conv2d_157.w_0", + "conv2d_158.b_0", + "conv2d_158.w_0", + "conv2d_159.b_0", + "conv2d_159.w_0", + "conv2d_160.b_0", + "conv2d_160.w_0", + "conv2d_161.b_0", + "conv2d_161.w_0", + "conv2d_162.b_0", + "conv2d_162.w_0", + "conv2d_163.b_0", + "conv2d_163.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "learnable_affine_block_40.w_0", + "learnable_affine_block_40.w_1", + "learnable_affine_block_41.w_0", + "learnable_affine_block_41.w_1", + "learnable_affine_block_42.w_0", + "learnable_affine_block_42.w_1", + "learnable_affine_block_43.w_0", + "learnable_affine_block_43.w_1", + "learnable_affine_block_44.w_0", + "learnable_affine_block_44.w_1", + "learnable_affine_block_45.w_0", + "learnable_affine_block_45.w_1", + "learnable_affine_block_46.w_0", + "learnable_affine_block_46.w_1", + "learnable_affine_block_47.w_0", + "learnable_affine_block_47.w_1", + "learnable_affine_block_48.w_0", + "learnable_affine_block_48.w_1", + "learnable_affine_block_49.w_0", + "learnable_affine_block_49.w_1", + "learnable_affine_block_50.w_0", + "learnable_affine_block_50.w_1", + "learnable_affine_block_51.w_0", + "learnable_affine_block_51.w_1", + "learnable_affine_block_52.w_0", + "learnable_affine_block_52.w_1", + "learnable_affine_block_53.w_0", + "learnable_affine_block_53.w_1", + "learnable_affine_block_54.w_0", + "learnable_affine_block_54.w_1", + "learnable_affine_block_55.w_0", + "learnable_affine_block_55.w_1" + ], + "output": { + "source_op_index": 3068, + "paddle_block_op_index": 514, + "op_type": "1.add", + "value_id": 520, + "shape": [ + -1, + 480, + 3, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_4", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_4", + "paddle_block_op_index": 514 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 480, + 3, + 80 + ], + "materialized_sha256": "dc47126dd30d19c78e2f358cd010e68c45903319ba00b21659088eb5520430aa" + } + }, + { + "name": "svtr.projection", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 16, + "op_inventory": { + "1.batch_norm_": 5, + "1.conv2d": 5, + "1.layer_norm": 1, + "1.swish": 5 + }, + "parameter_keys": [ + "batch_norm2d_146.b_0", + "batch_norm2d_146.w_0", + "batch_norm2d_146.w_1", + "batch_norm2d_146.w_2", + "batch_norm2d_147.b_0", + "batch_norm2d_147.w_0", + "batch_norm2d_147.w_1", + "batch_norm2d_147.w_2", + "batch_norm2d_148.b_0", + "batch_norm2d_148.w_0", + "batch_norm2d_148.w_1", + "batch_norm2d_148.w_2", + "batch_norm2d_149.b_0", + "batch_norm2d_149.w_0", + "batch_norm2d_149.w_1", + "batch_norm2d_149.w_2", + "batch_norm2d_150.b_0", + "batch_norm2d_150.w_0", + "batch_norm2d_150.w_1", + "batch_norm2d_150.w_2", + "conv2d_131.w_0", + "conv2d_132.w_0", + "conv2d_133.w_0", + "conv2d_134.w_0", + "conv2d_135.w_0", + "layer_norm_4.b_0", + "layer_norm_4.w_0" + ], + "output": { + "source_op_index": 4327, + "paddle_block_op_index": 633, + "op_type": "1.swish", + "value_id": 682, + "shape": [ + -1, + 120, + 1, + -1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_projection", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_projection", + "paddle_block_op_index": 633 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 120, + 1, + 40 + ], + "materialized_sha256": "4efe2a349f13f9dc256176d06576b9b71ce45b61beb61d5b354f967b3855d2af" + } + }, + { + "name": "svtr.block", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_0.b_0", + "layer_norm_0.w_0", + "layer_norm_1.b_0", + "layer_norm_1.w_0", + "linear_0.b_0", + "linear_0.w_0", + "linear_1.b_0", + "linear_1.w_0", + "linear_2.b_0", + "linear_2.w_0", + "linear_3.b_0", + "linear_3.w_0" + ], + "output": { + "source_op_index": 3665, + "paddle_block_op_index": 571, + "op_type": "1.add", + "value_id": 595, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block", + "paddle_block_op_index": 571 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "b65e0bab18fa63fe9b752cd95c9234311d8e6ec7c56f2a156f99fd40738c05c6" + } + }, + { + "name": "svtr.block_1", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_2.b_0", + "layer_norm_2.w_0", + "layer_norm_3.b_0", + "layer_norm_3.w_0", + "linear_4.b_0", + "linear_4.w_0", + "linear_5.b_0", + "linear_5.w_0", + "linear_6.b_0", + "linear_6.w_0", + "linear_7.b_0", + "linear_7.w_0" + ], + "output": { + "source_op_index": 4068, + "paddle_block_op_index": 613, + "op_type": "1.add", + "value_id": 645, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block_1", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block_1", + "paddle_block_op_index": 613 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "6049724279d83cda7a5f44a32413cbcfa55718d960bcd43323081346195f3072" + } + }, + { + "name": "sequence_encoder.im2seq", + "kind": "sequence_encoder", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 2, + "op_inventory": { + "1.squeeze": 1, + "1.transpose": 1 + }, + "parameter_keys": [], + "output": { + "source_op_index": 4349, + "paddle_block_op_index": 636, + "op_type": "1.transpose", + "value_id": 685, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "sequence_encoder_im2seq", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "sequence_encoder_im2seq", + "paddle_block_op_index": 636 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "956ac04b0a86c43b1720673719998f010a5708361d48423dc560e3edf0601642" + } + }, + { + "name": "ctc_head", + "kind": "ctc_head", + "source_prefixes": [ + "MultiHead/CTCHead" + ], + "op_count": 2, + "op_inventory": { + "1.add": 1, + "1.matmul": 1 + }, + "parameter_keys": [ + "linear_8.b_0", + "linear_8.w_0" + ], + "output": { + "source_op_index": 4367, + "paddle_block_op_index": 638, + "op_type": "1.add", + "value_id": 687, + "shape": [ + -1, + -1, + 838 + ], + "struct_name": "/MultiHead/CTCHead/Linear/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "ctc_head", + "path": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "ctc_head", + "paddle_block_op_index": 638 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 838 + ], + "materialized_sha256": "86629c0dd7f2f3864ba8fea34e076e1d0f69c79ac2e51b631292b54f88878d0d" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 234, + "assigned_parameter_count": 234, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "eslav_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/eslav_PP-OCRv5_mobile_rec", + "family": "ppocr_v5_text_recognition", + "input_fixture": "fixtures/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels and fixed recognition height 48 for checked fixtures.", + "recommended_parity_shape": [ + 1, + 3, + 48, + 320 + ], + "sequence_length": "CTC time steps are produced by squeezing feature height 1 and transposing width to [N,T,C].", + "output": "CTC probabilities [N,T,class_count]." + }, + "source_hashes": { + "config_json": "f6a5103ccf8d446d96477461fca58213c0eecd3d31518dfaf5b941110a342911", + "inference_json": "3fb6e2e658f5139ff16e35260de8f0577f106a9505c902e1dfc1f4f1d03cc9cb", + "inference_pdiparams": "f11057b05d8517868bca505271278973d706600d9dcc184cbcf5c4512091c32b" + }, + "blocks": [ + { + "name": "pplcnetv3.stem", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/ConvBNLayer" + ], + "op_count": 2, + "op_inventory": { + "1.batch_norm_": 1, + "1.conv2d": 1 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "conv2d_0.w_0" + ], + "output": { + "source_op_index": 731, + "paddle_block_op_index": 236, + "op_type": "1.batch_norm_", + "value_id": 237, + "shape": [ + -1, + 16, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_stem", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_stem", + "paddle_block_op_index": 236 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 16, + 24, + 160 + ], + "materialized_sha256": "33c2926ab8a8bfc694ac37bba802bb5c54d2032df53e066cc867b59d0d7485dc" + } + }, + { + "name": "pplcnetv3.sequential", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential" + ], + "op_count": 16, + "op_inventory": { + "1.add": 6, + "1.conv2d": 1, + "1.depthwise_conv2d": 1, + "1.hardswish": 2, + "1.multiply": 4, + "1.reshape": 2 + }, + "parameter_keys": [ + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "learnable_affine_block_0.w_0", + "learnable_affine_block_0.w_1", + "learnable_affine_block_1.w_0", + "learnable_affine_block_1.w_1", + "learnable_affine_block_2.w_0", + "learnable_affine_block_2.w_1", + "learnable_affine_block_3.w_0", + "learnable_affine_block_3.w_1" + ], + "output": { + "source_op_index": 898, + "paddle_block_op_index": 254, + "op_type": "1.add", + "value_id": 260, + "shape": [ + -1, + 32, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential", + "paddle_block_op_index": 254 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 32, + 24, + 160 + ], + "materialized_sha256": "07303e7b861fcf5630f5d27a52e4b5e9a4977a08c4b28b758ff34fbb912f52db" + } + }, + { + "name": "pplcnetv3.sequential_1", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_1" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_138.b_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_140.b_0", + "conv2d_140.w_0", + "conv2d_141.b_0", + "conv2d_141.w_0", + "learnable_affine_block_10.w_0", + "learnable_affine_block_10.w_1", + "learnable_affine_block_11.w_0", + "learnable_affine_block_11.w_1", + "learnable_affine_block_4.w_0", + "learnable_affine_block_4.w_1", + "learnable_affine_block_5.w_0", + "learnable_affine_block_5.w_1", + "learnable_affine_block_6.w_0", + "learnable_affine_block_6.w_1", + "learnable_affine_block_7.w_0", + "learnable_affine_block_7.w_1", + "learnable_affine_block_8.w_0", + "learnable_affine_block_8.w_1", + "learnable_affine_block_9.w_0", + "learnable_affine_block_9.w_1" + ], + "output": { + "source_op_index": 1190, + "paddle_block_op_index": 290, + "op_type": "1.add", + "value_id": 296, + "shape": [ + -1, + 64, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_1", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_1", + "paddle_block_op_index": 290 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 64, + 24, + 160 + ], + "materialized_sha256": "36bec892e4bc220f6326d51ff996c034eda102950927b0c5917c4d8759054ade" + } + }, + { + "name": "pplcnetv3.sequential_2", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_2" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_142.b_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_144.b_0", + "conv2d_144.w_0", + "conv2d_145.b_0", + "conv2d_145.w_0", + "learnable_affine_block_12.w_0", + "learnable_affine_block_12.w_1", + "learnable_affine_block_13.w_0", + "learnable_affine_block_13.w_1", + "learnable_affine_block_14.w_0", + "learnable_affine_block_14.w_1", + "learnable_affine_block_15.w_0", + "learnable_affine_block_15.w_1", + "learnable_affine_block_16.w_0", + "learnable_affine_block_16.w_1", + "learnable_affine_block_17.w_0", + "learnable_affine_block_17.w_1", + "learnable_affine_block_18.w_0", + "learnable_affine_block_18.w_1", + "learnable_affine_block_19.w_0", + "learnable_affine_block_19.w_1" + ], + "output": { + "source_op_index": 1482, + "paddle_block_op_index": 326, + "op_type": "1.add", + "value_id": 332, + "shape": [ + -1, + 128, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_2", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_2", + "paddle_block_op_index": 326 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 12, + 160 + ], + "materialized_sha256": "8a1cca7247e46c2615d494a5ee1627d2cfe1920b9ce1c89a68811d64b4043ea3" + } + }, + { + "name": "pplcnetv3.sequential_3", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_3" + ], + "op_count": 80, + "op_inventory": { + "1.add": 30, + "1.conv2d": 5, + "1.depthwise_conv2d": 5, + "1.hardswish": 10, + "1.multiply": 20, + "1.reshape": 10 + }, + "parameter_keys": [ + "conv2d_146.b_0", + "conv2d_146.w_0", + "conv2d_147.b_0", + "conv2d_147.w_0", + "conv2d_148.b_0", + "conv2d_148.w_0", + "conv2d_149.b_0", + "conv2d_149.w_0", + "conv2d_150.b_0", + "conv2d_150.w_0", + "conv2d_151.b_0", + "conv2d_151.w_0", + "conv2d_152.b_0", + "conv2d_152.w_0", + "conv2d_153.b_0", + "conv2d_153.w_0", + "conv2d_154.b_0", + "conv2d_154.w_0", + "conv2d_155.b_0", + "conv2d_155.w_0", + "learnable_affine_block_20.w_0", + "learnable_affine_block_20.w_1", + "learnable_affine_block_21.w_0", + "learnable_affine_block_21.w_1", + "learnable_affine_block_22.w_0", + "learnable_affine_block_22.w_1", + "learnable_affine_block_23.w_0", + "learnable_affine_block_23.w_1", + "learnable_affine_block_24.w_0", + "learnable_affine_block_24.w_1", + "learnable_affine_block_25.w_0", + "learnable_affine_block_25.w_1", + "learnable_affine_block_26.w_0", + "learnable_affine_block_26.w_1", + "learnable_affine_block_27.w_0", + "learnable_affine_block_27.w_1", + "learnable_affine_block_28.w_0", + "learnable_affine_block_28.w_1", + "learnable_affine_block_29.w_0", + "learnable_affine_block_29.w_1", + "learnable_affine_block_30.w_0", + "learnable_affine_block_30.w_1", + "learnable_affine_block_31.w_0", + "learnable_affine_block_31.w_1", + "learnable_affine_block_32.w_0", + "learnable_affine_block_32.w_1", + "learnable_affine_block_33.w_0", + "learnable_affine_block_33.w_1", + "learnable_affine_block_34.w_0", + "learnable_affine_block_34.w_1", + "learnable_affine_block_35.w_0", + "learnable_affine_block_35.w_1", + "learnable_affine_block_36.w_0", + "learnable_affine_block_36.w_1", + "learnable_affine_block_37.w_0", + "learnable_affine_block_37.w_1", + "learnable_affine_block_38.w_0", + "learnable_affine_block_38.w_1", + "learnable_affine_block_39.w_0", + "learnable_affine_block_39.w_1" + ], + "output": { + "source_op_index": 2212, + "paddle_block_op_index": 416, + "op_type": "1.add", + "value_id": 422, + "shape": [ + -1, + 240, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_3", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_3", + "paddle_block_op_index": 416 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 240, + 12, + 80 + ], + "materialized_sha256": "8850eac46b29d2b8e49d136633df8c5bdb35b475bcb4ce8391806325b2fa8b3b" + } + }, + { + "name": "pplcnetv3.sequential_4", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_4" + ], + "op_count": 84, + "op_inventory": { + "1.add": 28, + "1.conv2d": 8, + "1.depthwise_conv2d": 4, + "1.hardsigmoid": 2, + "1.hardswish": 8, + "1.multiply": 18, + "1.pool2d": 2, + "1.relu": 2, + "1.reshape": 12 + }, + "parameter_keys": [ + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_156.b_0", + "conv2d_156.w_0", + "conv2d_157.b_0", + "conv2d_157.w_0", + "conv2d_158.b_0", + "conv2d_158.w_0", + "conv2d_159.b_0", + "conv2d_159.w_0", + "conv2d_160.b_0", + "conv2d_160.w_0", + "conv2d_161.b_0", + "conv2d_161.w_0", + "conv2d_162.b_0", + "conv2d_162.w_0", + "conv2d_163.b_0", + "conv2d_163.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "learnable_affine_block_40.w_0", + "learnable_affine_block_40.w_1", + "learnable_affine_block_41.w_0", + "learnable_affine_block_41.w_1", + "learnable_affine_block_42.w_0", + "learnable_affine_block_42.w_1", + "learnable_affine_block_43.w_0", + "learnable_affine_block_43.w_1", + "learnable_affine_block_44.w_0", + "learnable_affine_block_44.w_1", + "learnable_affine_block_45.w_0", + "learnable_affine_block_45.w_1", + "learnable_affine_block_46.w_0", + "learnable_affine_block_46.w_1", + "learnable_affine_block_47.w_0", + "learnable_affine_block_47.w_1", + "learnable_affine_block_48.w_0", + "learnable_affine_block_48.w_1", + "learnable_affine_block_49.w_0", + "learnable_affine_block_49.w_1", + "learnable_affine_block_50.w_0", + "learnable_affine_block_50.w_1", + "learnable_affine_block_51.w_0", + "learnable_affine_block_51.w_1", + "learnable_affine_block_52.w_0", + "learnable_affine_block_52.w_1", + "learnable_affine_block_53.w_0", + "learnable_affine_block_53.w_1", + "learnable_affine_block_54.w_0", + "learnable_affine_block_54.w_1", + "learnable_affine_block_55.w_0", + "learnable_affine_block_55.w_1" + ], + "output": { + "source_op_index": 3068, + "paddle_block_op_index": 514, + "op_type": "1.add", + "value_id": 520, + "shape": [ + -1, + 480, + 3, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_4", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_4", + "paddle_block_op_index": 514 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 480, + 3, + 80 + ], + "materialized_sha256": "15b291432192e6b93c290a8dabf85b23f5a75c3b35b96a42f5f12e0d28c13fb9" + } + }, + { + "name": "svtr.projection", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 16, + "op_inventory": { + "1.batch_norm_": 5, + "1.conv2d": 5, + "1.layer_norm": 1, + "1.swish": 5 + }, + "parameter_keys": [ + "batch_norm2d_146.b_0", + "batch_norm2d_146.w_0", + "batch_norm2d_146.w_1", + "batch_norm2d_146.w_2", + "batch_norm2d_147.b_0", + "batch_norm2d_147.w_0", + "batch_norm2d_147.w_1", + "batch_norm2d_147.w_2", + "batch_norm2d_148.b_0", + "batch_norm2d_148.w_0", + "batch_norm2d_148.w_1", + "batch_norm2d_148.w_2", + "batch_norm2d_149.b_0", + "batch_norm2d_149.w_0", + "batch_norm2d_149.w_1", + "batch_norm2d_149.w_2", + "batch_norm2d_150.b_0", + "batch_norm2d_150.w_0", + "batch_norm2d_150.w_1", + "batch_norm2d_150.w_2", + "conv2d_131.w_0", + "conv2d_132.w_0", + "conv2d_133.w_0", + "conv2d_134.w_0", + "conv2d_135.w_0", + "layer_norm_4.b_0", + "layer_norm_4.w_0" + ], + "output": { + "source_op_index": 4327, + "paddle_block_op_index": 633, + "op_type": "1.swish", + "value_id": 682, + "shape": [ + -1, + 120, + 1, + -1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_projection", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_projection", + "paddle_block_op_index": 633 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 120, + 1, + 40 + ], + "materialized_sha256": "bc13030540165935be76fcff563eb39ef6df55a9c99e70d62a803bd3f9be052e" + } + }, + { + "name": "svtr.block", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_0.b_0", + "layer_norm_0.w_0", + "layer_norm_1.b_0", + "layer_norm_1.w_0", + "linear_0.b_0", + "linear_0.w_0", + "linear_1.b_0", + "linear_1.w_0", + "linear_2.b_0", + "linear_2.w_0", + "linear_3.b_0", + "linear_3.w_0" + ], + "output": { + "source_op_index": 3665, + "paddle_block_op_index": 571, + "op_type": "1.add", + "value_id": 595, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block", + "paddle_block_op_index": 571 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "8e090fd6dbde273fb7a1462213ca905cfe26d8d2d16869eed5f831315505b3bf" + } + }, + { + "name": "svtr.block_1", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_2.b_0", + "layer_norm_2.w_0", + "layer_norm_3.b_0", + "layer_norm_3.w_0", + "linear_4.b_0", + "linear_4.w_0", + "linear_5.b_0", + "linear_5.w_0", + "linear_6.b_0", + "linear_6.w_0", + "linear_7.b_0", + "linear_7.w_0" + ], + "output": { + "source_op_index": 4068, + "paddle_block_op_index": 613, + "op_type": "1.add", + "value_id": 645, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block_1", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block_1", + "paddle_block_op_index": 613 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "58ce38e3d10286ebde8d0d627790aa536139915a80b3f64363834a69ff679416" + } + }, + { + "name": "sequence_encoder.im2seq", + "kind": "sequence_encoder", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 2, + "op_inventory": { + "1.squeeze": 1, + "1.transpose": 1 + }, + "parameter_keys": [], + "output": { + "source_op_index": 4349, + "paddle_block_op_index": 636, + "op_type": "1.transpose", + "value_id": 685, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "sequence_encoder_im2seq", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "sequence_encoder_im2seq", + "paddle_block_op_index": 636 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "6fc48ebff559c0bcdb091fe851a7b65a63da6dc525df21a3e9e3675d741e93b4" + } + }, + { + "name": "ctc_head", + "kind": "ctc_head", + "source_prefixes": [ + "MultiHead/CTCHead" + ], + "op_count": 2, + "op_inventory": { + "1.add": 1, + "1.matmul": 1 + }, + "parameter_keys": [ + "linear_8.b_0", + "linear_8.w_0" + ], + "output": { + "source_op_index": 4367, + "paddle_block_op_index": 638, + "op_type": "1.add", + "value_id": 687, + "shape": [ + -1, + -1, + 519 + ], + "struct_name": "/MultiHead/CTCHead/Linear/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "ctc_head", + "path": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "ctc_head", + "paddle_block_op_index": 638 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 519 + ], + "materialized_sha256": "617eac95213ac76ab8fb974c76c6b55090ec60bdc01e7080a119af4ec2b595a0" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 234, + "assigned_parameter_count": 234, + "unassigned_parameter_count": 0 + } + }, + { + "variant": "korean_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/korean_PP-OCRv5_mobile_rec", + "family": "ppocr_v5_text_recognition", + "input_fixture": "fixtures/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "dynamic_shape_constraints": { + "prepared_input": "NCHW fp32 with 3 channels and fixed recognition height 48 for checked fixtures.", + "recommended_parity_shape": [ + 1, + 3, + 48, + 320 + ], + "sequence_length": "CTC time steps are produced by squeezing feature height 1 and transposing width to [N,T,C].", + "output": "CTC probabilities [N,T,class_count]." + }, + "source_hashes": { + "config_json": "c86a49d6301e6c4ff3398a87a2a1926b3521a46e90042833e18bbfa8ba6165c2", + "inference_json": "562404e3c590c50c93778d5f0a94df21b47b5ab8f3ea6d47c7f8a7930c3bc844", + "inference_pdiparams": "cac3e5f12cf04aaa77f6a5bc704e4e736ef2908476551891d84b41b4e9090462" + }, + "blocks": [ + { + "name": "pplcnetv3.stem", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/ConvBNLayer" + ], + "op_count": 2, + "op_inventory": { + "1.batch_norm_": 1, + "1.conv2d": 1 + }, + "parameter_keys": [ + "batch_norm2d_0.b_0", + "batch_norm2d_0.w_0", + "batch_norm2d_0.w_1", + "batch_norm2d_0.w_2", + "conv2d_0.w_0" + ], + "output": { + "source_op_index": 731, + "paddle_block_op_index": 236, + "op_type": "1.batch_norm_", + "value_id": 237, + "shape": [ + -1, + 16, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_stem", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_stem", + "paddle_block_op_index": 236 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 16, + 24, + 160 + ], + "materialized_sha256": "d93e069f1a41f273bf6d31273204ef1abc85093fc25eef81a9bd52c39896ef3e" + } + }, + { + "name": "pplcnetv3.sequential", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential" + ], + "op_count": 16, + "op_inventory": { + "1.add": 6, + "1.conv2d": 1, + "1.depthwise_conv2d": 1, + "1.hardswish": 2, + "1.multiply": 4, + "1.reshape": 2 + }, + "parameter_keys": [ + "conv2d_136.b_0", + "conv2d_136.w_0", + "conv2d_137.b_0", + "conv2d_137.w_0", + "learnable_affine_block_0.w_0", + "learnable_affine_block_0.w_1", + "learnable_affine_block_1.w_0", + "learnable_affine_block_1.w_1", + "learnable_affine_block_2.w_0", + "learnable_affine_block_2.w_1", + "learnable_affine_block_3.w_0", + "learnable_affine_block_3.w_1" + ], + "output": { + "source_op_index": 898, + "paddle_block_op_index": 254, + "op_type": "1.add", + "value_id": 260, + "shape": [ + -1, + 32, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential", + "paddle_block_op_index": 254 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 32, + 24, + 160 + ], + "materialized_sha256": "29b8d025ea3ce8ee1187bdfc97efac513190dd618290122fcde713a7d47aeef2" + } + }, + { + "name": "pplcnetv3.sequential_1", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_1" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_138.b_0", + "conv2d_138.w_0", + "conv2d_139.b_0", + "conv2d_139.w_0", + "conv2d_140.b_0", + "conv2d_140.w_0", + "conv2d_141.b_0", + "conv2d_141.w_0", + "learnable_affine_block_10.w_0", + "learnable_affine_block_10.w_1", + "learnable_affine_block_11.w_0", + "learnable_affine_block_11.w_1", + "learnable_affine_block_4.w_0", + "learnable_affine_block_4.w_1", + "learnable_affine_block_5.w_0", + "learnable_affine_block_5.w_1", + "learnable_affine_block_6.w_0", + "learnable_affine_block_6.w_1", + "learnable_affine_block_7.w_0", + "learnable_affine_block_7.w_1", + "learnable_affine_block_8.w_0", + "learnable_affine_block_8.w_1", + "learnable_affine_block_9.w_0", + "learnable_affine_block_9.w_1" + ], + "output": { + "source_op_index": 1190, + "paddle_block_op_index": 290, + "op_type": "1.add", + "value_id": 296, + "shape": [ + -1, + 64, + 24, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_1", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_1", + "paddle_block_op_index": 290 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 64, + 24, + 160 + ], + "materialized_sha256": "4e6bda6ee19e1c8900388b337ee64a8e422a6481babf372904d5d2022dd29971" + } + }, + { + "name": "pplcnetv3.sequential_2", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_2" + ], + "op_count": 32, + "op_inventory": { + "1.add": 12, + "1.conv2d": 2, + "1.depthwise_conv2d": 2, + "1.hardswish": 4, + "1.multiply": 8, + "1.reshape": 4 + }, + "parameter_keys": [ + "conv2d_142.b_0", + "conv2d_142.w_0", + "conv2d_143.b_0", + "conv2d_143.w_0", + "conv2d_144.b_0", + "conv2d_144.w_0", + "conv2d_145.b_0", + "conv2d_145.w_0", + "learnable_affine_block_12.w_0", + "learnable_affine_block_12.w_1", + "learnable_affine_block_13.w_0", + "learnable_affine_block_13.w_1", + "learnable_affine_block_14.w_0", + "learnable_affine_block_14.w_1", + "learnable_affine_block_15.w_0", + "learnable_affine_block_15.w_1", + "learnable_affine_block_16.w_0", + "learnable_affine_block_16.w_1", + "learnable_affine_block_17.w_0", + "learnable_affine_block_17.w_1", + "learnable_affine_block_18.w_0", + "learnable_affine_block_18.w_1", + "learnable_affine_block_19.w_0", + "learnable_affine_block_19.w_1" + ], + "output": { + "source_op_index": 1482, + "paddle_block_op_index": 326, + "op_type": "1.add", + "value_id": 332, + "shape": [ + -1, + 128, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_2", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_2", + "paddle_block_op_index": 326 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 128, + 12, + 160 + ], + "materialized_sha256": "67a7eb439c1ec1f811d3e4ae1a73866c79c5b01026c1b2d69da7d245453adffd" + } + }, + { + "name": "pplcnetv3.sequential_3", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_3" + ], + "op_count": 80, + "op_inventory": { + "1.add": 30, + "1.conv2d": 5, + "1.depthwise_conv2d": 5, + "1.hardswish": 10, + "1.multiply": 20, + "1.reshape": 10 + }, + "parameter_keys": [ + "conv2d_146.b_0", + "conv2d_146.w_0", + "conv2d_147.b_0", + "conv2d_147.w_0", + "conv2d_148.b_0", + "conv2d_148.w_0", + "conv2d_149.b_0", + "conv2d_149.w_0", + "conv2d_150.b_0", + "conv2d_150.w_0", + "conv2d_151.b_0", + "conv2d_151.w_0", + "conv2d_152.b_0", + "conv2d_152.w_0", + "conv2d_153.b_0", + "conv2d_153.w_0", + "conv2d_154.b_0", + "conv2d_154.w_0", + "conv2d_155.b_0", + "conv2d_155.w_0", + "learnable_affine_block_20.w_0", + "learnable_affine_block_20.w_1", + "learnable_affine_block_21.w_0", + "learnable_affine_block_21.w_1", + "learnable_affine_block_22.w_0", + "learnable_affine_block_22.w_1", + "learnable_affine_block_23.w_0", + "learnable_affine_block_23.w_1", + "learnable_affine_block_24.w_0", + "learnable_affine_block_24.w_1", + "learnable_affine_block_25.w_0", + "learnable_affine_block_25.w_1", + "learnable_affine_block_26.w_0", + "learnable_affine_block_26.w_1", + "learnable_affine_block_27.w_0", + "learnable_affine_block_27.w_1", + "learnable_affine_block_28.w_0", + "learnable_affine_block_28.w_1", + "learnable_affine_block_29.w_0", + "learnable_affine_block_29.w_1", + "learnable_affine_block_30.w_0", + "learnable_affine_block_30.w_1", + "learnable_affine_block_31.w_0", + "learnable_affine_block_31.w_1", + "learnable_affine_block_32.w_0", + "learnable_affine_block_32.w_1", + "learnable_affine_block_33.w_0", + "learnable_affine_block_33.w_1", + "learnable_affine_block_34.w_0", + "learnable_affine_block_34.w_1", + "learnable_affine_block_35.w_0", + "learnable_affine_block_35.w_1", + "learnable_affine_block_36.w_0", + "learnable_affine_block_36.w_1", + "learnable_affine_block_37.w_0", + "learnable_affine_block_37.w_1", + "learnable_affine_block_38.w_0", + "learnable_affine_block_38.w_1", + "learnable_affine_block_39.w_0", + "learnable_affine_block_39.w_1" + ], + "output": { + "source_op_index": 2212, + "paddle_block_op_index": 416, + "op_type": "1.add", + "value_id": 422, + "shape": [ + -1, + 240, + 12, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_3", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_3", + "paddle_block_op_index": 416 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 240, + 12, + 80 + ], + "materialized_sha256": "ba007a5d29ee8ab4b9bfdd9bbe804a3037bfa9810de8b031c45ca711cfdccf62" + } + }, + { + "name": "pplcnetv3.sequential_4", + "kind": "pplcnetv3_stage", + "source_prefixes": [ + "PPLCNetV3/Sequential_4" + ], + "op_count": 84, + "op_inventory": { + "1.add": 28, + "1.conv2d": 8, + "1.depthwise_conv2d": 4, + "1.hardsigmoid": 2, + "1.hardswish": 8, + "1.multiply": 18, + "1.pool2d": 2, + "1.relu": 2, + "1.reshape": 12 + }, + "parameter_keys": [ + "conv2d_107.b_0", + "conv2d_107.w_0", + "conv2d_108.b_0", + "conv2d_108.w_0", + "conv2d_156.b_0", + "conv2d_156.w_0", + "conv2d_157.b_0", + "conv2d_157.w_0", + "conv2d_158.b_0", + "conv2d_158.w_0", + "conv2d_159.b_0", + "conv2d_159.w_0", + "conv2d_160.b_0", + "conv2d_160.w_0", + "conv2d_161.b_0", + "conv2d_161.w_0", + "conv2d_162.b_0", + "conv2d_162.w_0", + "conv2d_163.b_0", + "conv2d_163.w_0", + "conv2d_96.b_0", + "conv2d_96.w_0", + "conv2d_97.b_0", + "conv2d_97.w_0", + "learnable_affine_block_40.w_0", + "learnable_affine_block_40.w_1", + "learnable_affine_block_41.w_0", + "learnable_affine_block_41.w_1", + "learnable_affine_block_42.w_0", + "learnable_affine_block_42.w_1", + "learnable_affine_block_43.w_0", + "learnable_affine_block_43.w_1", + "learnable_affine_block_44.w_0", + "learnable_affine_block_44.w_1", + "learnable_affine_block_45.w_0", + "learnable_affine_block_45.w_1", + "learnable_affine_block_46.w_0", + "learnable_affine_block_46.w_1", + "learnable_affine_block_47.w_0", + "learnable_affine_block_47.w_1", + "learnable_affine_block_48.w_0", + "learnable_affine_block_48.w_1", + "learnable_affine_block_49.w_0", + "learnable_affine_block_49.w_1", + "learnable_affine_block_50.w_0", + "learnable_affine_block_50.w_1", + "learnable_affine_block_51.w_0", + "learnable_affine_block_51.w_1", + "learnable_affine_block_52.w_0", + "learnable_affine_block_52.w_1", + "learnable_affine_block_53.w_0", + "learnable_affine_block_53.w_1", + "learnable_affine_block_54.w_0", + "learnable_affine_block_54.w_1", + "learnable_affine_block_55.w_0", + "learnable_affine_block_55.w_1" + ], + "output": { + "source_op_index": 3068, + "paddle_block_op_index": 514, + "op_type": "1.add", + "value_id": 520, + "shape": [ + -1, + 480, + 3, + -1 + ], + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "pplcnetv3_sequential_4", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "pplcnetv3_sequential_4", + "paddle_block_op_index": 514 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 480, + 3, + 80 + ], + "materialized_sha256": "0319445a65a5c43bfdf8a1738b663288dcafb12a73f1008a9f1c7216cb2fc986" + } + }, + { + "name": "svtr.projection", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 16, + "op_inventory": { + "1.batch_norm_": 5, + "1.conv2d": 5, + "1.layer_norm": 1, + "1.swish": 5 + }, + "parameter_keys": [ + "batch_norm2d_146.b_0", + "batch_norm2d_146.w_0", + "batch_norm2d_146.w_1", + "batch_norm2d_146.w_2", + "batch_norm2d_147.b_0", + "batch_norm2d_147.w_0", + "batch_norm2d_147.w_1", + "batch_norm2d_147.w_2", + "batch_norm2d_148.b_0", + "batch_norm2d_148.w_0", + "batch_norm2d_148.w_1", + "batch_norm2d_148.w_2", + "batch_norm2d_149.b_0", + "batch_norm2d_149.w_0", + "batch_norm2d_149.w_1", + "batch_norm2d_149.w_2", + "batch_norm2d_150.b_0", + "batch_norm2d_150.w_0", + "batch_norm2d_150.w_1", + "batch_norm2d_150.w_2", + "conv2d_131.w_0", + "conv2d_132.w_0", + "conv2d_133.w_0", + "conv2d_134.w_0", + "conv2d_135.w_0", + "layer_norm_4.b_0", + "layer_norm_4.w_0" + ], + "output": { + "source_op_index": 4327, + "paddle_block_op_index": 633, + "op_type": "1.swish", + "value_id": 682, + "shape": [ + -1, + 120, + 1, + -1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_projection", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_projection", + "paddle_block_op_index": 633 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 120, + 1, + 40 + ], + "materialized_sha256": "c9a919eb557e0eeee206d55a25db8f0c0dca45cc9e62b57bc93b40da169eb8c7" + } + }, + { + "name": "svtr.block", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_0.b_0", + "layer_norm_0.w_0", + "layer_norm_1.b_0", + "layer_norm_1.w_0", + "linear_0.b_0", + "linear_0.w_0", + "linear_1.b_0", + "linear_1.w_0", + "linear_2.b_0", + "linear_2.w_0", + "linear_3.b_0", + "linear_3.w_0" + ], + "output": { + "source_op_index": 3665, + "paddle_block_op_index": 571, + "op_type": "1.add", + "value_id": 595, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block", + "paddle_block_op_index": 571 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "711747a13d454e6eb3b5fe3f32c1f2629aa1f0b5f7f7326cfb3f5c6984c1216b" + } + }, + { + "name": "svtr.block_1", + "kind": "svtr_stage", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 28, + "op_inventory": { + "1.add": 6, + "1.dropout": 4, + "1.layer_norm": 2, + "1.matmul": 6, + "1.reshape": 2, + "1.slice": 3, + "1.softmax": 1, + "1.swish": 1, + "1.transpose": 3 + }, + "parameter_keys": [ + "layer_norm_2.b_0", + "layer_norm_2.w_0", + "layer_norm_3.b_0", + "layer_norm_3.w_0", + "linear_4.b_0", + "linear_4.w_0", + "linear_5.b_0", + "linear_5.w_0", + "linear_6.b_0", + "linear_6.w_0", + "linear_7.b_0", + "linear_7.w_0" + ], + "output": { + "source_op_index": 4068, + "paddle_block_op_index": 613, + "op_type": "1.add", + "value_id": 645, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "svtr_block_1", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "svtr_block_1", + "paddle_block_op_index": 613 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "00d4b394ab2e69cdd13d054459648bc986c57970d235f3ed677a3b0a3a8e4ad2" + } + }, + { + "name": "sequence_encoder.im2seq", + "kind": "sequence_encoder", + "source_prefixes": [ + "MultiHead/SequenceEncoder" + ], + "op_count": 2, + "op_inventory": { + "1.squeeze": 1, + "1.transpose": 1 + }, + "parameter_keys": [], + "output": { + "source_op_index": 4349, + "paddle_block_op_index": 636, + "op_type": "1.transpose", + "value_id": 685, + "shape": [ + -1, + -1, + 120 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "sequence_encoder_im2seq", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "sequence_encoder_im2seq", + "paddle_block_op_index": 636 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 120 + ], + "materialized_sha256": "fdbf6cc6b1b6b604a9f36c1e557a1d97496a5425b00b72949d41039c47ed572c" + } + }, + { + "name": "ctc_head", + "kind": "ctc_head", + "source_prefixes": [ + "MultiHead/CTCHead" + ], + "op_count": 2, + "op_inventory": { + "1.add": 1, + "1.matmul": 1 + }, + "parameter_keys": [ + "linear_8.b_0", + "linear_8.w_0" + ], + "output": { + "source_op_index": 4367, + "paddle_block_op_index": 638, + "op_type": "1.add", + "value_id": 687, + "shape": [ + -1, + -1, + 11947 + ], + "struct_name": "/MultiHead/CTCHead/Linear/" + }, + "intermediate_fixture": { + "status": "materialized", + "tensor_name": "ctc_head", + "path": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors", + "metadata": "fixtures/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json", + "fetch_op": { + "name": "ctc_head", + "paddle_block_op_index": 638 + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + }, + "materialized_shape": [ + 1, + 40, + 11947 + ], + "materialized_sha256": "88bc3c36012f6568bf6225b8876b0f8330171bd1735064ed3e37472eccfa9a19" + } + } + ], + "parameter_assignment": { + "source_parameter_count": 234, + "assigned_parameter_count": 234, + "unassigned_parameter_count": 0 + } + } + ] +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors b/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3559a758cffc175c24819212c6f98fc86df50269 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_mobile_det.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a82227335a12b3bd9f6cf21d49d46fc16b333112c606987d83cb9160fddbab +size 35188120 diff --git a/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json b/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b974fbb4938234165bc454efd99e927a528c36f6 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_mobile_det_metadata.json @@ -0,0 +1,174 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_det", + "input": "fixtures/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors", + "source_hashes": { + "config_json": "7ac1c33f377ba58561f4b89d3180b6add2b7c5c60a4edac90fa4e0ceccdc6665", + "inference_json": "05feef1acb00aa4cd7362b15f7f501fc4f99d7b1fa73c1c871e0c7b1504b0f5c", + "inference_pdiparams": "afa1820cb16c1fd0dad589d0f8b389139061c1ef6d68019685fd07be997dda5b" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pplcnetv3_stem", + "pplcnetv3_sequential", + "pplcnetv3_sequential_1", + "pplcnetv3_sequential_2", + "pplcnetv3_sequential_3", + "pplcnetv3_sequential_4", + "pplcnetv3_output", + "rsefpn", + "db_head" + ], + "fetch_ops": [ + { + "name": "pplcnetv3_stem", + "op_index": 236 + }, + { + "name": "pplcnetv3_sequential", + "op_index": 254 + }, + { + "name": "pplcnetv3_sequential_1", + "op_index": 287 + }, + { + "name": "pplcnetv3_sequential_2", + "op_index": 320 + }, + { + "name": "pplcnetv3_sequential_3", + "op_index": 407 + }, + { + "name": "pplcnetv3_sequential_4", + "op_index": 502 + }, + { + "name": "pplcnetv3_output", + "op_index": 518 + }, + { + "name": "rsefpn", + "op_index": 644 + }, + { + "name": "db_head", + "op_index": 665 + } + ], + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "3a6f94b6cb491a056d840ad712ce2317172f35d34936dfc0f0cd62c5fbd3fc47" + }, + "pplcnetv3_stem": { + "shape": [ + 1, + 16, + 320, + 320 + ], + "dtype": "float32", + "sha256": "6a54e4df2608e7f5f2f2f6020793c60b9cbf123b5f0668b7d4e30f1e2d49022c" + }, + "pplcnetv3_sequential": { + "shape": [ + 1, + 32, + 320, + 320 + ], + "dtype": "float32", + "sha256": "c5e9ab59b0b19a2796e8210442e52ba98060631a7dc71e9fea4f639320cbd503" + }, + "pplcnetv3_sequential_1": { + "shape": [ + 1, + 48, + 160, + 160 + ], + "dtype": "float32", + "sha256": "5757e212af17624dd19bfe8dee3b7bbd73f7b7968bc1c70fcfcbde2567c59674" + }, + "pplcnetv3_sequential_2": { + "shape": [ + 1, + 96, + 80, + 80 + ], + "dtype": "float32", + "sha256": "2cbccd02b7802e47e3cf952eee4981b92d0962d6d7f07d579e5566b7f1b32835" + }, + "pplcnetv3_sequential_3": { + "shape": [ + 1, + 192, + 40, + 40 + ], + "dtype": "float32", + "sha256": "7c83e7f0b7778333100076ff1e6c3b1f1e5444b4ad27d11234eb5fcbbe0df5c8" + }, + "pplcnetv3_sequential_4": { + "shape": [ + 1, + 384, + 20, + 20 + ], + "dtype": "float32", + "sha256": "9a0c0bf764ff8a4b81b946723dc259177c607b8a10690b25b533c3737d7bf053" + }, + "pplcnetv3_output": { + "shape": [ + 1, + 360, + 20, + 20 + ], + "dtype": "float32", + "sha256": "3b2d779606489aec3150b11c38e0667956114edd741372ff2ff5861ad84206f9" + }, + "rsefpn": { + "shape": [ + 1, + 24, + 160, + 160 + ], + "dtype": "float32", + "sha256": "5c0aecfa833981b372ebdc75c60379bf7c92316836bf37b5314669a2510e44bb" + }, + "db_head": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "fe54f4682f83c2103b0065472bc429b2696ff60d068d8a23555da343a19e0aae" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors b/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..75a594fbce35036dd97dea01da1022e38cf2c2c6 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf297828e71814ad47c1ffc409e9895dc5b068945dce59757a023c904427bb3 +size 10046848 diff --git a/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6c85d868e24b4bf0f485c446b409495b37a540f8 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,199 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "6df1587ae056f0b987125fc894b17f62ae3a12644fa2488d108f19377da9c1a8", + "inference_json": "24587345250c7332d0fc6f9a44e794d078cdaeb64c302fef906f325619de2569", + "inference_pdiparams": "2460da90875937c94db97eba74ae3d9e5d4c4c57c42f1f41531c09a26bcc771a" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pplcnetv3_stem", + "pplcnetv3_sequential", + "pplcnetv3_sequential_1", + "pplcnetv3_sequential_2", + "pplcnetv3_sequential_3", + "pplcnetv3_sequential_4", + "svtr_projection", + "svtr_block", + "svtr_block_1", + "sequence_encoder_im2seq", + "ctc_head" + ], + "fetch_ops": [ + { + "name": "pplcnetv3_stem", + "op_index": 236 + }, + { + "name": "pplcnetv3_sequential", + "op_index": 254 + }, + { + "name": "pplcnetv3_sequential_1", + "op_index": 290 + }, + { + "name": "pplcnetv3_sequential_2", + "op_index": 326 + }, + { + "name": "pplcnetv3_sequential_3", + "op_index": 416 + }, + { + "name": "pplcnetv3_sequential_4", + "op_index": 514 + }, + { + "name": "svtr_projection", + "op_index": 633 + }, + { + "name": "svtr_block", + "op_index": 571 + }, + { + "name": "svtr_block_1", + "op_index": 613 + }, + { + "name": "sequence_encoder_im2seq", + "op_index": 636 + }, + { + "name": "ctc_head", + "op_index": 638 + } + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "9848d50935c5610fedb3a3538192d68ea8be3a1579d53926e575408ddc6ead63" + }, + "pplcnetv3_stem": { + "shape": [ + 1, + 16, + 24, + 160 + ], + "dtype": "float32", + "sha256": "feba87bd26522d5d4671abc29c117a283733b8994ccf2a2f4216556ddfad01c7" + }, + "pplcnetv3_sequential": { + "shape": [ + 1, + 32, + 24, + 160 + ], + "dtype": "float32", + "sha256": "27474e9fdbd4428b9b11269b7e94941388f0bb0f508b5c34720b6c12556c8987" + }, + "pplcnetv3_sequential_1": { + "shape": [ + 1, + 64, + 24, + 160 + ], + "dtype": "float32", + "sha256": "8a56d8b2ece82714c7c057bd97dacc33c1942a3c477aca9dc3a013e348258274" + }, + "pplcnetv3_sequential_2": { + "shape": [ + 1, + 128, + 12, + 160 + ], + "dtype": "float32", + "sha256": "bfbd93158a6cc98823a2bfa3cad19d01492de3d6c3d7824ee3a11a5425742b25" + }, + "pplcnetv3_sequential_3": { + "shape": [ + 1, + 240, + 12, + 80 + ], + "dtype": "float32", + "sha256": "4d0239b2050eb09fd11fe3ee65bbc22ef6109834e72a44fe55879d605158bd58" + }, + "pplcnetv3_sequential_4": { + "shape": [ + 1, + 480, + 3, + 80 + ], + "dtype": "float32", + "sha256": "d913dfe40591ed6b12b81183bebc67059d8cd8787c3a0cffd3321ccf2343a032" + }, + "svtr_projection": { + "shape": [ + 1, + 120, + 1, + 40 + ], + "dtype": "float32", + "sha256": "b438b082d74993cc2743aa1390a731abff611e35dd47a662099e8e170d34b98e" + }, + "svtr_block": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "240747cd4efa1bd628dcd1cecd939f74cd6a3bf473393a9a449b6b5dd4dce549" + }, + "svtr_block_1": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "b888aa227040254caec8921c1ea2ba1cbded69dc728cd4499974638c44fae83c" + }, + "sequence_encoder_im2seq": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "533981a7645c445f180f4dc1b3ae92a04804966f2de23571950a1c354c858600" + }, + "ctc_head": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "795d5d129f1fdcf5ef36d70dc68e5d51c6da28eb380bc5453d09190028d95bb2" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors b/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..18a266afb56c4dc424f15bfc785628284db871b5 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_server_det.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110d7d199bc5fcae9eaea7a094852e40149b276c3c320b2d7865636de206dde8 +size 50791136 diff --git a/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json b/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6c1ec8d34149aab3a523e7d7ebc3597b8981e0d5 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_server_det_metadata.json @@ -0,0 +1,144 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_det", + "input": "fixtures/paddleocr_v5/PP-OCRv5_server_det_input.safetensors", + "source_hashes": { + "config_json": "436bf19010fe3879477e8599a870a0ec8ccd14ca39056805ec4ed20ab318ec04", + "inference_json": "af5876933d8806a1b50d895867e0781e135cd92ff37381992828fc8d1b842d28", + "inference_pdiparams": "183146fe9d9910352f68482f623bcbbb9fa7b9e8fa1463b9ad288cef00524d2d" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pphgnetv2_stem", + "pphgnetv2_hgv2_stage", + "pphgnetv2_hgv2_stage_1", + "pphgnetv2_hgv2_stage_2", + "pphgnetv2_hgv2_stage_3", + "lkpan", + "pf_head_local" + ], + "fetch_ops": [ + { + "name": "pphgnetv2_stem", + "op_index": 559 + }, + { + "name": "pphgnetv2_hgv2_stage", + "op_index": 586 + }, + { + "name": "pphgnetv2_hgv2_stage_1", + "op_index": 615 + }, + { + "name": "pphgnetv2_hgv2_stage_2", + "op_index": 736 + }, + { + "name": "pphgnetv2_hgv2_stage_3", + "op_index": 777 + }, + { + "name": "lkpan", + "op_index": 1013 + }, + { + "name": "pf_head_local", + "op_index": 1046 + } + ], + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "a5b07cb8b1f8319f1e0027e9c6c7a77b50eb990be8a906efb43c8eb0c3c674f7" + }, + "pphgnetv2_stem": { + "shape": [ + 1, + 48, + 160, + 160 + ], + "dtype": "float32", + "sha256": "7bb8d842afcc4db226f45c7a6f48987fecf8dc95db0fbd72bee91ccae49bec19" + }, + "pphgnetv2_hgv2_stage": { + "shape": [ + 1, + 128, + 160, + 160 + ], + "dtype": "float32", + "sha256": "2468243fe8b41d2fc5c716257ca2060331ace9ac7aedd98c093f498842df64bf" + }, + "pphgnetv2_hgv2_stage_1": { + "shape": [ + 1, + 512, + 80, + 80 + ], + "dtype": "float32", + "sha256": "db13b315be3bf497b2d1092ccec192a6e17c13a8774118dc63039aba655b2109" + }, + "pphgnetv2_hgv2_stage_2": { + "shape": [ + 1, + 1024, + 40, + 40 + ], + "dtype": "float32", + "sha256": "928ed41d6ea703c6e1e28fdbe09c57dd2f63852d0a443f6578a4e4d8829e52cf" + }, + "pphgnetv2_hgv2_stage_3": { + "shape": [ + 1, + 2048, + 20, + 20 + ], + "dtype": "float32", + "sha256": "10bcd95eb96a901d8c12bc302ee2ff0c3880a4af23e2492021b44ab4771f52c8" + }, + "lkpan": { + "shape": [ + 1, + 64, + 160, + 160 + ], + "dtype": "float32", + "sha256": "9eaecb0aa6a6f9465ea8a24b1bd13b21254a14fa33b05da5cace68a16ba74547" + }, + "pf_head_local": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "320c5d5b9bc146bc48c2164a7f3ac4eeb5262f015e39422e9b8b24a9847b57a7" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors b/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9ed851e6ffbfd94b8c9581841588e8fb3c46dfad --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_server_rec.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f286b63916e792a0fb94221e36c3f589e48af69404891873424179a9f6db5faf +size 13579560 diff --git a/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json b/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3ee15955b3916bac9719bc2a7a882ac47e8ffe89 --- /dev/null +++ b/paddleocr_v5/intermediate/PP-OCRv5_server_rec_metadata.json @@ -0,0 +1,184 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_rec", + "input": "fixtures/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors", + "source_hashes": { + "config_json": "6a780e213d7a830058ae1b6899c62cc13ca9c1f0f04ae39a27ebb2610fae7c51", + "inference_json": "8e6e12e5d42531840310977fffb58165bf889fc5061408c5a8afdb6985f47fcb", + "inference_pdiparams": "63853f062a5f4089befc16f565a68277618e0da5cb45468b49d11079de0ada77" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pphgnetv2_stem", + "pphgnetv2_hgv2_stage", + "pphgnetv2_hgv2_stage_1", + "pphgnetv2_hgv2_stage_2", + "pphgnetv2_hgv2_stage_3", + "svtr_projection", + "svtr_block", + "svtr_block_1", + "sequence_encoder_im2seq", + "ctc_head" + ], + "fetch_ops": [ + { + "name": "pphgnetv2_stem", + "op_index": 478 + }, + { + "name": "pphgnetv2_hgv2_stage", + "op_index": 507 + }, + { + "name": "pphgnetv2_hgv2_stage_1", + "op_index": 536 + }, + { + "name": "pphgnetv2_hgv2_stage_2", + "op_index": 657 + }, + { + "name": "pphgnetv2_hgv2_stage_3", + "op_index": 698 + }, + { + "name": "svtr_projection", + "op_index": 817 + }, + { + "name": "svtr_block", + "op_index": 755 + }, + { + "name": "svtr_block_1", + "op_index": 797 + }, + { + "name": "sequence_encoder_im2seq", + "op_index": 820 + }, + { + "name": "ctc_head", + "op_index": 822 + } + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "4da237f3162ef0711d72f68ae196337bf6779d1ca24e05560788f10d676349b9" + }, + "pphgnetv2_stem": { + "shape": [ + 1, + 48, + 24, + 160 + ], + "dtype": "float32", + "sha256": "a258adb1fcb5245586e9701a509b173db51c4d2b7e2e3e81492f3cfc2826d5aa" + }, + "pphgnetv2_hgv2_stage": { + "shape": [ + 1, + 128, + 12, + 160 + ], + "dtype": "float32", + "sha256": "a71746e6cb75ed376beb2f4402133c3342c2329f9ceecad0a69083f2880552b9" + }, + "pphgnetv2_hgv2_stage_1": { + "shape": [ + 1, + 512, + 12, + 80 + ], + "dtype": "float32", + "sha256": "05d6cb8fac5ccc2d75bdc55a1b23c0ac6a386858b5180ddc6c82b17e94123d07" + }, + "pphgnetv2_hgv2_stage_2": { + "shape": [ + 1, + 1024, + 6, + 80 + ], + "dtype": "float32", + "sha256": "a6f66686a461d481e38f9b168737f647227502f065b619b2390533f8a0ec76a0" + }, + "pphgnetv2_hgv2_stage_3": { + "shape": [ + 1, + 2048, + 3, + 80 + ], + "dtype": "float32", + "sha256": "9a0b8d357115e343c270ba84c00d032f0376ed572d7ecb2c2ec1f43a3f78dd52" + }, + "svtr_projection": { + "shape": [ + 1, + 120, + 1, + 40 + ], + "dtype": "float32", + "sha256": "c622b897ade53ecf3a82e30811b49fd03b039df3eb61c616380e55e9be21f322" + }, + "svtr_block": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "cebcebcd699a84f91cf612f0785e299222caa494d87eac425a0e05545cc35e5e" + }, + "svtr_block_1": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "b39a4fabc0b39cf88c9025f23328be27d113576ee91d06ff602e3ab54aac8339" + }, + "sequence_encoder_im2seq": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "cf62af403824beff02f990439b2eefadaa9cf21e7b42d8c64380e3ac801f65e6" + }, + "ctc_head": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "c375849615152f7ffd8087a19fff69f6efb7c024716692e927c7075bab51ffa3" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors b/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e866b3afbdff0a4817db9877a6fc8086c051532 --- /dev/null +++ b/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac07de871399350c4f7d9010202c35746501ee4d9f16384d682e9fc301161e0 +size 4329712 diff --git a/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..09aa5ec7a2f06ffb56892fd60452df11f506260e --- /dev/null +++ b/paddleocr_v5/intermediate/eslav_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,199 @@ +{ + "model_dir": "models/PaddlePaddle/eslav_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "f6a5103ccf8d446d96477461fca58213c0eecd3d31518dfaf5b941110a342911", + "inference_json": "3fb6e2e658f5139ff16e35260de8f0577f106a9505c902e1dfc1f4f1d03cc9cb", + "inference_pdiparams": "f11057b05d8517868bca505271278973d706600d9dcc184cbcf5c4512091c32b" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pplcnetv3_stem", + "pplcnetv3_sequential", + "pplcnetv3_sequential_1", + "pplcnetv3_sequential_2", + "pplcnetv3_sequential_3", + "pplcnetv3_sequential_4", + "svtr_projection", + "svtr_block", + "svtr_block_1", + "sequence_encoder_im2seq", + "ctc_head" + ], + "fetch_ops": [ + { + "name": "pplcnetv3_stem", + "op_index": 236 + }, + { + "name": "pplcnetv3_sequential", + "op_index": 254 + }, + { + "name": "pplcnetv3_sequential_1", + "op_index": 290 + }, + { + "name": "pplcnetv3_sequential_2", + "op_index": 326 + }, + { + "name": "pplcnetv3_sequential_3", + "op_index": 416 + }, + { + "name": "pplcnetv3_sequential_4", + "op_index": 514 + }, + { + "name": "svtr_projection", + "op_index": 633 + }, + { + "name": "svtr_block", + "op_index": 571 + }, + { + "name": "svtr_block_1", + "op_index": 613 + }, + { + "name": "sequence_encoder_im2seq", + "op_index": 636 + }, + { + "name": "ctc_head", + "op_index": 638 + } + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 519 + ], + "dtype": "float32", + "sha256": "96b4f57a595bf4dfd9b4b7d2db7301a86c17529a979e491637da71d48419633e" + }, + "pplcnetv3_stem": { + "shape": [ + 1, + 16, + 24, + 160 + ], + "dtype": "float32", + "sha256": "33c2926ab8a8bfc694ac37bba802bb5c54d2032df53e066cc867b59d0d7485dc" + }, + "pplcnetv3_sequential": { + "shape": [ + 1, + 32, + 24, + 160 + ], + "dtype": "float32", + "sha256": "07303e7b861fcf5630f5d27a52e4b5e9a4977a08c4b28b758ff34fbb912f52db" + }, + "pplcnetv3_sequential_1": { + "shape": [ + 1, + 64, + 24, + 160 + ], + "dtype": "float32", + "sha256": "36bec892e4bc220f6326d51ff996c034eda102950927b0c5917c4d8759054ade" + }, + "pplcnetv3_sequential_2": { + "shape": [ + 1, + 128, + 12, + 160 + ], + "dtype": "float32", + "sha256": "8a1cca7247e46c2615d494a5ee1627d2cfe1920b9ce1c89a68811d64b4043ea3" + }, + "pplcnetv3_sequential_3": { + "shape": [ + 1, + 240, + 12, + 80 + ], + "dtype": "float32", + "sha256": "8850eac46b29d2b8e49d136633df8c5bdb35b475bcb4ce8391806325b2fa8b3b" + }, + "pplcnetv3_sequential_4": { + "shape": [ + 1, + 480, + 3, + 80 + ], + "dtype": "float32", + "sha256": "15b291432192e6b93c290a8dabf85b23f5a75c3b35b96a42f5f12e0d28c13fb9" + }, + "svtr_projection": { + "shape": [ + 1, + 120, + 1, + 40 + ], + "dtype": "float32", + "sha256": "bc13030540165935be76fcff563eb39ef6df55a9c99e70d62a803bd3f9be052e" + }, + "svtr_block": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "8e090fd6dbde273fb7a1462213ca905cfe26d8d2d16869eed5f831315505b3bf" + }, + "svtr_block_1": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "58ce38e3d10286ebde8d0d627790aa536139915a80b3f64363834a69ff679416" + }, + "sequence_encoder_im2seq": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "6fc48ebff559c0bcdb091fe851a7b65a63da6dc525df21a3e9e3675d741e93b4" + }, + "ctc_head": { + "shape": [ + 1, + 40, + 519 + ], + "dtype": "float32", + "sha256": "617eac95213ac76ab8fb974c76c6b55090ec60bdc01e7080a119af4ec2b595a0" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors b/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b2e0f1c655f6a82043497d2c5dc20ae5850d2ad5 --- /dev/null +++ b/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa76404e85ebf9d2077d7d5383f6e469c9d0e30e3933ce78945bf052c1d9e9c5 +size 7986680 diff --git a/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d6dd6374cd125b50bd9b9772bcd317760ba1dcb5 --- /dev/null +++ b/paddleocr_v5/intermediate/korean_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,199 @@ +{ + "model_dir": "models/PaddlePaddle/korean_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "c86a49d6301e6c4ff3398a87a2a1926b3521a46e90042833e18bbfa8ba6165c2", + "inference_json": "562404e3c590c50c93778d5f0a94df21b47b5ab8f3ea6d47c7f8a7930c3bc844", + "inference_pdiparams": "cac3e5f12cf04aaa77f6a5bc704e4e736ef2908476551891d84b41b4e9090462" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pplcnetv3_stem", + "pplcnetv3_sequential", + "pplcnetv3_sequential_1", + "pplcnetv3_sequential_2", + "pplcnetv3_sequential_3", + "pplcnetv3_sequential_4", + "svtr_projection", + "svtr_block", + "svtr_block_1", + "sequence_encoder_im2seq", + "ctc_head" + ], + "fetch_ops": [ + { + "name": "pplcnetv3_stem", + "op_index": 236 + }, + { + "name": "pplcnetv3_sequential", + "op_index": 254 + }, + { + "name": "pplcnetv3_sequential_1", + "op_index": 290 + }, + { + "name": "pplcnetv3_sequential_2", + "op_index": 326 + }, + { + "name": "pplcnetv3_sequential_3", + "op_index": 416 + }, + { + "name": "pplcnetv3_sequential_4", + "op_index": 514 + }, + { + "name": "svtr_projection", + "op_index": 633 + }, + { + "name": "svtr_block", + "op_index": 571 + }, + { + "name": "svtr_block_1", + "op_index": 613 + }, + { + "name": "sequence_encoder_im2seq", + "op_index": 636 + }, + { + "name": "ctc_head", + "op_index": 638 + } + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 11947 + ], + "dtype": "float32", + "sha256": "fb4ef722460b6072f5d7f87c2e1f5e1a58350ebceef8bba7802bf96d5c3f4c1b" + }, + "pplcnetv3_stem": { + "shape": [ + 1, + 16, + 24, + 160 + ], + "dtype": "float32", + "sha256": "d93e069f1a41f273bf6d31273204ef1abc85093fc25eef81a9bd52c39896ef3e" + }, + "pplcnetv3_sequential": { + "shape": [ + 1, + 32, + 24, + 160 + ], + "dtype": "float32", + "sha256": "29b8d025ea3ce8ee1187bdfc97efac513190dd618290122fcde713a7d47aeef2" + }, + "pplcnetv3_sequential_1": { + "shape": [ + 1, + 64, + 24, + 160 + ], + "dtype": "float32", + "sha256": "4e6bda6ee19e1c8900388b337ee64a8e422a6481babf372904d5d2022dd29971" + }, + "pplcnetv3_sequential_2": { + "shape": [ + 1, + 128, + 12, + 160 + ], + "dtype": "float32", + "sha256": "67a7eb439c1ec1f811d3e4ae1a73866c79c5b01026c1b2d69da7d245453adffd" + }, + "pplcnetv3_sequential_3": { + "shape": [ + 1, + 240, + 12, + 80 + ], + "dtype": "float32", + "sha256": "ba007a5d29ee8ab4b9bfdd9bbe804a3037bfa9810de8b031c45ca711cfdccf62" + }, + "pplcnetv3_sequential_4": { + "shape": [ + 1, + 480, + 3, + 80 + ], + "dtype": "float32", + "sha256": "0319445a65a5c43bfdf8a1738b663288dcafb12a73f1008a9f1c7216cb2fc986" + }, + "svtr_projection": { + "shape": [ + 1, + 120, + 1, + 40 + ], + "dtype": "float32", + "sha256": "c9a919eb557e0eeee206d55a25db8f0c0dca45cc9e62b57bc93b40da169eb8c7" + }, + "svtr_block": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "711747a13d454e6eb3b5fe3f32c1f2629aa1f0b5f7f7326cfb3f5c6984c1216b" + }, + "svtr_block_1": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "00d4b394ab2e69cdd13d054459648bc986c57970d235f3ed677a3b0a3a8e4ad2" + }, + "sequence_encoder_im2seq": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "fdbf6cc6b1b6b604a9f36c1e557a1d97496a5425b00b72949d41039c47ed572c" + }, + "ctc_head": { + "shape": [ + 1, + 40, + 11947 + ], + "dtype": "float32", + "sha256": "88bc3c36012f6568bf6225b8876b0f8330171bd1735064ed3e37472eccfa9a19" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors b/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6358dc89b13f3b2280b01739f9dcc37f460f27a5 --- /dev/null +++ b/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b4c614d5cf09acf80f7c710690c5649b2a33b4f81e15dbfd1301e7804e135a +size 4431792 diff --git a/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..404d2f1d6c604c241c1621882362fbf940285432 --- /dev/null +++ b/paddleocr_v5/intermediate/latin_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,199 @@ +{ + "model_dir": "models/PaddlePaddle/latin_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "e0f5ccc44fe86254956f27746058bc4cf88d86145668cecf22ba5dd962483c80", + "inference_json": "820b2ee8e5072de5156c3d55124c2b03c82ef278d59f453f857c0789bacb4da1", + "inference_pdiparams": "53cdc8b481a7394bb108f96d0fb3432b0a8f392e22c7d18f06dbb2d42b8b25f9" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0", + "pplcnetv3_stem", + "pplcnetv3_sequential", + "pplcnetv3_sequential_1", + "pplcnetv3_sequential_2", + "pplcnetv3_sequential_3", + "pplcnetv3_sequential_4", + "svtr_projection", + "svtr_block", + "svtr_block_1", + "sequence_encoder_im2seq", + "ctc_head" + ], + "fetch_ops": [ + { + "name": "pplcnetv3_stem", + "op_index": 236 + }, + { + "name": "pplcnetv3_sequential", + "op_index": 254 + }, + { + "name": "pplcnetv3_sequential_1", + "op_index": 290 + }, + { + "name": "pplcnetv3_sequential_2", + "op_index": 326 + }, + { + "name": "pplcnetv3_sequential_3", + "op_index": 416 + }, + { + "name": "pplcnetv3_sequential_4", + "op_index": 514 + }, + { + "name": "svtr_projection", + "op_index": 633 + }, + { + "name": "svtr_block", + "op_index": 571 + }, + { + "name": "svtr_block_1", + "op_index": 613 + }, + { + "name": "sequence_encoder_im2seq", + "op_index": 636 + }, + { + "name": "ctc_head", + "op_index": 638 + } + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 838 + ], + "dtype": "float32", + "sha256": "74612aabea34cc1b4c0dba6b1ab9e623e2faf9c3e7062fa4f4adbb4329320145" + }, + "pplcnetv3_stem": { + "shape": [ + 1, + 16, + 24, + 160 + ], + "dtype": "float32", + "sha256": "472e3e1008693ac74e99518123bc0219cfa9ead8cd85581d1183af6890537100" + }, + "pplcnetv3_sequential": { + "shape": [ + 1, + 32, + 24, + 160 + ], + "dtype": "float32", + "sha256": "434b3ed42d469e56ccb0787018fc29032a21b0191460c96c33474d4aa991e410" + }, + "pplcnetv3_sequential_1": { + "shape": [ + 1, + 64, + 24, + 160 + ], + "dtype": "float32", + "sha256": "6e64e2cf0823b32c89fef1f74c9be4ed966c78497b539df588d3e1219dbb5e07" + }, + "pplcnetv3_sequential_2": { + "shape": [ + 1, + 128, + 12, + 160 + ], + "dtype": "float32", + "sha256": "5f358368603ef1d4a96b30956e6e2caca648e99d020e3cc26c443f487e036188" + }, + "pplcnetv3_sequential_3": { + "shape": [ + 1, + 240, + 12, + 80 + ], + "dtype": "float32", + "sha256": "685e6759d35f07e148af2b2a00acbc5321cf164508009e072304dd838ce3f894" + }, + "pplcnetv3_sequential_4": { + "shape": [ + 1, + 480, + 3, + 80 + ], + "dtype": "float32", + "sha256": "dc47126dd30d19c78e2f358cd010e68c45903319ba00b21659088eb5520430aa" + }, + "svtr_projection": { + "shape": [ + 1, + 120, + 1, + 40 + ], + "dtype": "float32", + "sha256": "4efe2a349f13f9dc256176d06576b9b71ce45b61beb61d5b354f967b3855d2af" + }, + "svtr_block": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "b65e0bab18fa63fe9b752cd95c9234311d8e6ec7c56f2a156f99fd40738c05c6" + }, + "svtr_block_1": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "6049724279d83cda7a5f44a32413cbcfa55718d960bcd43323081346195f3072" + }, + "sequence_encoder_im2seq": { + "shape": [ + 1, + 40, + 120 + ], + "dtype": "float32", + "sha256": "956ac04b0a86c43b1720673719998f010a5708361d48423dc560e3edf0601642" + }, + "ctc_head": { + "shape": [ + 1, + 40, + 838 + ], + "dtype": "float32", + "sha256": "86629c0dd7f2f3864ba8fea34e076e1d0f69c79ac2e51b631292b54f88878d0d" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors b/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0144b895bf6c9f213bbf26ec76a515ee9a65abd2 --- /dev/null +++ b/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c27483cd91f705feffe1527a3459293106b0baecb767674e8f2734057b9f6 +size 184400 diff --git a/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors b/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0144b895bf6c9f213bbf26ec76a515ee9a65abd2 --- /dev/null +++ b/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c27483cd91f705feffe1527a3459293106b0baecb767674e8f2734057b9f6 +size 184400 diff --git a/paddleocr_v5/reference/PP-OCRv5_mobile_det_final.safetensors b/paddleocr_v5/reference/PP-OCRv5_mobile_det_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a55e7104f04feaa2cb14195ef8f56410b0aae634 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_mobile_det_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4740eb48107382f6b7d5dbbb99f8cd49904e8a30c8e44791a28978dca58d85 +size 1638488 diff --git a/paddleocr_v5/reference/PP-OCRv5_mobile_det_metadata.json b/paddleocr_v5/reference/PP-OCRv5_mobile_det_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7e54e1bfe07e9351a18454524b9f3cc614e09554 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_mobile_det_metadata.json @@ -0,0 +1,37 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_det", + "input": "fixtures/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors", + "source_hashes": { + "config_json": "7ac1c33f377ba58561f4b89d3180b6add2b7c5c60a4edac90fa4e0ceccdc6665", + "inference_json": "05feef1acb00aa4cd7362b15f7f501fc4f99d7b1fa73c1c871e0c7b1504b0f5c", + "inference_pdiparams": "afa1820cb16c1fd0dad589d0f8b389139061c1ef6d68019685fd07be997dda5b" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "3a6f94b6cb491a056d840ad712ce2317172f35d34936dfc0f0cd62c5fbd3fc47" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/PP-OCRv5_mobile_rec_final.safetensors b/paddleocr_v5/reference/PP-OCRv5_mobile_rec_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..257b80abbcec509a24dc9ba4793e6c2723eea174 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_mobile_rec_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfe8644d0e78f768268755d8f6a20a594c554a4d844aa97721d43e391432b7 +size 2941688 diff --git a/paddleocr_v5/reference/PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/reference/PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8f97175b37be58a735f229107a05c6671ece8991 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,36 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "6df1587ae056f0b987125fc894b17f62ae3a12644fa2488d108f19377da9c1a8", + "inference_json": "24587345250c7332d0fc6f9a44e794d078cdaeb64c302fef906f325619de2569", + "inference_pdiparams": "2460da90875937c94db97eba74ae3d9e5d4c4c57c42f1f41531c09a26bcc771a" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "9848d50935c5610fedb3a3538192d68ea8be3a1579d53926e575408ddc6ead63" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/PP-OCRv5_server_det_final.safetensors b/paddleocr_v5/reference/PP-OCRv5_server_det_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..208d8a466fa79e38f39e87427a74733ad740bb6d --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_server_det_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d364f673911a38ff3043a7415ef9a75be792ae1219c98b61d2d883effe49936 +size 1638488 diff --git a/paddleocr_v5/reference/PP-OCRv5_server_det_metadata.json b/paddleocr_v5/reference/PP-OCRv5_server_det_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..73e2ca9d3a1aad7e14ad864dfb764786b581d2b8 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_server_det_metadata.json @@ -0,0 +1,37 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_det", + "input": "fixtures/paddleocr_v5/PP-OCRv5_server_det_input.safetensors", + "source_hashes": { + "config_json": "436bf19010fe3879477e8599a870a0ec8ccd14ca39056805ec4ed20ab318ec04", + "inference_json": "af5876933d8806a1b50d895867e0781e135cd92ff37381992828fc8d1b842d28", + "inference_pdiparams": "183146fe9d9910352f68482f623bcbbb9fa7b9e8fa1463b9ad288cef00524d2d" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 1, + 640, + 640 + ], + "dtype": "float32", + "sha256": "a5b07cb8b1f8319f1e0027e9c6c7a77b50eb990be8a906efb43c8eb0c3c674f7" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/PP-OCRv5_server_rec_final.safetensors b/paddleocr_v5/reference/PP-OCRv5_server_rec_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..606cf3dc89a591cb52287031398246971bdf30ec --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_server_rec_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853375cddc6425e60bfcd299fa4166aea7895f96b2c84823c51f7e85cb309f3b +size 2941688 diff --git a/paddleocr_v5/reference/PP-OCRv5_server_rec_metadata.json b/paddleocr_v5/reference/PP-OCRv5_server_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..58056a3ced524b279d62a7d7cbf46532fa7f3ea2 --- /dev/null +++ b/paddleocr_v5/reference/PP-OCRv5_server_rec_metadata.json @@ -0,0 +1,36 @@ +{ + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_rec", + "input": "fixtures/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors", + "source_hashes": { + "config_json": "6a780e213d7a830058ae1b6899c62cc13ca9c1f0f04ae39a27ebb2610fae7c51", + "inference_json": "8e6e12e5d42531840310977fffb58165bf889fc5061408c5a8afdb6985f47fcb", + "inference_pdiparams": "63853f062a5f4089befc16f565a68277618e0da5cb45468b49d11079de0ada77" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 18385 + ], + "dtype": "float32", + "sha256": "4da237f3162ef0711d72f68ae196337bf6779d1ca24e05560788f10d676349b9" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_final.safetensors b/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..196e337ba4f7be4d9a9cb5b4d9b3bfbb7a148972 --- /dev/null +++ b/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f0d4578c81a998c46a046c35a6f3b4f5e49153a25172826ed43fec548124d1 +size 83120 diff --git a/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c9fffad6c530191c0aed0b7cb4964606e2b6c4b6 --- /dev/null +++ b/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,36 @@ +{ + "model_dir": "models/PaddlePaddle/eslav_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "f6a5103ccf8d446d96477461fca58213c0eecd3d31518dfaf5b941110a342911", + "inference_json": "3fb6e2e658f5139ff16e35260de8f0577f106a9505c902e1dfc1f4f1d03cc9cb", + "inference_pdiparams": "f11057b05d8517868bca505271278973d706600d9dcc184cbcf5c4512091c32b" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 519 + ], + "dtype": "float32", + "sha256": "96b4f57a595bf4dfd9b4b7d2db7301a86c17529a979e491637da71d48419633e" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_final.safetensors b/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7a92ae27a210c1cc1445e2cf14eb4b5147afd1c3 --- /dev/null +++ b/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24605bd56910993ed1f157cacc265201bcb197d1bd6a38c8bf1aaa0f568f1946 +size 1911608 diff --git a/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..14f04bfa1d09c844033f88f2044a0701740c1b4d --- /dev/null +++ b/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,36 @@ +{ + "model_dir": "models/PaddlePaddle/korean_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "c86a49d6301e6c4ff3398a87a2a1926b3521a46e90042833e18bbfa8ba6165c2", + "inference_json": "562404e3c590c50c93778d5f0a94df21b47b5ab8f3ea6d47c7f8a7930c3bc844", + "inference_pdiparams": "cac3e5f12cf04aaa77f6a5bc704e4e736ef2908476551891d84b41b4e9090462" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 11947 + ], + "dtype": "float32", + "sha256": "fb4ef722460b6072f5d7f87c2e1f5e1a58350ebceef8bba7802bf96d5c3f4c1b" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_final.safetensors b/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_final.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..51e764c253af3db369323d6130ef746cc1cf09a1 --- /dev/null +++ b/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_final.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac87de7b63c3888dbc805a1b7b4dce2357f7b81cc75b1f31e7854224b38015eb +size 134168 diff --git a/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_metadata.json b/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..536edd57ddfbcfb9227549d30b8a5aa74670537a --- /dev/null +++ b/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_metadata.json @@ -0,0 +1,36 @@ +{ + "model_dir": "models/PaddlePaddle/latin_PP-OCRv5_mobile_rec", + "input": "fixtures/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors", + "source_hashes": { + "config_json": "e0f5ccc44fe86254956f27746058bc4cf88d86145668cecf22ba5dd962483c80", + "inference_json": "820b2ee8e5072de5156c3d55124c2b03c82ef278d59f453f857c0789bacb4da1", + "inference_pdiparams": "53cdc8b481a7394bb108f96d0fb3432b0a8f392e22c7d18f06dbb2d42b8b25f9" + }, + "feed_names": [ + "x" + ], + "fetch_names": [ + "output_0" + ], + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "outputs": { + "output_0": { + "shape": [ + 1, + 40, + 838 + ], + "dtype": "float32", + "sha256": "74612aabea34cc1b4c0dba6b1ab9e623e2faf9c3e7062fa4f4adbb4329320145" + } + }, + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } +} \ No newline at end of file diff --git a/paddleocr_v5/source_audit.json b/paddleocr_v5/source_audit.json new file mode 100644 index 0000000000000000000000000000000000000000..ffb170a109b8106cefeaa124ac6179f3cffc0e5b --- /dev/null +++ b/paddleocr_v5/source_audit.json @@ -0,0 +1,90876 @@ +{ + "source_root": "models/PaddlePaddle", + "image": "test_images/test_korean_ocr.png", + "variants": [ + { + "variant": "PP-OCRv5_mobile_det", + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_det", + "config_sha256": "7ac1c33f377ba58561f4b89d3180b6add2b7c5c60a4edac90fa4e0ceccdc6665", + "inference_json_sha256": "05feef1acb00aa4cd7362b15f7f501fc4f99d7b1fa73c1c871e0c7b1504b0f5c", + "pdiparams_sha256": "afa1820cb16c1fd0dad589d0f8b389139061c1ef6d68019685fd07be997dda5b", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_mobile_det_input.safetensors", + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "model_name": "PP-OCRv5_mobile_det", + "dynamic_shapes": [ + [ + 1, + 3, + 32, + 32 + ], + [ + 1, + 3, + 736, + 736 + ], + [ + 1, + 3, + 4000, + 4000 + ] + ], + "parameter_count": 234, + "parameters": [ + { + "key": "conv2d_transpose_1.b_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_transpose_1.w_0", + "shape": [ + 24, + 1, + 2, + 2 + ] + }, + { + "key": "batch_norm_1.w_2", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_1.w_1", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_1.b_0", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_1.w_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_transpose_0.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_transpose_0.w_0", + "shape": [ + 24, + 24, + 2, + 2 + ] + }, + { + "key": "batch_norm_0.w_2", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_0.w_1", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_0.b_0", + "shape": [ + 24 + ] + }, + { + "key": "batch_norm_0.w_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_159.w_0", + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + { + "key": "conv2d_158.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_158.w_0", + "shape": [ + 24, + 6, + 1, + 1 + ] + }, + { + "key": "conv2d_157.b_0", + "shape": [ + 6 + ] + }, + { + "key": "conv2d_157.w_0", + "shape": [ + 6, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_156.w_0", + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + { + "key": "conv2d_152.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_152.w_0", + "shape": [ + 24, + 6, + 1, + 1 + ] + }, + { + "key": "conv2d_151.b_0", + "shape": [ + 6 + ] + }, + { + "key": "conv2d_151.w_0", + "shape": [ + 6, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_150.w_0", + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + { + "key": "conv2d_146.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_146.w_0", + "shape": [ + 24, + 6, + 1, + 1 + ] + }, + { + "key": "conv2d_145.b_0", + "shape": [ + 6 + ] + }, + { + "key": "conv2d_145.w_0", + "shape": [ + 6, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_144.w_0", + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + { + "key": "conv2d_140.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 24, + 6, + 1, + 1 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 6 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 6, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + { + "key": "conv2d_155.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_155.w_0", + "shape": [ + 96, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_154.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_154.w_0", + "shape": [ + 24, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_153.w_0", + "shape": [ + 96, + 360, + 1, + 1 + ] + }, + { + "key": "conv2d_149.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_149.w_0", + "shape": [ + 96, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_148.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_148.w_0", + "shape": [ + 24, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_147.w_0", + "shape": [ + 96, + 42, + 1, + 1 + ] + }, + { + "key": "conv2d_143.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 96, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_142.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 24, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_141.w_0", + "shape": [ + 96, + 18, + 1, + 1 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 96, + 24, + 1, + 1 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 24 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 24, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 96, + 12, + 1, + 1 + ] + }, + { + "key": "conv2d_134.b_0", + "shape": [ + 360 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 360, + 384, + 1, + 1 + ] + }, + { + "key": "conv2d_133.b_0", + "shape": [ + 42 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 42, + 192, + 1, + 1 + ] + }, + { + "key": "conv2d_132.b_0", + "shape": [ + 18 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 18, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_131.b_0", + "shape": [ + 12 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 12, + 48, + 1, + 1 + ] + }, + { + "key": "conv2d_188.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_188.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_187.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_187.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_53.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_53.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_186.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_186.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_185.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_185.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_49.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_49.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_184.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_184.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 384, + 96, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 96, + 384, + 1, + 1 + ] + }, + { + "key": "conv2d_183.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_183.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_45.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_45.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_182.b_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_182.w_0", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 192, + 48, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 48, + 192, + 1, + 1 + ] + }, + { + "key": "conv2d_181.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_181.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_40.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_180.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_180.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_179.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_179.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_37.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_37.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_178.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_178.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_177.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_177.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_33.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_33.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_176.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_176.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_175.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_175.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_29.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_29.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_174.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_174.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_173.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_173.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_25.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_25.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_172.b_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_172.w_0", + "shape": [ + 192, + 96, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_171.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_171.w_0", + "shape": [ + 96, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_20.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_170.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_170.w_0", + "shape": [ + 96, + 96, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_169.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_169.w_0", + "shape": [ + 96, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_17.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_17.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_168.b_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_168.w_0", + "shape": [ + 96, + 48, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_167.b_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_167.w_0", + "shape": [ + 48, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_12.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_166.b_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_166.w_0", + "shape": [ + 48, + 48, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_165.b_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_165.w_0", + "shape": [ + 48, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_9.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_9.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_164.b_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_164.w_0", + "shape": [ + 48, + 32, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_163.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_163.w_0", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_4.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_162.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_162.w_0", + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_161.b_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_161.w_0", + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_1.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_1.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_0", + "shape": [ + 1 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 16, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 721, + "0.a_bool": 505, + "0.a_f32": 38, + "0.a_f64": 1, + "0.a_i32": 513, + "0.a_i64": 236, + "0.a_str": 607, + "0.combine": 1, + "0.t_dtensor": 686, + "0.t_f32": 616, + "0.t_i32": 1, + "0.t_i64": 66, + "0.t_ui8": 3, + "0.t_vec": 1, + "1.a_dtype": 68, + "1.a_intarray": 2, + "1.a_place": 68, + "1.add": 117, + "1.batch_norm_": 3, + "1.concat": 1, + "1.conv2d": 48, + "1.conv2d_transpose": 2, + "1.data": 1, + "1.depthwise_conv2d": 14, + "1.fetch": 1, + "1.full": 1, + "1.full_int_array": 66, + "1.hardsigmoid": 10, + "1.hardswish": 24, + "1.multiply": 62, + "1.nearest_interp": 6, + "1.pool2d": 10, + "1.relu": 12, + "1.reshape": 54, + "1.sigmoid": 1, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 4793, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 682 + ], + "outputs": [ + { + "value_id": 683, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 713, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/", + "inputs": [ + 235, + 234 + ], + "outputs": [ + { + "value_id": 236, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 731, + "type": "1.batch_norm_", + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 236, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 237, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + }, + { + "value_id": 238, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 239, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 240, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 241, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 242, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 758, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 237, + 225 + ], + "outputs": [ + { + "value_id": 243, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 16, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 789, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 224, + 244 + ], + "outputs": [ + { + "value_id": 245, + "dtype": "f32", + "shape": [ + 1, + 16, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 795, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 243, + 245 + ], + "outputs": [ + { + "value_id": 246, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 801, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 229, + 246 + ], + "outputs": [ + { + "value_id": 247, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 807, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 247, + 228 + ], + "outputs": [ + { + "value_id": 248, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 813, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 248 + ], + "outputs": [ + { + "value_id": 249, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 819, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 227, + 249 + ], + "outputs": [ + { + "value_id": 250, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 825, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 250, + 226 + ], + "outputs": [ + { + "value_id": 251, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 831, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 251, + 219 + ], + "outputs": [ + { + "value_id": 252, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 862, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 218, + 253 + ], + "outputs": [ + { + "value_id": 254, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 868, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 252, + 254 + ], + "outputs": [ + { + "value_id": 255, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 874, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 223, + 255 + ], + "outputs": [ + { + "value_id": 256, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 880, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 256, + 222 + ], + "outputs": [ + { + "value_id": 257, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 886, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 257 + ], + "outputs": [ + { + "value_id": 258, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 892, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 221, + 258 + ], + "outputs": [ + { + "value_id": 259, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 898, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 259, + 220 + ], + "outputs": [ + { + "value_id": 260, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 904, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 260, + 215 + ], + "outputs": [ + { + "value_id": 261, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 32, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 935, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 214, + 262 + ], + "outputs": [ + { + "value_id": 263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 941, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 261, + 263 + ], + "outputs": [ + { + "value_id": 264, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 947, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 217, + 264 + ], + "outputs": [ + { + "value_id": 265, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 953, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 265, + 216 + ], + "outputs": [ + { + "value_id": 266, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 959, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 266, + 209 + ], + "outputs": [ + { + "value_id": 267, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 990, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 208, + 268 + ], + "outputs": [ + { + "value_id": 269, + "dtype": "f32", + "shape": [ + 1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 996, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 267, + 269 + ], + "outputs": [ + { + "value_id": 270, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1002, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 213, + 270 + ], + "outputs": [ + { + "value_id": 271, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1008, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 271, + 212 + ], + "outputs": [ + { + "value_id": 272, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1014, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 272 + ], + "outputs": [ + { + "value_id": 273, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1020, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 211, + 273 + ], + "outputs": [ + { + "value_id": 274, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1026, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 274, + 210 + ], + "outputs": [ + { + "value_id": 275, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1032, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 275, + 203 + ], + "outputs": [ + { + "value_id": 276, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 48, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1063, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 202, + 277 + ], + "outputs": [ + { + "value_id": 278, + "dtype": "f32", + "shape": [ + 1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1069, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 276, + 278 + ], + "outputs": [ + { + "value_id": 279, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1075, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 207, + 279 + ], + "outputs": [ + { + "value_id": 280, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1081, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 280, + 206 + ], + "outputs": [ + { + "value_id": 281, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1087, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 281 + ], + "outputs": [ + { + "value_id": 282, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1093, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 205, + 282 + ], + "outputs": [ + { + "value_id": 283, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1099, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 283, + 204 + ], + "outputs": [ + { + "value_id": 284, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1105, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 284, + 197 + ], + "outputs": [ + { + "value_id": 285, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1136, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 196, + 286 + ], + "outputs": [ + { + "value_id": 287, + "dtype": "f32", + "shape": [ + 1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1142, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 285, + 287 + ], + "outputs": [ + { + "value_id": 288, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1148, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 201, + 288 + ], + "outputs": [ + { + "value_id": 289, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1154, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 289, + 200 + ], + "outputs": [ + { + "value_id": 290, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1160, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 290 + ], + "outputs": [ + { + "value_id": 291, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1166, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 199, + 291 + ], + "outputs": [ + { + "value_id": 292, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1172, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 292, + 198 + ], + "outputs": [ + { + "value_id": 293, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1178, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 293, + 193 + ], + "outputs": [ + { + "value_id": 294, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 48, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1209, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 192, + 295 + ], + "outputs": [ + { + "value_id": 296, + "dtype": "f32", + "shape": [ + 1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1215, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 294, + 296 + ], + "outputs": [ + { + "value_id": 297, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1221, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 195, + 297 + ], + "outputs": [ + { + "value_id": 298, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1227, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 298, + 194 + ], + "outputs": [ + { + "value_id": 299, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1233, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 299, + 187 + ], + "outputs": [ + { + "value_id": 300, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1264, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 186, + 301 + ], + "outputs": [ + { + "value_id": 302, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1270, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 300, + 302 + ], + "outputs": [ + { + "value_id": 303, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1276, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 191, + 303 + ], + "outputs": [ + { + "value_id": 304, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1282, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 304, + 190 + ], + "outputs": [ + { + "value_id": 305, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1288, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 305 + ], + "outputs": [ + { + "value_id": 306, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1294, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 189, + 306 + ], + "outputs": [ + { + "value_id": 307, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1300, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 307, + 188 + ], + "outputs": [ + { + "value_id": 308, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1306, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 308, + 181 + ], + "outputs": [ + { + "value_id": 309, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 96, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1337, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 180, + 310 + ], + "outputs": [ + { + "value_id": 311, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1343, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 309, + 311 + ], + "outputs": [ + { + "value_id": 312, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1349, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 185, + 312 + ], + "outputs": [ + { + "value_id": 313, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1355, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 313, + 184 + ], + "outputs": [ + { + "value_id": 314, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1361, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 314 + ], + "outputs": [ + { + "value_id": 315, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1367, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 183, + 315 + ], + "outputs": [ + { + "value_id": 316, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1373, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 316, + 182 + ], + "outputs": [ + { + "value_id": 317, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1379, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 317, + 175 + ], + "outputs": [ + { + "value_id": 318, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1410, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 174, + 319 + ], + "outputs": [ + { + "value_id": 320, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1416, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 318, + 320 + ], + "outputs": [ + { + "value_id": 321, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1422, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 179, + 321 + ], + "outputs": [ + { + "value_id": 322, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1428, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 322, + 178 + ], + "outputs": [ + { + "value_id": 323, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1434, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 323 + ], + "outputs": [ + { + "value_id": 324, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1440, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 177, + 324 + ], + "outputs": [ + { + "value_id": 325, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1446, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 325, + 176 + ], + "outputs": [ + { + "value_id": 326, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1452, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 326, + 171 + ], + "outputs": [ + { + "value_id": 327, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 96, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1483, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 170, + 328 + ], + "outputs": [ + { + "value_id": 329, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1489, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 327, + 329 + ], + "outputs": [ + { + "value_id": 330, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1495, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 173, + 330 + ], + "outputs": [ + { + "value_id": 331, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1501, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 331, + 172 + ], + "outputs": [ + { + "value_id": 332, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1507, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 332, + 165 + ], + "outputs": [ + { + "value_id": 333, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1538, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 164, + 334 + ], + "outputs": [ + { + "value_id": 335, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1544, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 333, + 335 + ], + "outputs": [ + { + "value_id": 336, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1550, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 169, + 336 + ], + "outputs": [ + { + "value_id": 337, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1556, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 337, + 168 + ], + "outputs": [ + { + "value_id": 338, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1562, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 338 + ], + "outputs": [ + { + "value_id": 339, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1568, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 167, + 339 + ], + "outputs": [ + { + "value_id": 340, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1574, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 340, + 166 + ], + "outputs": [ + { + "value_id": 341, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1580, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 341, + 159 + ], + "outputs": [ + { + "value_id": 342, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1611, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 158, + 343 + ], + "outputs": [ + { + "value_id": 344, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1617, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 342, + 344 + ], + "outputs": [ + { + "value_id": 345, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1623, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 163, + 345 + ], + "outputs": [ + { + "value_id": 346, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1629, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 346, + 162 + ], + "outputs": [ + { + "value_id": 347, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1635, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 347 + ], + "outputs": [ + { + "value_id": 348, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1641, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 161, + 348 + ], + "outputs": [ + { + "value_id": 349, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1647, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 349, + 160 + ], + "outputs": [ + { + "value_id": 350, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1653, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 350, + 153 + ], + "outputs": [ + { + "value_id": 351, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1684, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 152, + 352 + ], + "outputs": [ + { + "value_id": 353, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1690, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 351, + 353 + ], + "outputs": [ + { + "value_id": 354, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1696, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 157, + 354 + ], + "outputs": [ + { + "value_id": 355, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1702, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 355, + 156 + ], + "outputs": [ + { + "value_id": 356, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1708, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 356 + ], + "outputs": [ + { + "value_id": 357, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1714, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 155, + 357 + ], + "outputs": [ + { + "value_id": 358, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1720, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 358, + 154 + ], + "outputs": [ + { + "value_id": 359, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1726, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 359, + 147 + ], + "outputs": [ + { + "value_id": 360, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1757, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 146, + 361 + ], + "outputs": [ + { + "value_id": 362, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1763, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 360, + 362 + ], + "outputs": [ + { + "value_id": 363, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1769, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 151, + 363 + ], + "outputs": [ + { + "value_id": 364, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1775, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 364, + 150 + ], + "outputs": [ + { + "value_id": 365, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1781, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 365 + ], + "outputs": [ + { + "value_id": 366, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1787, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 149, + 366 + ], + "outputs": [ + { + "value_id": 367, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1793, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 367, + 148 + ], + "outputs": [ + { + "value_id": 368, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1799, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 368, + 141 + ], + "outputs": [ + { + "value_id": 369, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1830, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 140, + 370 + ], + "outputs": [ + { + "value_id": 371, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1836, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 369, + 371 + ], + "outputs": [ + { + "value_id": 372, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1842, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 145, + 372 + ], + "outputs": [ + { + "value_id": 373, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1848, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 373, + 144 + ], + "outputs": [ + { + "value_id": 374, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1854, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 374 + ], + "outputs": [ + { + "value_id": 375, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1860, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 143, + 375 + ], + "outputs": [ + { + "value_id": 376, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1866, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 376, + 142 + ], + "outputs": [ + { + "value_id": 377, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1872, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 377, + 135 + ], + "outputs": [ + { + "value_id": 378, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1903, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 134, + 379 + ], + "outputs": [ + { + "value_id": 380, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1909, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 378, + 380 + ], + "outputs": [ + { + "value_id": 381, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1915, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 139, + 381 + ], + "outputs": [ + { + "value_id": 382, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1921, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 382, + 138 + ], + "outputs": [ + { + "value_id": 383, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1927, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 383 + ], + "outputs": [ + { + "value_id": 384, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1933, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 137, + 384 + ], + "outputs": [ + { + "value_id": 385, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1939, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 385, + 136 + ], + "outputs": [ + { + "value_id": 386, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1945, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 386, + 129 + ], + "outputs": [ + { + "value_id": 387, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1976, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 128, + 388 + ], + "outputs": [ + { + "value_id": 389, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1982, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 387, + 389 + ], + "outputs": [ + { + "value_id": 390, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1988, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 133, + 390 + ], + "outputs": [ + { + "value_id": 391, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1994, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 391, + 132 + ], + "outputs": [ + { + "value_id": 392, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2000, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 392 + ], + "outputs": [ + { + "value_id": 393, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2006, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 131, + 393 + ], + "outputs": [ + { + "value_id": 394, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2012, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 394, + 130 + ], + "outputs": [ + { + "value_id": 395, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2018, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 395, + 123 + ], + "outputs": [ + { + "value_id": 396, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2049, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 122, + 397 + ], + "outputs": [ + { + "value_id": 398, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2055, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 396, + 398 + ], + "outputs": [ + { + "value_id": 399, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2061, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 127, + 399 + ], + "outputs": [ + { + "value_id": 400, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2067, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 400, + 126 + ], + "outputs": [ + { + "value_id": 401, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2073, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 401 + ], + "outputs": [ + { + "value_id": 402, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2079, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 125, + 402 + ], + "outputs": [ + { + "value_id": 403, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2085, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 403, + 124 + ], + "outputs": [ + { + "value_id": 404, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2091, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 404, + 117 + ], + "outputs": [ + { + "value_id": 405, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2122, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 116, + 406 + ], + "outputs": [ + { + "value_id": 407, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2128, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 405, + 407 + ], + "outputs": [ + { + "value_id": 408, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2134, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 121, + 408 + ], + "outputs": [ + { + "value_id": 409, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2140, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 409, + 120 + ], + "outputs": [ + { + "value_id": 410, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2146, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 410 + ], + "outputs": [ + { + "value_id": 411, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2152, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 119, + 411 + ], + "outputs": [ + { + "value_id": 412, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2158, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 412, + 118 + ], + "outputs": [ + { + "value_id": 413, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2164, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 413, + 113 + ], + "outputs": [ + { + "value_id": 414, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2195, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 112, + 415 + ], + "outputs": [ + { + "value_id": 416, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2201, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 414, + 416 + ], + "outputs": [ + { + "value_id": 417, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2207, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 115, + 417 + ], + "outputs": [ + { + "value_id": 418, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2213, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 418, + 114 + ], + "outputs": [ + { + "value_id": 419, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2230, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 419, + 420 + ], + "outputs": [ + { + "value_id": 421, + "dtype": "f32", + "shape": [ + -1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2249, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 421, + 111 + ], + "outputs": [ + { + "value_id": 422, + "dtype": "f32", + "shape": [ + -1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2280, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 110, + 423 + ], + "outputs": [ + { + "value_id": 424, + "dtype": "f32", + "shape": [ + 1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2286, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 422, + 424 + ], + "outputs": [ + { + "value_id": 425, + "dtype": "f32", + "shape": [ + -1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2292, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/", + "inputs": [ + 425 + ], + "outputs": [ + { + "value_id": 426, + "dtype": "f32", + "shape": [ + -1, + 48, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/" + } + }, + { + "op_index": 2298, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 426, + 109 + ], + "outputs": [ + { + "value_id": 427, + "dtype": "f32", + "shape": [ + -1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2329, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 108, + 428 + ], + "outputs": [ + { + "value_id": 429, + "dtype": "f32", + "shape": [ + 1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2335, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 427, + 429 + ], + "outputs": [ + { + "value_id": 430, + "dtype": "f32", + "shape": [ + -1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2341, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/", + "inputs": [ + 430 + ], + "outputs": [ + { + "value_id": 431, + "dtype": "f32", + "shape": [ + -1, + 192, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2349, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/", + "inputs": [ + 419, + 431 + ], + "outputs": [ + { + "value_id": 432, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/" + } + }, + { + "op_index": 2355, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 432, + 103 + ], + "outputs": [ + { + "value_id": 433, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2386, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 102, + 434 + ], + "outputs": [ + { + "value_id": 435, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2392, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 433, + 435 + ], + "outputs": [ + { + "value_id": 436, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2398, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 107, + 436 + ], + "outputs": [ + { + "value_id": 437, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2404, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 437, + 106 + ], + "outputs": [ + { + "value_id": 438, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2410, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 438 + ], + "outputs": [ + { + "value_id": 439, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2416, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 105, + 439 + ], + "outputs": [ + { + "value_id": 440, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2422, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 440, + 104 + ], + "outputs": [ + { + "value_id": 441, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2428, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 441, + 97 + ], + "outputs": [ + { + "value_id": 442, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2459, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 96, + 443 + ], + "outputs": [ + { + "value_id": 444, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2465, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 442, + 444 + ], + "outputs": [ + { + "value_id": 445, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2471, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 101, + 445 + ], + "outputs": [ + { + "value_id": 446, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2477, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 446, + 100 + ], + "outputs": [ + { + "value_id": 447, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2483, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 447 + ], + "outputs": [ + { + "value_id": 448, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2489, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 99, + 448 + ], + "outputs": [ + { + "value_id": 449, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2495, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 449, + 98 + ], + "outputs": [ + { + "value_id": 450, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2512, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 450, + 451 + ], + "outputs": [ + { + "value_id": 452, + "dtype": "f32", + "shape": [ + -1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2531, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 452, + 95 + ], + "outputs": [ + { + "value_id": 453, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2562, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 94, + 454 + ], + "outputs": [ + { + "value_id": 455, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2568, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 453, + 455 + ], + "outputs": [ + { + "value_id": 456, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2574, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/", + "inputs": [ + 456 + ], + "outputs": [ + { + "value_id": 457, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/" + } + }, + { + "op_index": 2580, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 457, + 93 + ], + "outputs": [ + { + "value_id": 458, + "dtype": "f32", + "shape": [ + -1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2611, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 92, + 459 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2617, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 458, + 460 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2623, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/", + "inputs": [ + 461 + ], + "outputs": [ + { + "value_id": 462, + "dtype": "f32", + "shape": [ + -1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2631, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/", + "inputs": [ + 450, + 462 + ], + "outputs": [ + { + "value_id": 463, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/" + } + }, + { + "op_index": 2637, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 463, + 87 + ], + "outputs": [ + { + "value_id": 464, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2668, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 86, + 465 + ], + "outputs": [ + { + "value_id": 466, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2674, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 464, + 466 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2680, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 91, + 467 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2686, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 468, + 90 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2692, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 469 + ], + "outputs": [ + { + "value_id": 470, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2698, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 89, + 470 + ], + "outputs": [ + { + "value_id": 471, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2704, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 471, + 88 + ], + "outputs": [ + { + "value_id": 472, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2710, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 472, + 81 + ], + "outputs": [ + { + "value_id": 473, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2741, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 80, + 474 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2747, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 473, + 475 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2753, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 85, + 476 + ], + "outputs": [ + { + "value_id": 477, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2759, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 477, + 84 + ], + "outputs": [ + { + "value_id": 478, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2765, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 478 + ], + "outputs": [ + { + "value_id": 479, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2771, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 83, + 479 + ], + "outputs": [ + { + "value_id": 480, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2777, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 480, + 82 + ], + "outputs": [ + { + "value_id": 481, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2783, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 481, + 75 + ], + "outputs": [ + { + "value_id": 482, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2814, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 74, + 483 + ], + "outputs": [ + { + "value_id": 484, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2820, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 482, + 484 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2826, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 79, + 485 + ], + "outputs": [ + { + "value_id": 486, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2832, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 486, + 78 + ], + "outputs": [ + { + "value_id": 487, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2838, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 487 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2844, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 77, + 488 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2850, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 489, + 76 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2856, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 490, + 69 + ], + "outputs": [ + { + "value_id": 491, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2887, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 68, + 492 + ], + "outputs": [ + { + "value_id": 493, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2893, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 491, + 493 + ], + "outputs": [ + { + "value_id": 494, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2899, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 73, + 494 + ], + "outputs": [ + { + "value_id": 495, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2905, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 495, + 72 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2911, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 496 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2917, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 71, + 497 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2923, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 498, + 70 + ], + "outputs": [ + { + "value_id": 499, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2929, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 499, + 63 + ], + "outputs": [ + { + "value_id": 500, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2960, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 62, + 501 + ], + "outputs": [ + { + "value_id": 502, + "dtype": "f32", + "shape": [ + 1, + 384, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2966, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 500, + 502 + ], + "outputs": [ + { + "value_id": 503, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2972, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 67, + 503 + ], + "outputs": [ + { + "value_id": 504, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2978, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 504, + 66 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2984, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 505 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2990, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 65, + 506 + ], + "outputs": [ + { + "value_id": 507, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2996, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 507, + 64 + ], + "outputs": [ + { + "value_id": 508, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3002, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Conv2D/", + "inputs": [ + 293, + 61 + ], + "outputs": [ + { + "value_id": 509, + "dtype": "f32", + "shape": [ + -1, + 12, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Conv2D/" + } + }, + { + "op_index": 3033, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Conv2D/", + "inputs": [ + 60, + 510 + ], + "outputs": [ + { + "value_id": 511, + "dtype": "f32", + "shape": [ + 1, + 12, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D/" + } + }, + { + "op_index": 3039, + "type": "1.add", + "struct_name": "/PPLCNetV3/Conv2D/", + "inputs": [ + 509, + 511 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 12, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D/" + } + }, + { + "op_index": 3045, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Conv2D_1/", + "inputs": [ + 326, + 59 + ], + "outputs": [ + { + "value_id": 513, + "dtype": "f32", + "shape": [ + -1, + 18, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Conv2D_1/" + } + }, + { + "op_index": 3076, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Conv2D_1/", + "inputs": [ + 58, + 514 + ], + "outputs": [ + { + "value_id": 515, + "dtype": "f32", + "shape": [ + 1, + 18, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_1/" + } + }, + { + "op_index": 3082, + "type": "1.add", + "struct_name": "/PPLCNetV3/Conv2D_1/", + "inputs": [ + 513, + 515 + ], + "outputs": [ + { + "value_id": 516, + "dtype": "f32", + "shape": [ + -1, + 18, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_1/" + } + }, + { + "op_index": 3088, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Conv2D_2/", + "inputs": [ + 413, + 57 + ], + "outputs": [ + { + "value_id": 517, + "dtype": "f32", + "shape": [ + -1, + 42, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Conv2D_2/" + } + }, + { + "op_index": 3119, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Conv2D_2/", + "inputs": [ + 56, + 518 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + 1, + 42, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_2/" + } + }, + { + "op_index": 3125, + "type": "1.add", + "struct_name": "/PPLCNetV3/Conv2D_2/", + "inputs": [ + 517, + 519 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 42, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_2/" + } + }, + { + "op_index": 3131, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Conv2D_3/", + "inputs": [ + 508, + 55 + ], + "outputs": [ + { + "value_id": 521, + "dtype": "f32", + "shape": [ + -1, + 360, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Conv2D_3/" + } + }, + { + "op_index": 3162, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Conv2D_3/", + "inputs": [ + 54, + 522 + ], + "outputs": [ + { + "value_id": 523, + "dtype": "f32", + "shape": [ + 1, + 360, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_3/" + } + }, + { + "op_index": 3168, + "type": "1.add", + "struct_name": "/PPLCNetV3/Conv2D_3/", + "inputs": [ + 521, + 523 + ], + "outputs": [ + { + "value_id": 524, + "dtype": "f32", + "shape": [ + -1, + 360, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Conv2D_3/" + } + }, + { + "op_index": 3174, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer/Conv2D/", + "inputs": [ + 524, + 38 + ], + "outputs": [ + { + "value_id": 525, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer/Conv2D/" + } + }, + { + "op_index": 3203, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 525, + 526 + ], + "outputs": [ + { + "value_id": 527, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 3222, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/", + "inputs": [ + 527, + 37 + ], + "outputs": [ + { + "value_id": 528, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/" + } + }, + { + "op_index": 3253, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/", + "inputs": [ + 36, + 529 + ], + "outputs": [ + { + "value_id": 530, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/" + } + }, + { + "op_index": 3259, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/", + "inputs": [ + 528, + 530 + ], + "outputs": [ + { + "value_id": 531, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D/" + } + }, + { + "op_index": 3265, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer/SEModule/", + "inputs": [ + 531 + ], + "outputs": [ + { + "value_id": 532, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/" + } + }, + { + "op_index": 3271, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/", + "inputs": [ + 532, + 35 + ], + "outputs": [ + { + "value_id": 533, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3302, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/", + "inputs": [ + 34, + 534 + ], + "outputs": [ + { + "value_id": 535, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3308, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/", + "inputs": [ + 533, + 535 + ], + "outputs": [ + { + "value_id": 536, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3314, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer/SEModule/", + "inputs": [ + 536 + ], + "outputs": [ + { + "value_id": 537, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer/SEModule/" + } + }, + { + "op_index": 3322, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer/SEModule/", + "inputs": [ + 525, + 537 + ], + "outputs": [ + { + "value_id": 538, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/SEModule/" + } + }, + { + "op_index": 3328, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer/", + "inputs": [ + 525, + 538 + ], + "outputs": [ + { + "value_id": 539, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer/" + } + }, + { + "op_index": 3334, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_1/Conv2D/", + "inputs": [ + 520, + 43 + ], + "outputs": [ + { + "value_id": 540, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_1/Conv2D/" + } + }, + { + "op_index": 3363, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 540, + 541 + ], + "outputs": [ + { + "value_id": 542, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 3382, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/", + "inputs": [ + 542, + 42 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/" + } + }, + { + "op_index": 3413, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/", + "inputs": [ + 41, + 544 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/" + } + }, + { + "op_index": 3419, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/", + "inputs": [ + 543, + 545 + ], + "outputs": [ + { + "value_id": 546, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D/" + } + }, + { + "op_index": 3425, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/", + "inputs": [ + 546 + ], + "outputs": [ + { + "value_id": 547, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/" + } + }, + { + "op_index": 3431, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/", + "inputs": [ + 547, + 40 + ], + "outputs": [ + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3462, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/", + "inputs": [ + 39, + 549 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3468, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/", + "inputs": [ + 548, + 550 + ], + "outputs": [ + { + "value_id": 551, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3474, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/", + "inputs": [ + 551 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_1/SEModule/" + } + }, + { + "op_index": 3482, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_1/SEModule/", + "inputs": [ + 540, + 552 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/SEModule/" + } + }, + { + "op_index": 3488, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_1/", + "inputs": [ + 540, + 553 + ], + "outputs": [ + { + "value_id": 554, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_1/" + } + }, + { + "op_index": 3494, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_2/Conv2D/", + "inputs": [ + 516, + 48 + ], + "outputs": [ + { + "value_id": 555, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_2/Conv2D/" + } + }, + { + "op_index": 3523, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 555, + 556 + ], + "outputs": [ + { + "value_id": 557, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 3542, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/", + "inputs": [ + 557, + 47 + ], + "outputs": [ + { + "value_id": 558, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/" + } + }, + { + "op_index": 3573, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/", + "inputs": [ + 46, + 559 + ], + "outputs": [ + { + "value_id": 560, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/" + } + }, + { + "op_index": 3579, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/", + "inputs": [ + 558, + 560 + ], + "outputs": [ + { + "value_id": 561, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D/" + } + }, + { + "op_index": 3585, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/", + "inputs": [ + 561 + ], + "outputs": [ + { + "value_id": 562, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/" + } + }, + { + "op_index": 3591, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/", + "inputs": [ + 562, + 45 + ], + "outputs": [ + { + "value_id": 563, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3622, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/", + "inputs": [ + 44, + 564 + ], + "outputs": [ + { + "value_id": 565, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3628, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/", + "inputs": [ + 563, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3634, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/", + "inputs": [ + 566 + ], + "outputs": [ + { + "value_id": 567, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_2/SEModule/" + } + }, + { + "op_index": 3642, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_2/SEModule/", + "inputs": [ + 555, + 567 + ], + "outputs": [ + { + "value_id": 568, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/SEModule/" + } + }, + { + "op_index": 3648, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_2/", + "inputs": [ + 555, + 568 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_2/" + } + }, + { + "op_index": 3654, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_3/Conv2D/", + "inputs": [ + 512, + 53 + ], + "outputs": [ + { + "value_id": 570, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_3/Conv2D/" + } + }, + { + "op_index": 3683, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 570, + 571 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 3702, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/", + "inputs": [ + 572, + 52 + ], + "outputs": [ + { + "value_id": 573, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/" + } + }, + { + "op_index": 3733, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/", + "inputs": [ + 51, + 574 + ], + "outputs": [ + { + "value_id": 575, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/" + } + }, + { + "op_index": 3739, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/", + "inputs": [ + 573, + 575 + ], + "outputs": [ + { + "value_id": 576, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D/" + } + }, + { + "op_index": 3745, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/", + "inputs": [ + 576 + ], + "outputs": [ + { + "value_id": 577, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/" + } + }, + { + "op_index": 3751, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/", + "inputs": [ + 577, + 50 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3782, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/", + "inputs": [ + 49, + 579 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + 1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3788, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/", + "inputs": [ + 578, + 580 + ], + "outputs": [ + { + "value_id": 581, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/Conv2D_1/" + } + }, + { + "op_index": 3794, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/", + "inputs": [ + 581 + ], + "outputs": [ + { + "value_id": 582, + "dtype": "f32", + "shape": [ + -1, + 96, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_3/SEModule/" + } + }, + { + "op_index": 3802, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_3/SEModule/", + "inputs": [ + 570, + 582 + ], + "outputs": [ + { + "value_id": 583, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/SEModule/" + } + }, + { + "op_index": 3808, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_3/", + "inputs": [ + 570, + 583 + ], + "outputs": [ + { + "value_id": 584, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_3/" + } + }, + { + "op_index": 3814, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 539, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3830, + "type": "1.add", + "struct_name": "/RSEFPN/", + "inputs": [ + 554, + 585 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3836, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 586, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 587, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3852, + "type": "1.add", + "struct_name": "/RSEFPN/", + "inputs": [ + 569, + 587 + ], + "outputs": [ + { + "value_id": 588, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3858, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 588, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 589, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3874, + "type": "1.add", + "struct_name": "/RSEFPN/", + "inputs": [ + 584, + 589 + ], + "outputs": [ + { + "value_id": 590, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 3880, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_4/Conv2D/", + "inputs": [ + 539, + 18 + ], + "outputs": [ + { + "value_id": 591, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_4/Conv2D/" + } + }, + { + "op_index": 3909, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 591, + 592 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 3928, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/", + "inputs": [ + 593, + 17 + ], + "outputs": [ + { + "value_id": 594, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/" + } + }, + { + "op_index": 3959, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/", + "inputs": [ + 16, + 595 + ], + "outputs": [ + { + "value_id": 596, + "dtype": "f32", + "shape": [ + 1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/" + } + }, + { + "op_index": 3965, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/", + "inputs": [ + 594, + 596 + ], + "outputs": [ + { + "value_id": 597, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D/" + } + }, + { + "op_index": 3971, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/", + "inputs": [ + 597 + ], + "outputs": [ + { + "value_id": 598, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/" + } + }, + { + "op_index": 3977, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/", + "inputs": [ + 598, + 15 + ], + "outputs": [ + { + "value_id": 599, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4008, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/", + "inputs": [ + 14, + 600 + ], + "outputs": [ + { + "value_id": 601, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4014, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/", + "inputs": [ + 599, + 601 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4020, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/", + "inputs": [ + 602 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_4/SEModule/" + } + }, + { + "op_index": 4028, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_4/SEModule/", + "inputs": [ + 591, + 603 + ], + "outputs": [ + { + "value_id": 604, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/SEModule/" + } + }, + { + "op_index": 4034, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_4/", + "inputs": [ + 591, + 604 + ], + "outputs": [ + { + "value_id": 605, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_4/" + } + }, + { + "op_index": 4040, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_5/Conv2D/", + "inputs": [ + 586, + 23 + ], + "outputs": [ + { + "value_id": 606, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_5/Conv2D/" + } + }, + { + "op_index": 4069, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 606, + 607 + ], + "outputs": [ + { + "value_id": 608, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 4088, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/", + "inputs": [ + 608, + 22 + ], + "outputs": [ + { + "value_id": 609, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/" + } + }, + { + "op_index": 4119, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/", + "inputs": [ + 21, + 610 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + 1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/" + } + }, + { + "op_index": 4125, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/", + "inputs": [ + 609, + 611 + ], + "outputs": [ + { + "value_id": 612, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D/" + } + }, + { + "op_index": 4131, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/", + "inputs": [ + 612 + ], + "outputs": [ + { + "value_id": 613, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/" + } + }, + { + "op_index": 4137, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/", + "inputs": [ + 613, + 20 + ], + "outputs": [ + { + "value_id": 614, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4168, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/", + "inputs": [ + 19, + 615 + ], + "outputs": [ + { + "value_id": 616, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4174, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/", + "inputs": [ + 614, + 616 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4180, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/", + "inputs": [ + 617 + ], + "outputs": [ + { + "value_id": 618, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_5/SEModule/" + } + }, + { + "op_index": 4188, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_5/SEModule/", + "inputs": [ + 606, + 618 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/SEModule/" + } + }, + { + "op_index": 4194, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_5/", + "inputs": [ + 606, + 619 + ], + "outputs": [ + { + "value_id": 620, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_5/" + } + }, + { + "op_index": 4200, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_6/Conv2D/", + "inputs": [ + 588, + 28 + ], + "outputs": [ + { + "value_id": 621, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_6/Conv2D/" + } + }, + { + "op_index": 4229, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 621, + 622 + ], + "outputs": [ + { + "value_id": 623, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 4248, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/", + "inputs": [ + 623, + 27 + ], + "outputs": [ + { + "value_id": 624, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/" + } + }, + { + "op_index": 4279, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/", + "inputs": [ + 26, + 625 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + 1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/" + } + }, + { + "op_index": 4285, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/", + "inputs": [ + 624, + 626 + ], + "outputs": [ + { + "value_id": 627, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D/" + } + }, + { + "op_index": 4291, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/", + "inputs": [ + 627 + ], + "outputs": [ + { + "value_id": 628, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/" + } + }, + { + "op_index": 4297, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/", + "inputs": [ + 628, + 25 + ], + "outputs": [ + { + "value_id": 629, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4328, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/", + "inputs": [ + 24, + 630 + ], + "outputs": [ + { + "value_id": 631, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4334, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/", + "inputs": [ + 629, + 631 + ], + "outputs": [ + { + "value_id": 632, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4340, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/", + "inputs": [ + 632 + ], + "outputs": [ + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_6/SEModule/" + } + }, + { + "op_index": 4348, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_6/SEModule/", + "inputs": [ + 621, + 633 + ], + "outputs": [ + { + "value_id": 634, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/SEModule/" + } + }, + { + "op_index": 4354, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_6/", + "inputs": [ + 621, + 634 + ], + "outputs": [ + { + "value_id": 635, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_6/" + } + }, + { + "op_index": 4360, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_7/Conv2D/", + "inputs": [ + 590, + 33 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_7/Conv2D/" + } + }, + { + "op_index": 4389, + "type": "1.pool2d", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/AdaptiveAvgPool2D/", + "inputs": [ + 636, + 637 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 4408, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/", + "inputs": [ + 638, + 32 + ], + "outputs": [ + { + "value_id": 639, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/" + } + }, + { + "op_index": 4439, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/", + "inputs": [ + 31, + 640 + ], + "outputs": [ + { + "value_id": 641, + "dtype": "f32", + "shape": [ + 1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/" + } + }, + { + "op_index": 4445, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/", + "inputs": [ + 639, + 641 + ], + "outputs": [ + { + "value_id": 642, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D/" + } + }, + { + "op_index": 4451, + "type": "1.relu", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/", + "inputs": [ + 642 + ], + "outputs": [ + { + "value_id": 643, + "dtype": "f32", + "shape": [ + -1, + 6, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/" + } + }, + { + "op_index": 4457, + "type": "1.conv2d", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/", + "inputs": [ + 643, + 30 + ], + "outputs": [ + { + "value_id": 644, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4488, + "type": "1.reshape", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/", + "inputs": [ + 29, + 645 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4494, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/", + "inputs": [ + 644, + 646 + ], + "outputs": [ + { + "value_id": 647, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/Conv2D_1/" + } + }, + { + "op_index": 4500, + "type": "1.hardsigmoid", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/", + "inputs": [ + 647 + ], + "outputs": [ + { + "value_id": 648, + "dtype": "f32", + "shape": [ + -1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.20000000298023224, + "offset": 0.5, + "struct_name": "/RSEFPN/RSELayer_7/SEModule/" + } + }, + { + "op_index": 4508, + "type": "1.multiply", + "struct_name": "/RSEFPN/RSELayer_7/SEModule/", + "inputs": [ + 636, + 648 + ], + "outputs": [ + { + "value_id": 649, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/SEModule/" + } + }, + { + "op_index": 4514, + "type": "1.add", + "struct_name": "/RSEFPN/RSELayer_7/", + "inputs": [ + 636, + 649 + ], + "outputs": [ + { + "value_id": 650, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/RSELayer_7/" + } + }, + { + "op_index": 4520, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 605, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 651, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 8.0, + 8.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 4536, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 620, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 652, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 4.0, + 4.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 4552, + "type": "1.nearest_interp", + "struct_name": "/RSEFPN/", + "inputs": [ + 635, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 4591, + "type": "1.concat", + "struct_name": "/RSEFPN/", + "inputs": [ + 655, + 654 + ], + "outputs": [ + { + "value_id": 656, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/RSEFPN/" + } + }, + { + "op_index": 4597, + "type": "1.conv2d", + "struct_name": "/DBHead/Head/Conv2D/", + "inputs": [ + 656, + 13 + ], + "outputs": [ + { + "value_id": 657, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/DBHead/Head/Conv2D/" + } + }, + { + "op_index": 4615, + "type": "1.batch_norm_", + "struct_name": "/DBHead/Head/BatchNorm/", + "inputs": [ + 657, + 10, + 9, + 12, + 11 + ], + "outputs": [ + { + "value_id": 658, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + }, + { + "value_id": 659, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 660, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 661, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 662, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 663, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": false, + "trainable_statistics": false, + "struct_name": "/DBHead/Head/BatchNorm/" + } + }, + { + "op_index": 4642, + "type": "1.relu", + "struct_name": "/DBHead/Head/BatchNorm/", + "inputs": [ + 658 + ], + "outputs": [ + { + "value_id": 664, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/BatchNorm/" + } + }, + { + "op_index": 4657, + "type": "1.conv2d_transpose", + "struct_name": "/DBHead/Head/Conv2DTranspose/", + "inputs": [ + 664, + 8, + 665 + ], + "outputs": [ + { + "value_id": 666, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 0, + 0 + ], + "output_padding": [], + "padding_algorithm": "EXPLICIT", + "groups": 1, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/DBHead/Head/Conv2DTranspose/" + } + }, + { + "op_index": 4689, + "type": "1.reshape", + "struct_name": "/DBHead/Head/Conv2DTranspose/", + "inputs": [ + 7, + 667 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + 1, + 24, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/Conv2DTranspose/" + } + }, + { + "op_index": 4695, + "type": "1.add", + "struct_name": "/DBHead/Head/Conv2DTranspose/", + "inputs": [ + 666, + 668 + ], + "outputs": [ + { + "value_id": 669, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/Conv2DTranspose/" + } + }, + { + "op_index": 4701, + "type": "1.batch_norm_", + "struct_name": "/DBHead/Head/BatchNorm_1/", + "inputs": [ + 669, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 670, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 673, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 674, + "dtype": "f32", + "shape": [ + 24 + ] + }, + { + "value_id": 675, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": false, + "trainable_statistics": false, + "struct_name": "/DBHead/Head/BatchNorm_1/" + } + }, + { + "op_index": 4728, + "type": "1.relu", + "struct_name": "/DBHead/Head/BatchNorm_1/", + "inputs": [ + 670 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 24, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/BatchNorm_1/" + } + }, + { + "op_index": 4743, + "type": "1.conv2d_transpose", + "struct_name": "/DBHead/Head/Conv2DTranspose_1/", + "inputs": [ + 676, + 2, + 677 + ], + "outputs": [ + { + "value_id": 678, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 0, + 0 + ], + "output_padding": [], + "padding_algorithm": "EXPLICIT", + "groups": 1, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/DBHead/Head/Conv2DTranspose_1/" + } + }, + { + "op_index": 4775, + "type": "1.reshape", + "struct_name": "/DBHead/Head/Conv2DTranspose_1/", + "inputs": [ + 1, + 679 + ], + "outputs": [ + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 1, + 1, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/Conv2DTranspose_1/" + } + }, + { + "op_index": 4781, + "type": "1.add", + "struct_name": "/DBHead/Head/Conv2DTranspose_1/", + "inputs": [ + 678, + 680 + ], + "outputs": [ + { + "value_id": 681, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/DBHead/Head/Conv2DTranspose_1/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/PP-OCRv5_mobile_det_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/PP-OCRv5_mobile_det_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": null, + "detection_postprocess": { + "threshold": 0.3, + "box_threshold": 0.6, + "unclip_ratio": 1.5 + } + }, + { + "variant": "PP-OCRv5_server_det", + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_det", + "config_sha256": "436bf19010fe3879477e8599a870a0ec8ccd14ca39056805ec4ed20ab318ec04", + "inference_json_sha256": "af5876933d8806a1b50d895867e0781e135cd92ff37381992828fc8d1b842d28", + "pdiparams_sha256": "183146fe9d9910352f68482f623bcbbb9fa7b9e8fa1463b9ad288cef00524d2d", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_server_det_input.safetensors", + "input_shape": [ + 1, + 3, + 640, + 640 + ], + "model_name": "PP-OCRv5_server_det", + "dynamic_shapes": [ + [ + 1, + 3, + 32, + 32 + ], + [ + 1, + 3, + 736, + 736 + ], + [ + 1, + 3, + 4000, + 4000 + ] + ], + "parameter_count": 539, + "parameters": [ + { + "key": "conv2d_143.b_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm_4.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_4.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_4.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_4.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 64, + 65, + 3, + 3 + ] + }, + { + "key": "conv2d_transpose_1.b_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_transpose_1.w_0", + "shape": [ + 64, + 1, + 2, + 2 + ] + }, + { + "key": "batch_norm_1.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_1.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_1.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_1.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_transpose_0.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_transpose_0.w_0", + "shape": [ + 64, + 64, + 2, + 2 + ] + }, + { + "key": "batch_norm_0.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_0.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_0.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm_0.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_83.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_83.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_83.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_83.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv2d_138.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 32, + 32, + 5, + 5 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 32, + 32, + 7, + 7 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 32, + 32, + 1, + 3 + ] + }, + { + "key": "conv2d_135.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 32, + 32, + 1, + 5 + ] + }, + { + "key": "conv2d_134.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 32, + 32, + 1, + 7 + ] + }, + { + "key": "conv2d_133.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 32, + 32, + 3, + 1 + ] + }, + { + "key": "conv2d_132.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 32, + 32, + 5, + 1 + ] + }, + { + "key": "conv2d_131.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 32, + 32, + 7, + 1 + ] + }, + { + "key": "conv2d_130.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_130.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "conv2d_129.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_129.w_0", + "shape": [ + 32, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_82.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_82.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_82.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_82.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_128.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_128.w_0", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv2d_127.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_127.w_0", + "shape": [ + 32, + 32, + 5, + 5 + ] + }, + { + "key": "conv2d_126.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_126.w_0", + "shape": [ + 32, + 32, + 7, + 7 + ] + }, + { + "key": "conv2d_125.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_125.w_0", + "shape": [ + 32, + 32, + 1, + 3 + ] + }, + { + "key": "conv2d_124.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_124.w_0", + "shape": [ + 32, + 32, + 1, + 5 + ] + }, + { + "key": "conv2d_123.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_123.w_0", + "shape": [ + 32, + 32, + 1, + 7 + ] + }, + { + "key": "conv2d_122.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_122.w_0", + "shape": [ + 32, + 32, + 3, + 1 + ] + }, + { + "key": "conv2d_121.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_121.w_0", + "shape": [ + 32, + 32, + 5, + 1 + ] + }, + { + "key": "conv2d_120.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_120.w_0", + "shape": [ + 32, + 32, + 7, + 1 + ] + }, + { + "key": "conv2d_119.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_119.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "conv2d_118.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_118.w_0", + "shape": [ + 32, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_81.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_81.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_81.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_81.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_117.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_117.w_0", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv2d_116.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_116.w_0", + "shape": [ + 32, + 32, + 5, + 5 + ] + }, + { + "key": "conv2d_115.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_115.w_0", + "shape": [ + 32, + 32, + 7, + 7 + ] + }, + { + "key": "conv2d_114.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_114.w_0", + "shape": [ + 32, + 32, + 1, + 3 + ] + }, + { + "key": "conv2d_113.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_113.w_0", + "shape": [ + 32, + 32, + 1, + 5 + ] + }, + { + "key": "conv2d_112.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_112.w_0", + "shape": [ + 32, + 32, + 1, + 7 + ] + }, + { + "key": "conv2d_111.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_111.w_0", + "shape": [ + 32, + 32, + 3, + 1 + ] + }, + { + "key": "conv2d_110.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_110.w_0", + "shape": [ + 32, + 32, + 5, + 1 + ] + }, + { + "key": "conv2d_109.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_109.w_0", + "shape": [ + 32, + 32, + 7, + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 32, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_80.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_80.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_80.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_80.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_106.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_106.w_0", + "shape": [ + 32, + 32, + 3, + 3 + ] + }, + { + "key": "conv2d_105.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_105.w_0", + "shape": [ + 32, + 32, + 5, + 5 + ] + }, + { + "key": "conv2d_104.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_104.w_0", + "shape": [ + 32, + 32, + 7, + 7 + ] + }, + { + "key": "conv2d_103.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_103.w_0", + "shape": [ + 32, + 32, + 1, + 3 + ] + }, + { + "key": "conv2d_102.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_102.w_0", + "shape": [ + 32, + 32, + 1, + 5 + ] + }, + { + "key": "conv2d_101.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_101.w_0", + "shape": [ + 32, + 32, + 1, + 7 + ] + }, + { + "key": "conv2d_100.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_100.w_0", + "shape": [ + 32, + 32, + 3, + 1 + ] + }, + { + "key": "conv2d_99.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_99.w_0", + "shape": [ + 32, + 32, + 5, + 1 + ] + }, + { + "key": "conv2d_98.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_98.w_0", + "shape": [ + 32, + 32, + 7, + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 32, + 64, + 1, + 1 + ] + }, + { + "key": "conv2d_95.w_0", + "shape": [ + 64, + 64, + 9, + 9 + ] + }, + { + "key": "conv2d_91.w_0", + "shape": [ + 64, + 64, + 9, + 9 + ] + }, + { + "key": "conv2d_87.w_0", + "shape": [ + 64, + 64, + 9, + 9 + ] + }, + { + "key": "conv2d_83.w_0", + "shape": [ + 64, + 64, + 9, + 9 + ] + }, + { + "key": "conv2d_94.w_0", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "conv2d_90.w_0", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "conv2d_86.w_0", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "conv2d_93.w_0", + "shape": [ + 64, + 256, + 9, + 9 + ] + }, + { + "key": "conv2d_89.w_0", + "shape": [ + 64, + 256, + 9, + 9 + ] + }, + { + "key": "conv2d_85.w_0", + "shape": [ + 64, + 256, + 9, + 9 + ] + }, + { + "key": "conv2d_82.w_0", + "shape": [ + 64, + 256, + 9, + 9 + ] + }, + { + "key": "conv2d_92.w_0", + "shape": [ + 256, + 2048, + 1, + 1 + ] + }, + { + "key": "conv2d_88.w_0", + "shape": [ + 256, + 1024, + 1, + 1 + ] + }, + { + "key": "conv2d_84.w_0", + "shape": [ + 256, + 512, + 1, + 1 + ] + }, + { + "key": "conv2d_81.w_0", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_79.w_2", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_79.w_1", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_79.b_0", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_79.w_0", + "shape": [ + 2048 + ] + }, + { + "key": "conv2d_79.w_0", + "shape": [ + 2048, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_78.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_78.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_78.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_78.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_78.w_0", + "shape": [ + 1024, + 3328, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_77.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_77.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_76.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_76.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_75.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_75.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_74.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_74.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_73.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_73.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_72.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_72.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_71.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_71.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_70.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_70.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_69.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_69.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_68.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_68.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_67.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_67.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_66.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_66.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_66.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_66.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_66.w_0", + "shape": [ + 384, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_65.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_65.w_0", + "shape": [ + 1024, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_64.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_64.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_64.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_64.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_64.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_63.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_63.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_63.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_63.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_63.w_0", + "shape": [ + 512, + 2176, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_62.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_62.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_61.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_61.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_60.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_60.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_59.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_59.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_58.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_58.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_57.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_57.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_56.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_56.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_55.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_55.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_54.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_54.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_53.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_53.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_52.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_52.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_51.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_51.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_51.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_51.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_51.w_0", + "shape": [ + 192, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_50.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_50.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_50.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_50.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_50.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_49.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_49.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_49.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_49.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_49.w_0", + "shape": [ + 512, + 2176, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_48.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_48.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_47.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_47.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_46.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_46.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_45.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_45.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_44.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_44.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_43.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_43.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_42.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_42.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_41.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_41.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_40.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_40.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_39.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_39.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_38.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_38.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_37.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_37.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_37.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_37.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_37.w_0", + "shape": [ + 192, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_36.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_36.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_36.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_36.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_36.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_35.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_35.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_35.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_35.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_35.w_0", + "shape": [ + 512, + 1664, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_34.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_34.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_33.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_33.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_32.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_32.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_31.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_31.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_30.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_30.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_29.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_29.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_28.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_28.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_27.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_27.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_26.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_26.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_25.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_25.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_24.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_24.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_23.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_23.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_23.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_23.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_23.w_0", + "shape": [ + 192, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_22.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_22.w_0", + "shape": [ + 512, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_21.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_21.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_21.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_21.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_21.w_0", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_20.w_2", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_20.w_1", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_20.b_0", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_20.w_0", + "shape": [ + 256 + ] + }, + { + "key": "conv2d_20.w_0", + "shape": [ + 256, + 704, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_19.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_19.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_18.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_18.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_17.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_17.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_16.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_16.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_15.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_15.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_14.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_14.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_14.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_14.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_14.w_0", + "shape": [ + 96, + 128, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_13.w_2", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.w_1", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.b_0", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.w_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_13.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_12.w_2", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_12.w_1", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_12.b_0", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_12.w_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_12.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_11.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_11.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_11.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_11.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_11.w_0", + "shape": [ + 64, + 336, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_10.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_10.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_9.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_9.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_8.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_8.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_7.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_7.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_6.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_6.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_5.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_5.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_4.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_4.w_0", + "shape": [ + 48, + 32, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_3.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_3.w_0", + "shape": [ + 32, + 64, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_2.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_2.w_0", + "shape": [ + 32, + 16, + 2, + 2 + ] + }, + { + "key": "batch_norm2d_1.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_1.w_0", + "shape": [ + 16, + 32, + 2, + 2 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 32, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 1007, + "0.a_bool": 1222, + "0.a_f32": 189, + "0.a_f64": 10, + "0.a_i32": 1041, + "0.a_i64": 190, + "0.a_str": 905, + "0.combine": 9, + "0.t_dtensor": 1528, + "0.t_f32": 1382, + "0.t_i32": 9, + "0.t_i64": 50, + "0.t_ui8": 87, + "0.t_vec": 9, + "1.a_dtype": 61, + "1.a_intarray": 11, + "1.a_place": 61, + "1.add": 84, + "1.batch_norm_": 87, + "1.concat": 9, + "1.conv2d": 115, + "1.conv2d_transpose": 2, + "1.data": 1, + "1.depthwise_conv2d": 27, + "1.fetch": 1, + "1.full": 10, + "1.full_int_array": 50, + "1.nearest_interp": 7, + "1.pool2d": 1, + "1.relu": 60, + "1.reshape": 47, + "1.scale": 1, + "1.sigmoid": 2, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 8807, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 1486 + ], + "outputs": [ + { + "value_id": 1487, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 1628, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/Conv2D/", + "inputs": [ + 540, + 539 + ], + "outputs": [ + { + "value_id": 541, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 1646, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/BatchNorm2D/", + "inputs": [ + 541, + 536, + 535, + 538, + 537 + ], + "outputs": [ + { + "value_id": 542, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + }, + { + "value_id": 543, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 544, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 545, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 546, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 547, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 1673, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/ReLU/", + "inputs": [ + 542 + ], + "outputs": [ + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/ReLU/" + } + }, + { + "op_index": 1679, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/Conv2D/", + "inputs": [ + 548, + 534 + ], + "outputs": [ + { + "value_id": 549, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "SAME", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 1697, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 549, + 531, + 530, + 533, + 532 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + }, + { + "value_id": 551, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 552, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 553, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 554, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 555, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 1724, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/ReLU/", + "inputs": [ + 550 + ], + "outputs": [ + { + "value_id": 556, + "dtype": "f32", + "shape": [ + -1, + 16, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 1730, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/Conv2D/", + "inputs": [ + 556, + 529 + ], + "outputs": [ + { + "value_id": 557, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "SAME", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 1748, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 557, + 526, + 525, + 528, + 527 + ], + "outputs": [ + { + "value_id": 558, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + }, + { + "value_id": 559, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 560, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 561, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 562, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 563, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 1775, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/ReLU/", + "inputs": [ + 558 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 1792, + "type": "1.pool2d", + "struct_name": "/PPHGNetV2/StemBlock/MaxPool2D/", + "inputs": [ + 548, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": true, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "max", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "SAME", + "struct_name": "/PPHGNetV2/StemBlock/MaxPool2D/" + } + }, + { + "op_index": 1830, + "type": "1.concat", + "struct_name": "/PPHGNetV2/StemBlock/", + "inputs": [ + 568, + 567 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/" + } + }, + { + "op_index": 1836, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/Conv2D/", + "inputs": [ + 569, + 524 + ], + "outputs": [ + { + "value_id": 570, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 1854, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 570, + 521, + 520, + 523, + 522 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + }, + { + "value_id": 572, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 573, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 574, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 575, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 576, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 1881, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/ReLU/", + "inputs": [ + 571 + ], + "outputs": [ + { + "value_id": 577, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 1887, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/Conv2D/", + "inputs": [ + 577, + 519 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 1905, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 578, + 516, + 515, + 518, + 517 + ], + "outputs": [ + { + "value_id": 579, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 580, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 581, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 584, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 1932, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/", + "inputs": [ + 579 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 1938, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 585, + 514 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 1956, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 586, + 511, + 510, + 513, + 512 + ], + "outputs": [ + { + "value_id": 587, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 588, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 589, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 590, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 591, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 592, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 1983, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 587 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 1989, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 593, + 509 + ], + "outputs": [ + { + "value_id": 594, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2007, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 594, + 506, + 505, + 508, + 507 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 596, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 599, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 600, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2034, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 595 + ], + "outputs": [ + { + "value_id": 601, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 2040, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/", + "inputs": [ + 601, + 504 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 2058, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 602, + 501, + 500, + 503, + 502 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 604, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 605, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 606, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 607, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 608, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 2085, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/ReLU/", + "inputs": [ + 603 + ], + "outputs": [ + { + "value_id": 609, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 2091, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/", + "inputs": [ + 609, + 499 + ], + "outputs": [ + { + "value_id": 610, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 2109, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 610, + 496, + 495, + 498, + 497 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 612, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 613, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 614, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 615, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 616, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 2136, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/ReLU/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 2142, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/", + "inputs": [ + 617, + 494 + ], + "outputs": [ + { + "value_id": 618, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 2160, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 618, + 491, + 490, + 493, + 492 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 620, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 621, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 622, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 623, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 624, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 2187, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/ReLU/", + "inputs": [ + 619 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 2193, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/", + "inputs": [ + 625, + 489 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/" + } + }, + { + "op_index": 2211, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/", + "inputs": [ + 626, + 486, + 485, + 488, + 487 + ], + "outputs": [ + { + "value_id": 627, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + }, + { + "value_id": 628, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 629, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 630, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 631, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 632, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/" + } + }, + { + "op_index": 2238, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/ReLU/", + "inputs": [ + 627 + ], + "outputs": [ + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + 48, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/ReLU/" + } + }, + { + "op_index": 2273, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/", + "inputs": [ + 635, + 634 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + 336, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/" + } + }, + { + "op_index": 2279, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/", + "inputs": [ + 636, + 484 + ], + "outputs": [ + { + "value_id": 637, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/" + } + }, + { + "op_index": 2297, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/", + "inputs": [ + 637, + 481, + 480, + 483, + 482 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 639, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 640, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 641, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 642, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 643, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/" + } + }, + { + "op_index": 2324, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/ReLU/", + "inputs": [ + 638 + ], + "outputs": [ + { + "value_id": 644, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/ReLU/" + } + }, + { + "op_index": 2330, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/", + "inputs": [ + 644, + 479 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + 128, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/" + } + }, + { + "op_index": 2348, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/", + "inputs": [ + 645, + 476, + 475, + 478, + 477 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + 128, + -1, + -1 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 649, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 650, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 651, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/" + } + }, + { + "op_index": 2375, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/", + "inputs": [ + 646 + ], + "outputs": [ + { + "value_id": 652, + "dtype": "f32", + "shape": [ + -1, + 128, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + } + }, + { + "op_index": 2381, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/Conv2D/", + "inputs": [ + 652, + 474 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "f32", + "shape": [ + -1, + 128, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2399, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 653, + 471, + 470, + 473, + 472 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 128, + -1, + -1 + ] + }, + { + "value_id": 655, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 656, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 657, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 659, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2426, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 654, + 469 + ], + "outputs": [ + { + "value_id": 660, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2444, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 660, + 466, + 465, + 468, + 467 + ], + "outputs": [ + { + "value_id": 661, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 662, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 663, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 664, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 665, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 666, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2471, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 661 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 2477, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 667, + 464 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2495, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 668, + 461, + 460, + 463, + 462 + ], + "outputs": [ + { + "value_id": 669, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 673, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 674, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2522, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 669 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 2528, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/", + "inputs": [ + 675, + 459 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 2546, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 676, + 456, + 455, + 458, + 457 + ], + "outputs": [ + { + "value_id": 677, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 681, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 682, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 2573, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/ReLU/", + "inputs": [ + 677 + ], + "outputs": [ + { + "value_id": 683, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 2579, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/", + "inputs": [ + 683, + 454 + ], + "outputs": [ + { + "value_id": 684, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 2597, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 684, + 451, + 450, + 453, + 452 + ], + "outputs": [ + { + "value_id": 685, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 686, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 687, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 688, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 689, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 690, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 2624, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/ReLU/", + "inputs": [ + 685 + ], + "outputs": [ + { + "value_id": 691, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 2630, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/", + "inputs": [ + 691, + 449 + ], + "outputs": [ + { + "value_id": 692, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 2648, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 692, + 446, + 445, + 448, + 447 + ], + "outputs": [ + { + "value_id": 693, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 694, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 695, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 696, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 697, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 698, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 2675, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/ReLU/", + "inputs": [ + 693 + ], + "outputs": [ + { + "value_id": 699, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 2681, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/", + "inputs": [ + 699, + 444 + ], + "outputs": [ + { + "value_id": 700, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/" + } + }, + { + "op_index": 2699, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/", + "inputs": [ + 700, + 441, + 440, + 443, + 442 + ], + "outputs": [ + { + "value_id": 701, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + }, + { + "value_id": 702, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 703, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 704, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 705, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 706, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/" + } + }, + { + "op_index": 2726, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/ReLU/", + "inputs": [ + 701 + ], + "outputs": [ + { + "value_id": 707, + "dtype": "f32", + "shape": [ + -1, + 96, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/ReLU/" + } + }, + { + "op_index": 2761, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/", + "inputs": [ + 709, + 708 + ], + "outputs": [ + { + "value_id": 710, + "dtype": "f32", + "shape": [ + -1, + 704, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/" + } + }, + { + "op_index": 2767, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/", + "inputs": [ + 710, + 439 + ], + "outputs": [ + { + "value_id": 711, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/" + } + }, + { + "op_index": 2785, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/", + "inputs": [ + 711, + 436, + 435, + 438, + 437 + ], + "outputs": [ + { + "value_id": 712, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + }, + { + "value_id": 713, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 714, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 715, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 716, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 717, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/" + } + }, + { + "op_index": 2812, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/ReLU/", + "inputs": [ + 712 + ], + "outputs": [ + { + "value_id": 718, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/ReLU/" + } + }, + { + "op_index": 2818, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/", + "inputs": [ + 718, + 434 + ], + "outputs": [ + { + "value_id": 719, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/" + } + }, + { + "op_index": 2836, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/", + "inputs": [ + 719, + 431, + 430, + 433, + 432 + ], + "outputs": [ + { + "value_id": 720, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + }, + { + "value_id": 721, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 722, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 723, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 724, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 725, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/" + } + }, + { + "op_index": 2863, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/", + "inputs": [ + 720 + ], + "outputs": [ + { + "value_id": 726, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + } + }, + { + "op_index": 2869, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/Conv2D/", + "inputs": [ + 726, + 429 + ], + "outputs": [ + { + "value_id": 727, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 512, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2887, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 727, + 426, + 425, + 428, + 427 + ], + "outputs": [ + { + "value_id": 728, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + }, + { + "value_id": 729, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 730, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 731, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 732, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 733, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2914, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 728, + 424 + ], + "outputs": [ + { + "value_id": 734, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2932, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 734, + 421, + 420, + 423, + 422 + ], + "outputs": [ + { + "value_id": 735, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 736, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 737, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 738, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 739, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 740, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2959, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 735, + 419 + ], + "outputs": [ + { + "value_id": 741, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2977, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 741, + 416, + 415, + 418, + 417 + ], + "outputs": [ + { + "value_id": 742, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 743, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 744, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 745, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 746, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 747, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3004, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 742 + ], + "outputs": [ + { + "value_id": 748, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3010, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 748, + 414 + ], + "outputs": [ + { + "value_id": 749, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3028, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 749, + 411, + 410, + 413, + 412 + ], + "outputs": [ + { + "value_id": 750, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 751, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 752, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 753, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 754, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 755, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3055, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 750, + 409 + ], + "outputs": [ + { + "value_id": 756, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3073, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 756, + 406, + 405, + 408, + 407 + ], + "outputs": [ + { + "value_id": 757, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 758, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 759, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 760, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 761, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 762, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3100, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 757 + ], + "outputs": [ + { + "value_id": 763, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3106, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 763, + 404 + ], + "outputs": [ + { + "value_id": 764, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3124, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 764, + 401, + 400, + 403, + 402 + ], + "outputs": [ + { + "value_id": 765, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 766, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 767, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 768, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 769, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 770, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3151, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 765, + 399 + ], + "outputs": [ + { + "value_id": 771, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3169, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 771, + 396, + 395, + 398, + 397 + ], + "outputs": [ + { + "value_id": 772, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 773, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 774, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 775, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 776, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 777, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3196, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 772 + ], + "outputs": [ + { + "value_id": 778, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3202, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 778, + 394 + ], + "outputs": [ + { + "value_id": 779, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3220, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 779, + 391, + 390, + 393, + 392 + ], + "outputs": [ + { + "value_id": 780, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 781, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 782, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 783, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 784, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 785, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3247, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 780, + 389 + ], + "outputs": [ + { + "value_id": 786, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3265, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 786, + 386, + 385, + 388, + 387 + ], + "outputs": [ + { + "value_id": 787, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 788, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 789, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 790, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 791, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 792, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3292, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 787 + ], + "outputs": [ + { + "value_id": 793, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3298, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 793, + 384 + ], + "outputs": [ + { + "value_id": 794, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3316, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 794, + 381, + 380, + 383, + 382 + ], + "outputs": [ + { + "value_id": 795, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 796, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 797, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 798, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 799, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 800, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3343, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 795, + 379 + ], + "outputs": [ + { + "value_id": 801, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3361, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 801, + 376, + 375, + 378, + 377 + ], + "outputs": [ + { + "value_id": 802, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 803, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 804, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 805, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 806, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 807, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3388, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 802 + ], + "outputs": [ + { + "value_id": 808, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3394, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 808, + 374 + ], + "outputs": [ + { + "value_id": 809, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3412, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 809, + 371, + 370, + 373, + 372 + ], + "outputs": [ + { + "value_id": 810, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 811, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 812, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 813, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 814, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 815, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3439, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 810, + 369 + ], + "outputs": [ + { + "value_id": 816, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3457, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 816, + 366, + 365, + 368, + 367 + ], + "outputs": [ + { + "value_id": 817, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 818, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 819, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 820, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 821, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 822, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3484, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 817 + ], + "outputs": [ + { + "value_id": 823, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3519, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/", + "inputs": [ + 825, + 824 + ], + "outputs": [ + { + "value_id": 826, + "dtype": "f32", + "shape": [ + -1, + 1664, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/" + } + }, + { + "op_index": 3525, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 826, + 364 + ], + "outputs": [ + { + "value_id": 827, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3543, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 827, + 361, + 360, + 363, + 362 + ], + "outputs": [ + { + "value_id": 828, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + }, + { + "value_id": 829, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 830, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 831, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 832, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 833, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3570, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 828 + ], + "outputs": [ + { + "value_id": 834, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 3576, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 834, + 359 + ], + "outputs": [ + { + "value_id": 835, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3594, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 835, + 356, + 355, + 358, + 357 + ], + "outputs": [ + { + "value_id": 836, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + }, + { + "value_id": 837, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 838, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 839, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 840, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 841, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3621, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 836 + ], + "outputs": [ + { + "value_id": 842, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3627, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 842, + 354 + ], + "outputs": [ + { + "value_id": 843, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3645, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 843, + 351, + 350, + 353, + 352 + ], + "outputs": [ + { + "value_id": 844, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 845, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 846, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 847, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 848, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 849, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3672, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 844, + 349 + ], + "outputs": [ + { + "value_id": 850, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3690, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 850, + 346, + 345, + 348, + 347 + ], + "outputs": [ + { + "value_id": 851, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 852, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 853, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 854, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 855, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 856, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3717, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 851 + ], + "outputs": [ + { + "value_id": 857, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3723, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 857, + 344 + ], + "outputs": [ + { + "value_id": 858, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3741, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 858, + 341, + 340, + 343, + 342 + ], + "outputs": [ + { + "value_id": 859, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 860, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 861, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 862, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 863, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 864, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3768, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 859, + 339 + ], + "outputs": [ + { + "value_id": 865, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3786, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 865, + 336, + 335, + 338, + 337 + ], + "outputs": [ + { + "value_id": 866, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 867, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 868, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 869, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 870, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 871, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3813, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 866 + ], + "outputs": [ + { + "value_id": 872, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3819, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 872, + 334 + ], + "outputs": [ + { + "value_id": 873, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3837, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 873, + 331, + 330, + 333, + 332 + ], + "outputs": [ + { + "value_id": 874, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 875, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 876, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 877, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 878, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 879, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3864, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 874, + 329 + ], + "outputs": [ + { + "value_id": 880, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3882, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 880, + 326, + 325, + 328, + 327 + ], + "outputs": [ + { + "value_id": 881, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 882, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 883, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 884, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 885, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 886, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3909, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 881 + ], + "outputs": [ + { + "value_id": 887, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3915, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 887, + 324 + ], + "outputs": [ + { + "value_id": 888, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3933, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 888, + 321, + 320, + 323, + 322 + ], + "outputs": [ + { + "value_id": 889, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 890, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 891, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 892, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 893, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 894, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3960, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 889, + 319 + ], + "outputs": [ + { + "value_id": 895, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3978, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 895, + 316, + 315, + 318, + 317 + ], + "outputs": [ + { + "value_id": 896, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 897, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 898, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 899, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 900, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 901, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4005, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 896 + ], + "outputs": [ + { + "value_id": 902, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4011, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 902, + 314 + ], + "outputs": [ + { + "value_id": 903, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4029, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 903, + 311, + 310, + 313, + 312 + ], + "outputs": [ + { + "value_id": 904, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 905, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 906, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 907, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 908, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 909, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4056, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 904, + 309 + ], + "outputs": [ + { + "value_id": 910, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4074, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 910, + 306, + 305, + 308, + 307 + ], + "outputs": [ + { + "value_id": 911, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 912, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 913, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 914, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 915, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 916, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4101, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 911 + ], + "outputs": [ + { + "value_id": 917, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4107, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 917, + 304 + ], + "outputs": [ + { + "value_id": 918, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4125, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 918, + 301, + 300, + 303, + 302 + ], + "outputs": [ + { + "value_id": 919, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 920, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 921, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 922, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 923, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 924, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4152, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 919, + 299 + ], + "outputs": [ + { + "value_id": 925, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4170, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 925, + 296, + 295, + 298, + 297 + ], + "outputs": [ + { + "value_id": 926, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 927, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 928, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 929, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 930, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 931, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4197, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 926 + ], + "outputs": [ + { + "value_id": 932, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4232, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/", + "inputs": [ + 934, + 933 + ], + "outputs": [ + { + "value_id": 935, + "dtype": "f32", + "shape": [ + -1, + 2176, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/" + } + }, + { + "op_index": 4238, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/Conv2D/", + "inputs": [ + 935, + 294 + ], + "outputs": [ + { + "value_id": 936, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4256, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 936, + 291, + 290, + 293, + 292 + ], + "outputs": [ + { + "value_id": 937, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + }, + { + "value_id": 938, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 939, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 940, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 941, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 942, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4283, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/ReLU/", + "inputs": [ + 937 + ], + "outputs": [ + { + "value_id": 943, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/ReLU/" + } + }, + { + "op_index": 4289, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 943, + 289 + ], + "outputs": [ + { + "value_id": 944, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4307, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 944, + 286, + 285, + 288, + 287 + ], + "outputs": [ + { + "value_id": 945, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + }, + { + "value_id": 946, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 947, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 948, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 949, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 950, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4334, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/ReLU/", + "inputs": [ + 945 + ], + "outputs": [ + { + "value_id": 951, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4340, + "type": "1.add", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/", + "inputs": [ + 951, + 842 + ], + "outputs": [ + { + "value_id": 952, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/" + } + }, + { + "op_index": 4346, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 952, + 284 + ], + "outputs": [ + { + "value_id": 953, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4364, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 953, + 281, + 280, + 283, + 282 + ], + "outputs": [ + { + "value_id": 954, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 955, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 956, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 957, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 958, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 959, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4391, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 954, + 279 + ], + "outputs": [ + { + "value_id": 960, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4409, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 960, + 276, + 275, + 278, + 277 + ], + "outputs": [ + { + "value_id": 961, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 962, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 963, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 964, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 965, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 966, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4436, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 961 + ], + "outputs": [ + { + "value_id": 967, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4442, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 967, + 274 + ], + "outputs": [ + { + "value_id": 968, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4460, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 968, + 271, + 270, + 273, + 272 + ], + "outputs": [ + { + "value_id": 969, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 970, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 971, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 972, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 973, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 974, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4487, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 969, + 269 + ], + "outputs": [ + { + "value_id": 975, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4505, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 975, + 266, + 265, + 268, + 267 + ], + "outputs": [ + { + "value_id": 976, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 977, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 978, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 979, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 980, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 981, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4532, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 976 + ], + "outputs": [ + { + "value_id": 982, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4538, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 982, + 264 + ], + "outputs": [ + { + "value_id": 983, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4556, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 983, + 261, + 260, + 263, + 262 + ], + "outputs": [ + { + "value_id": 984, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 985, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 986, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 987, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 988, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 989, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4583, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 984, + 259 + ], + "outputs": [ + { + "value_id": 990, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4601, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 990, + 256, + 255, + 258, + 257 + ], + "outputs": [ + { + "value_id": 991, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 992, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 993, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 994, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 995, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 996, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4628, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 991 + ], + "outputs": [ + { + "value_id": 997, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4634, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 997, + 254 + ], + "outputs": [ + { + "value_id": 998, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4652, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 998, + 251, + 250, + 253, + 252 + ], + "outputs": [ + { + "value_id": 999, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1000, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1001, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1002, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1003, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1004, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4679, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 999, + 249 + ], + "outputs": [ + { + "value_id": 1005, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4697, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1005, + 246, + 245, + 248, + 247 + ], + "outputs": [ + { + "value_id": 1006, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1007, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1008, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1009, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1010, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1011, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4724, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 1006 + ], + "outputs": [ + { + "value_id": 1012, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4730, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 1012, + 244 + ], + "outputs": [ + { + "value_id": 1013, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4748, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1013, + 241, + 240, + 243, + 242 + ], + "outputs": [ + { + "value_id": 1014, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1015, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1016, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1017, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1018, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1019, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4775, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 1014, + 239 + ], + "outputs": [ + { + "value_id": 1020, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4793, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1020, + 236, + 235, + 238, + 237 + ], + "outputs": [ + { + "value_id": 1021, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1022, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1023, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1024, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1025, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1026, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4820, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 1021 + ], + "outputs": [ + { + "value_id": 1027, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4826, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 1027, + 234 + ], + "outputs": [ + { + "value_id": 1028, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4844, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1028, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 1029, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1030, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1031, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1032, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1033, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1034, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4871, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 1029, + 229 + ], + "outputs": [ + { + "value_id": 1035, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4889, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1035, + 226, + 225, + 228, + 227 + ], + "outputs": [ + { + "value_id": 1036, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + }, + { + "value_id": 1037, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1038, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1039, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1040, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 1041, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4916, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 1036 + ], + "outputs": [ + { + "value_id": 1042, + "dtype": "f32", + "shape": [ + -1, + 192, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4951, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/", + "inputs": [ + 1044, + 1043 + ], + "outputs": [ + { + "value_id": 1045, + "dtype": "f32", + "shape": [ + -1, + 2176, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + } + }, + { + "op_index": 4957, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/Conv2D/", + "inputs": [ + 1045, + 224 + ], + "outputs": [ + { + "value_id": 1046, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4975, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1046, + 221, + 220, + 223, + 222 + ], + "outputs": [ + { + "value_id": 1047, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + }, + { + "value_id": 1048, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 1049, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 1050, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 1051, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 1052, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5002, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/ReLU/", + "inputs": [ + 1047 + ], + "outputs": [ + { + "value_id": 1053, + "dtype": "f32", + "shape": [ + -1, + 512, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/ReLU/" + } + }, + { + "op_index": 5008, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 1053, + 219 + ], + "outputs": [ + { + "value_id": 1054, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5026, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1054, + 216, + 215, + 218, + 217 + ], + "outputs": [ + { + "value_id": 1055, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + }, + { + "value_id": 1056, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1057, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1058, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1059, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1060, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5053, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/ReLU/", + "inputs": [ + 1055 + ], + "outputs": [ + { + "value_id": 1061, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5059, + "type": "1.add", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/", + "inputs": [ + 1061, + 952 + ], + "outputs": [ + { + "value_id": 1062, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + } + }, + { + "op_index": 5065, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/Conv2D/", + "inputs": [ + 1062, + 214 + ], + "outputs": [ + { + "value_id": 1063, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 1024, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5083, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1063, + 211, + 210, + 213, + 212 + ], + "outputs": [ + { + "value_id": 1064, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + }, + { + "value_id": 1065, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1066, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1067, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1068, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1069, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5110, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 1064, + 209 + ], + "outputs": [ + { + "value_id": 1070, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5128, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1070, + 206, + 205, + 208, + 207 + ], + "outputs": [ + { + "value_id": 1071, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1072, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1073, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1074, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1075, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1076, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5155, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 1071, + 204 + ], + "outputs": [ + { + "value_id": 1077, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5173, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1077, + 201, + 200, + 203, + 202 + ], + "outputs": [ + { + "value_id": 1078, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1079, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1080, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1081, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1082, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1083, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5200, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 1078 + ], + "outputs": [ + { + "value_id": 1084, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5206, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 1084, + 199 + ], + "outputs": [ + { + "value_id": 1085, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5224, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1085, + 196, + 195, + 198, + 197 + ], + "outputs": [ + { + "value_id": 1086, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1087, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1088, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1089, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1090, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1091, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5251, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 1086, + 194 + ], + "outputs": [ + { + "value_id": 1092, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5269, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1092, + 191, + 190, + 193, + 192 + ], + "outputs": [ + { + "value_id": 1093, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1094, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1095, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1096, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1097, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1098, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5296, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 1093 + ], + "outputs": [ + { + "value_id": 1099, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5302, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 1099, + 189 + ], + "outputs": [ + { + "value_id": 1100, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5320, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1100, + 186, + 185, + 188, + 187 + ], + "outputs": [ + { + "value_id": 1101, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1102, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1103, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1104, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1105, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1106, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5347, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 1101, + 184 + ], + "outputs": [ + { + "value_id": 1107, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5365, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1107, + 181, + 180, + 183, + 182 + ], + "outputs": [ + { + "value_id": 1108, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1109, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1110, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1111, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1112, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1113, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5392, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 1108 + ], + "outputs": [ + { + "value_id": 1114, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5398, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 1114, + 179 + ], + "outputs": [ + { + "value_id": 1115, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5416, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1115, + 176, + 175, + 178, + 177 + ], + "outputs": [ + { + "value_id": 1116, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1117, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1118, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1119, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1120, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1121, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5443, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 1116, + 174 + ], + "outputs": [ + { + "value_id": 1122, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5461, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1122, + 171, + 170, + 173, + 172 + ], + "outputs": [ + { + "value_id": 1123, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1124, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1125, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1126, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1127, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1128, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5488, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 1123 + ], + "outputs": [ + { + "value_id": 1129, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5494, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 1129, + 169 + ], + "outputs": [ + { + "value_id": 1130, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5512, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1130, + 166, + 165, + 168, + 167 + ], + "outputs": [ + { + "value_id": 1131, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1132, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1133, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1134, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1135, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1136, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5539, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 1131, + 164 + ], + "outputs": [ + { + "value_id": 1137, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5557, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1137, + 161, + 160, + 163, + 162 + ], + "outputs": [ + { + "value_id": 1138, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1139, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1140, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1141, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1142, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1143, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5584, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 1138 + ], + "outputs": [ + { + "value_id": 1144, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5590, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 1144, + 159 + ], + "outputs": [ + { + "value_id": 1145, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5608, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1145, + 156, + 155, + 158, + 157 + ], + "outputs": [ + { + "value_id": 1146, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1147, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1148, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1149, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1150, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1151, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5635, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 1146, + 154 + ], + "outputs": [ + { + "value_id": 1152, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5653, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1152, + 151, + 150, + 153, + 152 + ], + "outputs": [ + { + "value_id": 1153, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + }, + { + "value_id": 1154, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1155, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1156, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1157, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1158, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5680, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 1153 + ], + "outputs": [ + { + "value_id": 1159, + "dtype": "f32", + "shape": [ + -1, + 384, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5715, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/", + "inputs": [ + 1161, + 1160 + ], + "outputs": [ + { + "value_id": 1162, + "dtype": "f32", + "shape": [ + -1, + 3328, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/" + } + }, + { + "op_index": 5721, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 1162, + 149 + ], + "outputs": [ + { + "value_id": 1163, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5739, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1163, + 146, + 145, + 148, + 147 + ], + "outputs": [ + { + "value_id": 1164, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + }, + { + "value_id": 1165, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1166, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1167, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1168, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1169, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5766, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 1164 + ], + "outputs": [ + { + "value_id": 1170, + "dtype": "f32", + "shape": [ + -1, + 1024, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 5772, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 1170, + 144 + ], + "outputs": [ + { + "value_id": 1171, + "dtype": "f32", + "shape": [ + -1, + 2048, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5790, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1171, + 141, + 140, + 143, + 142 + ], + "outputs": [ + { + "value_id": 1172, + "dtype": "f32", + "shape": [ + -1, + 2048, + -1, + -1 + ] + }, + { + "value_id": 1173, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1174, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1175, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1176, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1177, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5817, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 1172 + ], + "outputs": [ + { + "value_id": 1178, + "dtype": "f32", + "shape": [ + -1, + 2048, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5823, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D/", + "inputs": [ + 1178, + 136 + ], + "outputs": [ + { + "value_id": 1179, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D/" + } + }, + { + "op_index": 5841, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_1/", + "inputs": [ + 1062, + 137 + ], + "outputs": [ + { + "value_id": 1180, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_1/" + } + }, + { + "op_index": 5859, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_2/", + "inputs": [ + 726, + 138 + ], + "outputs": [ + { + "value_id": 1181, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_2/" + } + }, + { + "op_index": 5877, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_3/", + "inputs": [ + 652, + 139 + ], + "outputs": [ + { + "value_id": 1182, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_3/" + } + }, + { + "op_index": 5895, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1179, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1183, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5911, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1180, + 1183 + ], + "outputs": [ + { + "value_id": 1184, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5917, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1184, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1185, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5933, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1181, + 1185 + ], + "outputs": [ + { + "value_id": 1186, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5939, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1186, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1187, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5955, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1182, + 1187 + ], + "outputs": [ + { + "value_id": 1188, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 5961, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_4/", + "inputs": [ + 1179, + 132 + ], + "outputs": [ + { + "value_id": 1189, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_4/" + } + }, + { + "op_index": 5979, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_5/", + "inputs": [ + 1184, + 133 + ], + "outputs": [ + { + "value_id": 1190, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_5/" + } + }, + { + "op_index": 5997, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_6/", + "inputs": [ + 1186, + 134 + ], + "outputs": [ + { + "value_id": 1191, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_6/" + } + }, + { + "op_index": 6015, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_7/", + "inputs": [ + 1188, + 135 + ], + "outputs": [ + { + "value_id": 1192, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_7/" + } + }, + { + "op_index": 6033, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_8/", + "inputs": [ + 1192, + 131 + ], + "outputs": [ + { + "value_id": 1193, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_8/" + } + }, + { + "op_index": 6051, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1191, + 1193 + ], + "outputs": [ + { + "value_id": 1194, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 6057, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_9/", + "inputs": [ + 1194, + 130 + ], + "outputs": [ + { + "value_id": 1195, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_9/" + } + }, + { + "op_index": 6075, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1190, + 1195 + ], + "outputs": [ + { + "value_id": 1196, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 6081, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_10/", + "inputs": [ + 1196, + 129 + ], + "outputs": [ + { + "value_id": 1197, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_10/" + } + }, + { + "op_index": 6099, + "type": "1.add", + "struct_name": "/LKPAN/", + "inputs": [ + 1189, + 1197 + ], + "outputs": [ + { + "value_id": 1198, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 6105, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_11/", + "inputs": [ + 1192, + 128 + ], + "outputs": [ + { + "value_id": 1199, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_11/" + } + }, + { + "op_index": 6123, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_12/", + "inputs": [ + 1194, + 127 + ], + "outputs": [ + { + "value_id": 1200, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_12/" + } + }, + { + "op_index": 6141, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_13/", + "inputs": [ + 1196, + 126 + ], + "outputs": [ + { + "value_id": 1201, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_13/" + } + }, + { + "op_index": 6159, + "type": "1.conv2d", + "struct_name": "/LKPAN/Conv2D_14/", + "inputs": [ + 1198, + 125 + ], + "outputs": [ + { + "value_id": 1202, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 4, + 4 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/Conv2D_14/" + } + }, + { + "op_index": 6177, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/", + "inputs": [ + 1202, + 46 + ], + "outputs": [ + { + "value_id": 1203, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/" + } + }, + { + "op_index": 6208, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/", + "inputs": [ + 45, + 1204 + ], + "outputs": [ + { + "value_id": 1205, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/" + } + }, + { + "op_index": 6214, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/", + "inputs": [ + 1203, + 1205 + ], + "outputs": [ + { + "value_id": 1206, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D/" + } + }, + { + "op_index": 6220, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/", + "inputs": [ + 1206, + 30 + ], + "outputs": [ + { + "value_id": 1207, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/" + } + }, + { + "op_index": 6251, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/", + "inputs": [ + 29, + 1208 + ], + "outputs": [ + { + "value_id": 1209, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/" + } + }, + { + "op_index": 6257, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/", + "inputs": [ + 1207, + 1209 + ], + "outputs": [ + { + "value_id": 1210, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_1/" + } + }, + { + "op_index": 6263, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/", + "inputs": [ + 1206, + 42 + ], + "outputs": [ + { + "value_id": 1211, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/" + } + }, + { + "op_index": 6294, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/", + "inputs": [ + 41, + 1212 + ], + "outputs": [ + { + "value_id": 1213, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/" + } + }, + { + "op_index": 6300, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/", + "inputs": [ + 1211, + 1213 + ], + "outputs": [ + { + "value_id": 1214, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_2/" + } + }, + { + "op_index": 6306, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/", + "inputs": [ + 1206, + 36 + ], + "outputs": [ + { + "value_id": 1215, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/" + } + }, + { + "op_index": 6337, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/", + "inputs": [ + 35, + 1216 + ], + "outputs": [ + { + "value_id": 1217, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/" + } + }, + { + "op_index": 6343, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/", + "inputs": [ + 1215, + 1217 + ], + "outputs": [ + { + "value_id": 1218, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_3/" + } + }, + { + "op_index": 6349, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1210, + 1214 + ], + "outputs": [ + { + "value_id": 1219, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6355, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1219, + 1218 + ], + "outputs": [ + { + "value_id": 1220, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6361, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/", + "inputs": [ + 1220, + 28 + ], + "outputs": [ + { + "value_id": 1221, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/" + } + }, + { + "op_index": 6392, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/", + "inputs": [ + 27, + 1222 + ], + "outputs": [ + { + "value_id": 1223, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/" + } + }, + { + "op_index": 6398, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/", + "inputs": [ + 1221, + 1223 + ], + "outputs": [ + { + "value_id": 1224, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_4/" + } + }, + { + "op_index": 6404, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/", + "inputs": [ + 1220, + 40 + ], + "outputs": [ + { + "value_id": 1225, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/" + } + }, + { + "op_index": 6435, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/", + "inputs": [ + 39, + 1226 + ], + "outputs": [ + { + "value_id": 1227, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/" + } + }, + { + "op_index": 6441, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/", + "inputs": [ + 1225, + 1227 + ], + "outputs": [ + { + "value_id": 1228, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_5/" + } + }, + { + "op_index": 6447, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/", + "inputs": [ + 1220, + 34 + ], + "outputs": [ + { + "value_id": 1229, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/" + } + }, + { + "op_index": 6478, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/", + "inputs": [ + 33, + 1230 + ], + "outputs": [ + { + "value_id": 1231, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/" + } + }, + { + "op_index": 6484, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/", + "inputs": [ + 1229, + 1231 + ], + "outputs": [ + { + "value_id": 1232, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_6/" + } + }, + { + "op_index": 6490, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1224, + 1228 + ], + "outputs": [ + { + "value_id": 1233, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6496, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1233, + 1232 + ], + "outputs": [ + { + "value_id": 1234, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6502, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/", + "inputs": [ + 1234, + 26 + ], + "outputs": [ + { + "value_id": 1235, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/" + } + }, + { + "op_index": 6533, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/", + "inputs": [ + 25, + 1236 + ], + "outputs": [ + { + "value_id": 1237, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/" + } + }, + { + "op_index": 6539, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/", + "inputs": [ + 1235, + 1237 + ], + "outputs": [ + { + "value_id": 1238, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_7/" + } + }, + { + "op_index": 6545, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/", + "inputs": [ + 1234, + 38 + ], + "outputs": [ + { + "value_id": 1239, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/" + } + }, + { + "op_index": 6576, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/", + "inputs": [ + 37, + 1240 + ], + "outputs": [ + { + "value_id": 1241, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/" + } + }, + { + "op_index": 6582, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/", + "inputs": [ + 1239, + 1241 + ], + "outputs": [ + { + "value_id": 1242, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_8/" + } + }, + { + "op_index": 6588, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/", + "inputs": [ + 1234, + 32 + ], + "outputs": [ + { + "value_id": 1243, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/" + } + }, + { + "op_index": 6619, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/", + "inputs": [ + 31, + 1244 + ], + "outputs": [ + { + "value_id": 1245, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/" + } + }, + { + "op_index": 6625, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/", + "inputs": [ + 1243, + 1245 + ], + "outputs": [ + { + "value_id": 1246, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_9/" + } + }, + { + "op_index": 6631, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1238, + 1242 + ], + "outputs": [ + { + "value_id": 1247, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6637, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1247, + 1246 + ], + "outputs": [ + { + "value_id": 1248, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6643, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/", + "inputs": [ + 1248, + 44 + ], + "outputs": [ + { + "value_id": 1249, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/" + } + }, + { + "op_index": 6674, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/", + "inputs": [ + 43, + 1250 + ], + "outputs": [ + { + "value_id": 1251, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/" + } + }, + { + "op_index": 6680, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/", + "inputs": [ + 1249, + 1251 + ], + "outputs": [ + { + "value_id": 1252, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/Conv2D_10/" + } + }, + { + "op_index": 6686, + "type": "1.batch_norm_", + "struct_name": "/LKPAN/IntraCLBlock/BatchNorm2D/", + "inputs": [ + 1252, + 22, + 21, + 24, + 23 + ], + "outputs": [ + { + "value_id": 1253, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1254, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1255, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1256, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1257, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1258, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/LKPAN/IntraCLBlock/BatchNorm2D/" + } + }, + { + "op_index": 6713, + "type": "1.relu", + "struct_name": "/LKPAN/IntraCLBlock/ReLU/", + "inputs": [ + 1253 + ], + "outputs": [ + { + "value_id": 1259, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/ReLU/" + } + }, + { + "op_index": 6719, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock/", + "inputs": [ + 1202, + 1259 + ], + "outputs": [ + { + "value_id": 1260, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock/" + } + }, + { + "op_index": 6725, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/", + "inputs": [ + 1201, + 72 + ], + "outputs": [ + { + "value_id": 1261, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/" + } + }, + { + "op_index": 6756, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/", + "inputs": [ + 71, + 1262 + ], + "outputs": [ + { + "value_id": 1263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/" + } + }, + { + "op_index": 6762, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/", + "inputs": [ + 1261, + 1263 + ], + "outputs": [ + { + "value_id": 1264, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D/" + } + }, + { + "op_index": 6768, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/", + "inputs": [ + 1264, + 56 + ], + "outputs": [ + { + "value_id": 1265, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/" + } + }, + { + "op_index": 6799, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/", + "inputs": [ + 55, + 1266 + ], + "outputs": [ + { + "value_id": 1267, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/" + } + }, + { + "op_index": 6805, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/", + "inputs": [ + 1265, + 1267 + ], + "outputs": [ + { + "value_id": 1268, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_1/" + } + }, + { + "op_index": 6811, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/", + "inputs": [ + 1264, + 68 + ], + "outputs": [ + { + "value_id": 1269, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/" + } + }, + { + "op_index": 6842, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/", + "inputs": [ + 67, + 1270 + ], + "outputs": [ + { + "value_id": 1271, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/" + } + }, + { + "op_index": 6848, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/", + "inputs": [ + 1269, + 1271 + ], + "outputs": [ + { + "value_id": 1272, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_2/" + } + }, + { + "op_index": 6854, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/", + "inputs": [ + 1264, + 62 + ], + "outputs": [ + { + "value_id": 1273, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/" + } + }, + { + "op_index": 6885, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/", + "inputs": [ + 61, + 1274 + ], + "outputs": [ + { + "value_id": 1275, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/" + } + }, + { + "op_index": 6891, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/", + "inputs": [ + 1273, + 1275 + ], + "outputs": [ + { + "value_id": 1276, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_3/" + } + }, + { + "op_index": 6897, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1268, + 1272 + ], + "outputs": [ + { + "value_id": 1277, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 6903, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1277, + 1276 + ], + "outputs": [ + { + "value_id": 1278, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 6909, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/", + "inputs": [ + 1278, + 54 + ], + "outputs": [ + { + "value_id": 1279, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/" + } + }, + { + "op_index": 6940, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/", + "inputs": [ + 53, + 1280 + ], + "outputs": [ + { + "value_id": 1281, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/" + } + }, + { + "op_index": 6946, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/", + "inputs": [ + 1279, + 1281 + ], + "outputs": [ + { + "value_id": 1282, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_4/" + } + }, + { + "op_index": 6952, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/", + "inputs": [ + 1278, + 66 + ], + "outputs": [ + { + "value_id": 1283, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/" + } + }, + { + "op_index": 6983, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/", + "inputs": [ + 65, + 1284 + ], + "outputs": [ + { + "value_id": 1285, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/" + } + }, + { + "op_index": 6989, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/", + "inputs": [ + 1283, + 1285 + ], + "outputs": [ + { + "value_id": 1286, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_5/" + } + }, + { + "op_index": 6995, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/", + "inputs": [ + 1278, + 60 + ], + "outputs": [ + { + "value_id": 1287, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/" + } + }, + { + "op_index": 7026, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/", + "inputs": [ + 59, + 1288 + ], + "outputs": [ + { + "value_id": 1289, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/" + } + }, + { + "op_index": 7032, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/", + "inputs": [ + 1287, + 1289 + ], + "outputs": [ + { + "value_id": 1290, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_6/" + } + }, + { + "op_index": 7038, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1282, + 1286 + ], + "outputs": [ + { + "value_id": 1291, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 7044, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1291, + 1290 + ], + "outputs": [ + { + "value_id": 1292, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 7050, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/", + "inputs": [ + 1292, + 52 + ], + "outputs": [ + { + "value_id": 1293, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/" + } + }, + { + "op_index": 7081, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/", + "inputs": [ + 51, + 1294 + ], + "outputs": [ + { + "value_id": 1295, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/" + } + }, + { + "op_index": 7087, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/", + "inputs": [ + 1293, + 1295 + ], + "outputs": [ + { + "value_id": 1296, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_7/" + } + }, + { + "op_index": 7093, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/", + "inputs": [ + 1292, + 64 + ], + "outputs": [ + { + "value_id": 1297, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/" + } + }, + { + "op_index": 7124, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/", + "inputs": [ + 63, + 1298 + ], + "outputs": [ + { + "value_id": 1299, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/" + } + }, + { + "op_index": 7130, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/", + "inputs": [ + 1297, + 1299 + ], + "outputs": [ + { + "value_id": 1300, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_8/" + } + }, + { + "op_index": 7136, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/", + "inputs": [ + 1292, + 58 + ], + "outputs": [ + { + "value_id": 1301, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/" + } + }, + { + "op_index": 7167, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/", + "inputs": [ + 57, + 1302 + ], + "outputs": [ + { + "value_id": 1303, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/" + } + }, + { + "op_index": 7173, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/", + "inputs": [ + 1301, + 1303 + ], + "outputs": [ + { + "value_id": 1304, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_9/" + } + }, + { + "op_index": 7179, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1296, + 1300 + ], + "outputs": [ + { + "value_id": 1305, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 7185, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1305, + 1304 + ], + "outputs": [ + { + "value_id": 1306, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 7191, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/", + "inputs": [ + 1306, + 70 + ], + "outputs": [ + { + "value_id": 1307, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/" + } + }, + { + "op_index": 7222, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/", + "inputs": [ + 69, + 1308 + ], + "outputs": [ + { + "value_id": 1309, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/" + } + }, + { + "op_index": 7228, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/", + "inputs": [ + 1307, + 1309 + ], + "outputs": [ + { + "value_id": 1310, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/Conv2D_10/" + } + }, + { + "op_index": 7234, + "type": "1.batch_norm_", + "struct_name": "/LKPAN/IntraCLBlock_1/BatchNorm2D/", + "inputs": [ + 1310, + 48, + 47, + 50, + 49 + ], + "outputs": [ + { + "value_id": 1311, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1312, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1313, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1314, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1315, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1316, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/LKPAN/IntraCLBlock_1/BatchNorm2D/" + } + }, + { + "op_index": 7261, + "type": "1.relu", + "struct_name": "/LKPAN/IntraCLBlock_1/ReLU/", + "inputs": [ + 1311 + ], + "outputs": [ + { + "value_id": 1317, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/ReLU/" + } + }, + { + "op_index": 7267, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_1/", + "inputs": [ + 1201, + 1317 + ], + "outputs": [ + { + "value_id": 1318, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_1/" + } + }, + { + "op_index": 7273, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/", + "inputs": [ + 1200, + 98 + ], + "outputs": [ + { + "value_id": 1319, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/" + } + }, + { + "op_index": 7304, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/", + "inputs": [ + 97, + 1320 + ], + "outputs": [ + { + "value_id": 1321, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/" + } + }, + { + "op_index": 7310, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/", + "inputs": [ + 1319, + 1321 + ], + "outputs": [ + { + "value_id": 1322, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D/" + } + }, + { + "op_index": 7316, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/", + "inputs": [ + 1322, + 82 + ], + "outputs": [ + { + "value_id": 1323, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/" + } + }, + { + "op_index": 7347, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/", + "inputs": [ + 81, + 1324 + ], + "outputs": [ + { + "value_id": 1325, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/" + } + }, + { + "op_index": 7353, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/", + "inputs": [ + 1323, + 1325 + ], + "outputs": [ + { + "value_id": 1326, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_1/" + } + }, + { + "op_index": 7359, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/", + "inputs": [ + 1322, + 94 + ], + "outputs": [ + { + "value_id": 1327, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/" + } + }, + { + "op_index": 7390, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/", + "inputs": [ + 93, + 1328 + ], + "outputs": [ + { + "value_id": 1329, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/" + } + }, + { + "op_index": 7396, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/", + "inputs": [ + 1327, + 1329 + ], + "outputs": [ + { + "value_id": 1330, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_2/" + } + }, + { + "op_index": 7402, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/", + "inputs": [ + 1322, + 88 + ], + "outputs": [ + { + "value_id": 1331, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/" + } + }, + { + "op_index": 7433, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/", + "inputs": [ + 87, + 1332 + ], + "outputs": [ + { + "value_id": 1333, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/" + } + }, + { + "op_index": 7439, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/", + "inputs": [ + 1331, + 1333 + ], + "outputs": [ + { + "value_id": 1334, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_3/" + } + }, + { + "op_index": 7445, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1326, + 1330 + ], + "outputs": [ + { + "value_id": 1335, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7451, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1335, + 1334 + ], + "outputs": [ + { + "value_id": 1336, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7457, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/", + "inputs": [ + 1336, + 80 + ], + "outputs": [ + { + "value_id": 1337, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/" + } + }, + { + "op_index": 7488, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/", + "inputs": [ + 79, + 1338 + ], + "outputs": [ + { + "value_id": 1339, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/" + } + }, + { + "op_index": 7494, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/", + "inputs": [ + 1337, + 1339 + ], + "outputs": [ + { + "value_id": 1340, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_4/" + } + }, + { + "op_index": 7500, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/", + "inputs": [ + 1336, + 92 + ], + "outputs": [ + { + "value_id": 1341, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/" + } + }, + { + "op_index": 7531, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/", + "inputs": [ + 91, + 1342 + ], + "outputs": [ + { + "value_id": 1343, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/" + } + }, + { + "op_index": 7537, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/", + "inputs": [ + 1341, + 1343 + ], + "outputs": [ + { + "value_id": 1344, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_5/" + } + }, + { + "op_index": 7543, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/", + "inputs": [ + 1336, + 86 + ], + "outputs": [ + { + "value_id": 1345, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/" + } + }, + { + "op_index": 7574, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/", + "inputs": [ + 85, + 1346 + ], + "outputs": [ + { + "value_id": 1347, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/" + } + }, + { + "op_index": 7580, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/", + "inputs": [ + 1345, + 1347 + ], + "outputs": [ + { + "value_id": 1348, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_6/" + } + }, + { + "op_index": 7586, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1340, + 1344 + ], + "outputs": [ + { + "value_id": 1349, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7592, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1349, + 1348 + ], + "outputs": [ + { + "value_id": 1350, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7598, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/", + "inputs": [ + 1350, + 78 + ], + "outputs": [ + { + "value_id": 1351, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/" + } + }, + { + "op_index": 7629, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/", + "inputs": [ + 77, + 1352 + ], + "outputs": [ + { + "value_id": 1353, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/" + } + }, + { + "op_index": 7635, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/", + "inputs": [ + 1351, + 1353 + ], + "outputs": [ + { + "value_id": 1354, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_7/" + } + }, + { + "op_index": 7641, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/", + "inputs": [ + 1350, + 90 + ], + "outputs": [ + { + "value_id": 1355, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/" + } + }, + { + "op_index": 7672, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/", + "inputs": [ + 89, + 1356 + ], + "outputs": [ + { + "value_id": 1357, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/" + } + }, + { + "op_index": 7678, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/", + "inputs": [ + 1355, + 1357 + ], + "outputs": [ + { + "value_id": 1358, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_8/" + } + }, + { + "op_index": 7684, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/", + "inputs": [ + 1350, + 84 + ], + "outputs": [ + { + "value_id": 1359, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/" + } + }, + { + "op_index": 7715, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/", + "inputs": [ + 83, + 1360 + ], + "outputs": [ + { + "value_id": 1361, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/" + } + }, + { + "op_index": 7721, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/", + "inputs": [ + 1359, + 1361 + ], + "outputs": [ + { + "value_id": 1362, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_9/" + } + }, + { + "op_index": 7727, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1354, + 1358 + ], + "outputs": [ + { + "value_id": 1363, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7733, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1363, + 1362 + ], + "outputs": [ + { + "value_id": 1364, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7739, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/", + "inputs": [ + 1364, + 96 + ], + "outputs": [ + { + "value_id": 1365, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/" + } + }, + { + "op_index": 7770, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/", + "inputs": [ + 95, + 1366 + ], + "outputs": [ + { + "value_id": 1367, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/" + } + }, + { + "op_index": 7776, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/", + "inputs": [ + 1365, + 1367 + ], + "outputs": [ + { + "value_id": 1368, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/Conv2D_10/" + } + }, + { + "op_index": 7782, + "type": "1.batch_norm_", + "struct_name": "/LKPAN/IntraCLBlock_2/BatchNorm2D/", + "inputs": [ + 1368, + 74, + 73, + 76, + 75 + ], + "outputs": [ + { + "value_id": 1369, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1370, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1371, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1372, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1373, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1374, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/LKPAN/IntraCLBlock_2/BatchNorm2D/" + } + }, + { + "op_index": 7809, + "type": "1.relu", + "struct_name": "/LKPAN/IntraCLBlock_2/ReLU/", + "inputs": [ + 1369 + ], + "outputs": [ + { + "value_id": 1375, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/ReLU/" + } + }, + { + "op_index": 7815, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_2/", + "inputs": [ + 1200, + 1375 + ], + "outputs": [ + { + "value_id": 1376, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_2/" + } + }, + { + "op_index": 7821, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/", + "inputs": [ + 1199, + 124 + ], + "outputs": [ + { + "value_id": 1377, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/" + } + }, + { + "op_index": 7852, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/", + "inputs": [ + 123, + 1378 + ], + "outputs": [ + { + "value_id": 1379, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/" + } + }, + { + "op_index": 7858, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/", + "inputs": [ + 1377, + 1379 + ], + "outputs": [ + { + "value_id": 1380, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D/" + } + }, + { + "op_index": 7864, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/", + "inputs": [ + 1380, + 108 + ], + "outputs": [ + { + "value_id": 1381, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/" + } + }, + { + "op_index": 7895, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/", + "inputs": [ + 107, + 1382 + ], + "outputs": [ + { + "value_id": 1383, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/" + } + }, + { + "op_index": 7901, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/", + "inputs": [ + 1381, + 1383 + ], + "outputs": [ + { + "value_id": 1384, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_1/" + } + }, + { + "op_index": 7907, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/", + "inputs": [ + 1380, + 120 + ], + "outputs": [ + { + "value_id": 1385, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 3, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/" + } + }, + { + "op_index": 7938, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/", + "inputs": [ + 119, + 1386 + ], + "outputs": [ + { + "value_id": 1387, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/" + } + }, + { + "op_index": 7944, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/", + "inputs": [ + 1385, + 1387 + ], + "outputs": [ + { + "value_id": 1388, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_2/" + } + }, + { + "op_index": 7950, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/", + "inputs": [ + 1380, + 114 + ], + "outputs": [ + { + "value_id": 1389, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 3 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/" + } + }, + { + "op_index": 7981, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/", + "inputs": [ + 113, + 1390 + ], + "outputs": [ + { + "value_id": 1391, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/" + } + }, + { + "op_index": 7987, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/", + "inputs": [ + 1389, + 1391 + ], + "outputs": [ + { + "value_id": 1392, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_3/" + } + }, + { + "op_index": 7993, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1384, + 1388 + ], + "outputs": [ + { + "value_id": 1393, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 7999, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1393, + 1392 + ], + "outputs": [ + { + "value_id": 1394, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8005, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/", + "inputs": [ + 1394, + 106 + ], + "outputs": [ + { + "value_id": 1395, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/" + } + }, + { + "op_index": 8036, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/", + "inputs": [ + 105, + 1396 + ], + "outputs": [ + { + "value_id": 1397, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/" + } + }, + { + "op_index": 8042, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/", + "inputs": [ + 1395, + 1397 + ], + "outputs": [ + { + "value_id": 1398, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_4/" + } + }, + { + "op_index": 8048, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/", + "inputs": [ + 1394, + 118 + ], + "outputs": [ + { + "value_id": 1399, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/" + } + }, + { + "op_index": 8079, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/", + "inputs": [ + 117, + 1400 + ], + "outputs": [ + { + "value_id": 1401, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/" + } + }, + { + "op_index": 8085, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/", + "inputs": [ + 1399, + 1401 + ], + "outputs": [ + { + "value_id": 1402, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_5/" + } + }, + { + "op_index": 8091, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/", + "inputs": [ + 1394, + 112 + ], + "outputs": [ + { + "value_id": 1403, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 2 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/" + } + }, + { + "op_index": 8122, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/", + "inputs": [ + 111, + 1404 + ], + "outputs": [ + { + "value_id": 1405, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/" + } + }, + { + "op_index": 8128, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/", + "inputs": [ + 1403, + 1405 + ], + "outputs": [ + { + "value_id": 1406, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_6/" + } + }, + { + "op_index": 8134, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1398, + 1402 + ], + "outputs": [ + { + "value_id": 1407, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8140, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1407, + 1406 + ], + "outputs": [ + { + "value_id": 1408, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8146, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/", + "inputs": [ + 1408, + 104 + ], + "outputs": [ + { + "value_id": 1409, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/" + } + }, + { + "op_index": 8177, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/", + "inputs": [ + 103, + 1410 + ], + "outputs": [ + { + "value_id": 1411, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/" + } + }, + { + "op_index": 8183, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/", + "inputs": [ + 1409, + 1411 + ], + "outputs": [ + { + "value_id": 1412, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_7/" + } + }, + { + "op_index": 8189, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/", + "inputs": [ + 1408, + 116 + ], + "outputs": [ + { + "value_id": 1413, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/" + } + }, + { + "op_index": 8220, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/", + "inputs": [ + 115, + 1414 + ], + "outputs": [ + { + "value_id": 1415, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/" + } + }, + { + "op_index": 8226, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/", + "inputs": [ + 1413, + 1415 + ], + "outputs": [ + { + "value_id": 1416, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_8/" + } + }, + { + "op_index": 8232, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/", + "inputs": [ + 1408, + 110 + ], + "outputs": [ + { + "value_id": 1417, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/" + } + }, + { + "op_index": 8263, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/", + "inputs": [ + 109, + 1418 + ], + "outputs": [ + { + "value_id": 1419, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/" + } + }, + { + "op_index": 8269, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/", + "inputs": [ + 1417, + 1419 + ], + "outputs": [ + { + "value_id": 1420, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_9/" + } + }, + { + "op_index": 8275, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1412, + 1416 + ], + "outputs": [ + { + "value_id": 1421, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8281, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1421, + 1420 + ], + "outputs": [ + { + "value_id": 1422, + "dtype": "f32", + "shape": [ + -1, + 32, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8287, + "type": "1.conv2d", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/", + "inputs": [ + 1422, + 122 + ], + "outputs": [ + { + "value_id": 1423, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/" + } + }, + { + "op_index": 8318, + "type": "1.reshape", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/", + "inputs": [ + 121, + 1424 + ], + "outputs": [ + { + "value_id": 1425, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/" + } + }, + { + "op_index": 8324, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/", + "inputs": [ + 1423, + 1425 + ], + "outputs": [ + { + "value_id": 1426, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/Conv2D_10/" + } + }, + { + "op_index": 8330, + "type": "1.batch_norm_", + "struct_name": "/LKPAN/IntraCLBlock_3/BatchNorm2D/", + "inputs": [ + 1426, + 100, + 99, + 102, + 101 + ], + "outputs": [ + { + "value_id": 1427, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1428, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1429, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1430, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1431, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1432, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/LKPAN/IntraCLBlock_3/BatchNorm2D/" + } + }, + { + "op_index": 8357, + "type": "1.relu", + "struct_name": "/LKPAN/IntraCLBlock_3/ReLU/", + "inputs": [ + 1427 + ], + "outputs": [ + { + "value_id": 1433, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/ReLU/" + } + }, + { + "op_index": 8363, + "type": "1.add", + "struct_name": "/LKPAN/IntraCLBlock_3/", + "inputs": [ + 1199, + 1433 + ], + "outputs": [ + { + "value_id": 1434, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/IntraCLBlock_3/" + } + }, + { + "op_index": 8369, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1260, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1435, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 8.0, + 8.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 8385, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1318, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1436, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 4.0, + 4.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 8401, + "type": "1.nearest_interp", + "struct_name": "/LKPAN/", + "inputs": [ + 1376, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1437, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 8440, + "type": "1.concat", + "struct_name": "/LKPAN/", + "inputs": [ + 1439, + 1438 + ], + "outputs": [ + { + "value_id": 1440, + "dtype": "f32", + "shape": [ + -1, + 256, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/LKPAN/" + } + }, + { + "op_index": 8446, + "type": "1.conv2d", + "struct_name": "/PFHeadLocal/Head/Conv2D/", + "inputs": [ + 1440, + 20 + ], + "outputs": [ + { + "value_id": 1441, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PFHeadLocal/Head/Conv2D/" + } + }, + { + "op_index": 8464, + "type": "1.batch_norm_", + "struct_name": "/PFHeadLocal/Head/BatchNorm/", + "inputs": [ + 1441, + 17, + 16, + 19, + 18 + ], + "outputs": [ + { + "value_id": 1442, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1443, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1444, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1445, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1446, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1447, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": false, + "trainable_statistics": false, + "struct_name": "/PFHeadLocal/Head/BatchNorm/" + } + }, + { + "op_index": 8491, + "type": "1.relu", + "struct_name": "/PFHeadLocal/Head/BatchNorm/", + "inputs": [ + 1442 + ], + "outputs": [ + { + "value_id": 1448, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/BatchNorm/" + } + }, + { + "op_index": 8506, + "type": "1.conv2d_transpose", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/", + "inputs": [ + 1448, + 15, + 1449 + ], + "outputs": [ + { + "value_id": 1450, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 0, + 0 + ], + "output_padding": [], + "padding_algorithm": "EXPLICIT", + "groups": 1, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/" + } + }, + { + "op_index": 8538, + "type": "1.reshape", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/", + "inputs": [ + 14, + 1451 + ], + "outputs": [ + { + "value_id": 1452, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/" + } + }, + { + "op_index": 8544, + "type": "1.add", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/", + "inputs": [ + 1450, + 1452 + ], + "outputs": [ + { + "value_id": 1453, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose/" + } + }, + { + "op_index": 8550, + "type": "1.batch_norm_", + "struct_name": "/PFHeadLocal/Head/BatchNorm_1/", + "inputs": [ + 1453, + 11, + 10, + 13, + 12 + ], + "outputs": [ + { + "value_id": 1454, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1455, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1456, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1457, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1458, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1459, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": false, + "trainable_statistics": false, + "struct_name": "/PFHeadLocal/Head/BatchNorm_1/" + } + }, + { + "op_index": 8577, + "type": "1.relu", + "struct_name": "/PFHeadLocal/Head/BatchNorm_1/", + "inputs": [ + 1454 + ], + "outputs": [ + { + "value_id": 1460, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/BatchNorm_1/" + } + }, + { + "op_index": 8592, + "type": "1.conv2d_transpose", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/", + "inputs": [ + 1460, + 9, + 1461 + ], + "outputs": [ + { + "value_id": 1462, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 0, + 0 + ], + "output_padding": [], + "padding_algorithm": "EXPLICIT", + "groups": 1, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/" + } + }, + { + "op_index": 8624, + "type": "1.reshape", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/", + "inputs": [ + 8, + 1463 + ], + "outputs": [ + { + "value_id": 1464, + "dtype": "f32", + "shape": [ + 1, + 1, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/" + } + }, + { + "op_index": 8630, + "type": "1.add", + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/", + "inputs": [ + 1462, + 1464 + ], + "outputs": [ + { + "value_id": 1465, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/Head/Conv2DTranspose_1/" + } + }, + { + "op_index": 8642, + "type": "1.nearest_interp", + "struct_name": "/PFHeadLocal/Upsample/", + "inputs": [ + 1460, + 0, + 0, + 0 + ], + "outputs": [ + { + "value_id": 1467, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "data_format": "NCHW", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ], + "interp_method": "nearest", + "align_corners": false, + "align_mode": 1, + "struct_name": "/PFHeadLocal/Upsample/" + } + }, + { + "op_index": 8677, + "type": "1.concat", + "struct_name": "/PFHeadLocal/LocalModule/", + "inputs": [ + 1469, + 1468 + ], + "outputs": [ + { + "value_id": 1470, + "dtype": "f32", + "shape": [ + -1, + 65, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/LocalModule/" + } + }, + { + "op_index": 8683, + "type": "1.conv2d", + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/Conv2D/", + "inputs": [ + 1470, + 7 + ], + "outputs": [ + { + "value_id": 1471, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 8701, + "type": "1.batch_norm_", + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/BatchNorm/", + "inputs": [ + 1471, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 1472, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + }, + { + "value_id": 1473, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1474, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1475, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1476, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 1477, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": false, + "trainable_statistics": false, + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/BatchNorm/" + } + }, + { + "op_index": 8728, + "type": "1.relu", + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/", + "inputs": [ + 1472 + ], + "outputs": [ + { + "value_id": 1478, + "dtype": "f32", + "shape": [ + -1, + 64, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/LocalModule/ConvBNLayer/" + } + }, + { + "op_index": 8734, + "type": "1.conv2d", + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/", + "inputs": [ + 1478, + 2 + ], + "outputs": [ + { + "value_id": 1479, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/" + } + }, + { + "op_index": 8765, + "type": "1.reshape", + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/", + "inputs": [ + 1, + 1480 + ], + "outputs": [ + { + "value_id": 1481, + "dtype": "f32", + "shape": [ + 1, + 1, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/" + } + }, + { + "op_index": 8771, + "type": "1.add", + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/", + "inputs": [ + 1479, + 1481 + ], + "outputs": [ + { + "value_id": 1482, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/LocalModule/Conv2D/" + } + }, + { + "op_index": 8783, + "type": "1.add", + "struct_name": "/PFHeadLocal/", + "inputs": [ + 1466, + 1483 + ], + "outputs": [ + { + "value_id": 1484, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PFHeadLocal/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/PP-OCRv5_server_det_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/PP-OCRv5_server_det_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": null, + "detection_postprocess": { + "threshold": 0.3, + "box_threshold": 0.6, + "unclip_ratio": 1.5 + } + }, + { + "variant": "PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/PP-OCRv5_mobile_rec", + "config_sha256": "6df1587ae056f0b987125fc894b17f62ae3a12644fa2488d108f19377da9c1a8", + "inference_json_sha256": "24587345250c7332d0fc6f9a44e794d078cdaeb64c302fef906f325619de2569", + "pdiparams_sha256": "2460da90875937c94db97eba74ae3d9e5d4c4c57c42f1f41531c09a26bcc771a", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "model_name": "PP-OCRv5_mobile_rec", + "dynamic_shapes": [ + [ + 1, + 3, + 48, + 160 + ], + [ + 1, + 3, + 48, + 320 + ], + [ + 8, + 3, + 48, + 3200 + ] + ], + "parameter_count": 234, + "parameters": [ + { + "key": "linear_8.b_0", + "shape": [ + 18385 + ] + }, + { + "key": "linear_8.w_0", + "shape": [ + 120, + 18385 + ] + }, + { + "key": "batch_norm2d_150.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_149.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 60, + 960, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_148.w_2", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_1", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.b_0", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "layer_norm_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_4.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_6.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_6.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_3.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_4.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_4.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_2.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_2.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_2.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_1.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_0.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_0.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_0.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_0.w_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_146.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 60, + 480, + 1, + 3 + ] + }, + { + "key": "conv2d_163.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_163.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_162.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_162.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_53.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_53.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_161.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_161.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_160.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_160.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_49.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_49.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_159.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_159.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 120, + 480, + 1, + 1 + ] + }, + { + "key": "conv2d_158.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_158.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_45.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_45.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_157.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_157.w_0", + "shape": [ + 480, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 240, + 60, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 60, + 240, + 1, + 1 + ] + }, + { + "key": "conv2d_156.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_156.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_41.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_41.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_155.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_155.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_154.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_154.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_37.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_37.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_153.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_153.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_152.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_152.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_33.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_33.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_151.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_151.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_150.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_150.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_29.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_29.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_149.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_149.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_148.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_148.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_25.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_25.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_147.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_147.w_0", + "shape": [ + 240, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_146.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_146.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_21.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_21.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_145.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_145.w_0", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_144.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_144.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_17.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_17.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_143.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_142.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_13.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_13.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_141.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_141.w_0", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_140.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_9.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_9.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_138.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_5.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_5.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_1.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_1.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_0", + "shape": [ + 1 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 16, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 612, + "0.a_bool": 530, + "0.a_f32": 23, + "0.a_f64": 14, + "0.a_i32": 334, + "0.a_i64": 186, + "0.a_str": 506, + "0.combine": 2, + "0.t_dtensor": 693, + "0.t_f32": 614, + "0.t_i32": 1, + "0.t_i64": 64, + "0.t_ui8": 14, + "0.t_vec": 2, + "1.a_dtype": 69, + "1.a_intarray": 15, + "1.a_place": 69, + "1.add": 101, + "1.assign": 1, + "1.batch_norm_": 6, + "1.concat": 1, + "1.conv2d": 24, + "1.data": 1, + "1.depthwise_conv2d": 14, + "1.dropout": 8, + "1.fetch": 1, + "1.flatten": 1, + "1.full": 14, + "1.full_int_array": 54, + "1.hardsigmoid": 2, + "1.hardswish": 28, + "1.layer_norm": 5, + "1.matmul": 13, + "1.multiply": 58, + "1.pool2d": 3, + "1.relu": 2, + "1.reshape": 37, + "1.scale": 2, + "1.shape64": 1, + "1.slice": 7, + "1.softmax": 3, + "1.squeeze": 1, + "1.stack": 1, + "1.swish": 7, + "1.transpose": 9, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 4380, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 688 + ], + "outputs": [ + { + "value_id": 689, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 713, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/", + "inputs": [ + 235, + 234 + ], + "outputs": [ + { + "value_id": 236, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 731, + "type": "1.batch_norm_", + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 236, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 237, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + }, + { + "value_id": 238, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 239, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 240, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 241, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 242, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 758, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 237, + 225 + ], + "outputs": [ + { + "value_id": 243, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 16, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 789, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 224, + 244 + ], + "outputs": [ + { + "value_id": 245, + "dtype": "f32", + "shape": [ + 1, + 16, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 795, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 243, + 245 + ], + "outputs": [ + { + "value_id": 246, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 801, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 229, + 246 + ], + "outputs": [ + { + "value_id": 247, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 807, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 247, + 228 + ], + "outputs": [ + { + "value_id": 248, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 813, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 248 + ], + "outputs": [ + { + "value_id": 249, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 819, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 227, + 249 + ], + "outputs": [ + { + "value_id": 250, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 825, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 250, + 226 + ], + "outputs": [ + { + "value_id": 251, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 831, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 251, + 219 + ], + "outputs": [ + { + "value_id": 252, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 862, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 218, + 253 + ], + "outputs": [ + { + "value_id": 254, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 868, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 252, + 254 + ], + "outputs": [ + { + "value_id": 255, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 874, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 223, + 255 + ], + "outputs": [ + { + "value_id": 256, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 880, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 256, + 222 + ], + "outputs": [ + { + "value_id": 257, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 886, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 257 + ], + "outputs": [ + { + "value_id": 258, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 892, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 221, + 258 + ], + "outputs": [ + { + "value_id": 259, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 898, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 259, + 220 + ], + "outputs": [ + { + "value_id": 260, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 904, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 260, + 213 + ], + "outputs": [ + { + "value_id": 261, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 32, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 935, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 212, + 262 + ], + "outputs": [ + { + "value_id": 263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 941, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 261, + 263 + ], + "outputs": [ + { + "value_id": 264, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 947, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 217, + 264 + ], + "outputs": [ + { + "value_id": 265, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 953, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 265, + 216 + ], + "outputs": [ + { + "value_id": 266, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 959, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 266 + ], + "outputs": [ + { + "value_id": 267, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 965, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 215, + 267 + ], + "outputs": [ + { + "value_id": 268, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 971, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 268, + 214 + ], + "outputs": [ + { + "value_id": 269, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 977, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 269, + 207 + ], + "outputs": [ + { + "value_id": 270, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1008, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 206, + 271 + ], + "outputs": [ + { + "value_id": 272, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1014, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 270, + 272 + ], + "outputs": [ + { + "value_id": 273, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1020, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 211, + 273 + ], + "outputs": [ + { + "value_id": 274, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1026, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 274, + 210 + ], + "outputs": [ + { + "value_id": 275, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1032, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 275 + ], + "outputs": [ + { + "value_id": 276, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1038, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 209, + 276 + ], + "outputs": [ + { + "value_id": 277, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1044, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 277, + 208 + ], + "outputs": [ + { + "value_id": 278, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1050, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 278, + 201 + ], + "outputs": [ + { + "value_id": 279, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1081, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 200, + 280 + ], + "outputs": [ + { + "value_id": 281, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1087, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 279, + 281 + ], + "outputs": [ + { + "value_id": 282, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1093, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 205, + 282 + ], + "outputs": [ + { + "value_id": 283, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1099, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 283, + 204 + ], + "outputs": [ + { + "value_id": 284, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1105, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 284 + ], + "outputs": [ + { + "value_id": 285, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1111, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 203, + 285 + ], + "outputs": [ + { + "value_id": 286, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1117, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 286, + 202 + ], + "outputs": [ + { + "value_id": 287, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1123, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 287, + 195 + ], + "outputs": [ + { + "value_id": 288, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1154, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 194, + 289 + ], + "outputs": [ + { + "value_id": 290, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1160, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 288, + 290 + ], + "outputs": [ + { + "value_id": 291, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1166, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 199, + 291 + ], + "outputs": [ + { + "value_id": 292, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1172, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 292, + 198 + ], + "outputs": [ + { + "value_id": 293, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1178, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 293 + ], + "outputs": [ + { + "value_id": 294, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1184, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 197, + 294 + ], + "outputs": [ + { + "value_id": 295, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1190, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 295, + 196 + ], + "outputs": [ + { + "value_id": 296, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1196, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 296, + 189 + ], + "outputs": [ + { + "value_id": 297, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1227, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 188, + 298 + ], + "outputs": [ + { + "value_id": 299, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1233, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 297, + 299 + ], + "outputs": [ + { + "value_id": 300, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1239, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 193, + 300 + ], + "outputs": [ + { + "value_id": 301, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1245, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 301, + 192 + ], + "outputs": [ + { + "value_id": 302, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1251, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 302 + ], + "outputs": [ + { + "value_id": 303, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1257, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 191, + 303 + ], + "outputs": [ + { + "value_id": 304, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1263, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 304, + 190 + ], + "outputs": [ + { + "value_id": 305, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1269, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 305, + 183 + ], + "outputs": [ + { + "value_id": 306, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1300, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 182, + 307 + ], + "outputs": [ + { + "value_id": 308, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1306, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 306, + 308 + ], + "outputs": [ + { + "value_id": 309, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1312, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 187, + 309 + ], + "outputs": [ + { + "value_id": 310, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1318, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 310, + 186 + ], + "outputs": [ + { + "value_id": 311, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1324, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 311 + ], + "outputs": [ + { + "value_id": 312, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1330, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 185, + 312 + ], + "outputs": [ + { + "value_id": 313, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1336, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 313, + 184 + ], + "outputs": [ + { + "value_id": 314, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1342, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 314, + 177 + ], + "outputs": [ + { + "value_id": 315, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1373, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 176, + 316 + ], + "outputs": [ + { + "value_id": 317, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1379, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 315, + 317 + ], + "outputs": [ + { + "value_id": 318, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1385, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 181, + 318 + ], + "outputs": [ + { + "value_id": 319, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1391, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 319, + 180 + ], + "outputs": [ + { + "value_id": 320, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1397, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 320 + ], + "outputs": [ + { + "value_id": 321, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1403, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 179, + 321 + ], + "outputs": [ + { + "value_id": 322, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1409, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 322, + 178 + ], + "outputs": [ + { + "value_id": 323, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1415, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 323, + 171 + ], + "outputs": [ + { + "value_id": 324, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1446, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 170, + 325 + ], + "outputs": [ + { + "value_id": 326, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1452, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 324, + 326 + ], + "outputs": [ + { + "value_id": 327, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1458, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 175, + 327 + ], + "outputs": [ + { + "value_id": 328, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 328, + 174 + ], + "outputs": [ + { + "value_id": 329, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1470, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 329 + ], + "outputs": [ + { + "value_id": 330, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1476, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 173, + 330 + ], + "outputs": [ + { + "value_id": 331, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1482, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 331, + 172 + ], + "outputs": [ + { + "value_id": 332, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1488, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 332, + 165 + ], + "outputs": [ + { + "value_id": 333, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1519, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 164, + 334 + ], + "outputs": [ + { + "value_id": 335, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1525, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 333, + 335 + ], + "outputs": [ + { + "value_id": 336, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1531, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 169, + 336 + ], + "outputs": [ + { + "value_id": 337, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 337, + 168 + ], + "outputs": [ + { + "value_id": 338, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1543, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 338 + ], + "outputs": [ + { + "value_id": 339, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1549, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 167, + 339 + ], + "outputs": [ + { + "value_id": 340, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1555, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 340, + 166 + ], + "outputs": [ + { + "value_id": 341, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1561, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 341, + 159 + ], + "outputs": [ + { + "value_id": 342, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1592, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 158, + 343 + ], + "outputs": [ + { + "value_id": 344, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1598, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 342, + 344 + ], + "outputs": [ + { + "value_id": 345, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1604, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 163, + 345 + ], + "outputs": [ + { + "value_id": 346, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1610, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 346, + 162 + ], + "outputs": [ + { + "value_id": 347, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1616, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 347 + ], + "outputs": [ + { + "value_id": 348, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1622, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 161, + 348 + ], + "outputs": [ + { + "value_id": 349, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1628, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 349, + 160 + ], + "outputs": [ + { + "value_id": 350, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1634, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 350, + 153 + ], + "outputs": [ + { + "value_id": 351, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1665, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 152, + 352 + ], + "outputs": [ + { + "value_id": 353, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1671, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 351, + 353 + ], + "outputs": [ + { + "value_id": 354, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1677, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 157, + 354 + ], + "outputs": [ + { + "value_id": 355, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1683, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 355, + 156 + ], + "outputs": [ + { + "value_id": 356, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1689, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 356 + ], + "outputs": [ + { + "value_id": 357, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1695, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 155, + 357 + ], + "outputs": [ + { + "value_id": 358, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1701, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 358, + 154 + ], + "outputs": [ + { + "value_id": 359, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1707, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 359, + 147 + ], + "outputs": [ + { + "value_id": 360, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1738, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 146, + 361 + ], + "outputs": [ + { + "value_id": 362, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1744, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 360, + 362 + ], + "outputs": [ + { + "value_id": 363, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1750, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 151, + 363 + ], + "outputs": [ + { + "value_id": 364, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1756, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 364, + 150 + ], + "outputs": [ + { + "value_id": 365, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1762, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 365 + ], + "outputs": [ + { + "value_id": 366, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1768, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 149, + 366 + ], + "outputs": [ + { + "value_id": 367, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1774, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 367, + 148 + ], + "outputs": [ + { + "value_id": 368, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1780, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 368, + 141 + ], + "outputs": [ + { + "value_id": 369, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1811, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 140, + 370 + ], + "outputs": [ + { + "value_id": 371, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1817, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 369, + 371 + ], + "outputs": [ + { + "value_id": 372, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1823, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 145, + 372 + ], + "outputs": [ + { + "value_id": 373, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1829, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 373, + 144 + ], + "outputs": [ + { + "value_id": 374, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1835, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 374 + ], + "outputs": [ + { + "value_id": 375, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1841, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 143, + 375 + ], + "outputs": [ + { + "value_id": 376, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1847, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 376, + 142 + ], + "outputs": [ + { + "value_id": 377, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1853, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 377, + 135 + ], + "outputs": [ + { + "value_id": 378, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1884, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 134, + 379 + ], + "outputs": [ + { + "value_id": 380, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1890, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 378, + 380 + ], + "outputs": [ + { + "value_id": 381, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1896, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 139, + 381 + ], + "outputs": [ + { + "value_id": 382, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1902, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 382, + 138 + ], + "outputs": [ + { + "value_id": 383, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1908, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 383 + ], + "outputs": [ + { + "value_id": 384, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1914, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 137, + 384 + ], + "outputs": [ + { + "value_id": 385, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1920, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 385, + 136 + ], + "outputs": [ + { + "value_id": 386, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1926, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 386, + 129 + ], + "outputs": [ + { + "value_id": 387, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1957, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 128, + 388 + ], + "outputs": [ + { + "value_id": 389, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1963, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 387, + 389 + ], + "outputs": [ + { + "value_id": 390, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1969, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 133, + 390 + ], + "outputs": [ + { + "value_id": 391, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1975, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 391, + 132 + ], + "outputs": [ + { + "value_id": 392, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1981, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 392 + ], + "outputs": [ + { + "value_id": 393, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1987, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 131, + 393 + ], + "outputs": [ + { + "value_id": 394, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1993, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 394, + 130 + ], + "outputs": [ + { + "value_id": 395, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1999, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 395, + 123 + ], + "outputs": [ + { + "value_id": 396, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2030, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 122, + 397 + ], + "outputs": [ + { + "value_id": 398, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2036, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 396, + 398 + ], + "outputs": [ + { + "value_id": 399, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2042, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 127, + 399 + ], + "outputs": [ + { + "value_id": 400, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2048, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 400, + 126 + ], + "outputs": [ + { + "value_id": 401, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2054, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 401 + ], + "outputs": [ + { + "value_id": 402, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2060, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 125, + 402 + ], + "outputs": [ + { + "value_id": 403, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2066, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 403, + 124 + ], + "outputs": [ + { + "value_id": 404, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2072, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 404, + 117 + ], + "outputs": [ + { + "value_id": 405, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2103, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 116, + 406 + ], + "outputs": [ + { + "value_id": 407, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2109, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 405, + 407 + ], + "outputs": [ + { + "value_id": 408, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2115, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 121, + 408 + ], + "outputs": [ + { + "value_id": 409, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2121, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 409, + 120 + ], + "outputs": [ + { + "value_id": 410, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2127, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 410 + ], + "outputs": [ + { + "value_id": 411, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2133, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 119, + 411 + ], + "outputs": [ + { + "value_id": 412, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2139, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 412, + 118 + ], + "outputs": [ + { + "value_id": 413, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2145, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 413, + 111 + ], + "outputs": [ + { + "value_id": 414, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2176, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 110, + 415 + ], + "outputs": [ + { + "value_id": 416, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2182, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 414, + 416 + ], + "outputs": [ + { + "value_id": 417, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2188, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 115, + 417 + ], + "outputs": [ + { + "value_id": 418, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2194, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 418, + 114 + ], + "outputs": [ + { + "value_id": 419, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2200, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 419 + ], + "outputs": [ + { + "value_id": 420, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2206, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 113, + 420 + ], + "outputs": [ + { + "value_id": 421, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2212, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 421, + 112 + ], + "outputs": [ + { + "value_id": 422, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2218, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 422, + 105 + ], + "outputs": [ + { + "value_id": 423, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2249, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 104, + 424 + ], + "outputs": [ + { + "value_id": 425, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2255, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 423, + 425 + ], + "outputs": [ + { + "value_id": 426, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2261, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 109, + 426 + ], + "outputs": [ + { + "value_id": 427, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2267, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 427, + 108 + ], + "outputs": [ + { + "value_id": 428, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2273, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 428 + ], + "outputs": [ + { + "value_id": 429, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2279, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 107, + 429 + ], + "outputs": [ + { + "value_id": 430, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2285, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 430, + 106 + ], + "outputs": [ + { + "value_id": 431, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2302, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 431, + 432 + ], + "outputs": [ + { + "value_id": 433, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2321, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 433, + 103 + ], + "outputs": [ + { + "value_id": 434, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2352, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 102, + 435 + ], + "outputs": [ + { + "value_id": 436, + "dtype": "f32", + "shape": [ + 1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2358, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 434, + 436 + ], + "outputs": [ + { + "value_id": 437, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2364, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/", + "inputs": [ + 437 + ], + "outputs": [ + { + "value_id": 438, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/" + } + }, + { + "op_index": 2370, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 438, + 101 + ], + "outputs": [ + { + "value_id": 439, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2401, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 100, + 440 + ], + "outputs": [ + { + "value_id": 441, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2407, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 439, + 441 + ], + "outputs": [ + { + "value_id": 442, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2413, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/", + "inputs": [ + 442 + ], + "outputs": [ + { + "value_id": 443, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2421, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/", + "inputs": [ + 431, + 443 + ], + "outputs": [ + { + "value_id": 444, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/" + } + }, + { + "op_index": 2427, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 444, + 95 + ], + "outputs": [ + { + "value_id": 445, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2458, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 94, + 446 + ], + "outputs": [ + { + "value_id": 447, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 445, + 447 + ], + "outputs": [ + { + "value_id": 448, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2470, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 99, + 448 + ], + "outputs": [ + { + "value_id": 449, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2476, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 449, + 98 + ], + "outputs": [ + { + "value_id": 450, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2482, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 450 + ], + "outputs": [ + { + "value_id": 451, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2488, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 97, + 451 + ], + "outputs": [ + { + "value_id": 452, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2494, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 452, + 96 + ], + "outputs": [ + { + "value_id": 453, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2500, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 453, + 89 + ], + "outputs": [ + { + "value_id": 454, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2531, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 88, + 455 + ], + "outputs": [ + { + "value_id": 456, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 454, + 456 + ], + "outputs": [ + { + "value_id": 457, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2543, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 93, + 457 + ], + "outputs": [ + { + "value_id": 458, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2549, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 458, + 92 + ], + "outputs": [ + { + "value_id": 459, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2555, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 459 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2561, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 91, + 460 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2567, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 461, + 90 + ], + "outputs": [ + { + "value_id": 462, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2584, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 462, + 463 + ], + "outputs": [ + { + "value_id": 464, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2603, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 464, + 87 + ], + "outputs": [ + { + "value_id": 465, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2634, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 86, + 466 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + 1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2640, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 465, + 467 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2646, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/", + "inputs": [ + 468 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/" + } + }, + { + "op_index": 2652, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 469, + 85 + ], + "outputs": [ + { + "value_id": 470, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2683, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 84, + 471 + ], + "outputs": [ + { + "value_id": 472, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2689, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 470, + 472 + ], + "outputs": [ + { + "value_id": 473, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2695, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/", + "inputs": [ + 473 + ], + "outputs": [ + { + "value_id": 474, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2703, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/", + "inputs": [ + 462, + 474 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/" + } + }, + { + "op_index": 2709, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 475, + 79 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2740, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 78, + 477 + ], + "outputs": [ + { + "value_id": 478, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2746, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 476, + 478 + ], + "outputs": [ + { + "value_id": 479, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2752, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 83, + 479 + ], + "outputs": [ + { + "value_id": 480, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2758, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 480, + 82 + ], + "outputs": [ + { + "value_id": 481, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2764, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 481 + ], + "outputs": [ + { + "value_id": 482, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2770, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 81, + 482 + ], + "outputs": [ + { + "value_id": 483, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2776, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 483, + 80 + ], + "outputs": [ + { + "value_id": 484, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2782, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 484, + 73 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2813, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 72, + 486 + ], + "outputs": [ + { + "value_id": 487, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2819, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 485, + 487 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2825, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 77, + 488 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2831, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 489, + 76 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2837, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 490 + ], + "outputs": [ + { + "value_id": 491, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2843, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 75, + 491 + ], + "outputs": [ + { + "value_id": 492, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2849, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 492, + 74 + ], + "outputs": [ + { + "value_id": 493, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2855, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 493, + 67 + ], + "outputs": [ + { + "value_id": 494, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2886, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 66, + 495 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2892, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 494, + 496 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2898, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 71, + 497 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2904, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 498, + 70 + ], + "outputs": [ + { + "value_id": 499, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2910, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 499 + ], + "outputs": [ + { + "value_id": 500, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2916, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 69, + 500 + ], + "outputs": [ + { + "value_id": 501, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2922, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 501, + 68 + ], + "outputs": [ + { + "value_id": 502, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2928, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 502, + 61 + ], + "outputs": [ + { + "value_id": 503, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2959, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 60, + 504 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2965, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 503, + 505 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2971, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 65, + 506 + ], + "outputs": [ + { + "value_id": 507, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2977, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 507, + 64 + ], + "outputs": [ + { + "value_id": 508, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2983, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 508 + ], + "outputs": [ + { + "value_id": 509, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2989, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 63, + 509 + ], + "outputs": [ + { + "value_id": 510, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2995, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 510, + 62 + ], + "outputs": [ + { + "value_id": 511, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3001, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 511, + 55 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3032, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 54, + 513 + ], + "outputs": [ + { + "value_id": 514, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3038, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 512, + 514 + ], + "outputs": [ + { + "value_id": 515, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3044, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 59, + 515 + ], + "outputs": [ + { + "value_id": 516, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3050, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 516, + 58 + ], + "outputs": [ + { + "value_id": 517, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3056, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 517 + ], + "outputs": [ + { + "value_id": 518, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 3062, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 57, + 518 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3068, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 519, + 56 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3085, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/", + "inputs": [ + 520, + 521 + ], + "outputs": [ + { + "value_id": 522, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 3, + 2 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/" + } + }, + { + "op_index": 3110, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/", + "inputs": [ + 523, + 53 + ], + "outputs": [ + { + "value_id": 524, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 3128, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 524, + 50, + 49, + 52, + 51 + ], + "outputs": [ + { + "value_id": 525, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 526, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 527, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 528, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 529, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 530, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 3155, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/", + "inputs": [ + 525 + ], + "outputs": [ + { + "value_id": 531, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/" + } + }, + { + "op_index": 3161, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/", + "inputs": [ + 531, + 48 + ], + "outputs": [ + { + "value_id": 532, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/" + } + }, + { + "op_index": 3179, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/", + "inputs": [ + 532, + 45, + 44, + 47, + 46 + ], + "outputs": [ + { + "value_id": 533, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 534, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 535, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 536, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 537, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 538, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/" + } + }, + { + "op_index": 3206, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/", + "inputs": [ + 533 + ], + "outputs": [ + { + "value_id": 539, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/" + } + }, + { + "op_index": 3238, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 540, + 541, + 542 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "i64", + "shape": [] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3258, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 544 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3268, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/", + "inputs": [ + 545, + 43, + 42 + ], + "outputs": [ + { + "value_id": 546, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 547, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/" + } + }, + { + "op_index": 3282, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 546, + 41 + ], + "outputs": [ + { + "value_id": 549, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3290, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 549, + 40 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3310, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 550, + 551 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3316, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 552 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3348, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 554, + 555 + ], + "outputs": [ + { + "value_id": 556, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3398, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 559, + 560 + ], + "outputs": [ + { + "value_id": 561, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3430, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 562, + 563 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3442, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 561 + ], + "outputs": [ + { + "value_id": 565, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3453, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 558, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3461, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 566 + ], + "outputs": [ + { + "value_id": 567, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3478, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/", + "inputs": [ + 567, + 0, + 568 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 570, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/" + } + }, + { + "op_index": 3491, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 569, + 564 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3499, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 571 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3522, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 572, + 573 + ], + "outputs": [ + { + "value_id": 574, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3528, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 574, + 39 + ], + "outputs": [ + { + "value_id": 575, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3536, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 575, + 38 + ], + "outputs": [ + { + "value_id": 576, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3552, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/", + "inputs": [ + 576, + 0, + 577 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 579, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/" + } + }, + { + "op_index": 3565, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 545, + 578 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3571, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/", + "inputs": [ + 580, + 37, + 36 + ], + "outputs": [ + { + "value_id": 581, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/" + } + }, + { + "op_index": 3585, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 581, + 35 + ], + "outputs": [ + { + "value_id": 584, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3593, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 584, + 34 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3599, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/", + "inputs": [ + 585 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/" + } + }, + { + "op_index": 3615, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/", + "inputs": [ + 586, + 0, + 587 + ], + "outputs": [ + { + "value_id": 588, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 589, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/" + } + }, + { + "op_index": 3628, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 588, + 33 + ], + "outputs": [ + { + "value_id": 590, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3636, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 590, + 32 + ], + "outputs": [ + { + "value_id": 591, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3652, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/", + "inputs": [ + 591, + 0, + 592 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 594, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/" + } + }, + { + "op_index": 3665, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 580, + 593 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3671, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/", + "inputs": [ + 595, + 31, + 30 + ], + "outputs": [ + { + "value_id": 596, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/" + } + }, + { + "op_index": 3685, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 596, + 29 + ], + "outputs": [ + { + "value_id": 599, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3693, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 599, + 28 + ], + "outputs": [ + { + "value_id": 600, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3713, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 600, + 601 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3719, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 602 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3751, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 604, + 605 + ], + "outputs": [ + { + "value_id": 606, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3801, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 609, + 610 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3833, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 612, + 613 + ], + "outputs": [ + { + "value_id": 614, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3845, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 615, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3856, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 608, + 615 + ], + "outputs": [ + { + "value_id": 616, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3864, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 616 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3881, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/", + "inputs": [ + 617, + 0, + 618 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 620, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/" + } + }, + { + "op_index": 3894, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 619, + 614 + ], + "outputs": [ + { + "value_id": 621, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3902, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 621 + ], + "outputs": [ + { + "value_id": 622, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3925, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 622, + 623 + ], + "outputs": [ + { + "value_id": 624, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3931, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 624, + 27 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3939, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 625, + 26 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3955, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/", + "inputs": [ + 626, + 0, + 627 + ], + "outputs": [ + { + "value_id": 628, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 629, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/" + } + }, + { + "op_index": 3968, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 595, + 628 + ], + "outputs": [ + { + "value_id": 630, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 3974, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/", + "inputs": [ + 630, + 25, + 24 + ], + "outputs": [ + { + "value_id": 631, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 632, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/" + } + }, + { + "op_index": 3988, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 631, + 23 + ], + "outputs": [ + { + "value_id": 634, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 3996, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 634, + 22 + ], + "outputs": [ + { + "value_id": 635, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 4002, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/", + "inputs": [ + 635 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/" + } + }, + { + "op_index": 4018, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/", + "inputs": [ + 636, + 0, + 637 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 639, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/" + } + }, + { + "op_index": 4031, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 638, + 21 + ], + "outputs": [ + { + "value_id": 640, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4039, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 640, + 20 + ], + "outputs": [ + { + "value_id": 641, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4055, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/", + "inputs": [ + 641, + 0, + 642 + ], + "outputs": [ + { + "value_id": 643, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 644, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/" + } + }, + { + "op_index": 4068, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 630, + 643 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 4074, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/", + "inputs": [ + 645, + 19, + 18 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999974752427e-07, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/" + } + }, + { + "op_index": 4131, + "type": "1.stack", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 652 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "i64", + "shape": [ + 4 + ] + } + ], + "attrs": { + "axis": 0, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4138, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 646, + 653 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4144, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 654 + ], + "outputs": [ + { + "value_id": 655, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 3, + 1, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4155, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/", + "inputs": [ + 655, + 17 + ], + "outputs": [ + { + "value_id": 656, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/" + } + }, + { + "op_index": 4173, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/", + "inputs": [ + 656, + 14, + 13, + 16, + 15 + ], + "outputs": [ + { + "value_id": 657, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 659, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 660, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 661, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 662, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/" + } + }, + { + "op_index": 4200, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/", + "inputs": [ + 657 + ], + "outputs": [ + { + "value_id": 663, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/" + } + }, + { + "op_index": 4225, + "type": "1.concat", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 665, + 664 + ], + "outputs": [ + { + "value_id": 666, + "dtype": "f32", + "shape": [ + -1, + 960, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4231, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/", + "inputs": [ + 666, + 12 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/" + } + }, + { + "op_index": 4249, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/", + "inputs": [ + 667, + 9, + 8, + 11, + 10 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 669, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 673, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/" + } + }, + { + "op_index": 4276, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/", + "inputs": [ + 668 + ], + "outputs": [ + { + "value_id": 674, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/" + } + }, + { + "op_index": 4282, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/", + "inputs": [ + 674, + 7 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/" + } + }, + { + "op_index": 4300, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/", + "inputs": [ + 675, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 677, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 681, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/" + } + }, + { + "op_index": 4327, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/", + "inputs": [ + 676 + ], + "outputs": [ + { + "value_id": 682, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + } + }, + { + "op_index": 4343, + "type": "1.squeeze", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 682, + 683 + ], + "outputs": [ + { + "value_id": 684, + "dtype": "f32", + "shape": [ + -1, + 120, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4349, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 684 + ], + "outputs": [ + { + "value_id": 685, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4359, + "type": "1.matmul", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 685, + 2 + ], + "outputs": [ + { + "value_id": 686, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4367, + "type": "1.add", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 686, + 1 + ], + "outputs": [ + { + "value_id": 687, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4373, + "type": "1.softmax", + "struct_name": "/MultiHead/CTCHead/", + "inputs": [ + 687 + ], + "outputs": [ + { + "value_id": 688, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "axis": 2, + "struct_name": "/MultiHead/CTCHead/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/PP-OCRv5_mobile_rec_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/PP-OCRv5_mobile_rec_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": { + "character_count": 18383, + "canonical_character_count": 18384, + "sha256": "17665d27ed39f0deb82007859992d626d3105d0ee4578c120b7c72138dc04d05", + "canonical_sha256": "9a5b0e675766282fa1042f6ff7e153b11a3433cf29c053412d27438f11af1920", + "use_space_char": true, + "class_count": 18385 + }, + "detection_postprocess": null + }, + { + "variant": "PP-OCRv5_server_rec", + "model_dir": "models/PaddlePaddle/PP-OCRv5_server_rec", + "config_sha256": "6a780e213d7a830058ae1b6899c62cc13ca9c1f0f04ae39a27ebb2610fae7c51", + "inference_json_sha256": "8e6e12e5d42531840310977fffb58165bf889fc5061408c5a8afdb6985f47fcb", + "pdiparams_sha256": "63853f062a5f4089befc16f565a68277618e0da5cb45468b49d11079de0ada77", + "input_fixture": "fixtures/paddleocr_v5/PP-OCRv5_server_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "model_name": "PP-OCRv5_server_rec", + "dynamic_shapes": [ + [ + 1, + 3, + 48, + 160 + ], + [ + 1, + 3, + 48, + 320 + ], + [ + 8, + 3, + 48, + 3200 + ] + ], + "parameter_count": 458, + "parameters": [ + { + "key": "linear_9.b_0", + "shape": [ + 18385 + ] + }, + { + "key": "linear_9.w_0", + "shape": [ + 120, + 18385 + ] + }, + { + "key": "batch_norm2d_85.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_85.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_85.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_85.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_86.w_0", + "shape": [ + 120, + 256, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_84.w_2", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_84.w_1", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_84.b_0", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_84.w_0", + "shape": [ + 256 + ] + }, + { + "key": "conv2d_85.w_0", + "shape": [ + 256, + 4096, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_83.w_2", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_83.w_1", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_83.b_0", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_83.w_0", + "shape": [ + 2048 + ] + }, + { + "key": "conv2d_84.w_0", + "shape": [ + 2048, + 120, + 1, + 1 + ] + }, + { + "key": "layer_norm_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_4.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_8.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_8.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_7.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_7.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_3.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_6.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_6.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_5.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_5.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_2.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_4.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_3.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_3.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_1.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_2.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_1.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_1.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_0.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_0.w_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_82.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_82.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_82.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_82.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_83.w_0", + "shape": [ + 120, + 256, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_81.w_2", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_81.w_1", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_81.b_0", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_81.w_0", + "shape": [ + 256 + ] + }, + { + "key": "conv2d_82.w_0", + "shape": [ + 256, + 2048, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_80.w_2", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_80.w_1", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_80.b_0", + "shape": [ + 2048 + ] + }, + { + "key": "batch_norm2d_80.w_0", + "shape": [ + 2048 + ] + }, + { + "key": "conv2d_80.w_0", + "shape": [ + 2048, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_79.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_79.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_79.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_79.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_79.w_0", + "shape": [ + 1024, + 3328, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_78.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_78.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_78.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_78.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_78.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_77.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_77.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_77.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_76.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_76.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_76.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_75.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_75.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_75.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_74.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_74.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_74.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_73.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_73.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_73.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_72.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_72.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_72.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_71.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_71.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_71.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_70.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_70.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_70.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_69.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_69.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_69.w_0", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_68.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_68.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_68.w_0", + "shape": [ + 384, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_67.w_2", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.w_1", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.b_0", + "shape": [ + 384 + ] + }, + { + "key": "batch_norm2d_67.w_0", + "shape": [ + 384 + ] + }, + { + "key": "conv2d_67.w_0", + "shape": [ + 384, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_66.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_66.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_66.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_66.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_66.w_0", + "shape": [ + 1024, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_65.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_65.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_65.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_64.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_64.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_64.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_64.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_64.w_0", + "shape": [ + 512, + 2176, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_63.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_63.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_63.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_63.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_63.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_62.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_62.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_62.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_61.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_61.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_61.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_60.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_60.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_60.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_59.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_59.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_59.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_58.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_58.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_58.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_57.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_57.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_57.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_56.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_56.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_56.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_55.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_55.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_55.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_54.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_54.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_54.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_53.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_53.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_53.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_52.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_52.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_52.w_0", + "shape": [ + 192, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_51.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_51.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_51.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_51.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_51.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_50.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_50.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_50.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_50.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_50.w_0", + "shape": [ + 512, + 2176, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_49.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_49.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_49.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_49.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_49.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_48.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_48.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_48.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_47.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_47.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_47.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_46.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_46.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_46.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_45.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_45.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_45.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_44.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_44.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_44.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_43.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_43.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_43.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_42.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_42.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_42.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_41.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_41.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_41.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_40.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_40.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_40.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_39.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_39.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_39.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_38.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_38.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_38.w_0", + "shape": [ + 192, + 1024, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_37.w_2", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_37.w_1", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_37.b_0", + "shape": [ + 1024 + ] + }, + { + "key": "batch_norm2d_37.w_0", + "shape": [ + 1024 + ] + }, + { + "key": "conv2d_37.w_0", + "shape": [ + 1024, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_36.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_36.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_36.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_36.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_36.w_0", + "shape": [ + 512, + 1664, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_35.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_35.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_35.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_35.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_35.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_34.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_34.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_34.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_33.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_33.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_33.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_32.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_32.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_32.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_31.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_31.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_31.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_30.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_30.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_30.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_29.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_29.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_29.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_28.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_28.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_28.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_27.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_27.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_27.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_26.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_26.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_26.w_0", + "shape": [ + 192, + 192, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_25.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_25.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_25.w_0", + "shape": [ + 192, + 1, + 5, + 5 + ] + }, + { + "key": "batch_norm2d_24.w_2", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.w_1", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.b_0", + "shape": [ + 192 + ] + }, + { + "key": "batch_norm2d_24.w_0", + "shape": [ + 192 + ] + }, + { + "key": "conv2d_24.w_0", + "shape": [ + 192, + 512, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_23.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_23.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_23.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_23.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_23.w_0", + "shape": [ + 512, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_22.w_2", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.w_1", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.b_0", + "shape": [ + 512 + ] + }, + { + "key": "batch_norm2d_22.w_0", + "shape": [ + 512 + ] + }, + { + "key": "conv2d_22.w_0", + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_21.w_2", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_21.w_1", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_21.b_0", + "shape": [ + 256 + ] + }, + { + "key": "batch_norm2d_21.w_0", + "shape": [ + 256 + ] + }, + { + "key": "conv2d_21.w_0", + "shape": [ + 256, + 704, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_20.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_20.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_20.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_20.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_20.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_19.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_19.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_19.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_18.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_18.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_18.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_17.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_17.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_17.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_16.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_16.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_16.w_0", + "shape": [ + 96, + 96, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_15.w_2", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.w_1", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.b_0", + "shape": [ + 96 + ] + }, + { + "key": "batch_norm2d_15.w_0", + "shape": [ + 96 + ] + }, + { + "key": "conv2d_15.w_0", + "shape": [ + 96, + 128, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_14.w_2", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_14.w_1", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_14.b_0", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_14.w_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_14.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_13.w_2", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.w_1", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.b_0", + "shape": [ + 128 + ] + }, + { + "key": "batch_norm2d_13.w_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_13.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_12.w_2", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_12.w_1", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_12.b_0", + "shape": [ + 64 + ] + }, + { + "key": "batch_norm2d_12.w_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_12.w_0", + "shape": [ + 64, + 336, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_11.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_11.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_11.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_11.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_11.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_10.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_10.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_10.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_9.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_9.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_9.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_8.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_8.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_8.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_7.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_7.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_7.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_6.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_6.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_6.w_0", + "shape": [ + 48, + 48, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_5.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_5.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_5.w_0", + "shape": [ + 48, + 1, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_4.w_2", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.w_1", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.b_0", + "shape": [ + 48 + ] + }, + { + "key": "batch_norm2d_4.w_0", + "shape": [ + 48 + ] + }, + { + "key": "conv2d_4.w_0", + "shape": [ + 48, + 32, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_3.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_3.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_3.w_0", + "shape": [ + 32, + 64, + 3, + 3 + ] + }, + { + "key": "batch_norm2d_2.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_2.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_2.w_0", + "shape": [ + 32, + 16, + 2, + 2 + ] + }, + { + "key": "batch_norm2d_1.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_1.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_1.w_0", + "shape": [ + 16, + 32, + 2, + 2 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 32 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 32, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 681, + "0.a_bool": 1126, + "0.a_f32": 179, + "0.a_f64": 21, + "0.a_i32": 666, + "0.a_i64": 56, + "0.a_str": 639, + "0.combine": 9, + "0.t_dtensor": 1314, + "0.t_f32": 1181, + "0.t_i32": 8, + "0.t_i64": 31, + "0.t_ui8": 94, + "0.t_vec": 9, + "1.a_dtype": 43, + "1.a_intarray": 22, + "1.a_place": 43, + "1.add": 15, + "1.assign": 1, + "1.batch_norm_": 86, + "1.concat": 8, + "1.conv2d": 58, + "1.data": 1, + "1.depthwise_conv2d": 28, + "1.dropout": 8, + "1.fetch": 1, + "1.flatten": 1, + "1.full": 21, + "1.full_int_array": 21, + "1.layer_norm": 5, + "1.matmul": 13, + "1.pool2d": 2, + "1.relu": 53, + "1.reshape": 5, + "1.scale": 2, + "1.shape64": 1, + "1.slice": 7, + "1.softmax": 3, + "1.squeeze": 1, + "1.stack": 1, + "1.swish": 7, + "1.transpose": 9, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 6931, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 1272 + ], + "outputs": [ + { + "value_id": 1273, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 1385, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/Conv2D/", + "inputs": [ + 459, + 458 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 1403, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/BatchNorm2D/", + "inputs": [ + 460, + 455, + 454, + 457, + 456 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + }, + { + "value_id": 462, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 463, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 464, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 465, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 466, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 1430, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/ReLU/", + "inputs": [ + 461 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct/ReLU/" + } + }, + { + "op_index": 1436, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/Conv2D/", + "inputs": [ + 467, + 453 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "SAME", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 1454, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 468, + 450, + 449, + 452, + 451 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + }, + { + "value_id": 470, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 471, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 472, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 473, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 474, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 1481, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/ReLU/", + "inputs": [ + 469 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 1487, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/Conv2D/", + "inputs": [ + 475, + 448 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "SAME", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 1505, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 476, + 445, + 444, + 447, + 446 + ], + "outputs": [ + { + "value_id": 477, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + }, + { + "value_id": 478, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 479, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 480, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 481, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 482, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 1532, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/ReLU/", + "inputs": [ + 477 + ], + "outputs": [ + { + "value_id": 483, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 1549, + "type": "1.pool2d", + "struct_name": "/PPHGNetV2/StemBlock/MaxPool2D/", + "inputs": [ + 467, + 484 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": true, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "max", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "SAME", + "struct_name": "/PPHGNetV2/StemBlock/MaxPool2D/" + } + }, + { + "op_index": 1587, + "type": "1.concat", + "struct_name": "/PPHGNetV2/StemBlock/", + "inputs": [ + 487, + 486 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/" + } + }, + { + "op_index": 1593, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/Conv2D/", + "inputs": [ + 488, + 443 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 1611, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 489, + 440, + 439, + 442, + 441 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + }, + { + "value_id": 491, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 492, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 493, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 494, + "dtype": "f32", + "shape": [ + 32 + ] + }, + { + "value_id": 495, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 1638, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/ReLU/", + "inputs": [ + 490 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 1644, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/Conv2D/", + "inputs": [ + 496, + 438 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 48, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 1662, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 497, + 435, + 434, + 437, + 436 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 48, + 24, + -1 + ] + }, + { + "value_id": 499, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 500, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 501, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 502, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 503, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 1689, + "type": "1.relu", + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/", + "inputs": [ + 498 + ], + "outputs": [ + { + "value_id": 504, + "dtype": "f32", + "shape": [ + -1, + 48, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/StemBlock/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 1695, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/ConvBNAct/Conv2D/", + "inputs": [ + 504, + 433 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 48, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 1713, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/ConvBNAct/BatchNorm2D/", + "inputs": [ + 505, + 430, + 429, + 432, + 431 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 507, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 508, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 509, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 510, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 511, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 1740, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 506, + 428 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 1758, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 512, + 425, + 424, + 427, + 426 + ], + "outputs": [ + { + "value_id": 513, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 514, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 515, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 516, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 517, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 518, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 1785, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 513 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 1791, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 519, + 423 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 1809, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 520, + 420, + 419, + 422, + 421 + ], + "outputs": [ + { + "value_id": 521, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 522, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 523, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 524, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 525, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 526, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 1836, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 521 + ], + "outputs": [ + { + "value_id": 527, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 1842, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/", + "inputs": [ + 527, + 418 + ], + "outputs": [ + { + "value_id": 528, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 1860, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 528, + 415, + 414, + 417, + 416 + ], + "outputs": [ + { + "value_id": 529, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 530, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 531, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 532, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 533, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 534, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 1887, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/ReLU/", + "inputs": [ + 529 + ], + "outputs": [ + { + "value_id": 535, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 1893, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/", + "inputs": [ + 535, + 413 + ], + "outputs": [ + { + "value_id": 536, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 1911, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 536, + 410, + 409, + 412, + 411 + ], + "outputs": [ + { + "value_id": 537, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 538, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 539, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 540, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 541, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 542, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 1938, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/ReLU/", + "inputs": [ + 537 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 1944, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/", + "inputs": [ + 543, + 408 + ], + "outputs": [ + { + "value_id": 544, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 1962, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 544, + 405, + 404, + 407, + 406 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 546, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 547, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 548, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 549, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 550, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 1989, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/ReLU/", + "inputs": [ + 545 + ], + "outputs": [ + { + "value_id": 551, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 1995, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/", + "inputs": [ + 551, + 403 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/" + } + }, + { + "op_index": 2013, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/", + "inputs": [ + 552, + 400, + 399, + 402, + 401 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + }, + { + "value_id": 554, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 555, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 556, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 557, + "dtype": "f32", + "shape": [ + 48 + ] + }, + { + "value_id": 558, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/" + } + }, + { + "op_index": 2040, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/ReLU/", + "inputs": [ + 553 + ], + "outputs": [ + { + "value_id": 559, + "dtype": "f32", + "shape": [ + -1, + 48, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_5/ReLU/" + } + }, + { + "op_index": 2075, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/", + "inputs": [ + 561, + 560 + ], + "outputs": [ + { + "value_id": 562, + "dtype": "f32", + "shape": [ + -1, + 336, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/" + } + }, + { + "op_index": 2081, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/", + "inputs": [ + 562, + 398 + ], + "outputs": [ + { + "value_id": 563, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/" + } + }, + { + "op_index": 2099, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/", + "inputs": [ + 563, + 395, + 394, + 397, + 396 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + }, + { + "value_id": 565, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 566, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 567, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 568, + "dtype": "f32", + "shape": [ + 64 + ] + }, + { + "value_id": 569, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/" + } + }, + { + "op_index": 2126, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/ReLU/", + "inputs": [ + 564 + ], + "outputs": [ + { + "value_id": 570, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_6/ReLU/" + } + }, + { + "op_index": 2132, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/", + "inputs": [ + 570, + 393 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/" + } + }, + { + "op_index": 2150, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/", + "inputs": [ + 571, + 390, + 389, + 392, + 391 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + }, + { + "value_id": 573, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 574, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 575, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 576, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 577, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/" + } + }, + { + "op_index": 2177, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/", + "inputs": [ + 572 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + } + }, + { + "op_index": 2183, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/Conv2D/", + "inputs": [ + 578, + 388 + ], + "outputs": [ + { + "value_id": 579, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2201, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 579, + 385, + 384, + 387, + 386 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + }, + { + "value_id": 581, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 584, + "dtype": "f32", + "shape": [ + 128 + ] + }, + { + "value_id": 585, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2228, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 580, + 383 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2246, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 586, + 380, + 379, + 382, + 381 + ], + "outputs": [ + { + "value_id": 587, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 588, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 589, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 590, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 591, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 592, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2273, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 587 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 2279, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 593, + 378 + ], + "outputs": [ + { + "value_id": 594, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2297, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 594, + 375, + 374, + 377, + 376 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 596, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 599, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 600, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2324, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 595 + ], + "outputs": [ + { + "value_id": 601, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 2330, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/", + "inputs": [ + 601, + 373 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/Conv2D/" + } + }, + { + "op_index": 2348, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/", + "inputs": [ + 602, + 370, + 369, + 372, + 371 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 604, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 605, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 606, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 607, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 608, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/BatchNorm2D/" + } + }, + { + "op_index": 2375, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/ReLU/", + "inputs": [ + 603 + ], + "outputs": [ + { + "value_id": 609, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_2/ReLU/" + } + }, + { + "op_index": 2381, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/", + "inputs": [ + 609, + 368 + ], + "outputs": [ + { + "value_id": 610, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/Conv2D/" + } + }, + { + "op_index": 2399, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/", + "inputs": [ + 610, + 365, + 364, + 367, + 366 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 612, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 613, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 614, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 615, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 616, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/BatchNorm2D/" + } + }, + { + "op_index": 2426, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/ReLU/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_3/ReLU/" + } + }, + { + "op_index": 2432, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/", + "inputs": [ + 617, + 363 + ], + "outputs": [ + { + "value_id": 618, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/Conv2D/" + } + }, + { + "op_index": 2450, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/", + "inputs": [ + 618, + 360, + 359, + 362, + 361 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 620, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 621, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 622, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 623, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 624, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/BatchNorm2D/" + } + }, + { + "op_index": 2477, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/ReLU/", + "inputs": [ + 619 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_4/ReLU/" + } + }, + { + "op_index": 2483, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/", + "inputs": [ + 625, + 358 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/Conv2D/" + } + }, + { + "op_index": 2501, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/", + "inputs": [ + 626, + 355, + 354, + 357, + 356 + ], + "outputs": [ + { + "value_id": 627, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + }, + { + "value_id": 628, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 629, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 630, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 631, + "dtype": "f32", + "shape": [ + 96 + ] + }, + { + "value_id": 632, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/BatchNorm2D/" + } + }, + { + "op_index": 2528, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/ReLU/", + "inputs": [ + 627 + ], + "outputs": [ + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + 96, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_5/ReLU/" + } + }, + { + "op_index": 2563, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/", + "inputs": [ + 635, + 634 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + 704, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/" + } + }, + { + "op_index": 2569, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/", + "inputs": [ + 636, + 353 + ], + "outputs": [ + { + "value_id": 637, + "dtype": "f32", + "shape": [ + -1, + 256, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/Conv2D/" + } + }, + { + "op_index": 2587, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/", + "inputs": [ + 637, + 350, + 349, + 352, + 351 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + 256, + 12, + -1 + ] + }, + { + "value_id": 639, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 640, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 641, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 642, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 643, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/BatchNorm2D/" + } + }, + { + "op_index": 2614, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/ReLU/", + "inputs": [ + 638 + ], + "outputs": [ + { + "value_id": 644, + "dtype": "f32", + "shape": [ + -1, + 256, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_6/ReLU/" + } + }, + { + "op_index": 2620, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/", + "inputs": [ + 644, + 348 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + 512, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/Conv2D/" + } + }, + { + "op_index": 2638, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/", + "inputs": [ + 645, + 345, + 344, + 347, + 346 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + 512, + 12, + -1 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 649, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 650, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 651, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/BatchNorm2D/" + } + }, + { + "op_index": 2665, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/", + "inputs": [ + 646 + ], + "outputs": [ + { + "value_id": 652, + "dtype": "f32", + "shape": [ + -1, + 512, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_1/Sequential/HGV2_Block/ConvBNAct_7/ReLU/" + } + }, + { + "op_index": 2671, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/Conv2D/", + "inputs": [ + 652, + 343 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 512, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2689, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 653, + 340, + 339, + 342, + 341 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + }, + { + "value_id": 655, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 656, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 657, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 659, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2716, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 654, + 338 + ], + "outputs": [ + { + "value_id": 660, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2734, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 660, + 335, + 334, + 337, + 336 + ], + "outputs": [ + { + "value_id": 661, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 662, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 663, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 664, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 665, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 666, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2761, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 661, + 333 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2779, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 667, + 330, + 329, + 332, + 331 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 669, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 673, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2806, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 668 + ], + "outputs": [ + { + "value_id": 674, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 2812, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 674, + 328 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2830, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 675, + 325, + 324, + 327, + 326 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 677, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 681, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2857, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 676, + 323 + ], + "outputs": [ + { + "value_id": 682, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2875, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 682, + 320, + 319, + 322, + 321 + ], + "outputs": [ + { + "value_id": 683, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 684, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 685, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 686, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 687, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 688, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2902, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 683 + ], + "outputs": [ + { + "value_id": 689, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 2908, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 689, + 318 + ], + "outputs": [ + { + "value_id": 690, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 2926, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 690, + 315, + 314, + 317, + 316 + ], + "outputs": [ + { + "value_id": 691, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 692, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 693, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 694, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 695, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 696, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 2953, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 691, + 313 + ], + "outputs": [ + { + "value_id": 697, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 2971, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 697, + 310, + 309, + 312, + 311 + ], + "outputs": [ + { + "value_id": 698, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 699, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 700, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 701, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 702, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 703, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 2998, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 698 + ], + "outputs": [ + { + "value_id": 704, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3004, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 704, + 308 + ], + "outputs": [ + { + "value_id": 705, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3022, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 705, + 305, + 304, + 307, + 306 + ], + "outputs": [ + { + "value_id": 706, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 707, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 708, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 709, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 710, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 711, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3049, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 706, + 303 + ], + "outputs": [ + { + "value_id": 712, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3067, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 712, + 300, + 299, + 302, + 301 + ], + "outputs": [ + { + "value_id": 713, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 714, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 715, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 716, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 717, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 718, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3094, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 713 + ], + "outputs": [ + { + "value_id": 719, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3100, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 719, + 298 + ], + "outputs": [ + { + "value_id": 720, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3118, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 720, + 295, + 294, + 297, + 296 + ], + "outputs": [ + { + "value_id": 721, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 722, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 723, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 724, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 725, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 726, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3145, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 721, + 293 + ], + "outputs": [ + { + "value_id": 727, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3163, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 727, + 290, + 289, + 292, + 291 + ], + "outputs": [ + { + "value_id": 728, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 729, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 730, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 731, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 732, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 733, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3190, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 728 + ], + "outputs": [ + { + "value_id": 734, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3196, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 734, + 288 + ], + "outputs": [ + { + "value_id": 735, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3214, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 735, + 285, + 284, + 287, + 286 + ], + "outputs": [ + { + "value_id": 736, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 737, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 738, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 739, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 740, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 741, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3241, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 736, + 283 + ], + "outputs": [ + { + "value_id": 742, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3259, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 742, + 280, + 279, + 282, + 281 + ], + "outputs": [ + { + "value_id": 743, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 744, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 745, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 746, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 747, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 748, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3286, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 743 + ], + "outputs": [ + { + "value_id": 749, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3321, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/", + "inputs": [ + 751, + 750 + ], + "outputs": [ + { + "value_id": 752, + "dtype": "f32", + "shape": [ + -1, + 1664, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/" + } + }, + { + "op_index": 3327, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 752, + 278 + ], + "outputs": [ + { + "value_id": 753, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3345, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 753, + 275, + 274, + 277, + 276 + ], + "outputs": [ + { + "value_id": 754, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + }, + { + "value_id": 755, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 756, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 757, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 758, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 759, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3372, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 754 + ], + "outputs": [ + { + "value_id": 760, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 3378, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 760, + 273 + ], + "outputs": [ + { + "value_id": 761, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3396, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 761, + 270, + 269, + 272, + 271 + ], + "outputs": [ + { + "value_id": 762, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + }, + { + "value_id": 763, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 764, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 765, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 766, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 767, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3423, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 762 + ], + "outputs": [ + { + "value_id": 768, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3429, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 768, + 268 + ], + "outputs": [ + { + "value_id": 769, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3447, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 769, + 265, + 264, + 267, + 266 + ], + "outputs": [ + { + "value_id": 770, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 771, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 772, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 773, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 774, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 775, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3474, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 770, + 263 + ], + "outputs": [ + { + "value_id": 776, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3492, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 776, + 260, + 259, + 262, + 261 + ], + "outputs": [ + { + "value_id": 777, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 778, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 779, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 780, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 781, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 782, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3519, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 777 + ], + "outputs": [ + { + "value_id": 783, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3525, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 783, + 258 + ], + "outputs": [ + { + "value_id": 784, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3543, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 784, + 255, + 254, + 257, + 256 + ], + "outputs": [ + { + "value_id": 785, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 786, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 787, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 788, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 789, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 790, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3570, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 785, + 253 + ], + "outputs": [ + { + "value_id": 791, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3588, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 791, + 250, + 249, + 252, + 251 + ], + "outputs": [ + { + "value_id": 792, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 793, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 794, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 795, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 796, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 797, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3615, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 792 + ], + "outputs": [ + { + "value_id": 798, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3621, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 798, + 248 + ], + "outputs": [ + { + "value_id": 799, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3639, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 799, + 245, + 244, + 247, + 246 + ], + "outputs": [ + { + "value_id": 800, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 801, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 802, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 803, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 804, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 805, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3666, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 800, + 243 + ], + "outputs": [ + { + "value_id": 806, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3684, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 806, + 240, + 239, + 242, + 241 + ], + "outputs": [ + { + "value_id": 807, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 808, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 809, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 810, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 811, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 812, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3711, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 807 + ], + "outputs": [ + { + "value_id": 813, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3717, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 813, + 238 + ], + "outputs": [ + { + "value_id": 814, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3735, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 814, + 235, + 234, + 237, + 236 + ], + "outputs": [ + { + "value_id": 815, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 816, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 817, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 818, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 819, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 820, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3762, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 815, + 233 + ], + "outputs": [ + { + "value_id": 821, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3780, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 821, + 230, + 229, + 232, + 231 + ], + "outputs": [ + { + "value_id": 822, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 823, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 824, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 825, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 826, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 827, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3807, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 822 + ], + "outputs": [ + { + "value_id": 828, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3813, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 828, + 228 + ], + "outputs": [ + { + "value_id": 829, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3831, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 829, + 225, + 224, + 227, + 226 + ], + "outputs": [ + { + "value_id": 830, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 831, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 832, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 833, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 834, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 835, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3858, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 830, + 223 + ], + "outputs": [ + { + "value_id": 836, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3876, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 836, + 220, + 219, + 222, + 221 + ], + "outputs": [ + { + "value_id": 837, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 838, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 839, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 840, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 841, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 842, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3903, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 837 + ], + "outputs": [ + { + "value_id": 843, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 3909, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 843, + 218 + ], + "outputs": [ + { + "value_id": 844, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 3927, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 844, + 215, + 214, + 217, + 216 + ], + "outputs": [ + { + "value_id": 845, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 846, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 847, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 848, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 849, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 850, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 3954, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 845, + 213 + ], + "outputs": [ + { + "value_id": 851, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 3972, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 851, + 210, + 209, + 212, + 211 + ], + "outputs": [ + { + "value_id": 852, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 853, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 854, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 855, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 856, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 857, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 3999, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 852 + ], + "outputs": [ + { + "value_id": 858, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4034, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/", + "inputs": [ + 860, + 859 + ], + "outputs": [ + { + "value_id": 861, + "dtype": "f32", + "shape": [ + -1, + 2176, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/" + } + }, + { + "op_index": 4040, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/Conv2D/", + "inputs": [ + 861, + 208 + ], + "outputs": [ + { + "value_id": 862, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4058, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 862, + 205, + 204, + 207, + 206 + ], + "outputs": [ + { + "value_id": 863, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + }, + { + "value_id": 864, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 865, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 866, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 867, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 868, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4085, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/ReLU/", + "inputs": [ + 863 + ], + "outputs": [ + { + "value_id": 869, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct/ReLU/" + } + }, + { + "op_index": 4091, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 869, + 203 + ], + "outputs": [ + { + "value_id": 870, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4109, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 870, + 200, + 199, + 202, + 201 + ], + "outputs": [ + { + "value_id": 871, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + }, + { + "value_id": 872, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 873, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 874, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 875, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 876, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4136, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/ReLU/", + "inputs": [ + 871 + ], + "outputs": [ + { + "value_id": 877, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4142, + "type": "1.add", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/", + "inputs": [ + 877, + 768 + ], + "outputs": [ + { + "value_id": 878, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_1/" + } + }, + { + "op_index": 4148, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 878, + 198 + ], + "outputs": [ + { + "value_id": 879, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4166, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 879, + 195, + 194, + 197, + 196 + ], + "outputs": [ + { + "value_id": 880, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 881, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 882, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 883, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 884, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 885, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4193, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 880, + 193 + ], + "outputs": [ + { + "value_id": 886, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4211, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 886, + 190, + 189, + 192, + 191 + ], + "outputs": [ + { + "value_id": 887, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 888, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 889, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 890, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 891, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 892, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4238, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 887 + ], + "outputs": [ + { + "value_id": 893, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4244, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 893, + 188 + ], + "outputs": [ + { + "value_id": 894, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4262, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 894, + 185, + 184, + 187, + 186 + ], + "outputs": [ + { + "value_id": 895, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 896, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 897, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 898, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 899, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 900, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4289, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 895, + 183 + ], + "outputs": [ + { + "value_id": 901, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4307, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 901, + 180, + 179, + 182, + 181 + ], + "outputs": [ + { + "value_id": 902, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 903, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 904, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 905, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 906, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 907, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4334, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 902 + ], + "outputs": [ + { + "value_id": 908, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4340, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 908, + 178 + ], + "outputs": [ + { + "value_id": 909, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4358, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 909, + 175, + 174, + 177, + 176 + ], + "outputs": [ + { + "value_id": 910, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 911, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 912, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 913, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 914, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 915, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4385, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 910, + 173 + ], + "outputs": [ + { + "value_id": 916, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4403, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 916, + 170, + 169, + 172, + 171 + ], + "outputs": [ + { + "value_id": 917, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 918, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 919, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 920, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 921, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 922, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4430, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 917 + ], + "outputs": [ + { + "value_id": 923, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4436, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 923, + 168 + ], + "outputs": [ + { + "value_id": 924, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4454, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 924, + 165, + 164, + 167, + 166 + ], + "outputs": [ + { + "value_id": 925, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 926, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 927, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 928, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 929, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 930, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4481, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 925, + 163 + ], + "outputs": [ + { + "value_id": 931, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4499, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 931, + 160, + 159, + 162, + 161 + ], + "outputs": [ + { + "value_id": 932, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 933, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 934, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 935, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 936, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 937, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4526, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 932 + ], + "outputs": [ + { + "value_id": 938, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4532, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 938, + 158 + ], + "outputs": [ + { + "value_id": 939, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4550, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 939, + 155, + 154, + 157, + 156 + ], + "outputs": [ + { + "value_id": 940, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 941, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 942, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 943, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 944, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 945, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4577, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 940, + 153 + ], + "outputs": [ + { + "value_id": 946, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4595, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 946, + 150, + 149, + 152, + 151 + ], + "outputs": [ + { + "value_id": 947, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 948, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 949, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 950, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 951, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 952, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4622, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 947 + ], + "outputs": [ + { + "value_id": 953, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4628, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 953, + 148 + ], + "outputs": [ + { + "value_id": 954, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4646, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 954, + 145, + 144, + 147, + 146 + ], + "outputs": [ + { + "value_id": 955, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 956, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 957, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 958, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 959, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 960, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4673, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 955, + 143 + ], + "outputs": [ + { + "value_id": 961, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 192, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4691, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 961, + 140, + 139, + 142, + 141 + ], + "outputs": [ + { + "value_id": 962, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + }, + { + "value_id": 963, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 964, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 965, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 966, + "dtype": "f32", + "shape": [ + 192 + ] + }, + { + "value_id": 967, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4718, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 962 + ], + "outputs": [ + { + "value_id": 968, + "dtype": "f32", + "shape": [ + -1, + 192, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4753, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/", + "inputs": [ + 970, + 969 + ], + "outputs": [ + { + "value_id": 971, + "dtype": "f32", + "shape": [ + -1, + 2176, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + } + }, + { + "op_index": 4759, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/Conv2D/", + "inputs": [ + 971, + 138 + ], + "outputs": [ + { + "value_id": 972, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4777, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 972, + 135, + 134, + 137, + 136 + ], + "outputs": [ + { + "value_id": 973, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + }, + { + "value_id": 974, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 975, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 976, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 977, + "dtype": "f32", + "shape": [ + 512 + ] + }, + { + "value_id": 978, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4804, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/ReLU/", + "inputs": [ + 973 + ], + "outputs": [ + { + "value_id": 979, + "dtype": "f32", + "shape": [ + -1, + 512, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct/ReLU/" + } + }, + { + "op_index": 4810, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 979, + 133 + ], + "outputs": [ + { + "value_id": 980, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4828, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 980, + 130, + 129, + 132, + 131 + ], + "outputs": [ + { + "value_id": 981, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + }, + { + "value_id": 982, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 983, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 984, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 985, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 986, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 4855, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/ReLU/", + "inputs": [ + 981 + ], + "outputs": [ + { + "value_id": 987, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 4861, + "type": "1.add", + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/", + "inputs": [ + 987, + 878 + ], + "outputs": [ + { + "value_id": 988, + "dtype": "f32", + "shape": [ + -1, + 1024, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_2/Sequential/HGV2_Block_2/" + } + }, + { + "op_index": 4867, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/Conv2D/", + "inputs": [ + 988, + 128 + ], + "outputs": [ + { + "value_id": 989, + "dtype": "f32", + "shape": [ + -1, + 1024, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 1024, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4885, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 989, + 125, + 124, + 127, + 126 + ], + "outputs": [ + { + "value_id": 990, + "dtype": "f32", + "shape": [ + -1, + 1024, + 3, + -1 + ] + }, + { + "value_id": 991, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 992, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 993, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 994, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 995, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4912, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/", + "inputs": [ + 990, + 123 + ], + "outputs": [ + { + "value_id": 996, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 4930, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/", + "inputs": [ + 996, + 120, + 119, + 122, + 121 + ], + "outputs": [ + { + "value_id": 997, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 998, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 999, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1000, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1001, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1002, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 4957, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/", + "inputs": [ + 997, + 118 + ], + "outputs": [ + { + "value_id": 1003, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 4975, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1003, + 115, + 114, + 117, + 116 + ], + "outputs": [ + { + "value_id": 1004, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1005, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1006, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1007, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1008, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1009, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5002, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/", + "inputs": [ + 1004 + ], + "outputs": [ + { + "value_id": 1010, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5008, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/", + "inputs": [ + 1010, + 113 + ], + "outputs": [ + { + "value_id": 1011, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5026, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1011, + 110, + 109, + 112, + 111 + ], + "outputs": [ + { + "value_id": 1012, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1013, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1014, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1015, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1016, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1017, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5053, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/", + "inputs": [ + 1012, + 108 + ], + "outputs": [ + { + "value_id": 1018, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5071, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1018, + 105, + 104, + 107, + 106 + ], + "outputs": [ + { + "value_id": 1019, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1020, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1021, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1022, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1023, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1024, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5098, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/", + "inputs": [ + 1019 + ], + "outputs": [ + { + "value_id": 1025, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_1/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5104, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/", + "inputs": [ + 1025, + 103 + ], + "outputs": [ + { + "value_id": 1026, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5122, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1026, + 100, + 99, + 102, + 101 + ], + "outputs": [ + { + "value_id": 1027, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1028, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1029, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1030, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1031, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1032, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5149, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/", + "inputs": [ + 1027, + 98 + ], + "outputs": [ + { + "value_id": 1033, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5167, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1033, + 95, + 94, + 97, + 96 + ], + "outputs": [ + { + "value_id": 1034, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1035, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1036, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1037, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1038, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1039, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5194, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/", + "inputs": [ + 1034 + ], + "outputs": [ + { + "value_id": 1040, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_2/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5200, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/", + "inputs": [ + 1040, + 93 + ], + "outputs": [ + { + "value_id": 1041, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5218, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1041, + 90, + 89, + 92, + 91 + ], + "outputs": [ + { + "value_id": 1042, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1043, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1044, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1045, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1046, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1047, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5245, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/", + "inputs": [ + 1042, + 88 + ], + "outputs": [ + { + "value_id": 1048, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5263, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1048, + 85, + 84, + 87, + 86 + ], + "outputs": [ + { + "value_id": 1049, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1050, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1051, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1052, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1053, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1054, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5290, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/", + "inputs": [ + 1049 + ], + "outputs": [ + { + "value_id": 1055, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_3/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5296, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/", + "inputs": [ + 1055, + 83 + ], + "outputs": [ + { + "value_id": 1056, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5314, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1056, + 80, + 79, + 82, + 81 + ], + "outputs": [ + { + "value_id": 1057, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1058, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1059, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1060, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1061, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1062, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5341, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/", + "inputs": [ + 1057, + 78 + ], + "outputs": [ + { + "value_id": 1063, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5359, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1063, + 75, + 74, + 77, + 76 + ], + "outputs": [ + { + "value_id": 1064, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1065, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1066, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1067, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1068, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1069, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5386, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/", + "inputs": [ + 1064 + ], + "outputs": [ + { + "value_id": 1070, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_4/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5392, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/", + "inputs": [ + 1070, + 73 + ], + "outputs": [ + { + "value_id": 1071, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5410, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1071, + 70, + 69, + 72, + 71 + ], + "outputs": [ + { + "value_id": 1072, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1073, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1074, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1075, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1076, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1077, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5437, + "type": "1.depthwise_conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/", + "inputs": [ + 1072, + 68 + ], + "outputs": [ + { + "value_id": 1078, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 384, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5455, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1078, + 65, + 64, + 67, + 66 + ], + "outputs": [ + { + "value_id": 1079, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + }, + { + "value_id": 1080, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1081, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1082, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1083, + "dtype": "f32", + "shape": [ + 384 + ] + }, + { + "value_id": 1084, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5482, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/", + "inputs": [ + 1079 + ], + "outputs": [ + { + "value_id": 1085, + "dtype": "f32", + "shape": [ + -1, + 384, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/LightConvBNAct_5/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5517, + "type": "1.concat", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/", + "inputs": [ + 1087, + 1086 + ], + "outputs": [ + { + "value_id": 1088, + "dtype": "f32", + "shape": [ + -1, + 3328, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/" + } + }, + { + "op_index": 5523, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/Conv2D/", + "inputs": [ + 1088, + 63 + ], + "outputs": [ + { + "value_id": 1089, + "dtype": "f32", + "shape": [ + -1, + 1024, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/Conv2D/" + } + }, + { + "op_index": 5541, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/", + "inputs": [ + 1089, + 60, + 59, + 62, + 61 + ], + "outputs": [ + { + "value_id": 1090, + "dtype": "f32", + "shape": [ + -1, + 1024, + 3, + -1 + ] + }, + { + "value_id": 1091, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1092, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1093, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1094, + "dtype": "f32", + "shape": [ + 1024 + ] + }, + { + "value_id": 1095, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/BatchNorm2D/" + } + }, + { + "op_index": 5568, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/ReLU/", + "inputs": [ + 1090 + ], + "outputs": [ + { + "value_id": 1096, + "dtype": "f32", + "shape": [ + -1, + 1024, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct/ReLU/" + } + }, + { + "op_index": 5574, + "type": "1.conv2d", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/", + "inputs": [ + 1096, + 58 + ], + "outputs": [ + { + "value_id": 1097, + "dtype": "f32", + "shape": [ + -1, + 2048, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/Conv2D/" + } + }, + { + "op_index": 5592, + "type": "1.batch_norm_", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/", + "inputs": [ + 1097, + 55, + 54, + 57, + 56 + ], + "outputs": [ + { + "value_id": 1098, + "dtype": "f32", + "shape": [ + -1, + 2048, + 3, + -1 + ] + }, + { + "value_id": 1099, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1100, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1101, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1102, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1103, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/BatchNorm2D/" + } + }, + { + "op_index": 5619, + "type": "1.relu", + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/", + "inputs": [ + 1098 + ], + "outputs": [ + { + "value_id": 1104, + "dtype": "f32", + "shape": [ + -1, + 2048, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPHGNetV2/HGV2_Stage_3/Sequential/HGV2_Block/ConvBNAct_1/ReLU/" + } + }, + { + "op_index": 5636, + "type": "1.pool2d", + "struct_name": "/PPHGNetV2/", + "inputs": [ + 1104, + 1105 + ], + "outputs": [ + { + "value_id": 1106, + "dtype": "f32", + "shape": [ + -1, + 2048, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 3, + 2 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPHGNetV2/" + } + }, + { + "op_index": 5661, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/", + "inputs": [ + 1107, + 53 + ], + "outputs": [ + { + "value_id": 1108, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 5679, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 1108, + 50, + 49, + 52, + 51 + ], + "outputs": [ + { + "value_id": 1109, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + }, + { + "value_id": 1110, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1111, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1112, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1113, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1114, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 5706, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/", + "inputs": [ + 1109 + ], + "outputs": [ + { + "value_id": 1115, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/" + } + }, + { + "op_index": 5712, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/", + "inputs": [ + 1115, + 48 + ], + "outputs": [ + { + "value_id": 1116, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/" + } + }, + { + "op_index": 5730, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/", + "inputs": [ + 1116, + 45, + 44, + 47, + 46 + ], + "outputs": [ + { + "value_id": 1117, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 1118, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1119, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1120, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1121, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1122, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/" + } + }, + { + "op_index": 5757, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/", + "inputs": [ + 1117 + ], + "outputs": [ + { + "value_id": 1123, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/" + } + }, + { + "op_index": 5789, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1124, + 1125, + 1126 + ], + "outputs": [ + { + "value_id": 1127, + "dtype": "i64", + "shape": [] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 5809, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1128 + ], + "outputs": [ + { + "value_id": 1129, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 5819, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/", + "inputs": [ + 1129, + 43, + 42 + ], + "outputs": [ + { + "value_id": 1130, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1131, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 1132, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/" + } + }, + { + "op_index": 5833, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 1130, + 41 + ], + "outputs": [ + { + "value_id": 1133, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 5841, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 1133, + 40 + ], + "outputs": [ + { + "value_id": 1134, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 5861, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1134, + 1135 + ], + "outputs": [ + { + "value_id": 1136, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 5867, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1136 + ], + "outputs": [ + { + "value_id": 1137, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 5899, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1137, + 1138, + 1139 + ], + "outputs": [ + { + "value_id": 1140, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 5949, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1137, + 1143, + 1144 + ], + "outputs": [ + { + "value_id": 1145, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 5981, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1137, + 1146, + 1147 + ], + "outputs": [ + { + "value_id": 1148, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 5993, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1145 + ], + "outputs": [ + { + "value_id": 1149, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6004, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1142, + 1149 + ], + "outputs": [ + { + "value_id": 1150, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6012, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1150 + ], + "outputs": [ + { + "value_id": 1151, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6029, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/", + "inputs": [ + 1151, + 0, + 1152 + ], + "outputs": [ + { + "value_id": 1153, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 1154, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/" + } + }, + { + "op_index": 6042, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1153, + 1148 + ], + "outputs": [ + { + "value_id": 1155, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6050, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1155 + ], + "outputs": [ + { + "value_id": 1156, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6073, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 1156, + 1157 + ], + "outputs": [ + { + "value_id": 1158, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 6079, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 1158, + 39 + ], + "outputs": [ + { + "value_id": 1159, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 6087, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 1159, + 38 + ], + "outputs": [ + { + "value_id": 1160, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 6103, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/", + "inputs": [ + 1160, + 0, + 1161 + ], + "outputs": [ + { + "value_id": 1162, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1163, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/" + } + }, + { + "op_index": 6116, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 1129, + 1162 + ], + "outputs": [ + { + "value_id": 1164, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 6122, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/", + "inputs": [ + 1164, + 37, + 36 + ], + "outputs": [ + { + "value_id": 1165, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1166, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 1167, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/" + } + }, + { + "op_index": 6136, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 1165, + 35 + ], + "outputs": [ + { + "value_id": 1168, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 6144, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 1168, + 34 + ], + "outputs": [ + { + "value_id": 1169, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 6150, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/", + "inputs": [ + 1169 + ], + "outputs": [ + { + "value_id": 1170, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/" + } + }, + { + "op_index": 6166, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/", + "inputs": [ + 1170, + 0, + 1171 + ], + "outputs": [ + { + "value_id": 1172, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 1173, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/" + } + }, + { + "op_index": 6179, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 1172, + 33 + ], + "outputs": [ + { + "value_id": 1174, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 6187, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 1174, + 32 + ], + "outputs": [ + { + "value_id": 1175, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 6203, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/", + "inputs": [ + 1175, + 0, + 1176 + ], + "outputs": [ + { + "value_id": 1177, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1178, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/" + } + }, + { + "op_index": 6216, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 1164, + 1177 + ], + "outputs": [ + { + "value_id": 1179, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 6222, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/", + "inputs": [ + 1179, + 31, + 30 + ], + "outputs": [ + { + "value_id": 1180, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1181, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 1182, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/" + } + }, + { + "op_index": 6236, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 1180, + 29 + ], + "outputs": [ + { + "value_id": 1183, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 6244, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 1183, + 28 + ], + "outputs": [ + { + "value_id": 1184, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 6264, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1184, + 1185 + ], + "outputs": [ + { + "value_id": 1186, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6270, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1186 + ], + "outputs": [ + { + "value_id": 1187, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6302, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1187, + 1188, + 1189 + ], + "outputs": [ + { + "value_id": 1190, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6352, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1187, + 1193, + 1194 + ], + "outputs": [ + { + "value_id": 1195, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6384, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1187, + 1196, + 1197 + ], + "outputs": [ + { + "value_id": 1198, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6396, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1195 + ], + "outputs": [ + { + "value_id": 1199, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6407, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1192, + 1199 + ], + "outputs": [ + { + "value_id": 1200, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6415, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1200 + ], + "outputs": [ + { + "value_id": 1201, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6432, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/", + "inputs": [ + 1201, + 0, + 1202 + ], + "outputs": [ + { + "value_id": 1203, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 1204, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/" + } + }, + { + "op_index": 6445, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1203, + 1198 + ], + "outputs": [ + { + "value_id": 1205, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6453, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1205 + ], + "outputs": [ + { + "value_id": 1206, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6476, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 1206, + 1207 + ], + "outputs": [ + { + "value_id": 1208, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 6482, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 1208, + 27 + ], + "outputs": [ + { + "value_id": 1209, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 6490, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 1209, + 26 + ], + "outputs": [ + { + "value_id": 1210, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 6506, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/", + "inputs": [ + 1210, + 0, + 1211 + ], + "outputs": [ + { + "value_id": 1212, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1213, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/" + } + }, + { + "op_index": 6519, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 1179, + 1212 + ], + "outputs": [ + { + "value_id": 1214, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 6525, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/", + "inputs": [ + 1214, + 25, + 24 + ], + "outputs": [ + { + "value_id": 1215, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1216, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 1217, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/" + } + }, + { + "op_index": 6539, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 1215, + 23 + ], + "outputs": [ + { + "value_id": 1218, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 6547, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 1218, + 22 + ], + "outputs": [ + { + "value_id": 1219, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 6553, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/", + "inputs": [ + 1219 + ], + "outputs": [ + { + "value_id": 1220, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/" + } + }, + { + "op_index": 6569, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/", + "inputs": [ + 1220, + 0, + 1221 + ], + "outputs": [ + { + "value_id": 1222, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 1223, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/" + } + }, + { + "op_index": 6582, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 1222, + 21 + ], + "outputs": [ + { + "value_id": 1224, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 6590, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 1224, + 20 + ], + "outputs": [ + { + "value_id": 1225, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 6606, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/", + "inputs": [ + 1225, + 0, + 1226 + ], + "outputs": [ + { + "value_id": 1227, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1228, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/" + } + }, + { + "op_index": 6619, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 1214, + 1227 + ], + "outputs": [ + { + "value_id": 1229, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 6625, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/", + "inputs": [ + 1229, + 19, + 18 + ], + "outputs": [ + { + "value_id": 1230, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 1231, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 1232, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999974752427e-07, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/" + } + }, + { + "op_index": 6682, + "type": "1.stack", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1236 + ], + "outputs": [ + { + "value_id": 1237, + "dtype": "i64", + "shape": [ + 4 + ] + } + ], + "attrs": { + "axis": 0, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 6689, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1230, + 1237 + ], + "outputs": [ + { + "value_id": 1238, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 6695, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1238 + ], + "outputs": [ + { + "value_id": 1239, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 3, + 1, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 6706, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/", + "inputs": [ + 1239, + 17 + ], + "outputs": [ + { + "value_id": 1240, + "dtype": "f32", + "shape": [ + -1, + 2048, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/" + } + }, + { + "op_index": 6724, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/", + "inputs": [ + 1240, + 14, + 13, + 16, + 15 + ], + "outputs": [ + { + "value_id": 1241, + "dtype": "f32", + "shape": [ + -1, + 2048, + 1, + -1 + ] + }, + { + "value_id": 1242, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1243, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1244, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1245, + "dtype": "f32", + "shape": [ + 2048 + ] + }, + { + "value_id": 1246, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/" + } + }, + { + "op_index": 6751, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/", + "inputs": [ + 1241 + ], + "outputs": [ + { + "value_id": 1247, + "dtype": "f32", + "shape": [ + -1, + 2048, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/" + } + }, + { + "op_index": 6776, + "type": "1.concat", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 1249, + 1248 + ], + "outputs": [ + { + "value_id": 1250, + "dtype": "f32", + "shape": [ + -1, + 4096, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 6782, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/", + "inputs": [ + 1250, + 12 + ], + "outputs": [ + { + "value_id": 1251, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/" + } + }, + { + "op_index": 6800, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/", + "inputs": [ + 1251, + 9, + 8, + 11, + 10 + ], + "outputs": [ + { + "value_id": 1252, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + }, + { + "value_id": 1253, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1254, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1255, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1256, + "dtype": "f32", + "shape": [ + 256 + ] + }, + { + "value_id": 1257, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/" + } + }, + { + "op_index": 6827, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/", + "inputs": [ + 1252 + ], + "outputs": [ + { + "value_id": 1258, + "dtype": "f32", + "shape": [ + -1, + 256, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/" + } + }, + { + "op_index": 6833, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/", + "inputs": [ + 1258, + 7 + ], + "outputs": [ + { + "value_id": 1259, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/" + } + }, + { + "op_index": 6851, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/", + "inputs": [ + 1259, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 1260, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 1261, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1262, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1263, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1264, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 1265, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/" + } + }, + { + "op_index": 6878, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/", + "inputs": [ + 1260 + ], + "outputs": [ + { + "value_id": 1266, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + } + }, + { + "op_index": 6894, + "type": "1.squeeze", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 1266, + 1267 + ], + "outputs": [ + { + "value_id": 1268, + "dtype": "f32", + "shape": [ + -1, + 120, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 6900, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 1268 + ], + "outputs": [ + { + "value_id": 1269, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 6910, + "type": "1.matmul", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 1269, + 2 + ], + "outputs": [ + { + "value_id": 1270, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 6918, + "type": "1.add", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 1270, + 1 + ], + "outputs": [ + { + "value_id": 1271, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 6924, + "type": "1.softmax", + "struct_name": "/MultiHead/CTCHead/", + "inputs": [ + 1271 + ], + "outputs": [ + { + "value_id": 1272, + "dtype": "f32", + "shape": [ + -1, + -1, + 18385 + ] + } + ], + "attrs": { + "axis": 2, + "struct_name": "/MultiHead/CTCHead/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/PP-OCRv5_server_rec_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/PP-OCRv5_server_rec_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": { + "character_count": 18383, + "canonical_character_count": 18384, + "sha256": "17665d27ed39f0deb82007859992d626d3105d0ee4578c120b7c72138dc04d05", + "canonical_sha256": "9a5b0e675766282fa1042f6ff7e153b11a3433cf29c053412d27438f11af1920", + "use_space_char": true, + "class_count": 18385 + }, + "detection_postprocess": null + }, + { + "variant": "latin_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/latin_PP-OCRv5_mobile_rec", + "config_sha256": "e0f5ccc44fe86254956f27746058bc4cf88d86145668cecf22ba5dd962483c80", + "inference_json_sha256": "820b2ee8e5072de5156c3d55124c2b03c82ef278d59f453f857c0789bacb4da1", + "pdiparams_sha256": "53cdc8b481a7394bb108f96d0fb3432b0a8f392e22c7d18f06dbb2d42b8b25f9", + "input_fixture": "fixtures/paddleocr_v5/latin_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "model_name": "latin_PP-OCRv5_mobile_rec", + "dynamic_shapes": [ + [ + 1, + 3, + 48, + 160 + ], + [ + 1, + 3, + 48, + 320 + ], + [ + 8, + 3, + 48, + 3200 + ] + ], + "parameter_count": 234, + "parameters": [ + { + "key": "linear_8.b_0", + "shape": [ + 838 + ] + }, + { + "key": "linear_8.w_0", + "shape": [ + 120, + 838 + ] + }, + { + "key": "batch_norm2d_150.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_149.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 60, + 960, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_148.w_2", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_1", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.b_0", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "layer_norm_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_4.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_6.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_6.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_3.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_4.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_4.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_2.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_2.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_2.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_1.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_0.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_0.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_0.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_0.w_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_146.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 60, + 480, + 1, + 3 + ] + }, + { + "key": "conv2d_163.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_163.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_162.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_162.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_53.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_53.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_161.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_161.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_160.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_160.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_49.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_49.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_159.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_159.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 120, + 480, + 1, + 1 + ] + }, + { + "key": "conv2d_158.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_158.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_45.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_45.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_157.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_157.w_0", + "shape": [ + 480, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 240, + 60, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 60, + 240, + 1, + 1 + ] + }, + { + "key": "conv2d_156.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_156.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_41.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_41.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_155.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_155.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_154.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_154.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_37.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_37.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_153.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_153.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_152.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_152.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_33.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_33.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_151.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_151.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_150.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_150.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_29.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_29.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_149.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_149.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_148.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_148.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_25.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_25.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_147.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_147.w_0", + "shape": [ + 240, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_146.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_146.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_21.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_21.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_145.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_145.w_0", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_144.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_144.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_17.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_17.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_143.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_142.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_13.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_13.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_141.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_141.w_0", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_140.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_9.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_9.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_138.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_5.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_5.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_1.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_1.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_0", + "shape": [ + 1 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 16, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 612, + "0.a_bool": 530, + "0.a_f32": 23, + "0.a_f64": 14, + "0.a_i32": 334, + "0.a_i64": 186, + "0.a_str": 506, + "0.combine": 2, + "0.t_dtensor": 693, + "0.t_f32": 614, + "0.t_i32": 1, + "0.t_i64": 64, + "0.t_ui8": 14, + "0.t_vec": 2, + "1.a_dtype": 69, + "1.a_intarray": 15, + "1.a_place": 69, + "1.add": 101, + "1.assign": 1, + "1.batch_norm_": 6, + "1.concat": 1, + "1.conv2d": 24, + "1.data": 1, + "1.depthwise_conv2d": 14, + "1.dropout": 8, + "1.fetch": 1, + "1.flatten": 1, + "1.full": 14, + "1.full_int_array": 54, + "1.hardsigmoid": 2, + "1.hardswish": 28, + "1.layer_norm": 5, + "1.matmul": 13, + "1.multiply": 58, + "1.pool2d": 3, + "1.relu": 2, + "1.reshape": 37, + "1.scale": 2, + "1.shape64": 1, + "1.slice": 7, + "1.softmax": 3, + "1.squeeze": 1, + "1.stack": 1, + "1.swish": 7, + "1.transpose": 9, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 4380, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 688 + ], + "outputs": [ + { + "value_id": 689, + "dtype": "f32", + "shape": [ + -1, + -1, + 838 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 713, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/", + "inputs": [ + 235, + 234 + ], + "outputs": [ + { + "value_id": 236, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 731, + "type": "1.batch_norm_", + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 236, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 237, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + }, + { + "value_id": 238, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 239, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 240, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 241, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 242, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 758, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 237, + 225 + ], + "outputs": [ + { + "value_id": 243, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 16, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 789, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 224, + 244 + ], + "outputs": [ + { + "value_id": 245, + "dtype": "f32", + "shape": [ + 1, + 16, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 795, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 243, + 245 + ], + "outputs": [ + { + "value_id": 246, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 801, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 229, + 246 + ], + "outputs": [ + { + "value_id": 247, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 807, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 247, + 228 + ], + "outputs": [ + { + "value_id": 248, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 813, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 248 + ], + "outputs": [ + { + "value_id": 249, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 819, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 227, + 249 + ], + "outputs": [ + { + "value_id": 250, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 825, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 250, + 226 + ], + "outputs": [ + { + "value_id": 251, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 831, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 251, + 219 + ], + "outputs": [ + { + "value_id": 252, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 862, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 218, + 253 + ], + "outputs": [ + { + "value_id": 254, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 868, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 252, + 254 + ], + "outputs": [ + { + "value_id": 255, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 874, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 223, + 255 + ], + "outputs": [ + { + "value_id": 256, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 880, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 256, + 222 + ], + "outputs": [ + { + "value_id": 257, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 886, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 257 + ], + "outputs": [ + { + "value_id": 258, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 892, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 221, + 258 + ], + "outputs": [ + { + "value_id": 259, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 898, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 259, + 220 + ], + "outputs": [ + { + "value_id": 260, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 904, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 260, + 213 + ], + "outputs": [ + { + "value_id": 261, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 32, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 935, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 212, + 262 + ], + "outputs": [ + { + "value_id": 263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 941, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 261, + 263 + ], + "outputs": [ + { + "value_id": 264, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 947, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 217, + 264 + ], + "outputs": [ + { + "value_id": 265, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 953, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 265, + 216 + ], + "outputs": [ + { + "value_id": 266, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 959, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 266 + ], + "outputs": [ + { + "value_id": 267, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 965, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 215, + 267 + ], + "outputs": [ + { + "value_id": 268, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 971, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 268, + 214 + ], + "outputs": [ + { + "value_id": 269, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 977, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 269, + 207 + ], + "outputs": [ + { + "value_id": 270, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1008, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 206, + 271 + ], + "outputs": [ + { + "value_id": 272, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1014, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 270, + 272 + ], + "outputs": [ + { + "value_id": 273, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1020, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 211, + 273 + ], + "outputs": [ + { + "value_id": 274, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1026, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 274, + 210 + ], + "outputs": [ + { + "value_id": 275, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1032, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 275 + ], + "outputs": [ + { + "value_id": 276, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1038, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 209, + 276 + ], + "outputs": [ + { + "value_id": 277, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1044, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 277, + 208 + ], + "outputs": [ + { + "value_id": 278, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1050, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 278, + 201 + ], + "outputs": [ + { + "value_id": 279, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1081, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 200, + 280 + ], + "outputs": [ + { + "value_id": 281, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1087, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 279, + 281 + ], + "outputs": [ + { + "value_id": 282, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1093, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 205, + 282 + ], + "outputs": [ + { + "value_id": 283, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1099, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 283, + 204 + ], + "outputs": [ + { + "value_id": 284, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1105, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 284 + ], + "outputs": [ + { + "value_id": 285, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1111, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 203, + 285 + ], + "outputs": [ + { + "value_id": 286, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1117, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 286, + 202 + ], + "outputs": [ + { + "value_id": 287, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1123, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 287, + 195 + ], + "outputs": [ + { + "value_id": 288, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1154, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 194, + 289 + ], + "outputs": [ + { + "value_id": 290, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1160, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 288, + 290 + ], + "outputs": [ + { + "value_id": 291, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1166, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 199, + 291 + ], + "outputs": [ + { + "value_id": 292, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1172, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 292, + 198 + ], + "outputs": [ + { + "value_id": 293, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1178, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 293 + ], + "outputs": [ + { + "value_id": 294, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1184, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 197, + 294 + ], + "outputs": [ + { + "value_id": 295, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1190, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 295, + 196 + ], + "outputs": [ + { + "value_id": 296, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1196, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 296, + 189 + ], + "outputs": [ + { + "value_id": 297, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1227, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 188, + 298 + ], + "outputs": [ + { + "value_id": 299, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1233, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 297, + 299 + ], + "outputs": [ + { + "value_id": 300, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1239, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 193, + 300 + ], + "outputs": [ + { + "value_id": 301, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1245, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 301, + 192 + ], + "outputs": [ + { + "value_id": 302, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1251, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 302 + ], + "outputs": [ + { + "value_id": 303, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1257, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 191, + 303 + ], + "outputs": [ + { + "value_id": 304, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1263, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 304, + 190 + ], + "outputs": [ + { + "value_id": 305, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1269, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 305, + 183 + ], + "outputs": [ + { + "value_id": 306, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1300, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 182, + 307 + ], + "outputs": [ + { + "value_id": 308, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1306, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 306, + 308 + ], + "outputs": [ + { + "value_id": 309, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1312, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 187, + 309 + ], + "outputs": [ + { + "value_id": 310, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1318, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 310, + 186 + ], + "outputs": [ + { + "value_id": 311, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1324, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 311 + ], + "outputs": [ + { + "value_id": 312, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1330, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 185, + 312 + ], + "outputs": [ + { + "value_id": 313, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1336, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 313, + 184 + ], + "outputs": [ + { + "value_id": 314, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1342, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 314, + 177 + ], + "outputs": [ + { + "value_id": 315, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1373, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 176, + 316 + ], + "outputs": [ + { + "value_id": 317, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1379, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 315, + 317 + ], + "outputs": [ + { + "value_id": 318, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1385, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 181, + 318 + ], + "outputs": [ + { + "value_id": 319, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1391, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 319, + 180 + ], + "outputs": [ + { + "value_id": 320, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1397, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 320 + ], + "outputs": [ + { + "value_id": 321, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1403, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 179, + 321 + ], + "outputs": [ + { + "value_id": 322, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1409, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 322, + 178 + ], + "outputs": [ + { + "value_id": 323, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1415, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 323, + 171 + ], + "outputs": [ + { + "value_id": 324, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1446, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 170, + 325 + ], + "outputs": [ + { + "value_id": 326, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1452, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 324, + 326 + ], + "outputs": [ + { + "value_id": 327, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1458, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 175, + 327 + ], + "outputs": [ + { + "value_id": 328, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 328, + 174 + ], + "outputs": [ + { + "value_id": 329, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1470, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 329 + ], + "outputs": [ + { + "value_id": 330, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1476, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 173, + 330 + ], + "outputs": [ + { + "value_id": 331, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1482, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 331, + 172 + ], + "outputs": [ + { + "value_id": 332, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1488, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 332, + 165 + ], + "outputs": [ + { + "value_id": 333, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1519, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 164, + 334 + ], + "outputs": [ + { + "value_id": 335, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1525, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 333, + 335 + ], + "outputs": [ + { + "value_id": 336, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1531, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 169, + 336 + ], + "outputs": [ + { + "value_id": 337, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 337, + 168 + ], + "outputs": [ + { + "value_id": 338, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1543, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 338 + ], + "outputs": [ + { + "value_id": 339, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1549, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 167, + 339 + ], + "outputs": [ + { + "value_id": 340, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1555, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 340, + 166 + ], + "outputs": [ + { + "value_id": 341, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1561, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 341, + 159 + ], + "outputs": [ + { + "value_id": 342, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1592, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 158, + 343 + ], + "outputs": [ + { + "value_id": 344, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1598, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 342, + 344 + ], + "outputs": [ + { + "value_id": 345, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1604, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 163, + 345 + ], + "outputs": [ + { + "value_id": 346, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1610, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 346, + 162 + ], + "outputs": [ + { + "value_id": 347, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1616, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 347 + ], + "outputs": [ + { + "value_id": 348, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1622, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 161, + 348 + ], + "outputs": [ + { + "value_id": 349, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1628, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 349, + 160 + ], + "outputs": [ + { + "value_id": 350, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1634, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 350, + 153 + ], + "outputs": [ + { + "value_id": 351, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1665, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 152, + 352 + ], + "outputs": [ + { + "value_id": 353, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1671, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 351, + 353 + ], + "outputs": [ + { + "value_id": 354, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1677, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 157, + 354 + ], + "outputs": [ + { + "value_id": 355, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1683, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 355, + 156 + ], + "outputs": [ + { + "value_id": 356, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1689, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 356 + ], + "outputs": [ + { + "value_id": 357, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1695, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 155, + 357 + ], + "outputs": [ + { + "value_id": 358, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1701, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 358, + 154 + ], + "outputs": [ + { + "value_id": 359, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1707, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 359, + 147 + ], + "outputs": [ + { + "value_id": 360, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1738, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 146, + 361 + ], + "outputs": [ + { + "value_id": 362, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1744, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 360, + 362 + ], + "outputs": [ + { + "value_id": 363, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1750, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 151, + 363 + ], + "outputs": [ + { + "value_id": 364, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1756, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 364, + 150 + ], + "outputs": [ + { + "value_id": 365, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1762, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 365 + ], + "outputs": [ + { + "value_id": 366, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1768, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 149, + 366 + ], + "outputs": [ + { + "value_id": 367, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1774, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 367, + 148 + ], + "outputs": [ + { + "value_id": 368, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1780, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 368, + 141 + ], + "outputs": [ + { + "value_id": 369, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1811, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 140, + 370 + ], + "outputs": [ + { + "value_id": 371, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1817, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 369, + 371 + ], + "outputs": [ + { + "value_id": 372, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1823, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 145, + 372 + ], + "outputs": [ + { + "value_id": 373, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1829, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 373, + 144 + ], + "outputs": [ + { + "value_id": 374, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1835, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 374 + ], + "outputs": [ + { + "value_id": 375, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1841, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 143, + 375 + ], + "outputs": [ + { + "value_id": 376, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1847, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 376, + 142 + ], + "outputs": [ + { + "value_id": 377, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1853, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 377, + 135 + ], + "outputs": [ + { + "value_id": 378, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1884, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 134, + 379 + ], + "outputs": [ + { + "value_id": 380, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1890, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 378, + 380 + ], + "outputs": [ + { + "value_id": 381, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1896, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 139, + 381 + ], + "outputs": [ + { + "value_id": 382, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1902, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 382, + 138 + ], + "outputs": [ + { + "value_id": 383, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1908, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 383 + ], + "outputs": [ + { + "value_id": 384, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1914, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 137, + 384 + ], + "outputs": [ + { + "value_id": 385, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1920, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 385, + 136 + ], + "outputs": [ + { + "value_id": 386, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1926, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 386, + 129 + ], + "outputs": [ + { + "value_id": 387, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1957, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 128, + 388 + ], + "outputs": [ + { + "value_id": 389, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1963, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 387, + 389 + ], + "outputs": [ + { + "value_id": 390, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1969, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 133, + 390 + ], + "outputs": [ + { + "value_id": 391, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1975, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 391, + 132 + ], + "outputs": [ + { + "value_id": 392, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1981, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 392 + ], + "outputs": [ + { + "value_id": 393, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1987, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 131, + 393 + ], + "outputs": [ + { + "value_id": 394, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1993, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 394, + 130 + ], + "outputs": [ + { + "value_id": 395, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1999, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 395, + 123 + ], + "outputs": [ + { + "value_id": 396, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2030, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 122, + 397 + ], + "outputs": [ + { + "value_id": 398, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2036, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 396, + 398 + ], + "outputs": [ + { + "value_id": 399, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2042, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 127, + 399 + ], + "outputs": [ + { + "value_id": 400, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2048, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 400, + 126 + ], + "outputs": [ + { + "value_id": 401, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2054, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 401 + ], + "outputs": [ + { + "value_id": 402, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2060, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 125, + 402 + ], + "outputs": [ + { + "value_id": 403, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2066, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 403, + 124 + ], + "outputs": [ + { + "value_id": 404, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2072, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 404, + 117 + ], + "outputs": [ + { + "value_id": 405, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2103, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 116, + 406 + ], + "outputs": [ + { + "value_id": 407, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2109, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 405, + 407 + ], + "outputs": [ + { + "value_id": 408, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2115, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 121, + 408 + ], + "outputs": [ + { + "value_id": 409, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2121, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 409, + 120 + ], + "outputs": [ + { + "value_id": 410, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2127, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 410 + ], + "outputs": [ + { + "value_id": 411, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2133, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 119, + 411 + ], + "outputs": [ + { + "value_id": 412, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2139, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 412, + 118 + ], + "outputs": [ + { + "value_id": 413, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2145, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 413, + 111 + ], + "outputs": [ + { + "value_id": 414, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2176, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 110, + 415 + ], + "outputs": [ + { + "value_id": 416, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2182, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 414, + 416 + ], + "outputs": [ + { + "value_id": 417, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2188, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 115, + 417 + ], + "outputs": [ + { + "value_id": 418, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2194, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 418, + 114 + ], + "outputs": [ + { + "value_id": 419, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2200, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 419 + ], + "outputs": [ + { + "value_id": 420, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2206, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 113, + 420 + ], + "outputs": [ + { + "value_id": 421, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2212, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 421, + 112 + ], + "outputs": [ + { + "value_id": 422, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2218, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 422, + 105 + ], + "outputs": [ + { + "value_id": 423, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2249, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 104, + 424 + ], + "outputs": [ + { + "value_id": 425, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2255, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 423, + 425 + ], + "outputs": [ + { + "value_id": 426, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2261, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 109, + 426 + ], + "outputs": [ + { + "value_id": 427, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2267, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 427, + 108 + ], + "outputs": [ + { + "value_id": 428, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2273, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 428 + ], + "outputs": [ + { + "value_id": 429, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2279, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 107, + 429 + ], + "outputs": [ + { + "value_id": 430, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2285, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 430, + 106 + ], + "outputs": [ + { + "value_id": 431, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2302, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 431, + 432 + ], + "outputs": [ + { + "value_id": 433, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2321, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 433, + 103 + ], + "outputs": [ + { + "value_id": 434, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2352, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 102, + 435 + ], + "outputs": [ + { + "value_id": 436, + "dtype": "f32", + "shape": [ + 1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2358, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 434, + 436 + ], + "outputs": [ + { + "value_id": 437, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2364, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/", + "inputs": [ + 437 + ], + "outputs": [ + { + "value_id": 438, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/" + } + }, + { + "op_index": 2370, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 438, + 101 + ], + "outputs": [ + { + "value_id": 439, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2401, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 100, + 440 + ], + "outputs": [ + { + "value_id": 441, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2407, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 439, + 441 + ], + "outputs": [ + { + "value_id": 442, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2413, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/", + "inputs": [ + 442 + ], + "outputs": [ + { + "value_id": 443, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2421, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/", + "inputs": [ + 431, + 443 + ], + "outputs": [ + { + "value_id": 444, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/" + } + }, + { + "op_index": 2427, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 444, + 95 + ], + "outputs": [ + { + "value_id": 445, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2458, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 94, + 446 + ], + "outputs": [ + { + "value_id": 447, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 445, + 447 + ], + "outputs": [ + { + "value_id": 448, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2470, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 99, + 448 + ], + "outputs": [ + { + "value_id": 449, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2476, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 449, + 98 + ], + "outputs": [ + { + "value_id": 450, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2482, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 450 + ], + "outputs": [ + { + "value_id": 451, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2488, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 97, + 451 + ], + "outputs": [ + { + "value_id": 452, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2494, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 452, + 96 + ], + "outputs": [ + { + "value_id": 453, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2500, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 453, + 89 + ], + "outputs": [ + { + "value_id": 454, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2531, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 88, + 455 + ], + "outputs": [ + { + "value_id": 456, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 454, + 456 + ], + "outputs": [ + { + "value_id": 457, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2543, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 93, + 457 + ], + "outputs": [ + { + "value_id": 458, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2549, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 458, + 92 + ], + "outputs": [ + { + "value_id": 459, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2555, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 459 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2561, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 91, + 460 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2567, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 461, + 90 + ], + "outputs": [ + { + "value_id": 462, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2584, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 462, + 463 + ], + "outputs": [ + { + "value_id": 464, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2603, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 464, + 87 + ], + "outputs": [ + { + "value_id": 465, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2634, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 86, + 466 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + 1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2640, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 465, + 467 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2646, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/", + "inputs": [ + 468 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/" + } + }, + { + "op_index": 2652, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 469, + 85 + ], + "outputs": [ + { + "value_id": 470, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2683, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 84, + 471 + ], + "outputs": [ + { + "value_id": 472, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2689, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 470, + 472 + ], + "outputs": [ + { + "value_id": 473, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2695, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/", + "inputs": [ + 473 + ], + "outputs": [ + { + "value_id": 474, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2703, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/", + "inputs": [ + 462, + 474 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/" + } + }, + { + "op_index": 2709, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 475, + 79 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2740, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 78, + 477 + ], + "outputs": [ + { + "value_id": 478, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2746, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 476, + 478 + ], + "outputs": [ + { + "value_id": 479, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2752, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 83, + 479 + ], + "outputs": [ + { + "value_id": 480, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2758, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 480, + 82 + ], + "outputs": [ + { + "value_id": 481, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2764, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 481 + ], + "outputs": [ + { + "value_id": 482, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2770, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 81, + 482 + ], + "outputs": [ + { + "value_id": 483, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2776, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 483, + 80 + ], + "outputs": [ + { + "value_id": 484, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2782, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 484, + 73 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2813, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 72, + 486 + ], + "outputs": [ + { + "value_id": 487, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2819, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 485, + 487 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2825, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 77, + 488 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2831, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 489, + 76 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2837, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 490 + ], + "outputs": [ + { + "value_id": 491, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2843, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 75, + 491 + ], + "outputs": [ + { + "value_id": 492, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2849, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 492, + 74 + ], + "outputs": [ + { + "value_id": 493, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2855, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 493, + 67 + ], + "outputs": [ + { + "value_id": 494, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2886, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 66, + 495 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2892, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 494, + 496 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2898, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 71, + 497 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2904, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 498, + 70 + ], + "outputs": [ + { + "value_id": 499, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2910, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 499 + ], + "outputs": [ + { + "value_id": 500, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2916, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 69, + 500 + ], + "outputs": [ + { + "value_id": 501, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2922, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 501, + 68 + ], + "outputs": [ + { + "value_id": 502, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2928, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 502, + 61 + ], + "outputs": [ + { + "value_id": 503, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2959, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 60, + 504 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2965, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 503, + 505 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2971, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 65, + 506 + ], + "outputs": [ + { + "value_id": 507, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2977, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 507, + 64 + ], + "outputs": [ + { + "value_id": 508, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2983, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 508 + ], + "outputs": [ + { + "value_id": 509, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2989, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 63, + 509 + ], + "outputs": [ + { + "value_id": 510, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2995, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 510, + 62 + ], + "outputs": [ + { + "value_id": 511, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3001, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 511, + 55 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3032, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 54, + 513 + ], + "outputs": [ + { + "value_id": 514, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3038, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 512, + 514 + ], + "outputs": [ + { + "value_id": 515, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3044, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 59, + 515 + ], + "outputs": [ + { + "value_id": 516, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3050, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 516, + 58 + ], + "outputs": [ + { + "value_id": 517, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3056, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 517 + ], + "outputs": [ + { + "value_id": 518, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 3062, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 57, + 518 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3068, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 519, + 56 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3085, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/", + "inputs": [ + 520, + 521 + ], + "outputs": [ + { + "value_id": 522, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 3, + 2 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/" + } + }, + { + "op_index": 3110, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/", + "inputs": [ + 523, + 53 + ], + "outputs": [ + { + "value_id": 524, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 3128, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 524, + 50, + 49, + 52, + 51 + ], + "outputs": [ + { + "value_id": 525, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 526, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 527, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 528, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 529, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 530, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 3155, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/", + "inputs": [ + 525 + ], + "outputs": [ + { + "value_id": 531, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/" + } + }, + { + "op_index": 3161, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/", + "inputs": [ + 531, + 48 + ], + "outputs": [ + { + "value_id": 532, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/" + } + }, + { + "op_index": 3179, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/", + "inputs": [ + 532, + 45, + 44, + 47, + 46 + ], + "outputs": [ + { + "value_id": 533, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 534, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 535, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 536, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 537, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 538, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/" + } + }, + { + "op_index": 3206, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/", + "inputs": [ + 533 + ], + "outputs": [ + { + "value_id": 539, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/" + } + }, + { + "op_index": 3238, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 540, + 541, + 542 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "i64", + "shape": [] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3258, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 544 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3268, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/", + "inputs": [ + 545, + 43, + 42 + ], + "outputs": [ + { + "value_id": 546, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 547, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/" + } + }, + { + "op_index": 3282, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 546, + 41 + ], + "outputs": [ + { + "value_id": 549, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3290, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 549, + 40 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3310, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 550, + 551 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3316, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 552 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3348, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 554, + 555 + ], + "outputs": [ + { + "value_id": 556, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3398, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 559, + 560 + ], + "outputs": [ + { + "value_id": 561, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3430, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 562, + 563 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3442, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 561 + ], + "outputs": [ + { + "value_id": 565, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3453, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 558, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3461, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 566 + ], + "outputs": [ + { + "value_id": 567, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3478, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/", + "inputs": [ + 567, + 0, + 568 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 570, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/" + } + }, + { + "op_index": 3491, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 569, + 564 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3499, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 571 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3522, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 572, + 573 + ], + "outputs": [ + { + "value_id": 574, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3528, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 574, + 39 + ], + "outputs": [ + { + "value_id": 575, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3536, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 575, + 38 + ], + "outputs": [ + { + "value_id": 576, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3552, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/", + "inputs": [ + 576, + 0, + 577 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 579, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/" + } + }, + { + "op_index": 3565, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 545, + 578 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3571, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/", + "inputs": [ + 580, + 37, + 36 + ], + "outputs": [ + { + "value_id": 581, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/" + } + }, + { + "op_index": 3585, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 581, + 35 + ], + "outputs": [ + { + "value_id": 584, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3593, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 584, + 34 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3599, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/", + "inputs": [ + 585 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/" + } + }, + { + "op_index": 3615, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/", + "inputs": [ + 586, + 0, + 587 + ], + "outputs": [ + { + "value_id": 588, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 589, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/" + } + }, + { + "op_index": 3628, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 588, + 33 + ], + "outputs": [ + { + "value_id": 590, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3636, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 590, + 32 + ], + "outputs": [ + { + "value_id": 591, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3652, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/", + "inputs": [ + 591, + 0, + 592 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 594, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/" + } + }, + { + "op_index": 3665, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 580, + 593 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3671, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/", + "inputs": [ + 595, + 31, + 30 + ], + "outputs": [ + { + "value_id": 596, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/" + } + }, + { + "op_index": 3685, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 596, + 29 + ], + "outputs": [ + { + "value_id": 599, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3693, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 599, + 28 + ], + "outputs": [ + { + "value_id": 600, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3713, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 600, + 601 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3719, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 602 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3751, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 604, + 605 + ], + "outputs": [ + { + "value_id": 606, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3801, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 609, + 610 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3833, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 612, + 613 + ], + "outputs": [ + { + "value_id": 614, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3845, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 615, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3856, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 608, + 615 + ], + "outputs": [ + { + "value_id": 616, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3864, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 616 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3881, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/", + "inputs": [ + 617, + 0, + 618 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 620, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/" + } + }, + { + "op_index": 3894, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 619, + 614 + ], + "outputs": [ + { + "value_id": 621, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3902, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 621 + ], + "outputs": [ + { + "value_id": 622, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3925, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 622, + 623 + ], + "outputs": [ + { + "value_id": 624, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3931, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 624, + 27 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3939, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 625, + 26 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3955, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/", + "inputs": [ + 626, + 0, + 627 + ], + "outputs": [ + { + "value_id": 628, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 629, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/" + } + }, + { + "op_index": 3968, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 595, + 628 + ], + "outputs": [ + { + "value_id": 630, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 3974, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/", + "inputs": [ + 630, + 25, + 24 + ], + "outputs": [ + { + "value_id": 631, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 632, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/" + } + }, + { + "op_index": 3988, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 631, + 23 + ], + "outputs": [ + { + "value_id": 634, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 3996, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 634, + 22 + ], + "outputs": [ + { + "value_id": 635, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 4002, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/", + "inputs": [ + 635 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/" + } + }, + { + "op_index": 4018, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/", + "inputs": [ + 636, + 0, + 637 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 639, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/" + } + }, + { + "op_index": 4031, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 638, + 21 + ], + "outputs": [ + { + "value_id": 640, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4039, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 640, + 20 + ], + "outputs": [ + { + "value_id": 641, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4055, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/", + "inputs": [ + 641, + 0, + 642 + ], + "outputs": [ + { + "value_id": 643, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 644, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/" + } + }, + { + "op_index": 4068, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 630, + 643 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 4074, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/", + "inputs": [ + 645, + 19, + 18 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999974752427e-07, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/" + } + }, + { + "op_index": 4131, + "type": "1.stack", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 652 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "i64", + "shape": [ + 4 + ] + } + ], + "attrs": { + "axis": 0, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4138, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 646, + 653 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4144, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 654 + ], + "outputs": [ + { + "value_id": 655, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 3, + 1, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4155, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/", + "inputs": [ + 655, + 17 + ], + "outputs": [ + { + "value_id": 656, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/" + } + }, + { + "op_index": 4173, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/", + "inputs": [ + 656, + 14, + 13, + 16, + 15 + ], + "outputs": [ + { + "value_id": 657, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 659, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 660, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 661, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 662, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/" + } + }, + { + "op_index": 4200, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/", + "inputs": [ + 657 + ], + "outputs": [ + { + "value_id": 663, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/" + } + }, + { + "op_index": 4225, + "type": "1.concat", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 665, + 664 + ], + "outputs": [ + { + "value_id": 666, + "dtype": "f32", + "shape": [ + -1, + 960, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4231, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/", + "inputs": [ + 666, + 12 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/" + } + }, + { + "op_index": 4249, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/", + "inputs": [ + 667, + 9, + 8, + 11, + 10 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 669, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 673, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/" + } + }, + { + "op_index": 4276, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/", + "inputs": [ + 668 + ], + "outputs": [ + { + "value_id": 674, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/" + } + }, + { + "op_index": 4282, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/", + "inputs": [ + 674, + 7 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/" + } + }, + { + "op_index": 4300, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/", + "inputs": [ + 675, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 677, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 681, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/" + } + }, + { + "op_index": 4327, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/", + "inputs": [ + 676 + ], + "outputs": [ + { + "value_id": 682, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + } + }, + { + "op_index": 4343, + "type": "1.squeeze", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 682, + 683 + ], + "outputs": [ + { + "value_id": 684, + "dtype": "f32", + "shape": [ + -1, + 120, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4349, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 684 + ], + "outputs": [ + { + "value_id": 685, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4359, + "type": "1.matmul", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 685, + 2 + ], + "outputs": [ + { + "value_id": 686, + "dtype": "f32", + "shape": [ + -1, + -1, + 838 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4367, + "type": "1.add", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 686, + 1 + ], + "outputs": [ + { + "value_id": 687, + "dtype": "f32", + "shape": [ + -1, + -1, + 838 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4373, + "type": "1.softmax", + "struct_name": "/MultiHead/CTCHead/", + "inputs": [ + 687 + ], + "outputs": [ + { + "value_id": 688, + "dtype": "f32", + "shape": [ + -1, + -1, + 838 + ] + } + ], + "attrs": { + "axis": 2, + "struct_name": "/MultiHead/CTCHead/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/latin_PP-OCRv5_mobile_rec_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": { + "character_count": 836, + "canonical_character_count": 837, + "sha256": "c3ab00106e4a4d151a8575b1129b91901a68a35b79a81fd63faab00418b87d75", + "canonical_sha256": "fa526bdcc0403918a969757fdc49023d32c48f3b00a89c8b2a57bb02b872638a", + "use_space_char": true, + "class_count": 838 + }, + "detection_postprocess": null + }, + { + "variant": "eslav_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/eslav_PP-OCRv5_mobile_rec", + "config_sha256": "f6a5103ccf8d446d96477461fca58213c0eecd3d31518dfaf5b941110a342911", + "inference_json_sha256": "3fb6e2e658f5139ff16e35260de8f0577f106a9505c902e1dfc1f4f1d03cc9cb", + "pdiparams_sha256": "f11057b05d8517868bca505271278973d706600d9dcc184cbcf5c4512091c32b", + "input_fixture": "fixtures/paddleocr_v5/eslav_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "model_name": "eslav_PP-OCRv5_mobile_rec", + "dynamic_shapes": [ + [ + 1, + 3, + 48, + 160 + ], + [ + 1, + 3, + 48, + 320 + ], + [ + 8, + 3, + 48, + 3200 + ] + ], + "parameter_count": 234, + "parameters": [ + { + "key": "linear_8.b_0", + "shape": [ + 519 + ] + }, + { + "key": "linear_8.w_0", + "shape": [ + 120, + 519 + ] + }, + { + "key": "batch_norm2d_150.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_149.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 60, + 960, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_148.w_2", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_1", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.b_0", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "layer_norm_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_4.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_6.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_6.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_3.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_4.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_4.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_2.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_2.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_2.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_1.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_0.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_0.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_0.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_0.w_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_146.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 60, + 480, + 1, + 3 + ] + }, + { + "key": "conv2d_163.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_163.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_162.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_162.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_53.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_53.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_161.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_161.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_160.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_160.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_49.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_49.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_159.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_159.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 120, + 480, + 1, + 1 + ] + }, + { + "key": "conv2d_158.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_158.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_45.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_45.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_157.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_157.w_0", + "shape": [ + 480, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 240, + 60, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 60, + 240, + 1, + 1 + ] + }, + { + "key": "conv2d_156.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_156.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_41.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_41.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_155.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_155.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_154.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_154.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_37.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_37.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_153.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_153.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_152.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_152.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_33.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_33.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_151.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_151.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_150.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_150.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_29.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_29.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_149.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_149.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_148.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_148.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_25.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_25.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_147.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_147.w_0", + "shape": [ + 240, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_146.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_146.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_21.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_21.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_145.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_145.w_0", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_144.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_144.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_17.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_17.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_143.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_142.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_13.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_13.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_141.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_141.w_0", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_140.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_9.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_9.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_138.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_5.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_5.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_1.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_1.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_0", + "shape": [ + 1 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 16, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 612, + "0.a_bool": 530, + "0.a_f32": 23, + "0.a_f64": 14, + "0.a_i32": 334, + "0.a_i64": 186, + "0.a_str": 506, + "0.combine": 2, + "0.t_dtensor": 693, + "0.t_f32": 614, + "0.t_i32": 1, + "0.t_i64": 64, + "0.t_ui8": 14, + "0.t_vec": 2, + "1.a_dtype": 69, + "1.a_intarray": 15, + "1.a_place": 69, + "1.add": 101, + "1.assign": 1, + "1.batch_norm_": 6, + "1.concat": 1, + "1.conv2d": 24, + "1.data": 1, + "1.depthwise_conv2d": 14, + "1.dropout": 8, + "1.fetch": 1, + "1.flatten": 1, + "1.full": 14, + "1.full_int_array": 54, + "1.hardsigmoid": 2, + "1.hardswish": 28, + "1.layer_norm": 5, + "1.matmul": 13, + "1.multiply": 58, + "1.pool2d": 3, + "1.relu": 2, + "1.reshape": 37, + "1.scale": 2, + "1.shape64": 1, + "1.slice": 7, + "1.softmax": 3, + "1.squeeze": 1, + "1.stack": 1, + "1.swish": 7, + "1.transpose": 9, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 4380, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 688 + ], + "outputs": [ + { + "value_id": 689, + "dtype": "f32", + "shape": [ + -1, + -1, + 519 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 713, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/", + "inputs": [ + 235, + 234 + ], + "outputs": [ + { + "value_id": 236, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 731, + "type": "1.batch_norm_", + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 236, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 237, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + }, + { + "value_id": 238, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 239, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 240, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 241, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 242, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 758, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 237, + 225 + ], + "outputs": [ + { + "value_id": 243, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 16, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 789, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 224, + 244 + ], + "outputs": [ + { + "value_id": 245, + "dtype": "f32", + "shape": [ + 1, + 16, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 795, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 243, + 245 + ], + "outputs": [ + { + "value_id": 246, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 801, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 229, + 246 + ], + "outputs": [ + { + "value_id": 247, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 807, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 247, + 228 + ], + "outputs": [ + { + "value_id": 248, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 813, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 248 + ], + "outputs": [ + { + "value_id": 249, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 819, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 227, + 249 + ], + "outputs": [ + { + "value_id": 250, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 825, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 250, + 226 + ], + "outputs": [ + { + "value_id": 251, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 831, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 251, + 219 + ], + "outputs": [ + { + "value_id": 252, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 862, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 218, + 253 + ], + "outputs": [ + { + "value_id": 254, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 868, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 252, + 254 + ], + "outputs": [ + { + "value_id": 255, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 874, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 223, + 255 + ], + "outputs": [ + { + "value_id": 256, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 880, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 256, + 222 + ], + "outputs": [ + { + "value_id": 257, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 886, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 257 + ], + "outputs": [ + { + "value_id": 258, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 892, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 221, + 258 + ], + "outputs": [ + { + "value_id": 259, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 898, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 259, + 220 + ], + "outputs": [ + { + "value_id": 260, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 904, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 260, + 213 + ], + "outputs": [ + { + "value_id": 261, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 32, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 935, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 212, + 262 + ], + "outputs": [ + { + "value_id": 263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 941, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 261, + 263 + ], + "outputs": [ + { + "value_id": 264, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 947, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 217, + 264 + ], + "outputs": [ + { + "value_id": 265, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 953, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 265, + 216 + ], + "outputs": [ + { + "value_id": 266, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 959, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 266 + ], + "outputs": [ + { + "value_id": 267, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 965, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 215, + 267 + ], + "outputs": [ + { + "value_id": 268, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 971, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 268, + 214 + ], + "outputs": [ + { + "value_id": 269, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 977, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 269, + 207 + ], + "outputs": [ + { + "value_id": 270, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1008, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 206, + 271 + ], + "outputs": [ + { + "value_id": 272, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1014, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 270, + 272 + ], + "outputs": [ + { + "value_id": 273, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1020, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 211, + 273 + ], + "outputs": [ + { + "value_id": 274, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1026, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 274, + 210 + ], + "outputs": [ + { + "value_id": 275, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1032, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 275 + ], + "outputs": [ + { + "value_id": 276, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1038, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 209, + 276 + ], + "outputs": [ + { + "value_id": 277, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1044, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 277, + 208 + ], + "outputs": [ + { + "value_id": 278, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1050, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 278, + 201 + ], + "outputs": [ + { + "value_id": 279, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1081, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 200, + 280 + ], + "outputs": [ + { + "value_id": 281, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1087, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 279, + 281 + ], + "outputs": [ + { + "value_id": 282, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1093, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 205, + 282 + ], + "outputs": [ + { + "value_id": 283, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1099, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 283, + 204 + ], + "outputs": [ + { + "value_id": 284, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1105, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 284 + ], + "outputs": [ + { + "value_id": 285, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1111, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 203, + 285 + ], + "outputs": [ + { + "value_id": 286, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1117, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 286, + 202 + ], + "outputs": [ + { + "value_id": 287, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1123, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 287, + 195 + ], + "outputs": [ + { + "value_id": 288, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1154, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 194, + 289 + ], + "outputs": [ + { + "value_id": 290, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1160, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 288, + 290 + ], + "outputs": [ + { + "value_id": 291, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1166, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 199, + 291 + ], + "outputs": [ + { + "value_id": 292, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1172, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 292, + 198 + ], + "outputs": [ + { + "value_id": 293, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1178, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 293 + ], + "outputs": [ + { + "value_id": 294, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1184, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 197, + 294 + ], + "outputs": [ + { + "value_id": 295, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1190, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 295, + 196 + ], + "outputs": [ + { + "value_id": 296, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1196, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 296, + 189 + ], + "outputs": [ + { + "value_id": 297, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1227, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 188, + 298 + ], + "outputs": [ + { + "value_id": 299, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1233, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 297, + 299 + ], + "outputs": [ + { + "value_id": 300, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1239, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 193, + 300 + ], + "outputs": [ + { + "value_id": 301, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1245, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 301, + 192 + ], + "outputs": [ + { + "value_id": 302, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1251, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 302 + ], + "outputs": [ + { + "value_id": 303, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1257, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 191, + 303 + ], + "outputs": [ + { + "value_id": 304, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1263, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 304, + 190 + ], + "outputs": [ + { + "value_id": 305, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1269, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 305, + 183 + ], + "outputs": [ + { + "value_id": 306, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1300, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 182, + 307 + ], + "outputs": [ + { + "value_id": 308, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1306, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 306, + 308 + ], + "outputs": [ + { + "value_id": 309, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1312, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 187, + 309 + ], + "outputs": [ + { + "value_id": 310, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1318, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 310, + 186 + ], + "outputs": [ + { + "value_id": 311, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1324, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 311 + ], + "outputs": [ + { + "value_id": 312, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1330, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 185, + 312 + ], + "outputs": [ + { + "value_id": 313, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1336, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 313, + 184 + ], + "outputs": [ + { + "value_id": 314, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1342, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 314, + 177 + ], + "outputs": [ + { + "value_id": 315, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1373, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 176, + 316 + ], + "outputs": [ + { + "value_id": 317, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1379, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 315, + 317 + ], + "outputs": [ + { + "value_id": 318, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1385, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 181, + 318 + ], + "outputs": [ + { + "value_id": 319, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1391, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 319, + 180 + ], + "outputs": [ + { + "value_id": 320, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1397, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 320 + ], + "outputs": [ + { + "value_id": 321, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1403, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 179, + 321 + ], + "outputs": [ + { + "value_id": 322, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1409, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 322, + 178 + ], + "outputs": [ + { + "value_id": 323, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1415, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 323, + 171 + ], + "outputs": [ + { + "value_id": 324, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1446, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 170, + 325 + ], + "outputs": [ + { + "value_id": 326, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1452, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 324, + 326 + ], + "outputs": [ + { + "value_id": 327, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1458, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 175, + 327 + ], + "outputs": [ + { + "value_id": 328, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 328, + 174 + ], + "outputs": [ + { + "value_id": 329, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1470, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 329 + ], + "outputs": [ + { + "value_id": 330, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1476, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 173, + 330 + ], + "outputs": [ + { + "value_id": 331, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1482, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 331, + 172 + ], + "outputs": [ + { + "value_id": 332, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1488, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 332, + 165 + ], + "outputs": [ + { + "value_id": 333, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1519, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 164, + 334 + ], + "outputs": [ + { + "value_id": 335, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1525, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 333, + 335 + ], + "outputs": [ + { + "value_id": 336, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1531, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 169, + 336 + ], + "outputs": [ + { + "value_id": 337, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 337, + 168 + ], + "outputs": [ + { + "value_id": 338, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1543, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 338 + ], + "outputs": [ + { + "value_id": 339, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1549, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 167, + 339 + ], + "outputs": [ + { + "value_id": 340, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1555, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 340, + 166 + ], + "outputs": [ + { + "value_id": 341, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1561, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 341, + 159 + ], + "outputs": [ + { + "value_id": 342, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1592, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 158, + 343 + ], + "outputs": [ + { + "value_id": 344, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1598, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 342, + 344 + ], + "outputs": [ + { + "value_id": 345, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1604, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 163, + 345 + ], + "outputs": [ + { + "value_id": 346, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1610, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 346, + 162 + ], + "outputs": [ + { + "value_id": 347, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1616, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 347 + ], + "outputs": [ + { + "value_id": 348, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1622, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 161, + 348 + ], + "outputs": [ + { + "value_id": 349, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1628, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 349, + 160 + ], + "outputs": [ + { + "value_id": 350, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1634, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 350, + 153 + ], + "outputs": [ + { + "value_id": 351, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1665, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 152, + 352 + ], + "outputs": [ + { + "value_id": 353, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1671, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 351, + 353 + ], + "outputs": [ + { + "value_id": 354, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1677, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 157, + 354 + ], + "outputs": [ + { + "value_id": 355, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1683, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 355, + 156 + ], + "outputs": [ + { + "value_id": 356, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1689, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 356 + ], + "outputs": [ + { + "value_id": 357, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1695, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 155, + 357 + ], + "outputs": [ + { + "value_id": 358, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1701, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 358, + 154 + ], + "outputs": [ + { + "value_id": 359, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1707, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 359, + 147 + ], + "outputs": [ + { + "value_id": 360, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1738, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 146, + 361 + ], + "outputs": [ + { + "value_id": 362, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1744, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 360, + 362 + ], + "outputs": [ + { + "value_id": 363, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1750, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 151, + 363 + ], + "outputs": [ + { + "value_id": 364, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1756, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 364, + 150 + ], + "outputs": [ + { + "value_id": 365, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1762, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 365 + ], + "outputs": [ + { + "value_id": 366, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1768, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 149, + 366 + ], + "outputs": [ + { + "value_id": 367, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1774, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 367, + 148 + ], + "outputs": [ + { + "value_id": 368, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1780, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 368, + 141 + ], + "outputs": [ + { + "value_id": 369, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1811, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 140, + 370 + ], + "outputs": [ + { + "value_id": 371, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1817, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 369, + 371 + ], + "outputs": [ + { + "value_id": 372, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1823, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 145, + 372 + ], + "outputs": [ + { + "value_id": 373, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1829, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 373, + 144 + ], + "outputs": [ + { + "value_id": 374, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1835, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 374 + ], + "outputs": [ + { + "value_id": 375, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1841, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 143, + 375 + ], + "outputs": [ + { + "value_id": 376, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1847, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 376, + 142 + ], + "outputs": [ + { + "value_id": 377, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1853, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 377, + 135 + ], + "outputs": [ + { + "value_id": 378, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1884, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 134, + 379 + ], + "outputs": [ + { + "value_id": 380, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1890, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 378, + 380 + ], + "outputs": [ + { + "value_id": 381, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1896, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 139, + 381 + ], + "outputs": [ + { + "value_id": 382, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1902, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 382, + 138 + ], + "outputs": [ + { + "value_id": 383, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1908, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 383 + ], + "outputs": [ + { + "value_id": 384, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1914, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 137, + 384 + ], + "outputs": [ + { + "value_id": 385, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1920, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 385, + 136 + ], + "outputs": [ + { + "value_id": 386, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1926, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 386, + 129 + ], + "outputs": [ + { + "value_id": 387, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1957, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 128, + 388 + ], + "outputs": [ + { + "value_id": 389, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1963, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 387, + 389 + ], + "outputs": [ + { + "value_id": 390, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1969, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 133, + 390 + ], + "outputs": [ + { + "value_id": 391, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1975, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 391, + 132 + ], + "outputs": [ + { + "value_id": 392, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1981, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 392 + ], + "outputs": [ + { + "value_id": 393, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1987, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 131, + 393 + ], + "outputs": [ + { + "value_id": 394, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1993, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 394, + 130 + ], + "outputs": [ + { + "value_id": 395, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1999, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 395, + 123 + ], + "outputs": [ + { + "value_id": 396, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2030, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 122, + 397 + ], + "outputs": [ + { + "value_id": 398, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2036, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 396, + 398 + ], + "outputs": [ + { + "value_id": 399, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2042, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 127, + 399 + ], + "outputs": [ + { + "value_id": 400, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2048, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 400, + 126 + ], + "outputs": [ + { + "value_id": 401, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2054, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 401 + ], + "outputs": [ + { + "value_id": 402, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2060, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 125, + 402 + ], + "outputs": [ + { + "value_id": 403, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2066, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 403, + 124 + ], + "outputs": [ + { + "value_id": 404, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2072, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 404, + 117 + ], + "outputs": [ + { + "value_id": 405, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2103, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 116, + 406 + ], + "outputs": [ + { + "value_id": 407, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2109, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 405, + 407 + ], + "outputs": [ + { + "value_id": 408, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2115, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 121, + 408 + ], + "outputs": [ + { + "value_id": 409, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2121, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 409, + 120 + ], + "outputs": [ + { + "value_id": 410, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2127, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 410 + ], + "outputs": [ + { + "value_id": 411, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2133, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 119, + 411 + ], + "outputs": [ + { + "value_id": 412, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2139, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 412, + 118 + ], + "outputs": [ + { + "value_id": 413, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2145, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 413, + 111 + ], + "outputs": [ + { + "value_id": 414, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2176, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 110, + 415 + ], + "outputs": [ + { + "value_id": 416, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2182, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 414, + 416 + ], + "outputs": [ + { + "value_id": 417, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2188, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 115, + 417 + ], + "outputs": [ + { + "value_id": 418, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2194, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 418, + 114 + ], + "outputs": [ + { + "value_id": 419, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2200, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 419 + ], + "outputs": [ + { + "value_id": 420, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2206, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 113, + 420 + ], + "outputs": [ + { + "value_id": 421, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2212, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 421, + 112 + ], + "outputs": [ + { + "value_id": 422, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2218, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 422, + 105 + ], + "outputs": [ + { + "value_id": 423, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2249, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 104, + 424 + ], + "outputs": [ + { + "value_id": 425, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2255, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 423, + 425 + ], + "outputs": [ + { + "value_id": 426, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2261, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 109, + 426 + ], + "outputs": [ + { + "value_id": 427, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2267, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 427, + 108 + ], + "outputs": [ + { + "value_id": 428, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2273, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 428 + ], + "outputs": [ + { + "value_id": 429, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2279, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 107, + 429 + ], + "outputs": [ + { + "value_id": 430, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2285, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 430, + 106 + ], + "outputs": [ + { + "value_id": 431, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2302, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 431, + 432 + ], + "outputs": [ + { + "value_id": 433, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2321, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 433, + 103 + ], + "outputs": [ + { + "value_id": 434, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2352, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 102, + 435 + ], + "outputs": [ + { + "value_id": 436, + "dtype": "f32", + "shape": [ + 1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2358, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 434, + 436 + ], + "outputs": [ + { + "value_id": 437, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2364, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/", + "inputs": [ + 437 + ], + "outputs": [ + { + "value_id": 438, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/" + } + }, + { + "op_index": 2370, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 438, + 101 + ], + "outputs": [ + { + "value_id": 439, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2401, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 100, + 440 + ], + "outputs": [ + { + "value_id": 441, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2407, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 439, + 441 + ], + "outputs": [ + { + "value_id": 442, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2413, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/", + "inputs": [ + 442 + ], + "outputs": [ + { + "value_id": 443, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2421, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/", + "inputs": [ + 431, + 443 + ], + "outputs": [ + { + "value_id": 444, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/" + } + }, + { + "op_index": 2427, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 444, + 95 + ], + "outputs": [ + { + "value_id": 445, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2458, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 94, + 446 + ], + "outputs": [ + { + "value_id": 447, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 445, + 447 + ], + "outputs": [ + { + "value_id": 448, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2470, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 99, + 448 + ], + "outputs": [ + { + "value_id": 449, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2476, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 449, + 98 + ], + "outputs": [ + { + "value_id": 450, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2482, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 450 + ], + "outputs": [ + { + "value_id": 451, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2488, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 97, + 451 + ], + "outputs": [ + { + "value_id": 452, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2494, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 452, + 96 + ], + "outputs": [ + { + "value_id": 453, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2500, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 453, + 89 + ], + "outputs": [ + { + "value_id": 454, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2531, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 88, + 455 + ], + "outputs": [ + { + "value_id": 456, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 454, + 456 + ], + "outputs": [ + { + "value_id": 457, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2543, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 93, + 457 + ], + "outputs": [ + { + "value_id": 458, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2549, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 458, + 92 + ], + "outputs": [ + { + "value_id": 459, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2555, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 459 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2561, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 91, + 460 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2567, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 461, + 90 + ], + "outputs": [ + { + "value_id": 462, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2584, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 462, + 463 + ], + "outputs": [ + { + "value_id": 464, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2603, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 464, + 87 + ], + "outputs": [ + { + "value_id": 465, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2634, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 86, + 466 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + 1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2640, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 465, + 467 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2646, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/", + "inputs": [ + 468 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/" + } + }, + { + "op_index": 2652, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 469, + 85 + ], + "outputs": [ + { + "value_id": 470, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2683, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 84, + 471 + ], + "outputs": [ + { + "value_id": 472, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2689, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 470, + 472 + ], + "outputs": [ + { + "value_id": 473, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2695, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/", + "inputs": [ + 473 + ], + "outputs": [ + { + "value_id": 474, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2703, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/", + "inputs": [ + 462, + 474 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/" + } + }, + { + "op_index": 2709, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 475, + 79 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2740, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 78, + 477 + ], + "outputs": [ + { + "value_id": 478, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2746, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 476, + 478 + ], + "outputs": [ + { + "value_id": 479, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2752, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 83, + 479 + ], + "outputs": [ + { + "value_id": 480, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2758, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 480, + 82 + ], + "outputs": [ + { + "value_id": 481, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2764, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 481 + ], + "outputs": [ + { + "value_id": 482, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2770, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 81, + 482 + ], + "outputs": [ + { + "value_id": 483, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2776, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 483, + 80 + ], + "outputs": [ + { + "value_id": 484, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2782, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 484, + 73 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2813, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 72, + 486 + ], + "outputs": [ + { + "value_id": 487, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2819, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 485, + 487 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2825, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 77, + 488 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2831, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 489, + 76 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2837, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 490 + ], + "outputs": [ + { + "value_id": 491, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2843, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 75, + 491 + ], + "outputs": [ + { + "value_id": 492, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2849, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 492, + 74 + ], + "outputs": [ + { + "value_id": 493, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2855, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 493, + 67 + ], + "outputs": [ + { + "value_id": 494, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2886, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 66, + 495 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2892, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 494, + 496 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2898, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 71, + 497 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2904, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 498, + 70 + ], + "outputs": [ + { + "value_id": 499, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2910, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 499 + ], + "outputs": [ + { + "value_id": 500, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2916, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 69, + 500 + ], + "outputs": [ + { + "value_id": 501, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2922, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 501, + 68 + ], + "outputs": [ + { + "value_id": 502, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2928, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 502, + 61 + ], + "outputs": [ + { + "value_id": 503, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2959, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 60, + 504 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2965, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 503, + 505 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2971, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 65, + 506 + ], + "outputs": [ + { + "value_id": 507, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2977, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 507, + 64 + ], + "outputs": [ + { + "value_id": 508, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2983, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 508 + ], + "outputs": [ + { + "value_id": 509, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2989, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 63, + 509 + ], + "outputs": [ + { + "value_id": 510, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2995, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 510, + 62 + ], + "outputs": [ + { + "value_id": 511, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3001, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 511, + 55 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3032, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 54, + 513 + ], + "outputs": [ + { + "value_id": 514, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3038, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 512, + 514 + ], + "outputs": [ + { + "value_id": 515, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3044, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 59, + 515 + ], + "outputs": [ + { + "value_id": 516, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3050, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 516, + 58 + ], + "outputs": [ + { + "value_id": 517, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3056, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 517 + ], + "outputs": [ + { + "value_id": 518, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 3062, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 57, + 518 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3068, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 519, + 56 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3085, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/", + "inputs": [ + 520, + 521 + ], + "outputs": [ + { + "value_id": 522, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 3, + 2 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/" + } + }, + { + "op_index": 3110, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/", + "inputs": [ + 523, + 53 + ], + "outputs": [ + { + "value_id": 524, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 3128, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 524, + 50, + 49, + 52, + 51 + ], + "outputs": [ + { + "value_id": 525, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 526, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 527, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 528, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 529, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 530, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 3155, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/", + "inputs": [ + 525 + ], + "outputs": [ + { + "value_id": 531, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/" + } + }, + { + "op_index": 3161, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/", + "inputs": [ + 531, + 48 + ], + "outputs": [ + { + "value_id": 532, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/" + } + }, + { + "op_index": 3179, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/", + "inputs": [ + 532, + 45, + 44, + 47, + 46 + ], + "outputs": [ + { + "value_id": 533, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 534, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 535, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 536, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 537, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 538, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/" + } + }, + { + "op_index": 3206, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/", + "inputs": [ + 533 + ], + "outputs": [ + { + "value_id": 539, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/" + } + }, + { + "op_index": 3238, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 540, + 541, + 542 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "i64", + "shape": [] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3258, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 544 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3268, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/", + "inputs": [ + 545, + 43, + 42 + ], + "outputs": [ + { + "value_id": 546, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 547, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/" + } + }, + { + "op_index": 3282, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 546, + 41 + ], + "outputs": [ + { + "value_id": 549, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3290, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 549, + 40 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3310, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 550, + 551 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3316, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 552 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3348, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 554, + 555 + ], + "outputs": [ + { + "value_id": 556, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3398, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 559, + 560 + ], + "outputs": [ + { + "value_id": 561, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3430, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 562, + 563 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3442, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 561 + ], + "outputs": [ + { + "value_id": 565, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3453, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 558, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3461, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 566 + ], + "outputs": [ + { + "value_id": 567, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3478, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/", + "inputs": [ + 567, + 0, + 568 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 570, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/" + } + }, + { + "op_index": 3491, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 569, + 564 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3499, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 571 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3522, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 572, + 573 + ], + "outputs": [ + { + "value_id": 574, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3528, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 574, + 39 + ], + "outputs": [ + { + "value_id": 575, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3536, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 575, + 38 + ], + "outputs": [ + { + "value_id": 576, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3552, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/", + "inputs": [ + 576, + 0, + 577 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 579, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/" + } + }, + { + "op_index": 3565, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 545, + 578 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3571, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/", + "inputs": [ + 580, + 37, + 36 + ], + "outputs": [ + { + "value_id": 581, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/" + } + }, + { + "op_index": 3585, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 581, + 35 + ], + "outputs": [ + { + "value_id": 584, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3593, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 584, + 34 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3599, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/", + "inputs": [ + 585 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/" + } + }, + { + "op_index": 3615, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/", + "inputs": [ + 586, + 0, + 587 + ], + "outputs": [ + { + "value_id": 588, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 589, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/" + } + }, + { + "op_index": 3628, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 588, + 33 + ], + "outputs": [ + { + "value_id": 590, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3636, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 590, + 32 + ], + "outputs": [ + { + "value_id": 591, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3652, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/", + "inputs": [ + 591, + 0, + 592 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 594, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/" + } + }, + { + "op_index": 3665, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 580, + 593 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3671, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/", + "inputs": [ + 595, + 31, + 30 + ], + "outputs": [ + { + "value_id": 596, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/" + } + }, + { + "op_index": 3685, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 596, + 29 + ], + "outputs": [ + { + "value_id": 599, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3693, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 599, + 28 + ], + "outputs": [ + { + "value_id": 600, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3713, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 600, + 601 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3719, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 602 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3751, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 604, + 605 + ], + "outputs": [ + { + "value_id": 606, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3801, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 609, + 610 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3833, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 612, + 613 + ], + "outputs": [ + { + "value_id": 614, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3845, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 615, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3856, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 608, + 615 + ], + "outputs": [ + { + "value_id": 616, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3864, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 616 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3881, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/", + "inputs": [ + 617, + 0, + 618 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 620, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/" + } + }, + { + "op_index": 3894, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 619, + 614 + ], + "outputs": [ + { + "value_id": 621, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3902, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 621 + ], + "outputs": [ + { + "value_id": 622, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3925, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 622, + 623 + ], + "outputs": [ + { + "value_id": 624, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3931, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 624, + 27 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3939, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 625, + 26 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3955, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/", + "inputs": [ + 626, + 0, + 627 + ], + "outputs": [ + { + "value_id": 628, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 629, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/" + } + }, + { + "op_index": 3968, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 595, + 628 + ], + "outputs": [ + { + "value_id": 630, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 3974, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/", + "inputs": [ + 630, + 25, + 24 + ], + "outputs": [ + { + "value_id": 631, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 632, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/" + } + }, + { + "op_index": 3988, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 631, + 23 + ], + "outputs": [ + { + "value_id": 634, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 3996, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 634, + 22 + ], + "outputs": [ + { + "value_id": 635, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 4002, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/", + "inputs": [ + 635 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/" + } + }, + { + "op_index": 4018, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/", + "inputs": [ + 636, + 0, + 637 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 639, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/" + } + }, + { + "op_index": 4031, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 638, + 21 + ], + "outputs": [ + { + "value_id": 640, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4039, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 640, + 20 + ], + "outputs": [ + { + "value_id": 641, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4055, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/", + "inputs": [ + 641, + 0, + 642 + ], + "outputs": [ + { + "value_id": 643, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 644, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/" + } + }, + { + "op_index": 4068, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 630, + 643 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 4074, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/", + "inputs": [ + 645, + 19, + 18 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999974752427e-07, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/" + } + }, + { + "op_index": 4131, + "type": "1.stack", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 652 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "i64", + "shape": [ + 4 + ] + } + ], + "attrs": { + "axis": 0, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4138, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 646, + 653 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4144, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 654 + ], + "outputs": [ + { + "value_id": 655, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 3, + 1, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4155, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/", + "inputs": [ + 655, + 17 + ], + "outputs": [ + { + "value_id": 656, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/" + } + }, + { + "op_index": 4173, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/", + "inputs": [ + 656, + 14, + 13, + 16, + 15 + ], + "outputs": [ + { + "value_id": 657, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 659, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 660, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 661, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 662, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/" + } + }, + { + "op_index": 4200, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/", + "inputs": [ + 657 + ], + "outputs": [ + { + "value_id": 663, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/" + } + }, + { + "op_index": 4225, + "type": "1.concat", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 665, + 664 + ], + "outputs": [ + { + "value_id": 666, + "dtype": "f32", + "shape": [ + -1, + 960, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4231, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/", + "inputs": [ + 666, + 12 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/" + } + }, + { + "op_index": 4249, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/", + "inputs": [ + 667, + 9, + 8, + 11, + 10 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 669, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 673, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/" + } + }, + { + "op_index": 4276, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/", + "inputs": [ + 668 + ], + "outputs": [ + { + "value_id": 674, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/" + } + }, + { + "op_index": 4282, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/", + "inputs": [ + 674, + 7 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/" + } + }, + { + "op_index": 4300, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/", + "inputs": [ + 675, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 677, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 681, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/" + } + }, + { + "op_index": 4327, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/", + "inputs": [ + 676 + ], + "outputs": [ + { + "value_id": 682, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + } + }, + { + "op_index": 4343, + "type": "1.squeeze", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 682, + 683 + ], + "outputs": [ + { + "value_id": 684, + "dtype": "f32", + "shape": [ + -1, + 120, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4349, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 684 + ], + "outputs": [ + { + "value_id": 685, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4359, + "type": "1.matmul", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 685, + 2 + ], + "outputs": [ + { + "value_id": 686, + "dtype": "f32", + "shape": [ + -1, + -1, + 519 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4367, + "type": "1.add", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 686, + 1 + ], + "outputs": [ + { + "value_id": 687, + "dtype": "f32", + "shape": [ + -1, + -1, + 519 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4373, + "type": "1.softmax", + "struct_name": "/MultiHead/CTCHead/", + "inputs": [ + 687 + ], + "outputs": [ + { + "value_id": 688, + "dtype": "f32", + "shape": [ + -1, + -1, + 519 + ] + } + ], + "attrs": { + "axis": 2, + "struct_name": "/MultiHead/CTCHead/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/eslav_PP-OCRv5_mobile_rec_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": { + "character_count": 517, + "canonical_character_count": 518, + "sha256": "775a31c35bcd0713eabb0a6a68f1e272546c5ab27817b7888df764cd9a549008", + "canonical_sha256": "7e64730115ccf1dc21402ace3d186f01ef303e68a6d3a549ef2f6f7a90550365", + "use_space_char": true, + "class_count": 519 + }, + "detection_postprocess": null + }, + { + "variant": "korean_PP-OCRv5_mobile_rec", + "model_dir": "models/PaddlePaddle/korean_PP-OCRv5_mobile_rec", + "config_sha256": "c86a49d6301e6c4ff3398a87a2a1926b3521a46e90042833e18bbfa8ba6165c2", + "inference_json_sha256": "562404e3c590c50c93778d5f0a94df21b47b5ab8f3ea6d47c7f8a7930c3bc844", + "pdiparams_sha256": "cac3e5f12cf04aaa77f6a5bc704e4e736ef2908476551891d84b41b4e9090462", + "input_fixture": "fixtures/paddleocr_v5/korean_PP-OCRv5_mobile_rec_input.safetensors", + "input_shape": [ + 1, + 3, + 48, + 320 + ], + "model_name": "korean_PP-OCRv5_mobile_rec", + "dynamic_shapes": [ + [ + 1, + 3, + 48, + 160 + ], + [ + 1, + 3, + 48, + 320 + ], + [ + 8, + 3, + 48, + 3200 + ] + ], + "parameter_count": 234, + "parameters": [ + { + "key": "linear_8.b_0", + "shape": [ + 11947 + ] + }, + { + "key": "linear_8.w_0", + "shape": [ + 120, + 11947 + ] + }, + { + "key": "batch_norm2d_150.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_150.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_135.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_149.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_149.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_134.w_0", + "shape": [ + 60, + 960, + 1, + 3 + ] + }, + { + "key": "batch_norm2d_148.w_2", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_1", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.b_0", + "shape": [ + 480 + ] + }, + { + "key": "batch_norm2d_148.w_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_133.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "layer_norm_4.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_4.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_7.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_6.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_6.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_3.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_5.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_4.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_4.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_2.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_2.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_3.w_0", + "shape": [ + 240, + 120 + ] + }, + { + "key": "linear_2.b_0", + "shape": [ + 240 + ] + }, + { + "key": "linear_2.w_0", + "shape": [ + 120, + 240 + ] + }, + { + "key": "layer_norm_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_1.w_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.b_0", + "shape": [ + 120 + ] + }, + { + "key": "linear_1.w_0", + "shape": [ + 120, + 120 + ] + }, + { + "key": "linear_0.b_0", + "shape": [ + 360 + ] + }, + { + "key": "linear_0.w_0", + "shape": [ + 120, + 360 + ] + }, + { + "key": "layer_norm_0.b_0", + "shape": [ + 120 + ] + }, + { + "key": "layer_norm_0.w_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_2", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_1", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.b_0", + "shape": [ + 120 + ] + }, + { + "key": "batch_norm2d_147.w_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_132.w_0", + "shape": [ + 120, + 60, + 1, + 1 + ] + }, + { + "key": "batch_norm2d_146.w_2", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_1", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.b_0", + "shape": [ + 60 + ] + }, + { + "key": "batch_norm2d_146.w_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_131.w_0", + "shape": [ + 60, + 480, + 1, + 3 + ] + }, + { + "key": "conv2d_163.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_163.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_55.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_54.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_162.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_162.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_53.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_53.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_52.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_161.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_161.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_51.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_50.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_160.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_160.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_49.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_49.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_48.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_159.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_159.w_0", + "shape": [ + 480, + 480, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_47.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_46.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_108.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_108.w_0", + "shape": [ + 480, + 120, + 1, + 1 + ] + }, + { + "key": "conv2d_107.b_0", + "shape": [ + 120 + ] + }, + { + "key": "conv2d_107.w_0", + "shape": [ + 120, + 480, + 1, + 1 + ] + }, + { + "key": "conv2d_158.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_158.w_0", + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_45.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_45.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_44.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_157.b_0", + "shape": [ + 480 + ] + }, + { + "key": "conv2d_157.w_0", + "shape": [ + 480, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_43.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_42.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_97.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_97.w_0", + "shape": [ + 240, + 60, + 1, + 1 + ] + }, + { + "key": "conv2d_96.b_0", + "shape": [ + 60 + ] + }, + { + "key": "conv2d_96.w_0", + "shape": [ + 60, + 240, + 1, + 1 + ] + }, + { + "key": "conv2d_156.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_156.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_41.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_41.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_40.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_155.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_155.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_39.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_38.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_154.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_154.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_37.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_37.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_36.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_153.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_153.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_35.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_34.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_152.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_152.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_33.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_33.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_32.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_151.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_151.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_31.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_30.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_150.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_150.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_29.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_29.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_28.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_149.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_149.w_0", + "shape": [ + 240, + 240, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_27.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_26.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_148.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_148.w_0", + "shape": [ + 240, + 1, + 5, + 5 + ] + }, + { + "key": "learnable_affine_block_25.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_25.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_24.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_147.b_0", + "shape": [ + 240 + ] + }, + { + "key": "conv2d_147.w_0", + "shape": [ + 240, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_23.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_22.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_146.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_146.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_21.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_21.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_20.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_145.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_145.w_0", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_19.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_18.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_144.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_144.w_0", + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_17.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_17.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_16.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_143.b_0", + "shape": [ + 128 + ] + }, + { + "key": "conv2d_143.w_0", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_15.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_14.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_142.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_142.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_13.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_13.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_12.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_141.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_141.w_0", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_11.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_10.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_140.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_140.w_0", + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_9.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_9.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_8.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_139.b_0", + "shape": [ + 64 + ] + }, + { + "key": "conv2d_139.w_0", + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_7.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_6.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_138.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_138.w_0", + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_5.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_5.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_4.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_137.b_0", + "shape": [ + 32 + ] + }, + { + "key": "conv2d_137.w_0", + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_3.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_2.w_0", + "shape": [ + 1 + ] + }, + { + "key": "conv2d_136.b_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_136.w_0", + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + { + "key": "learnable_affine_block_1.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_1.w_0", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_1", + "shape": [ + 1 + ] + }, + { + "key": "learnable_affine_block_0.w_0", + "shape": [ + 1 + ] + }, + { + "key": "batch_norm2d_0.w_2", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_1", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.b_0", + "shape": [ + 16 + ] + }, + { + "key": "batch_norm2d_0.w_0", + "shape": [ + 16 + ] + }, + { + "key": "conv2d_0.w_0", + "shape": [ + 16, + 3, + 3, + 3 + ] + } + ], + "op_counts": { + "0.a_array": 612, + "0.a_bool": 530, + "0.a_f32": 23, + "0.a_f64": 14, + "0.a_i32": 334, + "0.a_i64": 186, + "0.a_str": 506, + "0.combine": 2, + "0.t_dtensor": 693, + "0.t_f32": 614, + "0.t_i32": 1, + "0.t_i64": 64, + "0.t_ui8": 14, + "0.t_vec": 2, + "1.a_dtype": 69, + "1.a_intarray": 15, + "1.a_place": 69, + "1.add": 101, + "1.assign": 1, + "1.batch_norm_": 6, + "1.concat": 1, + "1.conv2d": 24, + "1.data": 1, + "1.depthwise_conv2d": 14, + "1.dropout": 8, + "1.fetch": 1, + "1.flatten": 1, + "1.full": 14, + "1.full_int_array": 54, + "1.hardsigmoid": 2, + "1.hardswish": 28, + "1.layer_norm": 5, + "1.matmul": 13, + "1.multiply": 58, + "1.pool2d": 3, + "1.relu": 2, + "1.reshape": 37, + "1.scale": 2, + "1.shape64": 1, + "1.slice": 7, + "1.softmax": 3, + "1.squeeze": 1, + "1.stack": 1, + "1.swish": 7, + "1.transpose": 9, + "block_0": 1, + "region_0": 1 + }, + "fetches": [ + { + "op_index": 4380, + "name": "fetch_name_0", + "col": 0, + "inputs": [ + 688 + ], + "outputs": [ + { + "value_id": 689, + "dtype": "f32", + "shape": [ + -1, + -1, + 11947 + ] + } + ] + } + ], + "key_ops": [ + { + "op_index": 713, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/", + "inputs": [ + 235, + 234 + ], + "outputs": [ + { + "value_id": 236, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 731, + "type": "1.batch_norm_", + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 236, + 231, + 230, + 233, + 232 + ], + "outputs": [ + { + "value_id": 237, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + }, + { + "value_id": 238, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 239, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 240, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 241, + "dtype": "f32", + "shape": [ + 16 + ] + }, + { + "value_id": 242, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/PPLCNetV3/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 758, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 237, + 225 + ], + "outputs": [ + { + "value_id": 243, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 16, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 789, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 224, + 244 + ], + "outputs": [ + { + "value_id": 245, + "dtype": "f32", + "shape": [ + 1, + 16, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 795, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 243, + 245 + ], + "outputs": [ + { + "value_id": 246, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 801, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 229, + 246 + ], + "outputs": [ + { + "value_id": 247, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 807, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 247, + 228 + ], + "outputs": [ + { + "value_id": 248, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 813, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 248 + ], + "outputs": [ + { + "value_id": 249, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 819, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 227, + 249 + ], + "outputs": [ + { + "value_id": 250, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 825, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 250, + 226 + ], + "outputs": [ + { + "value_id": 251, + "dtype": "f32", + "shape": [ + -1, + 16, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 831, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 251, + 219 + ], + "outputs": [ + { + "value_id": 252, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 862, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 218, + 253 + ], + "outputs": [ + { + "value_id": 254, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 868, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 252, + 254 + ], + "outputs": [ + { + "value_id": 255, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 874, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 223, + 255 + ], + "outputs": [ + { + "value_id": 256, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 880, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 256, + 222 + ], + "outputs": [ + { + "value_id": 257, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 886, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 257 + ], + "outputs": [ + { + "value_id": 258, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 892, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 221, + 258 + ], + "outputs": [ + { + "value_id": 259, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 898, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 259, + 220 + ], + "outputs": [ + { + "value_id": 260, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 904, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 260, + 213 + ], + "outputs": [ + { + "value_id": 261, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 32, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 935, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 212, + 262 + ], + "outputs": [ + { + "value_id": 263, + "dtype": "f32", + "shape": [ + 1, + 32, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 941, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 261, + 263 + ], + "outputs": [ + { + "value_id": 264, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 947, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 217, + 264 + ], + "outputs": [ + { + "value_id": 265, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 953, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 265, + 216 + ], + "outputs": [ + { + "value_id": 266, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 959, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 266 + ], + "outputs": [ + { + "value_id": 267, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 965, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 215, + 267 + ], + "outputs": [ + { + "value_id": 268, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 971, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 268, + 214 + ], + "outputs": [ + { + "value_id": 269, + "dtype": "f32", + "shape": [ + -1, + 32, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 977, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 269, + 207 + ], + "outputs": [ + { + "value_id": 270, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1008, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 206, + 271 + ], + "outputs": [ + { + "value_id": 272, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1014, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 270, + 272 + ], + "outputs": [ + { + "value_id": 273, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1020, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 211, + 273 + ], + "outputs": [ + { + "value_id": 274, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1026, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 274, + 210 + ], + "outputs": [ + { + "value_id": 275, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1032, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 275 + ], + "outputs": [ + { + "value_id": 276, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1038, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 209, + 276 + ], + "outputs": [ + { + "value_id": 277, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1044, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 277, + 208 + ], + "outputs": [ + { + "value_id": 278, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1050, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 278, + 201 + ], + "outputs": [ + { + "value_id": 279, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1081, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 200, + 280 + ], + "outputs": [ + { + "value_id": 281, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1087, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 279, + 281 + ], + "outputs": [ + { + "value_id": 282, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1093, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 205, + 282 + ], + "outputs": [ + { + "value_id": 283, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1099, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 283, + 204 + ], + "outputs": [ + { + "value_id": 284, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1105, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 284 + ], + "outputs": [ + { + "value_id": 285, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1111, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 203, + 285 + ], + "outputs": [ + { + "value_id": 286, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1117, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 286, + 202 + ], + "outputs": [ + { + "value_id": 287, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1123, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 287, + 195 + ], + "outputs": [ + { + "value_id": 288, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1154, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 194, + 289 + ], + "outputs": [ + { + "value_id": 290, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1160, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 288, + 290 + ], + "outputs": [ + { + "value_id": 291, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1166, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 199, + 291 + ], + "outputs": [ + { + "value_id": 292, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1172, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 292, + 198 + ], + "outputs": [ + { + "value_id": 293, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1178, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 293 + ], + "outputs": [ + { + "value_id": 294, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1184, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 197, + 294 + ], + "outputs": [ + { + "value_id": 295, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1190, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 295, + 196 + ], + "outputs": [ + { + "value_id": 296, + "dtype": "f32", + "shape": [ + -1, + 64, + 24, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_1/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1196, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 296, + 189 + ], + "outputs": [ + { + "value_id": 297, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 64, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1227, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 188, + 298 + ], + "outputs": [ + { + "value_id": 299, + "dtype": "f32", + "shape": [ + 1, + 64, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1233, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 297, + 299 + ], + "outputs": [ + { + "value_id": 300, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1239, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 193, + 300 + ], + "outputs": [ + { + "value_id": 301, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1245, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 301, + 192 + ], + "outputs": [ + { + "value_id": 302, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1251, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 302 + ], + "outputs": [ + { + "value_id": 303, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1257, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 191, + 303 + ], + "outputs": [ + { + "value_id": 304, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1263, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 304, + 190 + ], + "outputs": [ + { + "value_id": 305, + "dtype": "f32", + "shape": [ + -1, + 64, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1269, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 305, + 183 + ], + "outputs": [ + { + "value_id": 306, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1300, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 182, + 307 + ], + "outputs": [ + { + "value_id": 308, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1306, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 306, + 308 + ], + "outputs": [ + { + "value_id": 309, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1312, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 187, + 309 + ], + "outputs": [ + { + "value_id": 310, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1318, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 310, + 186 + ], + "outputs": [ + { + "value_id": 311, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1324, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 311 + ], + "outputs": [ + { + "value_id": 312, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1330, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 185, + 312 + ], + "outputs": [ + { + "value_id": 313, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1336, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 313, + 184 + ], + "outputs": [ + { + "value_id": 314, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1342, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 314, + 177 + ], + "outputs": [ + { + "value_id": 315, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1373, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 176, + 316 + ], + "outputs": [ + { + "value_id": 317, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1379, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 315, + 317 + ], + "outputs": [ + { + "value_id": 318, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1385, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 181, + 318 + ], + "outputs": [ + { + "value_id": 319, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1391, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 319, + 180 + ], + "outputs": [ + { + "value_id": 320, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1397, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 320 + ], + "outputs": [ + { + "value_id": 321, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1403, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 179, + 321 + ], + "outputs": [ + { + "value_id": 322, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1409, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 322, + 178 + ], + "outputs": [ + { + "value_id": 323, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1415, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 323, + 171 + ], + "outputs": [ + { + "value_id": 324, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1446, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 170, + 325 + ], + "outputs": [ + { + "value_id": 326, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1452, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 324, + 326 + ], + "outputs": [ + { + "value_id": 327, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1458, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 175, + 327 + ], + "outputs": [ + { + "value_id": 328, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 328, + 174 + ], + "outputs": [ + { + "value_id": 329, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1470, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 329 + ], + "outputs": [ + { + "value_id": 330, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1476, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 173, + 330 + ], + "outputs": [ + { + "value_id": 331, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1482, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 331, + 172 + ], + "outputs": [ + { + "value_id": 332, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_2/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1488, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 332, + 165 + ], + "outputs": [ + { + "value_id": 333, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 2 + ], + "paddings": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "groups": 128, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1519, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 164, + 334 + ], + "outputs": [ + { + "value_id": 335, + "dtype": "f32", + "shape": [ + 1, + 128, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1525, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 333, + 335 + ], + "outputs": [ + { + "value_id": 336, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1531, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 169, + 336 + ], + "outputs": [ + { + "value_id": 337, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 337, + 168 + ], + "outputs": [ + { + "value_id": 338, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1543, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 338 + ], + "outputs": [ + { + "value_id": 339, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1549, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 167, + 339 + ], + "outputs": [ + { + "value_id": 340, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1555, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 340, + 166 + ], + "outputs": [ + { + "value_id": 341, + "dtype": "f32", + "shape": [ + -1, + 128, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1561, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 341, + 159 + ], + "outputs": [ + { + "value_id": 342, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1592, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 158, + 343 + ], + "outputs": [ + { + "value_id": 344, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1598, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 342, + 344 + ], + "outputs": [ + { + "value_id": 345, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1604, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 163, + 345 + ], + "outputs": [ + { + "value_id": 346, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1610, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 346, + 162 + ], + "outputs": [ + { + "value_id": 347, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1616, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 347 + ], + "outputs": [ + { + "value_id": 348, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1622, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 161, + 348 + ], + "outputs": [ + { + "value_id": 349, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1628, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 349, + 160 + ], + "outputs": [ + { + "value_id": 350, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1634, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 350, + 153 + ], + "outputs": [ + { + "value_id": 351, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1665, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 152, + 352 + ], + "outputs": [ + { + "value_id": 353, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1671, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 351, + 353 + ], + "outputs": [ + { + "value_id": 354, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1677, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 157, + 354 + ], + "outputs": [ + { + "value_id": 355, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1683, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 355, + 156 + ], + "outputs": [ + { + "value_id": 356, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1689, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 356 + ], + "outputs": [ + { + "value_id": 357, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1695, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 155, + 357 + ], + "outputs": [ + { + "value_id": 358, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1701, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 358, + 154 + ], + "outputs": [ + { + "value_id": 359, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1707, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 359, + 147 + ], + "outputs": [ + { + "value_id": 360, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1738, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 146, + 361 + ], + "outputs": [ + { + "value_id": 362, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1744, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 360, + 362 + ], + "outputs": [ + { + "value_id": 363, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1750, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 151, + 363 + ], + "outputs": [ + { + "value_id": 364, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1756, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 364, + 150 + ], + "outputs": [ + { + "value_id": 365, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1762, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 365 + ], + "outputs": [ + { + "value_id": 366, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1768, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 149, + 366 + ], + "outputs": [ + { + "value_id": 367, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1774, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 367, + 148 + ], + "outputs": [ + { + "value_id": 368, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1780, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 368, + 141 + ], + "outputs": [ + { + "value_id": 369, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1811, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 140, + 370 + ], + "outputs": [ + { + "value_id": 371, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1817, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 369, + 371 + ], + "outputs": [ + { + "value_id": 372, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1823, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 145, + 372 + ], + "outputs": [ + { + "value_id": 373, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1829, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 373, + 144 + ], + "outputs": [ + { + "value_id": 374, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1835, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 374 + ], + "outputs": [ + { + "value_id": 375, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1841, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 143, + 375 + ], + "outputs": [ + { + "value_id": 376, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1847, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 376, + 142 + ], + "outputs": [ + { + "value_id": 377, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1853, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 377, + 135 + ], + "outputs": [ + { + "value_id": 378, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1884, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 134, + 379 + ], + "outputs": [ + { + "value_id": 380, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1890, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 378, + 380 + ], + "outputs": [ + { + "value_id": 381, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 1896, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 139, + 381 + ], + "outputs": [ + { + "value_id": 382, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1902, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 382, + 138 + ], + "outputs": [ + { + "value_id": 383, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 1908, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 383 + ], + "outputs": [ + { + "value_id": 384, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 1914, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 137, + 384 + ], + "outputs": [ + { + "value_id": 385, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1920, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 385, + 136 + ], + "outputs": [ + { + "value_id": 386, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1926, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 386, + 129 + ], + "outputs": [ + { + "value_id": 387, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1957, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 128, + 388 + ], + "outputs": [ + { + "value_id": 389, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1963, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 387, + 389 + ], + "outputs": [ + { + "value_id": 390, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 1969, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 133, + 390 + ], + "outputs": [ + { + "value_id": 391, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1975, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 391, + 132 + ], + "outputs": [ + { + "value_id": 392, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 1981, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 392 + ], + "outputs": [ + { + "value_id": 393, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 1987, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 131, + 393 + ], + "outputs": [ + { + "value_id": 394, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1993, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 394, + 130 + ], + "outputs": [ + { + "value_id": 395, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 1999, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 395, + 123 + ], + "outputs": [ + { + "value_id": 396, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2030, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 122, + 397 + ], + "outputs": [ + { + "value_id": 398, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2036, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 396, + 398 + ], + "outputs": [ + { + "value_id": 399, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2042, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 127, + 399 + ], + "outputs": [ + { + "value_id": 400, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2048, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 400, + 126 + ], + "outputs": [ + { + "value_id": 401, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2054, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 401 + ], + "outputs": [ + { + "value_id": 402, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2060, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 125, + 402 + ], + "outputs": [ + { + "value_id": 403, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2066, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 403, + 124 + ], + "outputs": [ + { + "value_id": 404, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2072, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 404, + 117 + ], + "outputs": [ + { + "value_id": 405, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2103, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 116, + 406 + ], + "outputs": [ + { + "value_id": 407, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2109, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/", + "inputs": [ + 405, + 407 + ], + "outputs": [ + { + "value_id": 408, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2115, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 121, + 408 + ], + "outputs": [ + { + "value_id": 409, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2121, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 409, + 120 + ], + "outputs": [ + { + "value_id": 410, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2127, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 410 + ], + "outputs": [ + { + "value_id": 411, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2133, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 119, + 411 + ], + "outputs": [ + { + "value_id": 412, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2139, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 412, + 118 + ], + "outputs": [ + { + "value_id": 413, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2145, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 413, + 111 + ], + "outputs": [ + { + "value_id": 414, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2176, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 110, + 415 + ], + "outputs": [ + { + "value_id": 416, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2182, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 414, + 416 + ], + "outputs": [ + { + "value_id": 417, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2188, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 115, + 417 + ], + "outputs": [ + { + "value_id": 418, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2194, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 418, + 114 + ], + "outputs": [ + { + "value_id": 419, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2200, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 419 + ], + "outputs": [ + { + "value_id": 420, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2206, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 113, + 420 + ], + "outputs": [ + { + "value_id": 421, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2212, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 421, + 112 + ], + "outputs": [ + { + "value_id": 422, + "dtype": "f32", + "shape": [ + -1, + 240, + 12, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_3/LCNetV3Block_4/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2218, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 422, + 105 + ], + "outputs": [ + { + "value_id": 423, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 240, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2249, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 104, + 424 + ], + "outputs": [ + { + "value_id": 425, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2255, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/", + "inputs": [ + 423, + 425 + ], + "outputs": [ + { + "value_id": 426, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2261, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 109, + 426 + ], + "outputs": [ + { + "value_id": 427, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2267, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 427, + 108 + ], + "outputs": [ + { + "value_id": 428, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2273, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 428 + ], + "outputs": [ + { + "value_id": 429, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2279, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 107, + 429 + ], + "outputs": [ + { + "value_id": 430, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2285, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 430, + 106 + ], + "outputs": [ + { + "value_id": 431, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2302, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 431, + 432 + ], + "outputs": [ + { + "value_id": 433, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2321, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 433, + 103 + ], + "outputs": [ + { + "value_id": 434, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2352, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 102, + 435 + ], + "outputs": [ + { + "value_id": 436, + "dtype": "f32", + "shape": [ + 1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2358, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/", + "inputs": [ + 434, + 436 + ], + "outputs": [ + { + "value_id": 437, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D/" + } + }, + { + "op_index": 2364, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/", + "inputs": [ + 437 + ], + "outputs": [ + { + "value_id": 438, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/ReLU/" + } + }, + { + "op_index": 2370, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 438, + 101 + ], + "outputs": [ + { + "value_id": 439, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2401, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 100, + 440 + ], + "outputs": [ + { + "value_id": 441, + "dtype": "f32", + "shape": [ + 1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2407, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/", + "inputs": [ + 439, + 441 + ], + "outputs": [ + { + "value_id": 442, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2413, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/", + "inputs": [ + 442 + ], + "outputs": [ + { + "value_id": 443, + "dtype": "f32", + "shape": [ + -1, + 240, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2421, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/", + "inputs": [ + 431, + 443 + ], + "outputs": [ + { + "value_id": 444, + "dtype": "f32", + "shape": [ + -1, + 240, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/SELayer/" + } + }, + { + "op_index": 2427, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 444, + 95 + ], + "outputs": [ + { + "value_id": 445, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2458, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 94, + 446 + ], + "outputs": [ + { + "value_id": 447, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2464, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 445, + 447 + ], + "outputs": [ + { + "value_id": 448, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2470, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 99, + 448 + ], + "outputs": [ + { + "value_id": 449, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2476, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 449, + 98 + ], + "outputs": [ + { + "value_id": 450, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2482, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 450 + ], + "outputs": [ + { + "value_id": 451, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2488, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 97, + 451 + ], + "outputs": [ + { + "value_id": 452, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2494, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 452, + 96 + ], + "outputs": [ + { + "value_id": 453, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2500, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 453, + 89 + ], + "outputs": [ + { + "value_id": 454, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2531, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 88, + 455 + ], + "outputs": [ + { + "value_id": 456, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2537, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/", + "inputs": [ + 454, + 456 + ], + "outputs": [ + { + "value_id": 457, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2543, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 93, + 457 + ], + "outputs": [ + { + "value_id": 458, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2549, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 458, + 92 + ], + "outputs": [ + { + "value_id": 459, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2555, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 459 + ], + "outputs": [ + { + "value_id": 460, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2561, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 91, + 460 + ], + "outputs": [ + { + "value_id": 461, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2567, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 461, + 90 + ], + "outputs": [ + { + "value_id": 462, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2584, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/", + "inputs": [ + 462, + 463 + ], + "outputs": [ + { + "value_id": 464, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": true, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/AdaptiveAvgPool2D/" + } + }, + { + "op_index": 2603, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 464, + 87 + ], + "outputs": [ + { + "value_id": 465, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2634, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 86, + 466 + ], + "outputs": [ + { + "value_id": 467, + "dtype": "f32", + "shape": [ + 1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2640, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/", + "inputs": [ + 465, + 467 + ], + "outputs": [ + { + "value_id": 468, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D/" + } + }, + { + "op_index": 2646, + "type": "1.relu", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/", + "inputs": [ + 468 + ], + "outputs": [ + { + "value_id": 469, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/ReLU/" + } + }, + { + "op_index": 2652, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 469, + 85 + ], + "outputs": [ + { + "value_id": 470, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2683, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 84, + 471 + ], + "outputs": [ + { + "value_id": 472, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2689, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/", + "inputs": [ + 470, + 472 + ], + "outputs": [ + { + "value_id": 473, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Conv2D_1/" + } + }, + { + "op_index": 2695, + "type": "1.hardsigmoid", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/", + "inputs": [ + 473 + ], + "outputs": [ + { + "value_id": 474, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "slope": 0.16666670143604279, + "offset": 0.5, + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/Hardsigmoid/" + } + }, + { + "op_index": 2703, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/", + "inputs": [ + 462, + 474 + ], + "outputs": [ + { + "value_id": 475, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/SELayer/" + } + }, + { + "op_index": 2709, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 475, + 79 + ], + "outputs": [ + { + "value_id": 476, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2740, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 78, + 477 + ], + "outputs": [ + { + "value_id": 478, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2746, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 476, + 478 + ], + "outputs": [ + { + "value_id": 479, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2752, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 83, + 479 + ], + "outputs": [ + { + "value_id": 480, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2758, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 480, + 82 + ], + "outputs": [ + { + "value_id": 481, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2764, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 481 + ], + "outputs": [ + { + "value_id": 482, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2770, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 81, + 482 + ], + "outputs": [ + { + "value_id": 483, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2776, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 483, + 80 + ], + "outputs": [ + { + "value_id": 484, + "dtype": "f32", + "shape": [ + -1, + 480, + 6, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_1/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2782, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 484, + 73 + ], + "outputs": [ + { + "value_id": 485, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 2, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2813, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 72, + 486 + ], + "outputs": [ + { + "value_id": 487, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2819, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/", + "inputs": [ + 485, + 487 + ], + "outputs": [ + { + "value_id": 488, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2825, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 77, + 488 + ], + "outputs": [ + { + "value_id": 489, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2831, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 489, + 76 + ], + "outputs": [ + { + "value_id": 490, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2837, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 490 + ], + "outputs": [ + { + "value_id": 491, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2843, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 75, + 491 + ], + "outputs": [ + { + "value_id": 492, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2849, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 492, + 74 + ], + "outputs": [ + { + "value_id": 493, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2855, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 493, + 67 + ], + "outputs": [ + { + "value_id": 494, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2886, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 66, + 495 + ], + "outputs": [ + { + "value_id": 496, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2892, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 494, + 496 + ], + "outputs": [ + { + "value_id": 497, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 2898, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 71, + 497 + ], + "outputs": [ + { + "value_id": 498, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2904, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 498, + 70 + ], + "outputs": [ + { + "value_id": 499, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 2910, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 499 + ], + "outputs": [ + { + "value_id": 500, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 2916, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 69, + 500 + ], + "outputs": [ + { + "value_id": 501, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2922, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 501, + 68 + ], + "outputs": [ + { + "value_id": 502, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_2/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2928, + "type": "1.depthwise_conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 502, + 61 + ], + "outputs": [ + { + "value_id": 503, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "groups": 480, + "dilations": [ + 1, + 1 + ], + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2959, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 60, + 504 + ], + "outputs": [ + { + "value_id": 505, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2965, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/", + "inputs": [ + 503, + 505 + ], + "outputs": [ + { + "value_id": 506, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Conv2D/" + } + }, + { + "op_index": 2971, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 65, + 506 + ], + "outputs": [ + { + "value_id": 507, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2977, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/", + "inputs": [ + 507, + 64 + ], + "outputs": [ + { + "value_id": 508, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/LearnableAffineBlock/" + } + }, + { + "op_index": 2983, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/", + "inputs": [ + 508 + ], + "outputs": [ + { + "value_id": 509, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/Hardswish/" + } + }, + { + "op_index": 2989, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 63, + 509 + ], + "outputs": [ + { + "value_id": 510, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 2995, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/", + "inputs": [ + 510, + 62 + ], + "outputs": [ + { + "value_id": 511, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3001, + "type": "1.conv2d", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 511, + 55 + ], + "outputs": [ + { + "value_id": 512, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3032, + "type": "1.reshape", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 54, + 513 + ], + "outputs": [ + { + "value_id": 514, + "dtype": "f32", + "shape": [ + 1, + 480, + 1, + 1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3038, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/", + "inputs": [ + 512, + 514 + ], + "outputs": [ + { + "value_id": 515, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Conv2D/" + } + }, + { + "op_index": 3044, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 59, + 515 + ], + "outputs": [ + { + "value_id": 516, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3050, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/", + "inputs": [ + 516, + 58 + ], + "outputs": [ + { + "value_id": 517, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/LearnableAffineBlock/" + } + }, + { + "op_index": 3056, + "type": "1.hardswish", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/", + "inputs": [ + 517 + ], + "outputs": [ + { + "value_id": 518, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/Hardswish/" + } + }, + { + "op_index": 3062, + "type": "1.multiply", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 57, + 518 + ], + "outputs": [ + { + "value_id": 519, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3068, + "type": "1.add", + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/", + "inputs": [ + 519, + 56 + ], + "outputs": [ + { + "value_id": 520, + "dtype": "f32", + "shape": [ + -1, + 480, + 3, + -1 + ] + } + ], + "attrs": { + "struct_name": "/PPLCNetV3/Sequential_4/LCNetV3Block_3/LearnableRepLayer_1/Act/LearnableAffineBlock/" + } + }, + { + "op_index": 3085, + "type": "1.pool2d", + "struct_name": "/PPLCNetV3/", + "inputs": [ + 520, + 521 + ], + "outputs": [ + { + "value_id": 522, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 3, + 2 + ], + "paddings": [ + 0, + 0 + ], + "ceil_mode": false, + "exclusive": true, + "data_format": "NCHW", + "pooling_type": "avg", + "global_pooling": false, + "adaptive": false, + "padding_algorithm": "EXPLICIT", + "struct_name": "/PPLCNetV3/" + } + }, + { + "op_index": 3110, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/", + "inputs": [ + 523, + 53 + ], + "outputs": [ + { + "value_id": 524, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Conv2D/" + } + }, + { + "op_index": 3128, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/", + "inputs": [ + 524, + 50, + 49, + 52, + 51 + ], + "outputs": [ + { + "value_id": 525, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 526, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 527, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 528, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 529, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 530, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/BatchNorm2D/" + } + }, + { + "op_index": 3155, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/", + "inputs": [ + 525 + ], + "outputs": [ + { + "value_id": 531, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer/Swish/" + } + }, + { + "op_index": 3161, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/", + "inputs": [ + 531, + 48 + ], + "outputs": [ + { + "value_id": 532, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Conv2D/" + } + }, + { + "op_index": 3179, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/", + "inputs": [ + 532, + 45, + 44, + 47, + 46 + ], + "outputs": [ + { + "value_id": 533, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 534, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 535, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 536, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 537, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 538, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/BatchNorm2D/" + } + }, + { + "op_index": 3206, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/", + "inputs": [ + 533 + ], + "outputs": [ + { + "value_id": 539, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_1/Swish/" + } + }, + { + "op_index": 3238, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 540, + 541, + 542 + ], + "outputs": [ + { + "value_id": 543, + "dtype": "i64", + "shape": [] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3258, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 544 + ], + "outputs": [ + { + "value_id": 545, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 3268, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/", + "inputs": [ + 545, + 43, + 42 + ], + "outputs": [ + { + "value_id": 546, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 547, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 548, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm/" + } + }, + { + "op_index": 3282, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 546, + 41 + ], + "outputs": [ + { + "value_id": 549, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3290, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/", + "inputs": [ + 549, + 40 + ], + "outputs": [ + { + "value_id": 550, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear/" + } + }, + { + "op_index": 3310, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 550, + 551 + ], + "outputs": [ + { + "value_id": 552, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3316, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 552 + ], + "outputs": [ + { + "value_id": 553, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3348, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 554, + 555 + ], + "outputs": [ + { + "value_id": 556, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3398, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 559, + 560 + ], + "outputs": [ + { + "value_id": 561, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3430, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 553, + 562, + 563 + ], + "outputs": [ + { + "value_id": 564, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3442, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 561 + ], + "outputs": [ + { + "value_id": 565, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3453, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 558, + 565 + ], + "outputs": [ + { + "value_id": 566, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3461, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 566 + ], + "outputs": [ + { + "value_id": 567, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3478, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/", + "inputs": [ + 567, + 0, + 568 + ], + "outputs": [ + { + "value_id": 569, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 570, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout/" + } + }, + { + "op_index": 3491, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 569, + 564 + ], + "outputs": [ + { + "value_id": 571, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3499, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 571 + ], + "outputs": [ + { + "value_id": 572, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3522, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/", + "inputs": [ + 572, + 573 + ], + "outputs": [ + { + "value_id": 574, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/" + } + }, + { + "op_index": 3528, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 574, + 39 + ], + "outputs": [ + { + "value_id": 575, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3536, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/", + "inputs": [ + 575, + 38 + ], + "outputs": [ + { + "value_id": 576, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Linear_1/" + } + }, + { + "op_index": 3552, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/", + "inputs": [ + 576, + 0, + 577 + ], + "outputs": [ + { + "value_id": 578, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 579, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Attention/Dropout_1/" + } + }, + { + "op_index": 3565, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 545, + 578 + ], + "outputs": [ + { + "value_id": 580, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3571, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/", + "inputs": [ + 580, + 37, + 36 + ], + "outputs": [ + { + "value_id": 581, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 582, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 583, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/LayerNorm_1/" + } + }, + { + "op_index": 3585, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 581, + 35 + ], + "outputs": [ + { + "value_id": 584, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3593, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/", + "inputs": [ + 584, + 34 + ], + "outputs": [ + { + "value_id": 585, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear/" + } + }, + { + "op_index": 3599, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/", + "inputs": [ + 585 + ], + "outputs": [ + { + "value_id": 586, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Swish/" + } + }, + { + "op_index": 3615, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/", + "inputs": [ + 586, + 0, + 587 + ], + "outputs": [ + { + "value_id": 588, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 589, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout/" + } + }, + { + "op_index": 3628, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 588, + 33 + ], + "outputs": [ + { + "value_id": 590, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3636, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/", + "inputs": [ + 590, + 32 + ], + "outputs": [ + { + "value_id": 591, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Linear_1/" + } + }, + { + "op_index": 3652, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/", + "inputs": [ + 591, + 0, + 592 + ], + "outputs": [ + { + "value_id": 593, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 594, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/Mlp/Dropout_1/" + } + }, + { + "op_index": 3665, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/", + "inputs": [ + 580, + 593 + ], + "outputs": [ + { + "value_id": 595, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block/" + } + }, + { + "op_index": 3671, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/", + "inputs": [ + 595, + 31, + 30 + ], + "outputs": [ + { + "value_id": 596, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 597, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 598, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm/" + } + }, + { + "op_index": 3685, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 596, + 29 + ], + "outputs": [ + { + "value_id": 599, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3693, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/", + "inputs": [ + 599, + 28 + ], + "outputs": [ + { + "value_id": 600, + "dtype": "f32", + "shape": [ + -1, + -1, + 360 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear/" + } + }, + { + "op_index": 3713, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 600, + 601 + ], + "outputs": [ + { + "value_id": 602, + "dtype": "f32", + "shape": [ + -1, + -1, + 3, + 8, + 15 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3719, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 602 + ], + "outputs": [ + { + "value_id": 603, + "dtype": "f32", + "shape": [ + 3, + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "perm": [ + 2, + 0, + 3, + 1, + 4 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3751, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 604, + 605 + ], + "outputs": [ + { + "value_id": 606, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3801, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 609, + 610 + ], + "outputs": [ + { + "value_id": 611, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3833, + "type": "1.slice", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 603, + 612, + 613 + ], + "outputs": [ + { + "value_id": 614, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "axes": [ + 0 + ], + "infer_flags": [ + 1 + ], + "decrease_axis": [ + 0 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3845, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 611 + ], + "outputs": [ + { + "value_id": 615, + "dtype": "f32", + "shape": [ + -1, + 8, + 15, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 1, + 3, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3856, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 608, + 615 + ], + "outputs": [ + { + "value_id": 616, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3864, + "type": "1.softmax", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 616 + ], + "outputs": [ + { + "value_id": 617, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "axis": -1, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3881, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/", + "inputs": [ + 617, + 0, + 618 + ], + "outputs": [ + { + "value_id": 619, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + -1 + ] + }, + { + "value_id": 620, + "dtype": "ui8", + "shape": [ + -1, + 8, + -1, + -1 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout/" + } + }, + { + "op_index": 3894, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 619, + 614 + ], + "outputs": [ + { + "value_id": 621, + "dtype": "f32", + "shape": [ + -1, + 8, + -1, + 15 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3902, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 621 + ], + "outputs": [ + { + "value_id": 622, + "dtype": "f32", + "shape": [ + -1, + -1, + 8, + 15 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1, + 3 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3925, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/", + "inputs": [ + 622, + 623 + ], + "outputs": [ + { + "value_id": 624, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/" + } + }, + { + "op_index": 3931, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 624, + 27 + ], + "outputs": [ + { + "value_id": 625, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3939, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/", + "inputs": [ + 625, + 26 + ], + "outputs": [ + { + "value_id": 626, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Linear_1/" + } + }, + { + "op_index": 3955, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/", + "inputs": [ + 626, + 0, + 627 + ], + "outputs": [ + { + "value_id": 628, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 629, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Attention/Dropout_1/" + } + }, + { + "op_index": 3968, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 595, + 628 + ], + "outputs": [ + { + "value_id": 630, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 3974, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/", + "inputs": [ + 630, + 25, + 24 + ], + "outputs": [ + { + "value_id": 631, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 632, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 633, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999747378752e-06, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/LayerNorm_1/" + } + }, + { + "op_index": 3988, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 631, + 23 + ], + "outputs": [ + { + "value_id": 634, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 3996, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/", + "inputs": [ + 634, + 22 + ], + "outputs": [ + { + "value_id": 635, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear/" + } + }, + { + "op_index": 4002, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/", + "inputs": [ + 635 + ], + "outputs": [ + { + "value_id": 636, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Swish/" + } + }, + { + "op_index": 4018, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/", + "inputs": [ + 636, + 0, + 637 + ], + "outputs": [ + { + "value_id": 638, + "dtype": "f32", + "shape": [ + -1, + -1, + 240 + ] + }, + { + "value_id": 639, + "dtype": "ui8", + "shape": [ + -1, + -1, + 240 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout/" + } + }, + { + "op_index": 4031, + "type": "1.matmul", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 638, + 21 + ], + "outputs": [ + { + "value_id": 640, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4039, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/", + "inputs": [ + 640, + 20 + ], + "outputs": [ + { + "value_id": 641, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Linear_1/" + } + }, + { + "op_index": 4055, + "type": "1.dropout", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/", + "inputs": [ + 641, + 0, + 642 + ], + "outputs": [ + { + "value_id": 643, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 644, + "dtype": "ui8", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "is_test": true, + "mode": "upscale_in_train", + "seed": 0, + "fix_seed": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/Mlp/Dropout_1/" + } + }, + { + "op_index": 4068, + "type": "1.add", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/", + "inputs": [ + 630, + 643 + ], + "outputs": [ + { + "value_id": 645, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/Block_1/" + } + }, + { + "op_index": 4074, + "type": "1.layer_norm", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/", + "inputs": [ + 645, + 19, + 18 + ], + "outputs": [ + { + "value_id": 646, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + }, + { + "value_id": 647, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + }, + { + "value_id": 648, + "dtype": "f32", + "shape": [ + -1, + -1 + ] + } + ], + "attrs": { + "epsilon": 9.999999974752427e-07, + "begin_norm_axis": 2, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/LayerNorm/" + } + }, + { + "op_index": 4131, + "type": "1.stack", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 652 + ], + "outputs": [ + { + "value_id": 653, + "dtype": "i64", + "shape": [ + 4 + ] + } + ], + "attrs": { + "axis": 0, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4138, + "type": "1.reshape", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 646, + 653 + ], + "outputs": [ + { + "value_id": 654, + "dtype": "f32", + "shape": [ + -1, + 1, + -1, + 120 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4144, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 654 + ], + "outputs": [ + { + "value_id": 655, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "perm": [ + 0, + 3, + 1, + 2 + ], + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4155, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/", + "inputs": [ + 655, + 17 + ], + "outputs": [ + { + "value_id": 656, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Conv2D/" + } + }, + { + "op_index": 4173, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/", + "inputs": [ + 656, + 14, + 13, + 16, + 15 + ], + "outputs": [ + { + "value_id": 657, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + }, + { + "value_id": 658, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 659, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 660, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 661, + "dtype": "f32", + "shape": [ + 480 + ] + }, + { + "value_id": 662, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/BatchNorm2D/" + } + }, + { + "op_index": 4200, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/", + "inputs": [ + 657 + ], + "outputs": [ + { + "value_id": 663, + "dtype": "f32", + "shape": [ + -1, + 480, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_2/Swish/" + } + }, + { + "op_index": 4225, + "type": "1.concat", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/", + "inputs": [ + 665, + 664 + ], + "outputs": [ + { + "value_id": 666, + "dtype": "f32", + "shape": [ + -1, + 960, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/" + } + }, + { + "op_index": 4231, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/", + "inputs": [ + 666, + 12 + ], + "outputs": [ + { + "value_id": 667, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 1 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Conv2D/" + } + }, + { + "op_index": 4249, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/", + "inputs": [ + 667, + 9, + 8, + 11, + 10 + ], + "outputs": [ + { + "value_id": 668, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + }, + { + "value_id": 669, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 670, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 671, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 672, + "dtype": "f32", + "shape": [ + 60 + ] + }, + { + "value_id": 673, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/BatchNorm2D/" + } + }, + { + "op_index": 4276, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/", + "inputs": [ + 668 + ], + "outputs": [ + { + "value_id": 674, + "dtype": "f32", + "shape": [ + -1, + 60, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_3/Swish/" + } + }, + { + "op_index": 4282, + "type": "1.conv2d", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/", + "inputs": [ + 674, + 7 + ], + "outputs": [ + { + "value_id": 675, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "strides": [ + 1, + 1 + ], + "paddings": [ + 0, + 0 + ], + "padding_algorithm": "EXPLICIT", + "dilations": [ + 1, + 1 + ], + "groups": 1, + "data_format": "NCHW", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Conv2D/" + } + }, + { + "op_index": 4300, + "type": "1.batch_norm_", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/", + "inputs": [ + 675, + 4, + 3, + 6, + 5 + ], + "outputs": [ + { + "value_id": 676, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + }, + { + "value_id": 677, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 678, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 679, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 680, + "dtype": "f32", + "shape": [ + 120 + ] + }, + { + "value_id": 681, + "dtype": "ui8", + "shape": [ + -1 + ] + } + ], + "attrs": { + "is_test": true, + "momentum": 0.8999999761581421, + "epsilon": 9.999999747378752e-06, + "data_format": "NCHW", + "use_global_stats": true, + "trainable_statistics": false, + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/BatchNorm2D/" + } + }, + { + "op_index": 4327, + "type": "1.swish", + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/", + "inputs": [ + 676 + ], + "outputs": [ + { + "value_id": 682, + "dtype": "f32", + "shape": [ + -1, + 120, + 1, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/EncoderWithSVTR/ConvBNLayer_4/Swish/" + } + }, + { + "op_index": 4343, + "type": "1.squeeze", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 682, + 683 + ], + "outputs": [ + { + "value_id": 684, + "dtype": "f32", + "shape": [ + -1, + 120, + -1 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4349, + "type": "1.transpose", + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/", + "inputs": [ + 684 + ], + "outputs": [ + { + "value_id": 685, + "dtype": "f32", + "shape": [ + -1, + -1, + 120 + ] + } + ], + "attrs": { + "perm": [ + 0, + 2, + 1 + ], + "struct_name": "/MultiHead/SequenceEncoder/Im2Seq/" + } + }, + { + "op_index": 4359, + "type": "1.matmul", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 685, + 2 + ], + "outputs": [ + { + "value_id": 686, + "dtype": "f32", + "shape": [ + -1, + -1, + 11947 + ] + } + ], + "attrs": { + "transpose_x": false, + "transpose_y": false, + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4367, + "type": "1.add", + "struct_name": "/MultiHead/CTCHead/Linear/", + "inputs": [ + 686, + 1 + ], + "outputs": [ + { + "value_id": 687, + "dtype": "f32", + "shape": [ + -1, + -1, + 11947 + ] + } + ], + "attrs": { + "struct_name": "/MultiHead/CTCHead/Linear/" + } + }, + { + "op_index": 4373, + "type": "1.softmax", + "struct_name": "/MultiHead/CTCHead/", + "inputs": [ + 687 + ], + "outputs": [ + { + "value_id": 688, + "dtype": "f32", + "shape": [ + -1, + -1, + 11947 + ] + } + ], + "attrs": { + "axis": 2, + "struct_name": "/MultiHead/CTCHead/" + } + } + ], + "reference_fixtures": { + "final_output": "fixtures/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_final.safetensors", + "intermediate_manifest": "fixtures/paddleocr_v5/reference/korean_PP-OCRv5_mobile_rec_intermediates.json", + "tolerance": { + "atol": 1e-05, + "rtol": 0.0001 + } + }, + "dictionary": { + "character_count": 11945, + "canonical_character_count": 11946, + "sha256": "a7872c929cd25cf615cdfea08579cf800db1943900fe683468df4dcff6f848bb", + "canonical_sha256": "035584a8f49eaaeb4643170376a107d7de866b925b3b51126b4f764327751a92", + "use_space_char": true, + "class_count": 11947 + }, + "detection_postprocess": null + } + ] +} \ No newline at end of file diff --git a/paddleocr_vl_1.5/added_tokens.json b/paddleocr_vl_1.5/added_tokens.json new file mode 100644 index 0000000000000000000000000000000000000000..6a2790e1462ecb007f9b92dfb00f594701462889 --- /dev/null +++ b/paddleocr_vl_1.5/added_tokens.json @@ -0,0 +1,1021 @@ +{ + "": 101308, + "": 101309, + "": 101311, + "": 101313, + "": 101312, + "": 101310, + "<|AUDIO_PLACEHOLDER|>": 100296, + "<|CROP_COL_SEP|>": 101301, + "<|CROP_ROW_SEP|>": 101302, + "<|IMAGE_END|>": 101306, + "<|IMAGE_PLACEHOLDER|>": 100295, + "<|IMAGE_SEP|>": 101303, + "<|IMAGE_START|>": 101305, + "<|LOC_0|>": 100297, + "<|LOC_1000|>": 101297, + "<|LOC_100|>": 100397, + "<|LOC_101|>": 100398, + "<|LOC_102|>": 100399, + "<|LOC_103|>": 100400, + "<|LOC_104|>": 100401, + "<|LOC_105|>": 100402, + "<|LOC_106|>": 100403, + "<|LOC_107|>": 100404, + "<|LOC_108|>": 100405, + "<|LOC_109|>": 100406, + "<|LOC_10|>": 100307, + "<|LOC_110|>": 100407, + "<|LOC_111|>": 100408, + "<|LOC_112|>": 100409, + "<|LOC_113|>": 100410, + "<|LOC_114|>": 100411, + "<|LOC_115|>": 100412, + "<|LOC_116|>": 100413, + "<|LOC_117|>": 100414, + "<|LOC_118|>": 100415, + "<|LOC_119|>": 100416, + "<|LOC_11|>": 100308, + "<|LOC_120|>": 100417, + "<|LOC_121|>": 100418, + "<|LOC_122|>": 100419, + "<|LOC_123|>": 100420, + "<|LOC_124|>": 100421, + "<|LOC_125|>": 100422, + "<|LOC_126|>": 100423, + "<|LOC_127|>": 100424, + "<|LOC_128|>": 100425, + "<|LOC_129|>": 100426, + "<|LOC_12|>": 100309, + "<|LOC_130|>": 100427, + "<|LOC_131|>": 100428, + "<|LOC_132|>": 100429, + "<|LOC_133|>": 100430, + "<|LOC_134|>": 100431, + "<|LOC_135|>": 100432, + "<|LOC_136|>": 100433, + "<|LOC_137|>": 100434, + "<|LOC_138|>": 100435, + "<|LOC_139|>": 100436, + "<|LOC_13|>": 100310, + "<|LOC_140|>": 100437, + "<|LOC_141|>": 100438, + "<|LOC_142|>": 100439, + "<|LOC_143|>": 100440, + "<|LOC_144|>": 100441, + "<|LOC_145|>": 100442, + "<|LOC_146|>": 100443, + "<|LOC_147|>": 100444, + "<|LOC_148|>": 100445, + "<|LOC_149|>": 100446, + "<|LOC_14|>": 100311, + "<|LOC_150|>": 100447, + "<|LOC_151|>": 100448, + "<|LOC_152|>": 100449, + "<|LOC_153|>": 100450, + "<|LOC_154|>": 100451, + "<|LOC_155|>": 100452, + "<|LOC_156|>": 100453, + "<|LOC_157|>": 100454, + "<|LOC_158|>": 100455, + "<|LOC_159|>": 100456, + "<|LOC_15|>": 100312, + "<|LOC_160|>": 100457, + "<|LOC_161|>": 100458, + "<|LOC_162|>": 100459, + "<|LOC_163|>": 100460, + "<|LOC_164|>": 100461, + "<|LOC_165|>": 100462, + "<|LOC_166|>": 100463, + "<|LOC_167|>": 100464, + "<|LOC_168|>": 100465, + "<|LOC_169|>": 100466, + "<|LOC_16|>": 100313, + "<|LOC_170|>": 100467, + "<|LOC_171|>": 100468, + "<|LOC_172|>": 100469, + "<|LOC_173|>": 100470, + "<|LOC_174|>": 100471, + "<|LOC_175|>": 100472, + "<|LOC_176|>": 100473, + "<|LOC_177|>": 100474, + "<|LOC_178|>": 100475, + "<|LOC_179|>": 100476, + "<|LOC_17|>": 100314, + "<|LOC_180|>": 100477, + "<|LOC_181|>": 100478, + "<|LOC_182|>": 100479, + "<|LOC_183|>": 100480, + "<|LOC_184|>": 100481, + "<|LOC_185|>": 100482, + "<|LOC_186|>": 100483, + "<|LOC_187|>": 100484, + "<|LOC_188|>": 100485, + "<|LOC_189|>": 100486, + "<|LOC_18|>": 100315, + "<|LOC_190|>": 100487, + "<|LOC_191|>": 100488, + "<|LOC_192|>": 100489, + "<|LOC_193|>": 100490, + "<|LOC_194|>": 100491, + "<|LOC_195|>": 100492, + "<|LOC_196|>": 100493, + "<|LOC_197|>": 100494, + "<|LOC_198|>": 100495, + "<|LOC_199|>": 100496, + "<|LOC_19|>": 100316, + "<|LOC_1|>": 100298, + "<|LOC_200|>": 100497, + "<|LOC_201|>": 100498, + "<|LOC_202|>": 100499, + "<|LOC_203|>": 100500, + "<|LOC_204|>": 100501, + "<|LOC_205|>": 100502, + "<|LOC_206|>": 100503, + "<|LOC_207|>": 100504, + "<|LOC_208|>": 100505, + "<|LOC_209|>": 100506, + "<|LOC_20|>": 100317, + "<|LOC_210|>": 100507, + "<|LOC_211|>": 100508, + "<|LOC_212|>": 100509, + "<|LOC_213|>": 100510, + "<|LOC_214|>": 100511, + "<|LOC_215|>": 100512, + "<|LOC_216|>": 100513, + "<|LOC_217|>": 100514, + "<|LOC_218|>": 100515, + "<|LOC_219|>": 100516, + "<|LOC_21|>": 100318, + "<|LOC_220|>": 100517, + "<|LOC_221|>": 100518, + "<|LOC_222|>": 100519, + "<|LOC_223|>": 100520, + "<|LOC_224|>": 100521, + "<|LOC_225|>": 100522, + "<|LOC_226|>": 100523, + "<|LOC_227|>": 100524, + "<|LOC_228|>": 100525, + "<|LOC_229|>": 100526, + "<|LOC_22|>": 100319, + "<|LOC_230|>": 100527, + "<|LOC_231|>": 100528, + "<|LOC_232|>": 100529, + "<|LOC_233|>": 100530, + "<|LOC_234|>": 100531, + "<|LOC_235|>": 100532, + "<|LOC_236|>": 100533, + "<|LOC_237|>": 100534, + "<|LOC_238|>": 100535, + "<|LOC_239|>": 100536, + "<|LOC_23|>": 100320, + "<|LOC_240|>": 100537, + "<|LOC_241|>": 100538, + "<|LOC_242|>": 100539, + "<|LOC_243|>": 100540, + "<|LOC_244|>": 100541, + "<|LOC_245|>": 100542, + "<|LOC_246|>": 100543, + "<|LOC_247|>": 100544, + "<|LOC_248|>": 100545, + "<|LOC_249|>": 100546, + "<|LOC_24|>": 100321, + "<|LOC_250|>": 100547, + "<|LOC_251|>": 100548, + "<|LOC_252|>": 100549, + "<|LOC_253|>": 100550, + "<|LOC_254|>": 100551, + "<|LOC_255|>": 100552, + "<|LOC_256|>": 100553, + "<|LOC_257|>": 100554, + "<|LOC_258|>": 100555, + "<|LOC_259|>": 100556, + "<|LOC_25|>": 100322, + "<|LOC_260|>": 100557, + "<|LOC_261|>": 100558, + "<|LOC_262|>": 100559, + "<|LOC_263|>": 100560, + "<|LOC_264|>": 100561, + "<|LOC_265|>": 100562, + "<|LOC_266|>": 100563, + "<|LOC_267|>": 100564, + "<|LOC_268|>": 100565, + "<|LOC_269|>": 100566, + "<|LOC_26|>": 100323, + "<|LOC_270|>": 100567, + "<|LOC_271|>": 100568, + "<|LOC_272|>": 100569, + "<|LOC_273|>": 100570, + "<|LOC_274|>": 100571, + "<|LOC_275|>": 100572, + "<|LOC_276|>": 100573, + "<|LOC_277|>": 100574, + "<|LOC_278|>": 100575, + "<|LOC_279|>": 100576, + "<|LOC_27|>": 100324, + "<|LOC_280|>": 100577, + "<|LOC_281|>": 100578, + "<|LOC_282|>": 100579, + "<|LOC_283|>": 100580, + "<|LOC_284|>": 100581, + "<|LOC_285|>": 100582, + "<|LOC_286|>": 100583, + "<|LOC_287|>": 100584, + "<|LOC_288|>": 100585, + "<|LOC_289|>": 100586, + "<|LOC_28|>": 100325, + "<|LOC_290|>": 100587, + "<|LOC_291|>": 100588, + "<|LOC_292|>": 100589, + "<|LOC_293|>": 100590, + "<|LOC_294|>": 100591, + "<|LOC_295|>": 100592, + "<|LOC_296|>": 100593, + "<|LOC_297|>": 100594, + "<|LOC_298|>": 100595, + "<|LOC_299|>": 100596, + "<|LOC_29|>": 100326, + "<|LOC_2|>": 100299, + "<|LOC_300|>": 100597, + "<|LOC_301|>": 100598, + "<|LOC_302|>": 100599, + "<|LOC_303|>": 100600, + "<|LOC_304|>": 100601, + "<|LOC_305|>": 100602, + "<|LOC_306|>": 100603, + "<|LOC_307|>": 100604, + "<|LOC_308|>": 100605, + "<|LOC_309|>": 100606, + "<|LOC_30|>": 100327, + "<|LOC_310|>": 100607, + "<|LOC_311|>": 100608, + "<|LOC_312|>": 100609, + "<|LOC_313|>": 100610, + "<|LOC_314|>": 100611, + "<|LOC_315|>": 100612, + "<|LOC_316|>": 100613, + "<|LOC_317|>": 100614, + "<|LOC_318|>": 100615, + "<|LOC_319|>": 100616, + "<|LOC_31|>": 100328, + "<|LOC_320|>": 100617, + "<|LOC_321|>": 100618, + "<|LOC_322|>": 100619, + "<|LOC_323|>": 100620, + "<|LOC_324|>": 100621, + "<|LOC_325|>": 100622, + "<|LOC_326|>": 100623, + "<|LOC_327|>": 100624, + "<|LOC_328|>": 100625, + "<|LOC_329|>": 100626, + "<|LOC_32|>": 100329, + "<|LOC_330|>": 100627, + "<|LOC_331|>": 100628, + "<|LOC_332|>": 100629, + "<|LOC_333|>": 100630, + "<|LOC_334|>": 100631, + "<|LOC_335|>": 100632, + "<|LOC_336|>": 100633, + "<|LOC_337|>": 100634, + "<|LOC_338|>": 100635, + "<|LOC_339|>": 100636, + "<|LOC_33|>": 100330, + "<|LOC_340|>": 100637, + "<|LOC_341|>": 100638, + "<|LOC_342|>": 100639, + "<|LOC_343|>": 100640, + "<|LOC_344|>": 100641, + "<|LOC_345|>": 100642, + "<|LOC_346|>": 100643, + "<|LOC_347|>": 100644, + "<|LOC_348|>": 100645, + "<|LOC_349|>": 100646, + "<|LOC_34|>": 100331, + "<|LOC_350|>": 100647, + "<|LOC_351|>": 100648, + "<|LOC_352|>": 100649, + "<|LOC_353|>": 100650, + "<|LOC_354|>": 100651, + "<|LOC_355|>": 100652, + "<|LOC_356|>": 100653, + "<|LOC_357|>": 100654, + "<|LOC_358|>": 100655, + "<|LOC_359|>": 100656, + "<|LOC_35|>": 100332, + "<|LOC_360|>": 100657, + "<|LOC_361|>": 100658, + "<|LOC_362|>": 100659, + "<|LOC_363|>": 100660, + "<|LOC_364|>": 100661, + "<|LOC_365|>": 100662, + "<|LOC_366|>": 100663, + "<|LOC_367|>": 100664, + "<|LOC_368|>": 100665, + "<|LOC_369|>": 100666, + "<|LOC_36|>": 100333, + "<|LOC_370|>": 100667, + "<|LOC_371|>": 100668, + "<|LOC_372|>": 100669, + "<|LOC_373|>": 100670, + "<|LOC_374|>": 100671, + "<|LOC_375|>": 100672, + "<|LOC_376|>": 100673, + "<|LOC_377|>": 100674, + "<|LOC_378|>": 100675, + "<|LOC_379|>": 100676, + "<|LOC_37|>": 100334, + "<|LOC_380|>": 100677, + "<|LOC_381|>": 100678, + "<|LOC_382|>": 100679, + "<|LOC_383|>": 100680, + "<|LOC_384|>": 100681, + "<|LOC_385|>": 100682, + "<|LOC_386|>": 100683, + "<|LOC_387|>": 100684, + "<|LOC_388|>": 100685, + "<|LOC_389|>": 100686, + "<|LOC_38|>": 100335, + "<|LOC_390|>": 100687, + "<|LOC_391|>": 100688, + "<|LOC_392|>": 100689, + "<|LOC_393|>": 100690, + "<|LOC_394|>": 100691, + "<|LOC_395|>": 100692, + "<|LOC_396|>": 100693, + "<|LOC_397|>": 100694, + "<|LOC_398|>": 100695, + "<|LOC_399|>": 100696, + "<|LOC_39|>": 100336, + "<|LOC_3|>": 100300, + "<|LOC_400|>": 100697, + "<|LOC_401|>": 100698, + "<|LOC_402|>": 100699, + "<|LOC_403|>": 100700, + "<|LOC_404|>": 100701, + "<|LOC_405|>": 100702, + "<|LOC_406|>": 100703, + "<|LOC_407|>": 100704, + "<|LOC_408|>": 100705, + "<|LOC_409|>": 100706, + "<|LOC_40|>": 100337, + "<|LOC_410|>": 100707, + "<|LOC_411|>": 100708, + "<|LOC_412|>": 100709, + "<|LOC_413|>": 100710, + "<|LOC_414|>": 100711, + "<|LOC_415|>": 100712, + "<|LOC_416|>": 100713, + "<|LOC_417|>": 100714, + "<|LOC_418|>": 100715, + "<|LOC_419|>": 100716, + "<|LOC_41|>": 100338, + "<|LOC_420|>": 100717, + "<|LOC_421|>": 100718, + "<|LOC_422|>": 100719, + "<|LOC_423|>": 100720, + "<|LOC_424|>": 100721, + "<|LOC_425|>": 100722, + "<|LOC_426|>": 100723, + "<|LOC_427|>": 100724, + "<|LOC_428|>": 100725, + "<|LOC_429|>": 100726, + "<|LOC_42|>": 100339, + "<|LOC_430|>": 100727, + "<|LOC_431|>": 100728, + "<|LOC_432|>": 100729, + "<|LOC_433|>": 100730, + "<|LOC_434|>": 100731, + "<|LOC_435|>": 100732, + "<|LOC_436|>": 100733, + "<|LOC_437|>": 100734, + "<|LOC_438|>": 100735, + "<|LOC_439|>": 100736, + "<|LOC_43|>": 100340, + "<|LOC_440|>": 100737, + "<|LOC_441|>": 100738, + "<|LOC_442|>": 100739, + "<|LOC_443|>": 100740, + "<|LOC_444|>": 100741, + "<|LOC_445|>": 100742, + "<|LOC_446|>": 100743, + "<|LOC_447|>": 100744, + "<|LOC_448|>": 100745, + "<|LOC_449|>": 100746, + "<|LOC_44|>": 100341, + "<|LOC_450|>": 100747, + "<|LOC_451|>": 100748, + "<|LOC_452|>": 100749, + "<|LOC_453|>": 100750, + "<|LOC_454|>": 100751, + "<|LOC_455|>": 100752, + "<|LOC_456|>": 100753, + "<|LOC_457|>": 100754, + "<|LOC_458|>": 100755, + "<|LOC_459|>": 100756, + "<|LOC_45|>": 100342, + "<|LOC_460|>": 100757, + "<|LOC_461|>": 100758, + "<|LOC_462|>": 100759, + "<|LOC_463|>": 100760, + "<|LOC_464|>": 100761, + "<|LOC_465|>": 100762, + "<|LOC_466|>": 100763, + "<|LOC_467|>": 100764, + "<|LOC_468|>": 100765, + "<|LOC_469|>": 100766, + "<|LOC_46|>": 100343, + "<|LOC_470|>": 100767, + "<|LOC_471|>": 100768, + "<|LOC_472|>": 100769, + "<|LOC_473|>": 100770, + "<|LOC_474|>": 100771, + "<|LOC_475|>": 100772, + "<|LOC_476|>": 100773, + "<|LOC_477|>": 100774, + "<|LOC_478|>": 100775, + "<|LOC_479|>": 100776, + "<|LOC_47|>": 100344, + "<|LOC_480|>": 100777, + "<|LOC_481|>": 100778, + "<|LOC_482|>": 100779, + "<|LOC_483|>": 100780, + "<|LOC_484|>": 100781, + "<|LOC_485|>": 100782, + "<|LOC_486|>": 100783, + "<|LOC_487|>": 100784, + "<|LOC_488|>": 100785, + "<|LOC_489|>": 100786, + "<|LOC_48|>": 100345, + "<|LOC_490|>": 100787, + "<|LOC_491|>": 100788, + "<|LOC_492|>": 100789, + "<|LOC_493|>": 100790, + "<|LOC_494|>": 100791, + "<|LOC_495|>": 100792, + "<|LOC_496|>": 100793, + "<|LOC_497|>": 100794, + "<|LOC_498|>": 100795, + "<|LOC_499|>": 100796, + "<|LOC_49|>": 100346, + "<|LOC_4|>": 100301, + "<|LOC_500|>": 100797, + "<|LOC_501|>": 100798, + "<|LOC_502|>": 100799, + "<|LOC_503|>": 100800, + "<|LOC_504|>": 100801, + "<|LOC_505|>": 100802, + "<|LOC_506|>": 100803, + "<|LOC_507|>": 100804, + "<|LOC_508|>": 100805, + "<|LOC_509|>": 100806, + "<|LOC_50|>": 100347, + "<|LOC_510|>": 100807, + "<|LOC_511|>": 100808, + "<|LOC_512|>": 100809, + "<|LOC_513|>": 100810, + "<|LOC_514|>": 100811, + "<|LOC_515|>": 100812, + "<|LOC_516|>": 100813, + "<|LOC_517|>": 100814, + "<|LOC_518|>": 100815, + "<|LOC_519|>": 100816, + "<|LOC_51|>": 100348, + "<|LOC_520|>": 100817, + "<|LOC_521|>": 100818, + "<|LOC_522|>": 100819, + "<|LOC_523|>": 100820, + "<|LOC_524|>": 100821, + "<|LOC_525|>": 100822, + "<|LOC_526|>": 100823, + "<|LOC_527|>": 100824, + "<|LOC_528|>": 100825, + "<|LOC_529|>": 100826, + "<|LOC_52|>": 100349, + "<|LOC_530|>": 100827, + "<|LOC_531|>": 100828, + "<|LOC_532|>": 100829, + "<|LOC_533|>": 100830, + "<|LOC_534|>": 100831, + "<|LOC_535|>": 100832, + "<|LOC_536|>": 100833, + "<|LOC_537|>": 100834, + "<|LOC_538|>": 100835, + "<|LOC_539|>": 100836, + "<|LOC_53|>": 100350, + "<|LOC_540|>": 100837, + "<|LOC_541|>": 100838, + "<|LOC_542|>": 100839, + "<|LOC_543|>": 100840, + "<|LOC_544|>": 100841, + "<|LOC_545|>": 100842, + "<|LOC_546|>": 100843, + "<|LOC_547|>": 100844, + "<|LOC_548|>": 100845, + "<|LOC_549|>": 100846, + "<|LOC_54|>": 100351, + "<|LOC_550|>": 100847, + "<|LOC_551|>": 100848, + "<|LOC_552|>": 100849, + "<|LOC_553|>": 100850, + "<|LOC_554|>": 100851, + "<|LOC_555|>": 100852, + "<|LOC_556|>": 100853, + "<|LOC_557|>": 100854, + "<|LOC_558|>": 100855, + "<|LOC_559|>": 100856, + "<|LOC_55|>": 100352, + "<|LOC_560|>": 100857, + "<|LOC_561|>": 100858, + "<|LOC_562|>": 100859, + "<|LOC_563|>": 100860, + "<|LOC_564|>": 100861, + "<|LOC_565|>": 100862, + "<|LOC_566|>": 100863, + "<|LOC_567|>": 100864, + "<|LOC_568|>": 100865, + "<|LOC_569|>": 100866, + "<|LOC_56|>": 100353, + "<|LOC_570|>": 100867, + "<|LOC_571|>": 100868, + "<|LOC_572|>": 100869, + "<|LOC_573|>": 100870, + "<|LOC_574|>": 100871, + "<|LOC_575|>": 100872, + "<|LOC_576|>": 100873, + "<|LOC_577|>": 100874, + "<|LOC_578|>": 100875, + "<|LOC_579|>": 100876, + "<|LOC_57|>": 100354, + "<|LOC_580|>": 100877, + "<|LOC_581|>": 100878, + "<|LOC_582|>": 100879, + "<|LOC_583|>": 100880, + "<|LOC_584|>": 100881, + "<|LOC_585|>": 100882, + "<|LOC_586|>": 100883, + "<|LOC_587|>": 100884, + "<|LOC_588|>": 100885, + "<|LOC_589|>": 100886, + "<|LOC_58|>": 100355, + "<|LOC_590|>": 100887, + "<|LOC_591|>": 100888, + "<|LOC_592|>": 100889, + "<|LOC_593|>": 100890, + "<|LOC_594|>": 100891, + "<|LOC_595|>": 100892, + "<|LOC_596|>": 100893, + "<|LOC_597|>": 100894, + "<|LOC_598|>": 100895, + "<|LOC_599|>": 100896, + "<|LOC_59|>": 100356, + "<|LOC_5|>": 100302, + "<|LOC_600|>": 100897, + "<|LOC_601|>": 100898, + "<|LOC_602|>": 100899, + "<|LOC_603|>": 100900, + "<|LOC_604|>": 100901, + "<|LOC_605|>": 100902, + "<|LOC_606|>": 100903, + "<|LOC_607|>": 100904, + "<|LOC_608|>": 100905, + "<|LOC_609|>": 100906, + "<|LOC_60|>": 100357, + "<|LOC_610|>": 100907, + "<|LOC_611|>": 100908, + "<|LOC_612|>": 100909, + "<|LOC_613|>": 100910, + "<|LOC_614|>": 100911, + "<|LOC_615|>": 100912, + "<|LOC_616|>": 100913, + "<|LOC_617|>": 100914, + "<|LOC_618|>": 100915, + "<|LOC_619|>": 100916, + "<|LOC_61|>": 100358, + "<|LOC_620|>": 100917, + "<|LOC_621|>": 100918, + "<|LOC_622|>": 100919, + "<|LOC_623|>": 100920, + "<|LOC_624|>": 100921, + "<|LOC_625|>": 100922, + "<|LOC_626|>": 100923, + "<|LOC_627|>": 100924, + "<|LOC_628|>": 100925, + "<|LOC_629|>": 100926, + "<|LOC_62|>": 100359, + "<|LOC_630|>": 100927, + "<|LOC_631|>": 100928, + "<|LOC_632|>": 100929, + "<|LOC_633|>": 100930, + "<|LOC_634|>": 100931, + "<|LOC_635|>": 100932, + "<|LOC_636|>": 100933, + "<|LOC_637|>": 100934, + "<|LOC_638|>": 100935, + "<|LOC_639|>": 100936, + "<|LOC_63|>": 100360, + "<|LOC_640|>": 100937, + "<|LOC_641|>": 100938, + "<|LOC_642|>": 100939, + "<|LOC_643|>": 100940, + "<|LOC_644|>": 100941, + "<|LOC_645|>": 100942, + "<|LOC_646|>": 100943, + "<|LOC_647|>": 100944, + "<|LOC_648|>": 100945, + "<|LOC_649|>": 100946, + "<|LOC_64|>": 100361, + "<|LOC_650|>": 100947, + "<|LOC_651|>": 100948, + "<|LOC_652|>": 100949, + "<|LOC_653|>": 100950, + "<|LOC_654|>": 100951, + "<|LOC_655|>": 100952, + "<|LOC_656|>": 100953, + "<|LOC_657|>": 100954, + "<|LOC_658|>": 100955, + "<|LOC_659|>": 100956, + "<|LOC_65|>": 100362, + "<|LOC_660|>": 100957, + "<|LOC_661|>": 100958, + "<|LOC_662|>": 100959, + "<|LOC_663|>": 100960, + "<|LOC_664|>": 100961, + "<|LOC_665|>": 100962, + "<|LOC_666|>": 100963, + "<|LOC_667|>": 100964, + "<|LOC_668|>": 100965, + "<|LOC_669|>": 100966, + "<|LOC_66|>": 100363, + "<|LOC_670|>": 100967, + "<|LOC_671|>": 100968, + "<|LOC_672|>": 100969, + "<|LOC_673|>": 100970, + "<|LOC_674|>": 100971, + "<|LOC_675|>": 100972, + "<|LOC_676|>": 100973, + "<|LOC_677|>": 100974, + "<|LOC_678|>": 100975, + "<|LOC_679|>": 100976, + "<|LOC_67|>": 100364, + "<|LOC_680|>": 100977, + "<|LOC_681|>": 100978, + "<|LOC_682|>": 100979, + "<|LOC_683|>": 100980, + "<|LOC_684|>": 100981, + "<|LOC_685|>": 100982, + "<|LOC_686|>": 100983, + "<|LOC_687|>": 100984, + "<|LOC_688|>": 100985, + "<|LOC_689|>": 100986, + "<|LOC_68|>": 100365, + "<|LOC_690|>": 100987, + "<|LOC_691|>": 100988, + "<|LOC_692|>": 100989, + "<|LOC_693|>": 100990, + "<|LOC_694|>": 100991, + "<|LOC_695|>": 100992, + "<|LOC_696|>": 100993, + "<|LOC_697|>": 100994, + "<|LOC_698|>": 100995, + "<|LOC_699|>": 100996, + "<|LOC_69|>": 100366, + "<|LOC_6|>": 100303, + "<|LOC_700|>": 100997, + "<|LOC_701|>": 100998, + "<|LOC_702|>": 100999, + "<|LOC_703|>": 101000, + "<|LOC_704|>": 101001, + "<|LOC_705|>": 101002, + "<|LOC_706|>": 101003, + "<|LOC_707|>": 101004, + "<|LOC_708|>": 101005, + "<|LOC_709|>": 101006, + "<|LOC_70|>": 100367, + "<|LOC_710|>": 101007, + "<|LOC_711|>": 101008, + "<|LOC_712|>": 101009, + "<|LOC_713|>": 101010, + "<|LOC_714|>": 101011, + "<|LOC_715|>": 101012, + "<|LOC_716|>": 101013, + "<|LOC_717|>": 101014, + "<|LOC_718|>": 101015, + "<|LOC_719|>": 101016, + "<|LOC_71|>": 100368, + "<|LOC_720|>": 101017, + "<|LOC_721|>": 101018, + "<|LOC_722|>": 101019, + "<|LOC_723|>": 101020, + "<|LOC_724|>": 101021, + "<|LOC_725|>": 101022, + "<|LOC_726|>": 101023, + "<|LOC_727|>": 101024, + "<|LOC_728|>": 101025, + "<|LOC_729|>": 101026, + "<|LOC_72|>": 100369, + "<|LOC_730|>": 101027, + "<|LOC_731|>": 101028, + "<|LOC_732|>": 101029, + "<|LOC_733|>": 101030, + "<|LOC_734|>": 101031, + "<|LOC_735|>": 101032, + "<|LOC_736|>": 101033, + "<|LOC_737|>": 101034, + "<|LOC_738|>": 101035, + "<|LOC_739|>": 101036, + "<|LOC_73|>": 100370, + "<|LOC_740|>": 101037, + "<|LOC_741|>": 101038, + "<|LOC_742|>": 101039, + "<|LOC_743|>": 101040, + "<|LOC_744|>": 101041, + "<|LOC_745|>": 101042, + "<|LOC_746|>": 101043, + "<|LOC_747|>": 101044, + "<|LOC_748|>": 101045, + "<|LOC_749|>": 101046, + "<|LOC_74|>": 100371, + "<|LOC_750|>": 101047, + "<|LOC_751|>": 101048, + "<|LOC_752|>": 101049, + "<|LOC_753|>": 101050, + "<|LOC_754|>": 101051, + "<|LOC_755|>": 101052, + "<|LOC_756|>": 101053, + "<|LOC_757|>": 101054, + "<|LOC_758|>": 101055, + "<|LOC_759|>": 101056, + "<|LOC_75|>": 100372, + "<|LOC_760|>": 101057, + "<|LOC_761|>": 101058, + "<|LOC_762|>": 101059, + "<|LOC_763|>": 101060, + "<|LOC_764|>": 101061, + "<|LOC_765|>": 101062, + "<|LOC_766|>": 101063, + "<|LOC_767|>": 101064, + "<|LOC_768|>": 101065, + "<|LOC_769|>": 101066, + "<|LOC_76|>": 100373, + "<|LOC_770|>": 101067, + "<|LOC_771|>": 101068, + "<|LOC_772|>": 101069, + "<|LOC_773|>": 101070, + "<|LOC_774|>": 101071, + "<|LOC_775|>": 101072, + "<|LOC_776|>": 101073, + "<|LOC_777|>": 101074, + "<|LOC_778|>": 101075, + "<|LOC_779|>": 101076, + "<|LOC_77|>": 100374, + "<|LOC_780|>": 101077, + "<|LOC_781|>": 101078, + "<|LOC_782|>": 101079, + "<|LOC_783|>": 101080, + "<|LOC_784|>": 101081, + "<|LOC_785|>": 101082, + "<|LOC_786|>": 101083, + "<|LOC_787|>": 101084, + "<|LOC_788|>": 101085, + "<|LOC_789|>": 101086, + "<|LOC_78|>": 100375, + "<|LOC_790|>": 101087, + "<|LOC_791|>": 101088, + "<|LOC_792|>": 101089, + "<|LOC_793|>": 101090, + "<|LOC_794|>": 101091, + "<|LOC_795|>": 101092, + "<|LOC_796|>": 101093, + "<|LOC_797|>": 101094, + "<|LOC_798|>": 101095, + "<|LOC_799|>": 101096, + "<|LOC_79|>": 100376, + "<|LOC_7|>": 100304, + "<|LOC_800|>": 101097, + "<|LOC_801|>": 101098, + "<|LOC_802|>": 101099, + "<|LOC_803|>": 101100, + "<|LOC_804|>": 101101, + "<|LOC_805|>": 101102, + "<|LOC_806|>": 101103, + "<|LOC_807|>": 101104, + "<|LOC_808|>": 101105, + "<|LOC_809|>": 101106, + "<|LOC_80|>": 100377, + "<|LOC_810|>": 101107, + "<|LOC_811|>": 101108, + "<|LOC_812|>": 101109, + "<|LOC_813|>": 101110, + "<|LOC_814|>": 101111, + "<|LOC_815|>": 101112, + "<|LOC_816|>": 101113, + "<|LOC_817|>": 101114, + "<|LOC_818|>": 101115, + "<|LOC_819|>": 101116, + "<|LOC_81|>": 100378, + "<|LOC_820|>": 101117, + "<|LOC_821|>": 101118, + "<|LOC_822|>": 101119, + "<|LOC_823|>": 101120, + "<|LOC_824|>": 101121, + "<|LOC_825|>": 101122, + "<|LOC_826|>": 101123, + "<|LOC_827|>": 101124, + "<|LOC_828|>": 101125, + "<|LOC_829|>": 101126, + "<|LOC_82|>": 100379, + "<|LOC_830|>": 101127, + "<|LOC_831|>": 101128, + "<|LOC_832|>": 101129, + "<|LOC_833|>": 101130, + "<|LOC_834|>": 101131, + "<|LOC_835|>": 101132, + "<|LOC_836|>": 101133, + "<|LOC_837|>": 101134, + "<|LOC_838|>": 101135, + "<|LOC_839|>": 101136, + "<|LOC_83|>": 100380, + "<|LOC_840|>": 101137, + "<|LOC_841|>": 101138, + "<|LOC_842|>": 101139, + "<|LOC_843|>": 101140, + "<|LOC_844|>": 101141, + "<|LOC_845|>": 101142, + "<|LOC_846|>": 101143, + "<|LOC_847|>": 101144, + "<|LOC_848|>": 101145, + "<|LOC_849|>": 101146, + "<|LOC_84|>": 100381, + "<|LOC_850|>": 101147, + "<|LOC_851|>": 101148, + "<|LOC_852|>": 101149, + "<|LOC_853|>": 101150, + "<|LOC_854|>": 101151, + "<|LOC_855|>": 101152, + "<|LOC_856|>": 101153, + "<|LOC_857|>": 101154, + "<|LOC_858|>": 101155, + "<|LOC_859|>": 101156, + "<|LOC_85|>": 100382, + "<|LOC_860|>": 101157, + "<|LOC_861|>": 101158, + "<|LOC_862|>": 101159, + "<|LOC_863|>": 101160, + "<|LOC_864|>": 101161, + "<|LOC_865|>": 101162, + "<|LOC_866|>": 101163, + "<|LOC_867|>": 101164, + "<|LOC_868|>": 101165, + "<|LOC_869|>": 101166, + "<|LOC_86|>": 100383, + "<|LOC_870|>": 101167, + "<|LOC_871|>": 101168, + "<|LOC_872|>": 101169, + "<|LOC_873|>": 101170, + "<|LOC_874|>": 101171, + "<|LOC_875|>": 101172, + "<|LOC_876|>": 101173, + "<|LOC_877|>": 101174, + "<|LOC_878|>": 101175, + "<|LOC_879|>": 101176, + "<|LOC_87|>": 100384, + "<|LOC_880|>": 101177, + "<|LOC_881|>": 101178, + "<|LOC_882|>": 101179, + "<|LOC_883|>": 101180, + "<|LOC_884|>": 101181, + "<|LOC_885|>": 101182, + "<|LOC_886|>": 101183, + "<|LOC_887|>": 101184, + "<|LOC_888|>": 101185, + "<|LOC_889|>": 101186, + "<|LOC_88|>": 100385, + "<|LOC_890|>": 101187, + "<|LOC_891|>": 101188, + "<|LOC_892|>": 101189, + "<|LOC_893|>": 101190, + "<|LOC_894|>": 101191, + "<|LOC_895|>": 101192, + "<|LOC_896|>": 101193, + "<|LOC_897|>": 101194, + "<|LOC_898|>": 101195, + "<|LOC_899|>": 101196, + "<|LOC_89|>": 100386, + "<|LOC_8|>": 100305, + "<|LOC_900|>": 101197, + "<|LOC_901|>": 101198, + "<|LOC_902|>": 101199, + "<|LOC_903|>": 101200, + "<|LOC_904|>": 101201, + "<|LOC_905|>": 101202, + "<|LOC_906|>": 101203, + "<|LOC_907|>": 101204, + "<|LOC_908|>": 101205, + "<|LOC_909|>": 101206, + "<|LOC_90|>": 100387, + "<|LOC_910|>": 101207, + "<|LOC_911|>": 101208, + "<|LOC_912|>": 101209, + "<|LOC_913|>": 101210, + "<|LOC_914|>": 101211, + "<|LOC_915|>": 101212, + "<|LOC_916|>": 101213, + "<|LOC_917|>": 101214, + "<|LOC_918|>": 101215, + "<|LOC_919|>": 101216, + "<|LOC_91|>": 100388, + "<|LOC_920|>": 101217, + "<|LOC_921|>": 101218, + "<|LOC_922|>": 101219, + "<|LOC_923|>": 101220, + "<|LOC_924|>": 101221, + "<|LOC_925|>": 101222, + "<|LOC_926|>": 101223, + "<|LOC_927|>": 101224, + "<|LOC_928|>": 101225, + "<|LOC_929|>": 101226, + "<|LOC_92|>": 100389, + "<|LOC_930|>": 101227, + "<|LOC_931|>": 101228, + "<|LOC_932|>": 101229, + "<|LOC_933|>": 101230, + "<|LOC_934|>": 101231, + "<|LOC_935|>": 101232, + "<|LOC_936|>": 101233, + "<|LOC_937|>": 101234, + "<|LOC_938|>": 101235, + "<|LOC_939|>": 101236, + "<|LOC_93|>": 100390, + "<|LOC_940|>": 101237, + "<|LOC_941|>": 101238, + "<|LOC_942|>": 101239, + "<|LOC_943|>": 101240, + "<|LOC_944|>": 101241, + "<|LOC_945|>": 101242, + "<|LOC_946|>": 101243, + "<|LOC_947|>": 101244, + "<|LOC_948|>": 101245, + "<|LOC_949|>": 101246, + "<|LOC_94|>": 100391, + "<|LOC_950|>": 101247, + "<|LOC_951|>": 101248, + "<|LOC_952|>": 101249, + "<|LOC_953|>": 101250, + "<|LOC_954|>": 101251, + "<|LOC_955|>": 101252, + "<|LOC_956|>": 101253, + "<|LOC_957|>": 101254, + "<|LOC_958|>": 101255, + "<|LOC_959|>": 101256, + "<|LOC_95|>": 100392, + "<|LOC_960|>": 101257, + "<|LOC_961|>": 101258, + "<|LOC_962|>": 101259, + "<|LOC_963|>": 101260, + "<|LOC_964|>": 101261, + "<|LOC_965|>": 101262, + "<|LOC_966|>": 101263, + "<|LOC_967|>": 101264, + "<|LOC_968|>": 101265, + "<|LOC_969|>": 101266, + "<|LOC_96|>": 100393, + "<|LOC_970|>": 101267, + "<|LOC_971|>": 101268, + "<|LOC_972|>": 101269, + "<|LOC_973|>": 101270, + "<|LOC_974|>": 101271, + "<|LOC_975|>": 101272, + "<|LOC_976|>": 101273, + "<|LOC_977|>": 101274, + "<|LOC_978|>": 101275, + "<|LOC_979|>": 101276, + "<|LOC_97|>": 100394, + "<|LOC_980|>": 101277, + "<|LOC_981|>": 101278, + "<|LOC_982|>": 101279, + "<|LOC_983|>": 101280, + "<|LOC_984|>": 101281, + "<|LOC_985|>": 101282, + "<|LOC_986|>": 101283, + "<|LOC_987|>": 101284, + "<|LOC_988|>": 101285, + "<|LOC_989|>": 101286, + "<|LOC_98|>": 100395, + "<|LOC_990|>": 101287, + "<|LOC_991|>": 101288, + "<|LOC_992|>": 101289, + "<|LOC_993|>": 101290, + "<|LOC_994|>": 101291, + "<|LOC_995|>": 101292, + "<|LOC_996|>": 101293, + "<|LOC_997|>": 101294, + "<|LOC_998|>": 101295, + "<|LOC_999|>": 101296, + "<|LOC_99|>": 100396, + "<|LOC_9|>": 100306, + "<|LOC_BEGIN|>": 101298, + "<|LOC_END|>": 101299, + "<|LOC_SEP|>": 101300, + "<|image_pad|>": 101304, + "<|video_pad|>": 101307 +} diff --git a/paddleocr_vl_1.5/manifest.json b/paddleocr_vl_1.5/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5a3e70dd7ce0706a490b22b30df5f5bfbb4a27c9 --- /dev/null +++ b/paddleocr_vl_1.5/manifest.json @@ -0,0 +1,4123 @@ +{ + "format_version": 1, + "model_family": "paddleocr_vl_1_5", + "model_version": "PaddleOCR-VL-1.5", + "source_kind": "huggingface_safetensors", + "source_sha256": "8f7d487dbdb02c89214ecf3760eeb030858e1169c1305cdafc735ce7a64bea78", + "config_sha256": "351392d5f4f693595dcd70a4dc48e3685e24dc611850a9736aa5c949022d4dcc", + "tokenizer_sha256": "1c24878ea7c55ecd88ff9ba90166e5d3017b9714050586cb6d60f2ed17fed1d7", + "source_weight_dtype": "bfloat16", + "storage_dtype": "fp32", + "text": { + "hidden_size": 1024, + "intermediate_size": 3072, + "num_hidden_layers": 18, + "num_attention_heads": 16, + "num_key_value_heads": 2, + "head_dim": 128, + "vocab_size": 103424, + "hidden_act": "silu", + "rms_norm_eps": 0.00001, + "rope_theta": 500000.0, + "rope_is_neox_style": true, + "use_3d_rope": true, + "use_cache": false, + "use_flash_attention": false, + "tie_word_embeddings": false, + "weight_share_add_bias": true, + "mrope_section": [ + 16, + 24, + 24 + ], + "image_token_id": 100295, + "video_token_id": 101307, + "vision_start_token_id": 101305, + "vision_end_token_id": 101306, + "pad_token_id": 0 + }, + "vision": { + "hidden_size": 1152, + "intermediate_size": 4304, + "num_hidden_layers": 27, + "num_attention_heads": 16, + "num_channels": 3, + "image_size": 384, + "patch_size": 14, + "spatial_merge_size": 2, + "temporal_patch_size": 2, + "tokens_per_second": 2, + "hidden_act": "gelu_pytorch_tanh", + "layer_norm_eps": 0.000001 + }, + "tokenizer": { + "tokenizer_class": "LlamaTokenizer", + "model_max_length": 131072, + "added_token_count": 1019, + "pad_token_id": 0, + "eos_token_id": 2, + "image_token_id": 100295, + "video_token_id": 101307, + "vision_start_token_id": 101305, + "vision_end_token_id": 101306, + "image_pad_token_id": 101304, + "newline_token_id": 101313 + }, + "preprocessing": { + "do_convert_rgb": true, + "do_resize": true, + "do_rescale": true, + "do_normalize": true, + "resample": 3, + "rescale_factor": 0.003921569, + "image_mean": [ + 0.5, + 0.5, + 0.5 + ], + "image_std": [ + 0.5, + 0.5, + 0.5 + ], + "min_pixels": 112896, + "max_pixels": 1003520, + "patch_size": 14, + "merge_size": 2, + "temporal_patch_size": 1, + "patch_merge_multiple": 28, + "pixel_values_layout": "[num_patches, 3, patch_size, patch_size]", + "image_grid_thw_layout": "[num_images, 3]" + }, + "generation": { + "eos_token_id": 2, + "pad_token_id": 0, + "use_cache": false, + "max_new_tokens": 512 + }, + "weights": [ + { + "key": "lm_head.weight", + "shape": [ + 103424, + 1024 + ] + }, + { + "key": "projector.linear_1.bias", + "shape": [ + 4608 + ] + }, + { + "key": "projector.linear_1.weight", + "shape": [ + 4608, + 4608 + ] + }, + { + "key": "projector.linear_2.bias", + "shape": [ + 1024 + ] + }, + { + "key": "projector.linear_2.weight", + "shape": [ + 1024, + 4608 + ] + }, + { + "key": "projector.pre_norm.bias", + "shape": [ + 1152 + ] + }, + { + "key": "projector.pre_norm.weight", + "shape": [ + 1152 + ] + }, + { + "key": "text.embed_tokens.weight", + "shape": [ + 103424, + 1024 + ] + }, + { + "key": "text.layers.0.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.0.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.0.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.0.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.0.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.0.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.0.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.0.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.0.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.1.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.1.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.1.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.1.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.1.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.1.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.1.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.1.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.1.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.10.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.10.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.10.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.10.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.10.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.10.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.10.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.10.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.10.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.11.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.11.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.11.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.11.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.11.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.11.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.11.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.11.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.11.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.12.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.12.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.12.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.12.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.12.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.12.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.12.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.12.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.12.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.13.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.13.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.13.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.13.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.13.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.13.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.13.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.13.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.13.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.14.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.14.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.14.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.14.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.14.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.14.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.14.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.14.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.14.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.15.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.15.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.15.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.15.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.15.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.15.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.15.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.15.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.15.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.16.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.16.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.16.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.16.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.16.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.16.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.16.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.16.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.16.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.17.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.17.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.17.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.17.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.17.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.17.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.17.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.17.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.17.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.2.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.2.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.2.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.2.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.2.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.2.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.2.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.2.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.2.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.3.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.3.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.3.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.3.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.3.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.3.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.3.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.3.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.3.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.4.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.4.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.4.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.4.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.4.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.4.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.4.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.4.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.4.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.5.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.5.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.5.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.5.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.5.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.5.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.5.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.5.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.5.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.6.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.6.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.6.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.6.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.6.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.6.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.6.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.6.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.6.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.7.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.7.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.7.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.7.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.7.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.7.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.7.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.7.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.7.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.8.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.8.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.8.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.8.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.8.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.8.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.8.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.8.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.8.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.9.input_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.9.mlp.down_proj.weight", + "shape": [ + 1024, + 3072 + ] + }, + { + "key": "text.layers.9.mlp.gate_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.9.mlp.up_proj.weight", + "shape": [ + 3072, + 1024 + ] + }, + { + "key": "text.layers.9.post_attention_layernorm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "text.layers.9.self_attn.k_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.layers.9.self_attn.o_proj.weight", + "shape": [ + 1024, + 2048 + ] + }, + { + "key": "text.layers.9.self_attn.q_proj.weight", + "shape": [ + 2048, + 1024 + ] + }, + { + "key": "text.layers.9.self_attn.v_proj.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "text.norm.weight", + "shape": [ + 1024 + ] + }, + { + "key": "vision.embeddings.patch_embedding.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.embeddings.patch_embedding.weight", + "shape": [ + 1152, + 3, + 14, + 14 + ] + }, + { + "key": "vision.head.attention.in_proj_bias", + "shape": [ + 3456 + ] + }, + { + "key": "vision.head.attention.in_proj_weight", + "shape": [ + 3456, + 1152 + ] + }, + { + "key": "vision.head.attention.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.head.attention.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.head.layernorm.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.head.layernorm.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.head.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.head.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.head.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.head.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.head.probe", + "shape": [ + 1, + 1, + 1152 + ] + }, + { + "key": "vision.layers.0.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.0.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.0.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.0.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.0.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.1.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.1.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.1.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.1.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.1.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.10.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.10.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.10.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.10.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.10.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.11.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.11.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.11.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.11.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.11.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.12.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.12.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.12.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.12.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.12.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.13.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.13.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.13.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.13.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.13.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.14.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.14.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.14.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.14.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.14.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.15.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.15.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.15.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.15.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.15.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.16.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.16.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.16.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.16.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.16.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.17.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.17.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.17.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.17.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.17.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.18.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.18.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.18.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.18.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.18.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.19.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.19.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.19.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.19.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.19.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.2.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.2.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.2.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.2.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.2.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.20.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.20.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.20.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.20.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.20.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.21.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.21.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.21.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.21.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.21.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.22.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.22.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.22.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.22.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.22.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.23.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.23.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.23.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.23.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.23.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.24.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.24.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.24.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.24.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.24.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.25.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.25.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.25.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.25.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.25.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.26.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.26.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.26.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.26.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.26.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.3.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.3.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.3.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.3.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.3.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.4.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.4.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.4.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.4.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.4.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.5.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.5.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.5.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.5.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.5.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.6.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.6.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.6.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.6.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.6.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.7.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.7.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.7.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.7.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.7.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.8.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.8.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.8.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.8.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.8.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.9.layer_norm1.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.layer_norm1.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.layer_norm2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.layer_norm2.weight", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.mlp.fc1.bias", + "shape": [ + 4304 + ] + }, + { + "key": "vision.layers.9.mlp.fc1.weight", + "shape": [ + 4304, + 1152 + ] + }, + { + "key": "vision.layers.9.mlp.fc2.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.mlp.fc2.weight", + "shape": [ + 1152, + 4304 + ] + }, + { + "key": "vision.layers.9.self_attn.k_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.k_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.out_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.out_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.q_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.q_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.v_proj.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.layers.9.self_attn.v_proj.weight", + "shape": [ + 1152, + 1152 + ] + }, + { + "key": "vision.packing_position_embedding.weight", + "shape": [ + 32768, + 1152 + ] + }, + { + "key": "vision.position_embedding.weight", + "shape": [ + 729, + 1152 + ] + }, + { + "key": "vision.post_layernorm.bias", + "shape": [ + 1152 + ] + }, + { + "key": "vision.post_layernorm.weight", + "shape": [ + 1152 + ] + } + ] +} diff --git a/paddleocr_vl_1.5/tokenizer.json b/paddleocr_vl_1.5/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..e42528d5cae447340ed0a3e403001c88fe9b0f17 --- /dev/null +++ b/paddleocr_vl_1.5/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a215a59183d0d0781adc33bacd3ce6162716f7fd568fb30234a74d69803a7d +size 11189060 diff --git a/paddleocr_vl_1.5/tokenizer_config.json b/paddleocr_vl_1.5/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..cd9eb7da01a3209f4fb9b3561e04be022cd87764 --- /dev/null +++ b/paddleocr_vl_1.5/tokenizer_config.json @@ -0,0 +1,8362 @@ +{ + "add_bos_token": false, + "add_eos_token": false, + "add_prefix_space": false, + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "3": { + "content": "0", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "4": { + "content": "1", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "5": { + "content": "2", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "6": { + "content": "3", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "7": { + "content": "4", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "8": { + "content": "5", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "9": { + "content": "6", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "10": { + "content": "7", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "11": { + "content": "8", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "12": { + "content": "9", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100272": { + "content": "<|end_of_sentence|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100273": { + "content": "<|begin_of_sentence|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100274": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100277": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100278": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100279": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100280": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100295": { + "content": "<|IMAGE_PLACEHOLDER|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100296": { + "content": "<|AUDIO_PLACEHOLDER|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "100297": { + "content": "<|LOC_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100298": { + "content": "<|LOC_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100299": { + "content": "<|LOC_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100300": { + "content": "<|LOC_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100301": { + "content": "<|LOC_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100302": { + "content": "<|LOC_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100303": { + "content": "<|LOC_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100304": { + "content": "<|LOC_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100305": { + "content": "<|LOC_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100306": { + "content": "<|LOC_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100307": { + "content": "<|LOC_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100308": { + "content": "<|LOC_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100309": { + "content": "<|LOC_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100310": { + "content": "<|LOC_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100311": { + "content": "<|LOC_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100312": { + "content": "<|LOC_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100313": { + "content": "<|LOC_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100314": { + "content": "<|LOC_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100315": { + "content": "<|LOC_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100316": { + "content": "<|LOC_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100317": { + "content": "<|LOC_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100318": { + "content": "<|LOC_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100319": { + "content": "<|LOC_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100320": { + "content": "<|LOC_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100321": { + "content": "<|LOC_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100322": { + "content": "<|LOC_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100323": { + "content": "<|LOC_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100324": { + "content": "<|LOC_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100325": { + "content": "<|LOC_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100326": { + "content": "<|LOC_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100327": { + "content": "<|LOC_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100328": { + "content": "<|LOC_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100329": { + "content": "<|LOC_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100330": { + "content": "<|LOC_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100331": { + "content": "<|LOC_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100332": { + "content": "<|LOC_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100333": { + "content": "<|LOC_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100334": { + "content": "<|LOC_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100335": { + "content": "<|LOC_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100336": { + "content": "<|LOC_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100337": { + "content": "<|LOC_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100338": { + "content": "<|LOC_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100339": { + "content": "<|LOC_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100340": { + "content": "<|LOC_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100341": { + "content": "<|LOC_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100342": { + "content": "<|LOC_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100343": { + "content": "<|LOC_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100344": { + "content": "<|LOC_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100345": { + "content": "<|LOC_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100346": { + "content": "<|LOC_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100347": { + "content": "<|LOC_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100348": { + "content": "<|LOC_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100349": { + "content": "<|LOC_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100350": { + "content": "<|LOC_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100351": { + "content": "<|LOC_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100352": { + "content": "<|LOC_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100353": { + "content": "<|LOC_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100354": { + "content": "<|LOC_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100355": { + "content": "<|LOC_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100356": { + "content": "<|LOC_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100357": { + "content": "<|LOC_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100358": { + "content": "<|LOC_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100359": { + "content": "<|LOC_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100360": { + "content": "<|LOC_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100361": { + "content": "<|LOC_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100362": { + "content": "<|LOC_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100363": { + "content": "<|LOC_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100364": { + "content": "<|LOC_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100365": { + "content": "<|LOC_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100366": { + "content": "<|LOC_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100367": { + "content": "<|LOC_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100368": { + "content": "<|LOC_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100369": { + "content": "<|LOC_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100370": { + "content": "<|LOC_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100371": { + "content": "<|LOC_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100372": { + "content": "<|LOC_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100373": { + "content": "<|LOC_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100374": { + "content": "<|LOC_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100375": { + "content": "<|LOC_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100376": { + "content": "<|LOC_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100377": { + "content": "<|LOC_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100378": { + "content": "<|LOC_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100379": { + "content": "<|LOC_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100380": { + "content": "<|LOC_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100381": { + "content": "<|LOC_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100382": { + "content": "<|LOC_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100383": { + "content": "<|LOC_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100384": { + "content": "<|LOC_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100385": { + "content": "<|LOC_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100386": { + "content": "<|LOC_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100387": { + "content": "<|LOC_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100388": { + "content": "<|LOC_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100389": { + "content": "<|LOC_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100390": { + "content": "<|LOC_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100391": { + "content": "<|LOC_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100392": { + "content": "<|LOC_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100393": { + "content": "<|LOC_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100394": { + "content": "<|LOC_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100395": { + "content": "<|LOC_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100396": { + "content": "<|LOC_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100397": { + "content": "<|LOC_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100398": { + "content": "<|LOC_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100399": { + "content": "<|LOC_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100400": { + "content": "<|LOC_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100401": { + "content": "<|LOC_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100402": { + "content": "<|LOC_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100403": { + "content": "<|LOC_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100404": { + "content": "<|LOC_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100405": { + "content": "<|LOC_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100406": { + "content": "<|LOC_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100407": { + "content": "<|LOC_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100408": { + "content": "<|LOC_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100409": { + "content": "<|LOC_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100410": { + "content": "<|LOC_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100411": { + "content": "<|LOC_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100412": { + "content": "<|LOC_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100413": { + "content": "<|LOC_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100414": { + "content": "<|LOC_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100415": { + "content": "<|LOC_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100416": { + "content": "<|LOC_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100417": { + "content": "<|LOC_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100418": { + "content": "<|LOC_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100419": { + "content": "<|LOC_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100420": { + "content": "<|LOC_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100421": { + "content": "<|LOC_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100422": { + "content": "<|LOC_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100423": { + "content": "<|LOC_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100424": { + "content": "<|LOC_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100425": { + "content": "<|LOC_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100426": { + "content": "<|LOC_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100427": { + "content": "<|LOC_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100428": { + "content": "<|LOC_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100429": { + "content": "<|LOC_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100430": { + "content": "<|LOC_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100431": { + "content": "<|LOC_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100432": { + "content": "<|LOC_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100433": { + "content": "<|LOC_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100434": { + "content": "<|LOC_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100435": { + "content": "<|LOC_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100436": { + "content": "<|LOC_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100437": { + "content": "<|LOC_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100438": { + "content": "<|LOC_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100439": { + "content": "<|LOC_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100440": { + "content": "<|LOC_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100441": { + "content": "<|LOC_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100442": { + "content": "<|LOC_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100443": { + "content": "<|LOC_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100444": { + "content": "<|LOC_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100445": { + "content": "<|LOC_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100446": { + "content": "<|LOC_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100447": { + "content": "<|LOC_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100448": { + "content": "<|LOC_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100449": { + "content": "<|LOC_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100450": { + "content": "<|LOC_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100451": { + "content": "<|LOC_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100452": { + "content": "<|LOC_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100453": { + "content": "<|LOC_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100454": { + "content": "<|LOC_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100455": { + "content": "<|LOC_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100456": { + "content": "<|LOC_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100457": { + "content": "<|LOC_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100458": { + "content": "<|LOC_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100459": { + "content": "<|LOC_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100460": { + "content": "<|LOC_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100461": { + "content": "<|LOC_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100462": { + "content": "<|LOC_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100463": { + "content": "<|LOC_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100464": { + "content": "<|LOC_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100465": { + "content": "<|LOC_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100466": { + "content": "<|LOC_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100467": { + "content": "<|LOC_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100468": { + "content": "<|LOC_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100469": { + "content": "<|LOC_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100470": { + "content": "<|LOC_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100471": { + "content": "<|LOC_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100472": { + "content": "<|LOC_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100473": { + "content": "<|LOC_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100474": { + "content": "<|LOC_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100475": { + "content": "<|LOC_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100476": { + "content": "<|LOC_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100477": { + "content": "<|LOC_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100478": { + "content": "<|LOC_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100479": { + "content": "<|LOC_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100480": { + "content": "<|LOC_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100481": { + "content": "<|LOC_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100482": { + "content": "<|LOC_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100483": { + "content": "<|LOC_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100484": { + "content": "<|LOC_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100485": { + "content": "<|LOC_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100486": { + "content": "<|LOC_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100487": { + "content": "<|LOC_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100488": { + "content": "<|LOC_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100489": { + "content": "<|LOC_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100490": { + "content": "<|LOC_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100491": { + "content": "<|LOC_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100492": { + "content": "<|LOC_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100493": { + "content": "<|LOC_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100494": { + "content": "<|LOC_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100495": { + "content": "<|LOC_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100496": { + "content": "<|LOC_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100497": { + "content": "<|LOC_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100498": { + "content": "<|LOC_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100499": { + "content": "<|LOC_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100500": { + "content": "<|LOC_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100501": { + "content": "<|LOC_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100502": { + "content": "<|LOC_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100503": { + "content": "<|LOC_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100504": { + "content": "<|LOC_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100505": { + "content": "<|LOC_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100506": { + "content": "<|LOC_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100507": { + "content": "<|LOC_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100508": { + "content": "<|LOC_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100509": { + "content": "<|LOC_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100510": { + "content": "<|LOC_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100511": { + "content": "<|LOC_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100512": { + "content": "<|LOC_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100513": { + "content": "<|LOC_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100514": { + "content": "<|LOC_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100515": { + "content": "<|LOC_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100516": { + "content": "<|LOC_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100517": { + "content": "<|LOC_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100518": { + "content": "<|LOC_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100519": { + "content": "<|LOC_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100520": { + "content": "<|LOC_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100521": { + "content": "<|LOC_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100522": { + "content": "<|LOC_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100523": { + "content": "<|LOC_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100524": { + "content": "<|LOC_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100525": { + "content": "<|LOC_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100526": { + "content": "<|LOC_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100527": { + "content": "<|LOC_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100528": { + "content": "<|LOC_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100529": { + "content": "<|LOC_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100530": { + "content": "<|LOC_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100531": { + "content": "<|LOC_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100532": { + "content": "<|LOC_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100533": { + "content": "<|LOC_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100534": { + "content": "<|LOC_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100535": { + "content": "<|LOC_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100536": { + "content": "<|LOC_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100537": { + "content": "<|LOC_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100538": { + "content": "<|LOC_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100539": { + "content": "<|LOC_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100540": { + "content": "<|LOC_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100541": { + "content": "<|LOC_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100542": { + "content": "<|LOC_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100543": { + "content": "<|LOC_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100544": { + "content": "<|LOC_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100545": { + "content": "<|LOC_248|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100546": { + "content": "<|LOC_249|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100547": { + "content": "<|LOC_250|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100548": { + "content": "<|LOC_251|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100549": { + "content": "<|LOC_252|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100550": { + "content": "<|LOC_253|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100551": { + "content": "<|LOC_254|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100552": { + "content": "<|LOC_255|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100553": { + "content": "<|LOC_256|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100554": { + "content": "<|LOC_257|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100555": { + "content": "<|LOC_258|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100556": { + "content": "<|LOC_259|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100557": { + "content": "<|LOC_260|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100558": { + "content": "<|LOC_261|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100559": { + "content": "<|LOC_262|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100560": { + "content": "<|LOC_263|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100561": { + "content": "<|LOC_264|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100562": { + "content": "<|LOC_265|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100563": { + "content": "<|LOC_266|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100564": { + "content": "<|LOC_267|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100565": { + "content": "<|LOC_268|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100566": { + "content": "<|LOC_269|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100567": { + "content": "<|LOC_270|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100568": { + "content": "<|LOC_271|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100569": { + "content": "<|LOC_272|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100570": { + "content": "<|LOC_273|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100571": { + "content": "<|LOC_274|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100572": { + "content": "<|LOC_275|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100573": { + "content": "<|LOC_276|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100574": { + "content": "<|LOC_277|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100575": { + "content": "<|LOC_278|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100576": { + "content": "<|LOC_279|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100577": { + "content": "<|LOC_280|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100578": { + "content": "<|LOC_281|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100579": { + "content": "<|LOC_282|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100580": { + "content": "<|LOC_283|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100581": { + "content": "<|LOC_284|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100582": { + "content": "<|LOC_285|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100583": { + "content": "<|LOC_286|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100584": { + "content": "<|LOC_287|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100585": { + "content": "<|LOC_288|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100586": { + "content": "<|LOC_289|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100587": { + "content": "<|LOC_290|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100588": { + "content": "<|LOC_291|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100589": { + "content": "<|LOC_292|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100590": { + "content": "<|LOC_293|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100591": { + "content": "<|LOC_294|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100592": { + "content": "<|LOC_295|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100593": { + "content": "<|LOC_296|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100594": { + "content": "<|LOC_297|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100595": { + "content": "<|LOC_298|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100596": { + "content": "<|LOC_299|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100597": { + "content": "<|LOC_300|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100598": { + "content": "<|LOC_301|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100599": { + "content": "<|LOC_302|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100600": { + "content": "<|LOC_303|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100601": { + "content": "<|LOC_304|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100602": { + "content": "<|LOC_305|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100603": { + "content": "<|LOC_306|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100604": { + "content": "<|LOC_307|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100605": { + "content": "<|LOC_308|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100606": { + "content": "<|LOC_309|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100607": { + "content": "<|LOC_310|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100608": { + "content": "<|LOC_311|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100609": { + "content": "<|LOC_312|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100610": { + "content": "<|LOC_313|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100611": { + "content": "<|LOC_314|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100612": { + "content": "<|LOC_315|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100613": { + "content": "<|LOC_316|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100614": { + "content": "<|LOC_317|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100615": { + "content": "<|LOC_318|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100616": { + "content": "<|LOC_319|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100617": { + "content": "<|LOC_320|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100618": { + "content": "<|LOC_321|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100619": { + "content": "<|LOC_322|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100620": { + "content": "<|LOC_323|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100621": { + "content": "<|LOC_324|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100622": { + "content": "<|LOC_325|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100623": { + "content": "<|LOC_326|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100624": { + "content": "<|LOC_327|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100625": { + "content": "<|LOC_328|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100626": { + "content": "<|LOC_329|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100627": { + "content": "<|LOC_330|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100628": { + "content": "<|LOC_331|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100629": { + "content": "<|LOC_332|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100630": { + "content": "<|LOC_333|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100631": { + "content": "<|LOC_334|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100632": { + "content": "<|LOC_335|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100633": { + "content": "<|LOC_336|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100634": { + "content": "<|LOC_337|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100635": { + "content": "<|LOC_338|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100636": { + "content": "<|LOC_339|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100637": { + "content": "<|LOC_340|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100638": { + "content": "<|LOC_341|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100639": { + "content": "<|LOC_342|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100640": { + "content": "<|LOC_343|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100641": { + "content": "<|LOC_344|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100642": { + "content": "<|LOC_345|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100643": { + "content": "<|LOC_346|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100644": { + "content": "<|LOC_347|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100645": { + "content": "<|LOC_348|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100646": { + "content": "<|LOC_349|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100647": { + "content": "<|LOC_350|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100648": { + "content": "<|LOC_351|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100649": { + "content": "<|LOC_352|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100650": { + "content": "<|LOC_353|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100651": { + "content": "<|LOC_354|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100652": { + "content": "<|LOC_355|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100653": { + "content": "<|LOC_356|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100654": { + "content": "<|LOC_357|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100655": { + "content": "<|LOC_358|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100656": { + "content": "<|LOC_359|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100657": { + "content": "<|LOC_360|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100658": { + "content": "<|LOC_361|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100659": { + "content": "<|LOC_362|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100660": { + "content": "<|LOC_363|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100661": { + "content": "<|LOC_364|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100662": { + "content": "<|LOC_365|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100663": { + "content": "<|LOC_366|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100664": { + "content": "<|LOC_367|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100665": { + "content": "<|LOC_368|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100666": { + "content": "<|LOC_369|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100667": { + "content": "<|LOC_370|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100668": { + "content": "<|LOC_371|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100669": { + "content": "<|LOC_372|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100670": { + "content": "<|LOC_373|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100671": { + "content": "<|LOC_374|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100672": { + "content": "<|LOC_375|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100673": { + "content": "<|LOC_376|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100674": { + "content": "<|LOC_377|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100675": { + "content": "<|LOC_378|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100676": { + "content": "<|LOC_379|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100677": { + "content": "<|LOC_380|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100678": { + "content": "<|LOC_381|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100679": { + "content": "<|LOC_382|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100680": { + "content": "<|LOC_383|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100681": { + "content": "<|LOC_384|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100682": { + "content": "<|LOC_385|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100683": { + "content": "<|LOC_386|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100684": { + "content": "<|LOC_387|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100685": { + "content": "<|LOC_388|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100686": { + "content": "<|LOC_389|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100687": { + "content": "<|LOC_390|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100688": { + "content": "<|LOC_391|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100689": { + "content": "<|LOC_392|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100690": { + "content": "<|LOC_393|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100691": { + "content": "<|LOC_394|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100692": { + "content": "<|LOC_395|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100693": { + "content": "<|LOC_396|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100694": { + "content": "<|LOC_397|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100695": { + "content": "<|LOC_398|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100696": { + "content": "<|LOC_399|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100697": { + "content": "<|LOC_400|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100698": { + "content": "<|LOC_401|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100699": { + "content": "<|LOC_402|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100700": { + "content": "<|LOC_403|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100701": { + "content": "<|LOC_404|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100702": { + "content": "<|LOC_405|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100703": { + "content": "<|LOC_406|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100704": { + "content": "<|LOC_407|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100705": { + "content": "<|LOC_408|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100706": { + "content": "<|LOC_409|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100707": { + "content": "<|LOC_410|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100708": { + "content": "<|LOC_411|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100709": { + "content": "<|LOC_412|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100710": { + "content": "<|LOC_413|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100711": { + "content": "<|LOC_414|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100712": { + "content": "<|LOC_415|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100713": { + "content": "<|LOC_416|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100714": { + "content": "<|LOC_417|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100715": { + "content": "<|LOC_418|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100716": { + "content": "<|LOC_419|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100717": { + "content": "<|LOC_420|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100718": { + "content": "<|LOC_421|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100719": { + "content": "<|LOC_422|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100720": { + "content": "<|LOC_423|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100721": { + "content": "<|LOC_424|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100722": { + "content": "<|LOC_425|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100723": { + "content": "<|LOC_426|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100724": { + "content": "<|LOC_427|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100725": { + "content": "<|LOC_428|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100726": { + "content": "<|LOC_429|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100727": { + "content": "<|LOC_430|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100728": { + "content": "<|LOC_431|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100729": { + "content": "<|LOC_432|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100730": { + "content": "<|LOC_433|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100731": { + "content": "<|LOC_434|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100732": { + "content": "<|LOC_435|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100733": { + "content": "<|LOC_436|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100734": { + "content": "<|LOC_437|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100735": { + "content": "<|LOC_438|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100736": { + "content": "<|LOC_439|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100737": { + "content": "<|LOC_440|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100738": { + "content": "<|LOC_441|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100739": { + "content": "<|LOC_442|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100740": { + "content": "<|LOC_443|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100741": { + "content": "<|LOC_444|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100742": { + "content": "<|LOC_445|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100743": { + "content": "<|LOC_446|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100744": { + "content": "<|LOC_447|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100745": { + "content": "<|LOC_448|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100746": { + "content": "<|LOC_449|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100747": { + "content": "<|LOC_450|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100748": { + "content": "<|LOC_451|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100749": { + "content": "<|LOC_452|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100750": { + "content": "<|LOC_453|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100751": { + "content": "<|LOC_454|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100752": { + "content": "<|LOC_455|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100753": { + "content": "<|LOC_456|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100754": { + "content": "<|LOC_457|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100755": { + "content": "<|LOC_458|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100756": { + "content": "<|LOC_459|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100757": { + "content": "<|LOC_460|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100758": { + "content": "<|LOC_461|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100759": { + "content": "<|LOC_462|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100760": { + "content": "<|LOC_463|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100761": { + "content": "<|LOC_464|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100762": { + "content": "<|LOC_465|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100763": { + "content": "<|LOC_466|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100764": { + "content": "<|LOC_467|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100765": { + "content": "<|LOC_468|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100766": { + "content": "<|LOC_469|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100767": { + "content": "<|LOC_470|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100768": { + "content": "<|LOC_471|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100769": { + "content": "<|LOC_472|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100770": { + "content": "<|LOC_473|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100771": { + "content": "<|LOC_474|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100772": { + "content": "<|LOC_475|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100773": { + "content": "<|LOC_476|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100774": { + "content": "<|LOC_477|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100775": { + "content": "<|LOC_478|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100776": { + "content": "<|LOC_479|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100777": { + "content": "<|LOC_480|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100778": { + "content": "<|LOC_481|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100779": { + "content": "<|LOC_482|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100780": { + "content": "<|LOC_483|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100781": { + "content": "<|LOC_484|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100782": { + "content": "<|LOC_485|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100783": { + "content": "<|LOC_486|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100784": { + "content": "<|LOC_487|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100785": { + "content": "<|LOC_488|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100786": { + "content": "<|LOC_489|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100787": { + "content": "<|LOC_490|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100788": { + "content": "<|LOC_491|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100789": { + "content": "<|LOC_492|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100790": { + "content": "<|LOC_493|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100791": { + "content": "<|LOC_494|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100792": { + "content": "<|LOC_495|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100793": { + "content": "<|LOC_496|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100794": { + "content": "<|LOC_497|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100795": { + "content": "<|LOC_498|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100796": { + "content": "<|LOC_499|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100797": { + "content": "<|LOC_500|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100798": { + "content": "<|LOC_501|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100799": { + "content": "<|LOC_502|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100800": { + "content": "<|LOC_503|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100801": { + "content": "<|LOC_504|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100802": { + "content": "<|LOC_505|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100803": { + "content": "<|LOC_506|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100804": { + "content": "<|LOC_507|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100805": { + "content": "<|LOC_508|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100806": { + "content": "<|LOC_509|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100807": { + "content": "<|LOC_510|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100808": { + "content": "<|LOC_511|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100809": { + "content": "<|LOC_512|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100810": { + "content": "<|LOC_513|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100811": { + "content": "<|LOC_514|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100812": { + "content": "<|LOC_515|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100813": { + "content": "<|LOC_516|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100814": { + "content": "<|LOC_517|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100815": { + "content": "<|LOC_518|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100816": { + "content": "<|LOC_519|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100817": { + "content": "<|LOC_520|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100818": { + "content": "<|LOC_521|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100819": { + "content": "<|LOC_522|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100820": { + "content": "<|LOC_523|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100821": { + "content": "<|LOC_524|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100822": { + "content": "<|LOC_525|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100823": { + "content": "<|LOC_526|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100824": { + "content": "<|LOC_527|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100825": { + "content": "<|LOC_528|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100826": { + "content": "<|LOC_529|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100827": { + "content": "<|LOC_530|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100828": { + "content": "<|LOC_531|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100829": { + "content": "<|LOC_532|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100830": { + "content": "<|LOC_533|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100831": { + "content": "<|LOC_534|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100832": { + "content": "<|LOC_535|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100833": { + "content": "<|LOC_536|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100834": { + "content": "<|LOC_537|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100835": { + "content": "<|LOC_538|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100836": { + "content": "<|LOC_539|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100837": { + "content": "<|LOC_540|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100838": { + "content": "<|LOC_541|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100839": { + "content": "<|LOC_542|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100840": { + "content": "<|LOC_543|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100841": { + "content": "<|LOC_544|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100842": { + "content": "<|LOC_545|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100843": { + "content": "<|LOC_546|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100844": { + "content": "<|LOC_547|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100845": { + "content": "<|LOC_548|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100846": { + "content": "<|LOC_549|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100847": { + "content": "<|LOC_550|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100848": { + "content": "<|LOC_551|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100849": { + "content": "<|LOC_552|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100850": { + "content": "<|LOC_553|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100851": { + "content": "<|LOC_554|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100852": { + "content": "<|LOC_555|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100853": { + "content": "<|LOC_556|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100854": { + "content": "<|LOC_557|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100855": { + "content": "<|LOC_558|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100856": { + "content": "<|LOC_559|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100857": { + "content": "<|LOC_560|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100858": { + "content": "<|LOC_561|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100859": { + "content": "<|LOC_562|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100860": { + "content": "<|LOC_563|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100861": { + "content": "<|LOC_564|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100862": { + "content": "<|LOC_565|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100863": { + "content": "<|LOC_566|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100864": { + "content": "<|LOC_567|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100865": { + "content": "<|LOC_568|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100866": { + "content": "<|LOC_569|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100867": { + "content": "<|LOC_570|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100868": { + "content": "<|LOC_571|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100869": { + "content": "<|LOC_572|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100870": { + "content": "<|LOC_573|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100871": { + "content": "<|LOC_574|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100872": { + "content": "<|LOC_575|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100873": { + "content": "<|LOC_576|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100874": { + "content": "<|LOC_577|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100875": { + "content": "<|LOC_578|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100876": { + "content": "<|LOC_579|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100877": { + "content": "<|LOC_580|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100878": { + "content": "<|LOC_581|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100879": { + "content": "<|LOC_582|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100880": { + "content": "<|LOC_583|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100881": { + "content": "<|LOC_584|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100882": { + "content": "<|LOC_585|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100883": { + "content": "<|LOC_586|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100884": { + "content": "<|LOC_587|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100885": { + "content": "<|LOC_588|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100886": { + "content": "<|LOC_589|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100887": { + "content": "<|LOC_590|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100888": { + "content": "<|LOC_591|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100889": { + "content": "<|LOC_592|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100890": { + "content": "<|LOC_593|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100891": { + "content": "<|LOC_594|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100892": { + "content": "<|LOC_595|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100893": { + "content": "<|LOC_596|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100894": { + "content": "<|LOC_597|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100895": { + "content": "<|LOC_598|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100896": { + "content": "<|LOC_599|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100897": { + "content": "<|LOC_600|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100898": { + "content": "<|LOC_601|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100899": { + "content": "<|LOC_602|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100900": { + "content": "<|LOC_603|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100901": { + "content": "<|LOC_604|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100902": { + "content": "<|LOC_605|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100903": { + "content": "<|LOC_606|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100904": { + "content": "<|LOC_607|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100905": { + "content": "<|LOC_608|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100906": { + "content": "<|LOC_609|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100907": { + "content": "<|LOC_610|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100908": { + "content": "<|LOC_611|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100909": { + "content": "<|LOC_612|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100910": { + "content": "<|LOC_613|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100911": { + "content": "<|LOC_614|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100912": { + "content": "<|LOC_615|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100913": { + "content": "<|LOC_616|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100914": { + "content": "<|LOC_617|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100915": { + "content": "<|LOC_618|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100916": { + "content": "<|LOC_619|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100917": { + "content": "<|LOC_620|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100918": { + "content": "<|LOC_621|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100919": { + "content": "<|LOC_622|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100920": { + "content": "<|LOC_623|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100921": { + "content": "<|LOC_624|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100922": { + "content": "<|LOC_625|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100923": { + "content": "<|LOC_626|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100924": { + "content": "<|LOC_627|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100925": { + "content": "<|LOC_628|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100926": { + "content": "<|LOC_629|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100927": { + "content": "<|LOC_630|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100928": { + "content": "<|LOC_631|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100929": { + "content": "<|LOC_632|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100930": { + "content": "<|LOC_633|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100931": { + "content": "<|LOC_634|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100932": { + "content": "<|LOC_635|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100933": { + "content": "<|LOC_636|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100934": { + "content": "<|LOC_637|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100935": { + "content": "<|LOC_638|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100936": { + "content": "<|LOC_639|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100937": { + "content": "<|LOC_640|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100938": { + "content": "<|LOC_641|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100939": { + "content": "<|LOC_642|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100940": { + "content": "<|LOC_643|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100941": { + "content": "<|LOC_644|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100942": { + "content": "<|LOC_645|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100943": { + "content": "<|LOC_646|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100944": { + "content": "<|LOC_647|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100945": { + "content": "<|LOC_648|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100946": { + "content": "<|LOC_649|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100947": { + "content": "<|LOC_650|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100948": { + "content": "<|LOC_651|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100949": { + "content": "<|LOC_652|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100950": { + "content": "<|LOC_653|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100951": { + "content": "<|LOC_654|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100952": { + "content": "<|LOC_655|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100953": { + "content": "<|LOC_656|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100954": { + "content": "<|LOC_657|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100955": { + "content": "<|LOC_658|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100956": { + "content": "<|LOC_659|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100957": { + "content": "<|LOC_660|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100958": { + "content": "<|LOC_661|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100959": { + "content": "<|LOC_662|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100960": { + "content": "<|LOC_663|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100961": { + "content": "<|LOC_664|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100962": { + "content": "<|LOC_665|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100963": { + "content": "<|LOC_666|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100964": { + "content": "<|LOC_667|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100965": { + "content": "<|LOC_668|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100966": { + "content": "<|LOC_669|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100967": { + "content": "<|LOC_670|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100968": { + "content": "<|LOC_671|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100969": { + "content": "<|LOC_672|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100970": { + "content": "<|LOC_673|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100971": { + "content": "<|LOC_674|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100972": { + "content": "<|LOC_675|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100973": { + "content": "<|LOC_676|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100974": { + "content": "<|LOC_677|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100975": { + "content": "<|LOC_678|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100976": { + "content": "<|LOC_679|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100977": { + "content": "<|LOC_680|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100978": { + "content": "<|LOC_681|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100979": { + "content": "<|LOC_682|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100980": { + "content": "<|LOC_683|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100981": { + "content": "<|LOC_684|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100982": { + "content": "<|LOC_685|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100983": { + "content": "<|LOC_686|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100984": { + "content": "<|LOC_687|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100985": { + "content": "<|LOC_688|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100986": { + "content": "<|LOC_689|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100987": { + "content": "<|LOC_690|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100988": { + "content": "<|LOC_691|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100989": { + "content": "<|LOC_692|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100990": { + "content": "<|LOC_693|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100991": { + "content": "<|LOC_694|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100992": { + "content": "<|LOC_695|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100993": { + "content": "<|LOC_696|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100994": { + "content": "<|LOC_697|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100995": { + "content": "<|LOC_698|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100996": { + "content": "<|LOC_699|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100997": { + "content": "<|LOC_700|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100998": { + "content": "<|LOC_701|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100999": { + "content": "<|LOC_702|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101000": { + "content": "<|LOC_703|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101001": { + "content": "<|LOC_704|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101002": { + "content": "<|LOC_705|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101003": { + "content": "<|LOC_706|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101004": { + "content": "<|LOC_707|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101005": { + "content": "<|LOC_708|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101006": { + "content": "<|LOC_709|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101007": { + "content": "<|LOC_710|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101008": { + "content": "<|LOC_711|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101009": { + "content": "<|LOC_712|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101010": { + "content": "<|LOC_713|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101011": { + "content": "<|LOC_714|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101012": { + "content": "<|LOC_715|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101013": { + "content": "<|LOC_716|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101014": { + "content": "<|LOC_717|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101015": { + "content": "<|LOC_718|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101016": { + "content": "<|LOC_719|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101017": { + "content": "<|LOC_720|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101018": { + "content": "<|LOC_721|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101019": { + "content": "<|LOC_722|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101020": { + "content": "<|LOC_723|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101021": { + "content": "<|LOC_724|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101022": { + "content": "<|LOC_725|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101023": { + "content": "<|LOC_726|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101024": { + "content": "<|LOC_727|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101025": { + "content": "<|LOC_728|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101026": { + "content": "<|LOC_729|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101027": { + "content": "<|LOC_730|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101028": { + "content": "<|LOC_731|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101029": { + "content": "<|LOC_732|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101030": { + "content": "<|LOC_733|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101031": { + "content": "<|LOC_734|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101032": { + "content": "<|LOC_735|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101033": { + "content": "<|LOC_736|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101034": { + "content": "<|LOC_737|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101035": { + "content": "<|LOC_738|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101036": { + "content": "<|LOC_739|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101037": { + "content": "<|LOC_740|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101038": { + "content": "<|LOC_741|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101039": { + "content": "<|LOC_742|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101040": { + "content": "<|LOC_743|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101041": { + "content": "<|LOC_744|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101042": { + "content": "<|LOC_745|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101043": { + "content": "<|LOC_746|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101044": { + "content": "<|LOC_747|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101045": { + "content": "<|LOC_748|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101046": { + "content": "<|LOC_749|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101047": { + "content": "<|LOC_750|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101048": { + "content": "<|LOC_751|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101049": { + "content": "<|LOC_752|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101050": { + "content": "<|LOC_753|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101051": { + "content": "<|LOC_754|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101052": { + "content": "<|LOC_755|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101053": { + "content": "<|LOC_756|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101054": { + "content": "<|LOC_757|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101055": { + "content": "<|LOC_758|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101056": { + "content": "<|LOC_759|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101057": { + "content": "<|LOC_760|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101058": { + "content": "<|LOC_761|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101059": { + "content": "<|LOC_762|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101060": { + "content": "<|LOC_763|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101061": { + "content": "<|LOC_764|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101062": { + "content": "<|LOC_765|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101063": { + "content": "<|LOC_766|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101064": { + "content": "<|LOC_767|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101065": { + "content": "<|LOC_768|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101066": { + "content": "<|LOC_769|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101067": { + "content": "<|LOC_770|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101068": { + "content": "<|LOC_771|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101069": { + "content": "<|LOC_772|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101070": { + "content": "<|LOC_773|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101071": { + "content": "<|LOC_774|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101072": { + "content": "<|LOC_775|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101073": { + "content": "<|LOC_776|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101074": { + "content": "<|LOC_777|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101075": { + "content": "<|LOC_778|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101076": { + "content": "<|LOC_779|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101077": { + "content": "<|LOC_780|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101078": { + "content": "<|LOC_781|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101079": { + "content": "<|LOC_782|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101080": { + "content": "<|LOC_783|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101081": { + "content": "<|LOC_784|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101082": { + "content": "<|LOC_785|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101083": { + "content": "<|LOC_786|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101084": { + "content": "<|LOC_787|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101085": { + "content": "<|LOC_788|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101086": { + "content": "<|LOC_789|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101087": { + "content": "<|LOC_790|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101088": { + "content": "<|LOC_791|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101089": { + "content": "<|LOC_792|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101090": { + "content": "<|LOC_793|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101091": { + "content": "<|LOC_794|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101092": { + "content": "<|LOC_795|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101093": { + "content": "<|LOC_796|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101094": { + "content": "<|LOC_797|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101095": { + "content": "<|LOC_798|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101096": { + "content": "<|LOC_799|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101097": { + "content": "<|LOC_800|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101098": { + "content": "<|LOC_801|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101099": { + "content": "<|LOC_802|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101100": { + "content": "<|LOC_803|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101101": { + "content": "<|LOC_804|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101102": { + "content": "<|LOC_805|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101103": { + "content": "<|LOC_806|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101104": { + "content": "<|LOC_807|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101105": { + "content": "<|LOC_808|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101106": { + "content": "<|LOC_809|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101107": { + "content": "<|LOC_810|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101108": { + "content": "<|LOC_811|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101109": { + "content": "<|LOC_812|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101110": { + "content": "<|LOC_813|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101111": { + "content": "<|LOC_814|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101112": { + "content": "<|LOC_815|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101113": { + "content": "<|LOC_816|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101114": { + "content": "<|LOC_817|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101115": { + "content": "<|LOC_818|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101116": { + "content": "<|LOC_819|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101117": { + "content": "<|LOC_820|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101118": { + "content": "<|LOC_821|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101119": { + "content": "<|LOC_822|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101120": { + "content": "<|LOC_823|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101121": { + "content": "<|LOC_824|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101122": { + "content": "<|LOC_825|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101123": { + "content": "<|LOC_826|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101124": { + "content": "<|LOC_827|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101125": { + "content": "<|LOC_828|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101126": { + "content": "<|LOC_829|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101127": { + "content": "<|LOC_830|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101128": { + "content": "<|LOC_831|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101129": { + "content": "<|LOC_832|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101130": { + "content": "<|LOC_833|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101131": { + "content": "<|LOC_834|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101132": { + "content": "<|LOC_835|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101133": { + "content": "<|LOC_836|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101134": { + "content": "<|LOC_837|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101135": { + "content": "<|LOC_838|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101136": { + "content": "<|LOC_839|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101137": { + "content": "<|LOC_840|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101138": { + "content": "<|LOC_841|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101139": { + "content": "<|LOC_842|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101140": { + "content": "<|LOC_843|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101141": { + "content": "<|LOC_844|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101142": { + "content": "<|LOC_845|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101143": { + "content": "<|LOC_846|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101144": { + "content": "<|LOC_847|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101145": { + "content": "<|LOC_848|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101146": { + "content": "<|LOC_849|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101147": { + "content": "<|LOC_850|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101148": { + "content": "<|LOC_851|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101149": { + "content": "<|LOC_852|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101150": { + "content": "<|LOC_853|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101151": { + "content": "<|LOC_854|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101152": { + "content": "<|LOC_855|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101153": { + "content": "<|LOC_856|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101154": { + "content": "<|LOC_857|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101155": { + "content": "<|LOC_858|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101156": { + "content": "<|LOC_859|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101157": { + "content": "<|LOC_860|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101158": { + "content": "<|LOC_861|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101159": { + "content": "<|LOC_862|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101160": { + "content": "<|LOC_863|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101161": { + "content": "<|LOC_864|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101162": { + "content": "<|LOC_865|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101163": { + "content": "<|LOC_866|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101164": { + "content": "<|LOC_867|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101165": { + "content": "<|LOC_868|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101166": { + "content": "<|LOC_869|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101167": { + "content": "<|LOC_870|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101168": { + "content": "<|LOC_871|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101169": { + "content": "<|LOC_872|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101170": { + "content": "<|LOC_873|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101171": { + "content": "<|LOC_874|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101172": { + "content": "<|LOC_875|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101173": { + "content": "<|LOC_876|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101174": { + "content": "<|LOC_877|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101175": { + "content": "<|LOC_878|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101176": { + "content": "<|LOC_879|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101177": { + "content": "<|LOC_880|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101178": { + "content": "<|LOC_881|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101179": { + "content": "<|LOC_882|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101180": { + "content": "<|LOC_883|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101181": { + "content": "<|LOC_884|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101182": { + "content": "<|LOC_885|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101183": { + "content": "<|LOC_886|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101184": { + "content": "<|LOC_887|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101185": { + "content": "<|LOC_888|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101186": { + "content": "<|LOC_889|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101187": { + "content": "<|LOC_890|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101188": { + "content": "<|LOC_891|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101189": { + "content": "<|LOC_892|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101190": { + "content": "<|LOC_893|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101191": { + "content": "<|LOC_894|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101192": { + "content": "<|LOC_895|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101193": { + "content": "<|LOC_896|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101194": { + "content": "<|LOC_897|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101195": { + "content": "<|LOC_898|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101196": { + "content": "<|LOC_899|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101197": { + "content": "<|LOC_900|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101198": { + "content": "<|LOC_901|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101199": { + "content": "<|LOC_902|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101200": { + "content": "<|LOC_903|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101201": { + "content": "<|LOC_904|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101202": { + "content": "<|LOC_905|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101203": { + "content": "<|LOC_906|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101204": { + "content": "<|LOC_907|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101205": { + "content": "<|LOC_908|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101206": { + "content": "<|LOC_909|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101207": { + "content": "<|LOC_910|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101208": { + "content": "<|LOC_911|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101209": { + "content": "<|LOC_912|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101210": { + "content": "<|LOC_913|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101211": { + "content": "<|LOC_914|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101212": { + "content": "<|LOC_915|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101213": { + "content": "<|LOC_916|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101214": { + "content": "<|LOC_917|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101215": { + "content": "<|LOC_918|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101216": { + "content": "<|LOC_919|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101217": { + "content": "<|LOC_920|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101218": { + "content": "<|LOC_921|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101219": { + "content": "<|LOC_922|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101220": { + "content": "<|LOC_923|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101221": { + "content": "<|LOC_924|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101222": { + "content": "<|LOC_925|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101223": { + "content": "<|LOC_926|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101224": { + "content": "<|LOC_927|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101225": { + "content": "<|LOC_928|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101226": { + "content": "<|LOC_929|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101227": { + "content": "<|LOC_930|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101228": { + "content": "<|LOC_931|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101229": { + "content": "<|LOC_932|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101230": { + "content": "<|LOC_933|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101231": { + "content": "<|LOC_934|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101232": { + "content": "<|LOC_935|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101233": { + "content": "<|LOC_936|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101234": { + "content": "<|LOC_937|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101235": { + "content": "<|LOC_938|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101236": { + "content": "<|LOC_939|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101237": { + "content": "<|LOC_940|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101238": { + "content": "<|LOC_941|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101239": { + "content": "<|LOC_942|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101240": { + "content": "<|LOC_943|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101241": { + "content": "<|LOC_944|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101242": { + "content": "<|LOC_945|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101243": { + "content": "<|LOC_946|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101244": { + "content": "<|LOC_947|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101245": { + "content": "<|LOC_948|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101246": { + "content": "<|LOC_949|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101247": { + "content": "<|LOC_950|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101248": { + "content": "<|LOC_951|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101249": { + "content": "<|LOC_952|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101250": { + "content": "<|LOC_953|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101251": { + "content": "<|LOC_954|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101252": { + "content": "<|LOC_955|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101253": { + "content": "<|LOC_956|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101254": { + "content": "<|LOC_957|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101255": { + "content": "<|LOC_958|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101256": { + "content": "<|LOC_959|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101257": { + "content": "<|LOC_960|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101258": { + "content": "<|LOC_961|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101259": { + "content": "<|LOC_962|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101260": { + "content": "<|LOC_963|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101261": { + "content": "<|LOC_964|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101262": { + "content": "<|LOC_965|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101263": { + "content": "<|LOC_966|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101264": { + "content": "<|LOC_967|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101265": { + "content": "<|LOC_968|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101266": { + "content": "<|LOC_969|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101267": { + "content": "<|LOC_970|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101268": { + "content": "<|LOC_971|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101269": { + "content": "<|LOC_972|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101270": { + "content": "<|LOC_973|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101271": { + "content": "<|LOC_974|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101272": { + "content": "<|LOC_975|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101273": { + "content": "<|LOC_976|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101274": { + "content": "<|LOC_977|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101275": { + "content": "<|LOC_978|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101276": { + "content": "<|LOC_979|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101277": { + "content": "<|LOC_980|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101278": { + "content": "<|LOC_981|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101279": { + "content": "<|LOC_982|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101280": { + "content": "<|LOC_983|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101281": { + "content": "<|LOC_984|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101282": { + "content": "<|LOC_985|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101283": { + "content": "<|LOC_986|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101284": { + "content": "<|LOC_987|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101285": { + "content": "<|LOC_988|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101286": { + "content": "<|LOC_989|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101287": { + "content": "<|LOC_990|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101288": { + "content": "<|LOC_991|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101289": { + "content": "<|LOC_992|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101290": { + "content": "<|LOC_993|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101291": { + "content": "<|LOC_994|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101292": { + "content": "<|LOC_995|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101293": { + "content": "<|LOC_996|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101294": { + "content": "<|LOC_997|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101295": { + "content": "<|LOC_998|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101296": { + "content": "<|LOC_999|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101297": { + "content": "<|LOC_1000|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101298": { + "content": "<|LOC_BEGIN|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101299": { + "content": "<|LOC_END|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101300": { + "content": "<|LOC_SEP|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101301": { + "content": "<|CROP_COL_SEP|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101302": { + "content": "<|CROP_ROW_SEP|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101303": { + "content": "<|IMAGE_SEP|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101304": { + "content": "<|image_pad|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101305": { + "content": "<|IMAGE_START|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101306": { + "content": "<|IMAGE_END|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101307": { + "content": "<|video_pad|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "101308": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101309": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101310": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101311": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101312": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101313": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101314": { + "content": "<|TEXT_START|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + }, + "101315": { + "content": "<|TEXT_END|>", + "lstrip": false, + "normalized": true, + "rstrip": false, + "single_word": false, + "special": false + } + }, + "additional_special_tokens": [ + "<|IMAGE_PLACEHOLDER|>", + "<|image_pad|>", + "<|IMAGE_START|>", + "<|IMAGE_END|>", + "<|video_pad|>" + ], + "auto_map": { + "AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor" + }, + "bos_token": "", + "clean_up_tokenization_spaces": false, + "cls_token": "<|begin_of_sentence|>", + "eos_token": "", + "image_token": "<|IMAGE_PLACEHOLDER|>", + "extra_special_tokens": {}, + "legacy": true, + "mask_token": "", + "model_max_length": 131072, + "pad_token": "", + "processor_class": "PaddleOCRVLProcessor", + "sep_token": "<|end_of_sentence|>", + "sp_model_kwargs": {}, + "spaces_between_special_tokens": false, + "tokenizer_class": "LlamaTokenizer", + "unk_token": "", + "use_default_system_prompt": false +} \ No newline at end of file diff --git a/paddleocr_vl_1.5/weights.safetensors b/paddleocr_vl_1.5/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..63778b8d5dfcf69aaa3d3769e3c0fdfe1fbfbe9e --- /dev/null +++ b/paddleocr_vl_1.5/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9ab41e7af6cfcf9f56efe7b652d45453b64dd7626008d89a46ab82876339a8 +size 3834423640 diff --git a/zitspp/model_256/manifest.json b/zitspp/model_256/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0f5e654beabd111df3fc8663dbd7a0d4caaae4fe --- /dev/null +++ b/zitspp/model_256/manifest.json @@ -0,0 +1,14569 @@ +{ + "format_version": 1, + "model_family": "zitspp_mask_inpaint", + "model_version": "zitspp_static_1", + "variant": "zitspp_256_gradient", + "source_kind": "zitspp_local_bundle", + "source_sha256": "361e637437fb8047e64d26c22fda3c72801911a49010d914b427e00efa6371e6", + "config_sha256": "5011b0b418b87e2e5cdadff07b9adbde1748e044df126f53bc1279f17f1af3d7", + "source_weight_dtype": "fp32", + "storage_dtype": "fp32", + "padding_modulo": 64, + "preprocessing": { + "rgb_range": "image_minus_one_to_one_img512_zero_to_one", + "mask": "binary", + "resize_input": 256, + "structure_size": 256, + "padding_modulo": 64, + "masked_position_encoding": true, + "sobel_gradient_prior": true, + "output_crop": true, + "output_blend": true + }, + "components": { + "hawp": { + "weight_namespace": "hawp.", + "checkpoint_role": "lsm_hawp_line_detector" + }, + "edgeline_tsr": { + "weight_namespace": "edgeline_tsr.", + "class_name": "networks.tsr.EdgeLineGPT256RelBCE_edge_pred_infer", + "input_size": 256 + }, + "gradient_tsr": { + "weight_namespace": "gradient_tsr.", + "class_name": "networks.tsr.GradientGPT256RelBCE", + "input_size": 256 + }, + "structure_upsample": { + "weight_namespace": "structure_upsample.", + "class_name": "networks.upsample.StructureUpsampling4" + }, + "ftr": { + "weight_namespace": "ftr.", + "class_name": "networks.generators.FTRModel", + "prior_channels": 5, + "activation": "swish", + "use_van_between_ffc": false, + "use_gradient": true + }, + "e_nms": null + }, + "weights": [ + { + "key": "edgeline_tsr.blocks.0.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "edgeline_tsr.conv1.weight", + "shape": [ + 64, + 5, + 7, + 7 + ] + }, + { + "key": "edgeline_tsr.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "edgeline_tsr.conv2.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.conv3.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.conv4.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.conv4.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.convt1.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt2.bias", + "shape": [ + 128 + ] + }, + { + "key": "edgeline_tsr.convt2.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt3.bias", + "shape": [ + 64 + ] + }, + { + "key": "edgeline_tsr.convt3.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt4.bias", + "shape": [ + 2 + ] + }, + { + "key": "edgeline_tsr.convt4.weight", + "shape": [ + 2, + 64, + 7, + 7 + ] + }, + { + "key": "edgeline_tsr.ln_f.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.ln_f.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.pos_emb", + "shape": [ + 1, + 1024, + 256 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_2.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 512, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 512, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv1.0.layer_scale_1", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.layer_scale_2", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.0.norm1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.0.norm2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_2.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 256, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv2.0.layer_scale_1", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.layer_scale_2", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.0.norm1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.0.norm2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_2.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 128, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 128, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv3.0.layer_scale_1", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.layer_scale_2", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.0.norm1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.0.norm2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv4.1.bias", + "shape": [ + 3 + ] + }, + { + "key": "ftr.G.deconv4.1.weight", + "shape": [ + 3, + 64, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv1.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.1.weight", + "shape": [ + 64, + 4, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv1.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv1.2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv2.0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.0.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_2.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 128, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 128, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv2.3.layer_scale_1", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.layer_scale_2", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.3.norm1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.3.norm2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv3.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.0.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_2.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 256, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv3.3.layer_scale_1", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.layer_scale_2", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.3.norm1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.3.norm2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv4.0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.0.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_2.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 512, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 512, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv4.3.layer_scale_1", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.layer_scale_2", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.3.norm1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.3.norm2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.alpha1", + "shape": [] + }, + { + "key": "ftr.GCs.alpha2", + "shape": [] + }, + { + "key": "ftr.GCs.alpha3", + "shape": [] + }, + { + "key": "ftr.GCs.alpha4", + "shape": [] + }, + { + "key": "ftr.GCs.alpha5", + "shape": [] + }, + { + "key": "ftr.GCs.alpha6", + "shape": [] + }, + { + "key": "ftr.GCs.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn4.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn4.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bnt1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt3.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt3.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.conv1.gate_conv.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.conv1.gate_conv.weight", + "shape": [ + 128, + 5, + 7, + 7 + ] + }, + { + "key": "ftr.GCs.conv2.gate_conv.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.conv2.gate_conv.weight", + "shape": [ + 256, + 64, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.conv3.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.conv4.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.conv4.weight", + "shape": [ + 512, + 256, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt1.gate_conv.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.convt1.gate_conv.weight", + "shape": [ + 512, + 512, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt2.gate_conv.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.convt2.gate_conv.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt3.gate_conv.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.convt3.gate_conv.weight", + "shape": [ + 128, + 128, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.direct_emb.weight", + "shape": [ + 4, + 64 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.0.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.1.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.2.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.rel_pos_emb.weight", + "shape": [ + 128, + 64 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.0.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.0.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.0.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.0.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.1.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.1.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.10.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.10.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.10.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.10.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.11.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.11.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.12.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.12.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.12.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.12.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.13.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.13.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.14.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.14.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.14.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.14.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.15.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.15.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.2.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.2.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.2.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.2.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.3.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.3.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.4.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.4.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.4.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.4.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.5.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.5.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.6.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.6.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.6.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.6.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.7.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.7.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.8.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.8.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.8.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.8.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "gradient_tsr.blocks.9.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.blocks.9.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "gradient_tsr.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "gradient_tsr.conv1.weight", + "shape": [ + 64, + 6, + 7, + 7 + ] + }, + { + "key": "gradient_tsr.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "gradient_tsr.conv2.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.conv3.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.conv4.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.conv4.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.convt1.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.convt1.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.convt2.bias", + "shape": [ + 128 + ] + }, + { + "key": "gradient_tsr.convt2.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.convt3.bias", + "shape": [ + 64 + ] + }, + { + "key": "gradient_tsr.convt3.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "gradient_tsr.convt4.bias", + "shape": [ + 2 + ] + }, + { + "key": "gradient_tsr.convt4.weight", + "shape": [ + 2, + 64, + 7, + 7 + ] + }, + { + "key": "gradient_tsr.ln_f.bias", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.ln_f.weight", + "shape": [ + 256 + ] + }, + { + "key": "gradient_tsr.pos_emb", + "shape": [ + 1, + 1024, + 256 + ] + }, + { + "key": "hawp.backbone.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "hawp.backbone.fc.0.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.fc.0.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.fc.0.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.fc.1.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.fc.1.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc_.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc_.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn3.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv2.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv3.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.downsample.0.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.downsample.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.2.bias", + "shape": [ + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.2.weight", + "shape": [ + 3, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.2.bias", + "shape": [ + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.2.weight", + "shape": [ + 3, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score_.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.score_.0.weight", + "shape": [ + 256, + 9, + 1, + 1 + ] + }, + { + "key": "hawp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.fc1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.fc2.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "hawp.fc2.0.weight", + "shape": [ + 1024, + 1024 + ] + }, + { + "key": "hawp.fc2.2.bias", + "shape": [ + 1024 + ] + }, + { + "key": "hawp.fc2.2.weight", + "shape": [ + 1024, + 1024 + ] + }, + { + "key": "hawp.fc2.4.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.fc2.4.weight", + "shape": [ + 1, + 1024 + ] + }, + { + "key": "hawp.tspan", + "shape": [ + 1, + 1, + 32 + ] + }, + { + "key": "structure_upsample.convs.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.1.weight", + "shape": [ + 64, + 1, + 7, + 7 + ] + }, + { + "key": "structure_upsample.convs.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.3.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.convs.5.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.5.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.convs.7.bias", + "shape": [ + 1 + ] + }, + { + "key": "structure_upsample.convs.7.weight", + "shape": [ + 1, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.out.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "structure_upsample.out.0.weight", + "shape": [ + 32, + 1, + 4, + 4 + ] + }, + { + "key": "structure_upsample.out.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "structure_upsample.out.2.weight", + "shape": [ + 1, + 32, + 3, + 3 + ] + } + ] +} \ No newline at end of file diff --git a/zitspp/model_256/weights.safetensors b/zitspp/model_256/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5514fe7056afcb22da6a80d923bd9b7050f39623 --- /dev/null +++ b/zitspp/model_256/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6366db9ba7c3eba76dc205750f1737f29a4dc2cd2b5d3cd3b62c0cc709d28fde +size 446919424 diff --git a/zitspp/model_512/manifest.json b/zitspp/model_512/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9eda320c3dfc87406fcdad4df8cd866bb2ee32be --- /dev/null +++ b/zitspp/model_512/manifest.json @@ -0,0 +1,12099 @@ +{ + "format_version": 1, + "model_family": "zitspp_mask_inpaint", + "model_version": "zitspp_static_1", + "variant": "zitspp_512_hr_no_gradient", + "source_kind": "zitspp_local_bundle", + "source_sha256": "4ea8975d98c7665da0889e633f54a7e10f143e72fb54fd7c4df9276ae1f1e5ed", + "config_sha256": "e46dd48b4715f0044debfa0faca1c5af0c149b1cb1dffa29afb042687f13e4f2", + "source_weight_dtype": "fp32", + "storage_dtype": "fp32", + "padding_modulo": 64, + "preprocessing": { + "rgb_range": "image_minus_one_to_one_img512_zero_to_one", + "mask": "binary", + "resize_input": 512, + "structure_size": 256, + "padding_modulo": 64, + "masked_position_encoding": true, + "sobel_gradient_prior": false, + "output_crop": true, + "output_blend": true + }, + "components": { + "hawp": { + "weight_namespace": "hawp.", + "checkpoint_role": "lsm_hawp_line_detector" + }, + "edgeline_tsr": { + "weight_namespace": "edgeline_tsr.", + "class_name": "networks.tsr.EdgeLineGPT256RelBCE_edge_pred_infer", + "input_size": 256 + }, + "gradient_tsr": null, + "structure_upsample": { + "weight_namespace": "structure_upsample.", + "class_name": "networks.upsample.StructureUpsampling4" + }, + "ftr": { + "weight_namespace": "ftr.", + "class_name": "networks.generators.FTRModel", + "prior_channels": 3, + "activation": "swish", + "use_van_between_ffc": false, + "use_gradient": false + }, + "e_nms": { + "enabled": true + } + }, + "weights": [ + { + "key": "edgeline_tsr.blocks.0.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.0.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.1.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.10.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.11.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.12.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.13.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.14.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.15.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.2.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.3.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.4.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.5.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.6.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.7.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_col.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.attn_row.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.cln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.cln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.col_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ff.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.rln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.rln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.8.row_rel_pos_bias.weight", + "shape": [ + 8, + 63 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.key.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.key.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.mask", + "shape": [ + 1, + 1, + 32, + 32 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.proj.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.proj.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.query.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.query.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.value.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.attn.value.weight", + "shape": [ + 256, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln1.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.ln2.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.0.weight", + "shape": [ + 1024, + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.blocks.9.mlp.2.weight", + "shape": [ + 256, + 1024 + ] + }, + { + "key": "edgeline_tsr.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "edgeline_tsr.conv1.weight", + "shape": [ + 64, + 5, + 7, + 7 + ] + }, + { + "key": "edgeline_tsr.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "edgeline_tsr.conv2.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.conv3.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.conv4.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.conv4.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt1.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.convt1.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt2.bias", + "shape": [ + 128 + ] + }, + { + "key": "edgeline_tsr.convt2.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt3.bias", + "shape": [ + 64 + ] + }, + { + "key": "edgeline_tsr.convt3.weight", + "shape": [ + 128, + 64, + 4, + 4 + ] + }, + { + "key": "edgeline_tsr.convt4.bias", + "shape": [ + 2 + ] + }, + { + "key": "edgeline_tsr.convt4.weight", + "shape": [ + 2, + 64, + 7, + 7 + ] + }, + { + "key": "edgeline_tsr.ln_f.bias", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.ln_f.weight", + "shape": [ + 256 + ] + }, + { + "key": "edgeline_tsr.pos_emb", + "shape": [ + 1, + 1024, + 256 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.proj_2.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 512, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 512, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv1.0.layer_scale_1", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.layer_scale_2", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.mlp.fc2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.0.norm1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.0.norm2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.0.norm2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.deconv1.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.1.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv1.2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv1.2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv1.2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.proj_2.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 256, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv2.0.layer_scale_1", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.layer_scale_2", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.mlp.fc2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.0.norm1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.0.norm2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.0.norm2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.deconv2.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.1.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv2.2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv2.2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv2.2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.proj_2.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 128, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 128, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.deconv3.0.layer_scale_1", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.layer_scale_2", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.mlp.fc2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.0.norm1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.0.norm2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.0.norm2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.deconv3.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.1.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "ftr.G.deconv3.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.deconv3.2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv3.2.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.deconv4.1.bias", + "shape": [ + 3 + ] + }, + { + "key": "ftr.G.deconv4.1.weight", + "shape": [ + 3, + 64, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv1.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.1.weight", + "shape": [ + 64, + 4, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv1.2.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv1.2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv1.2.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.G.enconv2.0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.0.weight", + "shape": [ + 128, + 64, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.proj_2.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 128, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 128, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv2.3.layer_scale_1", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.layer_scale_2", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc1.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.mlp.fc2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.3.norm1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm1.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv2.3.norm2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv2.3.norm2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.enconv3.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.0.weight", + "shape": [ + 256, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.proj_2.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 256, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv3.3.layer_scale_1", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.layer_scale_2", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc1.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.mlp.fc2.weight", + "shape": [ + 256, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.3.norm1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv3.3.norm2.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv3.3.norm2.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.G.enconv4.0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.0.weight", + "shape": [ + 512, + 256, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.proj_2.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv0.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv0.weight", + "shape": [ + 512, + 1, + 5, + 5 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv1.weight", + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv_spatial.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.attn.spatial_gating_unit.conv_spatial.weight", + "shape": [ + 512, + 1, + 7, + 7 + ] + }, + { + "key": "ftr.G.enconv4.3.layer_scale_1", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.layer_scale_2", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.mlp.fc2.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.3.norm1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.enconv4.3.norm2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.enconv4.3.norm2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.0.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.1.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.2.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.3.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.4.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.5.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.6.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.7.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc1.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_g.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.bn_l.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.0.weight", + "shape": [ + 192, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.bias", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.running_mean", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.running_var", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv1.1.weight", + "shape": [ + 192 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.conv2.weight", + "shape": [ + 384, + 192, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.bias", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.running_mean", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.running_var", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.bn.weight", + "shape": [ + 384 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2g.fu.conv_layer.weight", + "shape": [ + 384, + 384, + 1, + 1 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convg2l.weight", + "shape": [ + 128, + 384, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convl2g.weight", + "shape": [ + 384, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.G.middle.8.ffc2.ffc.convl2l.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.alpha1", + "shape": [] + }, + { + "key": "ftr.GCs.alpha2", + "shape": [] + }, + { + "key": "ftr.GCs.alpha3", + "shape": [] + }, + { + "key": "ftr.GCs.alpha4", + "shape": [] + }, + { + "key": "ftr.GCs.alpha5", + "shape": [] + }, + { + "key": "ftr.GCs.alpha6", + "shape": [] + }, + { + "key": "ftr.GCs.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bn3.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn3.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn3.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bn4.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bn4.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bn4.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.bnt1.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt1.weight", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.bnt2.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt2.weight", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.bnt3.bias", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.bnt3.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.running_var", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.bnt3.weight", + "shape": [ + 64 + ] + }, + { + "key": "ftr.GCs.conv1.gate_conv.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.conv1.gate_conv.weight", + "shape": [ + 128, + 3, + 7, + 7 + ] + }, + { + "key": "ftr.GCs.conv2.gate_conv.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.conv2.gate_conv.weight", + "shape": [ + 256, + 64, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.conv3.weight", + "shape": [ + 256, + 128, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.conv4.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.conv4.weight", + "shape": [ + 512, + 256, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt1.gate_conv.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.convt1.gate_conv.weight", + "shape": [ + 512, + 512, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt2.gate_conv.bias", + "shape": [ + 256 + ] + }, + { + "key": "ftr.GCs.convt2.gate_conv.weight", + "shape": [ + 256, + 256, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.convt3.gate_conv.bias", + "shape": [ + 128 + ] + }, + { + "key": "ftr.GCs.convt3.gate_conv.weight", + "shape": [ + 128, + 128, + 4, + 4 + ] + }, + { + "key": "ftr.GCs.direct_emb.weight", + "shape": [ + 4, + 64 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.0.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.0.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.0.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.0.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.1.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.1.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.1.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.1.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.2.bn1.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn1.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "ftr.GCs.middle.2.bn2.running_mean", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.running_var", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.bn2.weight", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv1.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv1.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.middle.2.conv2.1.bias", + "shape": [ + 512 + ] + }, + { + "key": "ftr.GCs.middle.2.conv2.1.weight", + "shape": [ + 512, + 512, + 3, + 3 + ] + }, + { + "key": "ftr.GCs.rel_pos_emb.weight", + "shape": [ + 128, + 64 + ] + }, + { + "key": "hawp.backbone.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.conv1.weight", + "shape": [ + 64, + 3, + 7, + 7 + ] + }, + { + "key": "hawp.backbone.fc.0.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.fc.0.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.fc.0.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.0.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.fc.1.1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.fc.1.1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc.1.1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc_.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.fc_.0.weight", + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.0.3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.1.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.2.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.0.hg.3.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.0.3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.1.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.2.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.hg.1.hg.3.2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn1.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn1.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn2.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn2.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer1.0.bn3.running_mean", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.running_var", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.bn3.weight", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv1.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv1.weight", + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv2.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv2.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer1.0.conv3.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer1.0.downsample.0.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer1.0.downsample.0.weight", + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn1.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn1.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer2.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv1.weight", + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer2.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer2.0.downsample.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer2.0.downsample.0.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.layer3.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.layer3.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.0.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.0.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn1.running_mean", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.running_var", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn1.weight", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn2.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn2.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.num_batches_tracked", + "shape": [] + }, + { + "key": "hawp.backbone.res.1.0.bn3.running_mean", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.running_var", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.bn3.weight", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv2.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv2.weight", + "shape": [ + 128, + 128, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv3.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.res.1.0.conv3.weight", + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.2.bias", + "shape": [ + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.0.2.weight", + "shape": [ + 3, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.1.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.2.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.0.heads.3.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.0.heads.4.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.2.bias", + "shape": [ + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.0.2.weight", + "shape": [ + 3, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.1.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.2.2.weight", + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.1.heads.3.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.0.bias", + "shape": [ + 64 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.0.weight", + "shape": [ + 64, + 256, + 3, + 3 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.2.bias", + "shape": [ + 2 + ] + }, + { + "key": "hawp.backbone.score.1.heads.4.2.weight", + "shape": [ + 2, + 64, + 1, + 1 + ] + }, + { + "key": "hawp.backbone.score_.0.bias", + "shape": [ + 256 + ] + }, + { + "key": "hawp.backbone.score_.0.weight", + "shape": [ + 256, + 9, + 1, + 1 + ] + }, + { + "key": "hawp.fc1.bias", + "shape": [ + 128 + ] + }, + { + "key": "hawp.fc1.weight", + "shape": [ + 128, + 256, + 1, + 1 + ] + }, + { + "key": "hawp.fc2.0.bias", + "shape": [ + 1024 + ] + }, + { + "key": "hawp.fc2.0.weight", + "shape": [ + 1024, + 1024 + ] + }, + { + "key": "hawp.fc2.2.bias", + "shape": [ + 1024 + ] + }, + { + "key": "hawp.fc2.2.weight", + "shape": [ + 1024, + 1024 + ] + }, + { + "key": "hawp.fc2.4.bias", + "shape": [ + 1 + ] + }, + { + "key": "hawp.fc2.4.weight", + "shape": [ + 1, + 1024 + ] + }, + { + "key": "hawp.tspan", + "shape": [ + 1, + 1, + 32 + ] + }, + { + "key": "structure_upsample.convs.1.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.1.weight", + "shape": [ + 64, + 1, + 7, + 7 + ] + }, + { + "key": "structure_upsample.convs.3.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.3.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.convs.5.bias", + "shape": [ + 64 + ] + }, + { + "key": "structure_upsample.convs.5.weight", + "shape": [ + 64, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.convs.7.bias", + "shape": [ + 1 + ] + }, + { + "key": "structure_upsample.convs.7.weight", + "shape": [ + 1, + 64, + 3, + 3 + ] + }, + { + "key": "structure_upsample.out.0.bias", + "shape": [ + 32 + ] + }, + { + "key": "structure_upsample.out.0.weight", + "shape": [ + 32, + 1, + 4, + 4 + ] + }, + { + "key": "structure_upsample.out.2.bias", + "shape": [ + 1 + ] + }, + { + "key": "structure_upsample.out.2.weight", + "shape": [ + 1, + 32, + 3, + 3 + ] + } + ] +} \ No newline at end of file diff --git a/zitspp/model_512/weights.safetensors b/zitspp/model_512/weights.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ef730e45b6eaf69dd7adea2b831929d03af4f3e8 --- /dev/null +++ b/zitspp/model_512/weights.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584f6a8e310614ea5ea8ee0744ef83e6d9cdd09e55249f4a28547807b888855c +size 372993712