-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.json
1 lines (1 loc) · 14.1 KB
/
model.json
1
{"modelTopology": {"node": [{"name": "m_outputs0/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "50"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "m_outputs0/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "512"}, {"size": "50"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer8_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "512"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer8_conv/weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "1024"}, {"size": "512"}]}}}}}, {"name": "layer1_conv/pad_size/paddings", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "layer7_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1024"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer7_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "512"}, {"size": "1024"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer6_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "512"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer6_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "512"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer5_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer5_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "128"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer4_conv/biases", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}}}, {"name": "layer4_conv/weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "64"}, {"size": "128"}]}}}}}, {"name": "layer3_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer3_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "32"}, {"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer2_conv/biases", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer2_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "16"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "layer1_conv/biases", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}}}, {"name": "layer1_conv/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Placeholder", "op": "Placeholder", "attr": {"dtype": {"type": "DT_FLOAT"}, "shape": {"shape": {"dim": [{"size": "-1"}, {"size": "416"}, {"size": "416"}, {"size": "3"}]}}}}, {"name": "layer1_conv/pad_size", "op": "Pad", "input": ["Placeholder", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer1_conv/Conv2D", "op": "Conv2D", "input": ["layer1_conv/pad_size", "layer1_conv/weights"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "layer1_conv/BiasAdd", "op": "BiasAdd", "input": ["layer1_conv/Conv2D", "layer1_conv/biases"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer1_leaky", "op": "LeakyRelu", "input": ["layer1_conv/BiasAdd"], "attr": {"alpha": {"f": 0.10000000149011612}, "T": {"type": "DT_FLOAT"}}}, {"name": "pool1", "op": "MaxPool", "input": ["layer1_leaky"], "attr": {"ksize": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer2_conv/pad_size", "op": "Pad", "input": ["pool1", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer2_conv/Conv2D", "op": "Conv2D", "input": ["layer2_conv/pad_size", "layer2_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer2_conv/BiasAdd", "op": "BiasAdd", "input": ["layer2_conv/Conv2D", "layer2_conv/biases"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer2_leaky", "op": "LeakyRelu", "input": ["layer2_conv/BiasAdd"], "attr": {"alpha": {"f": 0.10000000149011612}, "T": {"type": "DT_FLOAT"}}}, {"name": "pool2", "op": "MaxPool", "input": ["layer2_leaky"], "attr": {"padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "ksize": {"list": {"i": ["1", "2", "2", "1"]}}}}, {"name": "layer3_conv/pad_size", "op": "Pad", "input": ["pool2", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer3_conv/Conv2D", "op": "Conv2D", "input": ["layer3_conv/pad_size", "layer3_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer3_conv/BiasAdd", "op": "BiasAdd", "input": ["layer3_conv/Conv2D", "layer3_conv/biases"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer3_leaky", "op": "LeakyRelu", "input": ["layer3_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "pool3", "op": "MaxPool", "input": ["layer3_leaky"], "attr": {"ksize": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer4_conv/pad_size", "op": "Pad", "input": ["pool3", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer4_conv/Conv2D", "op": "Conv2D", "input": ["layer4_conv/pad_size", "layer4_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer4_conv/BiasAdd", "op": "BiasAdd", "input": ["layer4_conv/Conv2D", "layer4_conv/biases"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer4_leaky", "op": "LeakyRelu", "input": ["layer4_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "pool4", "op": "MaxPool", "input": ["layer4_leaky"], "attr": {"ksize": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer5_conv/pad_size", "op": "Pad", "input": ["pool4", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer5_conv/Conv2D", "op": "Conv2D", "input": ["layer5_conv/pad_size", "layer5_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer5_conv/BiasAdd", "op": "BiasAdd", "input": ["layer5_conv/Conv2D", "layer5_conv/biases"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer5_leaky", "op": "LeakyRelu", "input": ["layer5_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "pool5", "op": "MaxPool", "input": ["layer5_leaky"], "attr": {"strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "ksize": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer6_conv/pad_size", "op": "Pad", "input": ["pool5", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer6_conv/Conv2D", "op": "Conv2D", "input": ["layer6_conv/pad_size", "layer6_conv/weights"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "layer6_conv/BiasAdd", "op": "BiasAdd", "input": ["layer6_conv/Conv2D", "layer6_conv/biases"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer6_leaky", "op": "LeakyRelu", "input": ["layer6_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "pool6", "op": "MaxPool", "input": ["layer6_leaky"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "ksize": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer7_conv/pad_size", "op": "Pad", "input": ["pool6", "layer1_conv/pad_size/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "layer7_conv/Conv2D", "op": "Conv2D", "input": ["layer7_conv/pad_size", "layer7_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer7_conv/BiasAdd", "op": "BiasAdd", "input": ["layer7_conv/Conv2D", "layer7_conv/biases"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer7_leaky", "op": "LeakyRelu", "input": ["layer7_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "layer8_conv/pad_size", "op": "Pad", "input": ["layer7_leaky", "layer1_conv/pad_size/paddings"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "layer8_conv/Conv2D", "op": "Conv2D", "input": ["layer8_conv/pad_size", "layer8_conv/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "layer8_conv/BiasAdd", "op": "BiasAdd", "input": ["layer8_conv/Conv2D", "layer8_conv/biases"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "layer8_leaky", "op": "LeakyRelu", "input": ["layer8_conv/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "alpha": {"f": 0.10000000149011612}}}, {"name": "m_outputs0/Conv2D", "op": "Conv2D", "input": ["layer8_leaky", "m_outputs0/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "m_outputs0/BiasAdd", "op": "BiasAdd", "input": ["m_outputs0/Conv2D", "m_outputs0/biases"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "model_outputs", "op": "Identity", "input": ["m_outputs0/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}}}], "library": {}, "versions": {}}, "weightsManifest": [{"paths": ["weights.bin"], "weights": [{"name": "m_outputs0/biases", "shape": [50], "dtype": "float32"}, {"name": "m_outputs0/weights", "shape": [1, 1, 512, 50], "dtype": "float32"}, {"name": "layer8_conv/biases", "shape": [512], "dtype": "float32"}, {"name": "layer8_conv/weights", "shape": [3, 3, 1024, 512], "dtype": "float32"}, {"name": "layer1_conv/pad_size/paddings", "shape": [4, 2], "dtype": "int32"}, {"name": "layer7_conv/biases", "shape": [1024], "dtype": "float32"}, {"name": "layer7_conv/weights", "shape": [3, 3, 512, 1024], "dtype": "float32"}, {"name": "layer6_conv/biases", "shape": [512], "dtype": "float32"}, {"name": "layer6_conv/weights", "shape": [3, 3, 256, 512], "dtype": "float32"}, {"name": "layer5_conv/biases", "shape": [256], "dtype": "float32"}, {"name": "layer5_conv/weights", "shape": [3, 3, 128, 256], "dtype": "float32"}, {"name": "layer4_conv/biases", "shape": [128], "dtype": "float32"}, {"name": "layer4_conv/weights", "shape": [3, 3, 64, 128], "dtype": "float32"}, {"name": "layer3_conv/biases", "shape": [64], "dtype": "float32"}, {"name": "layer3_conv/weights", "shape": [3, 3, 32, 64], "dtype": "float32"}, {"name": "layer2_conv/biases", "shape": [32], "dtype": "float32"}, {"name": "layer2_conv/weights", "shape": [3, 3, 16, 32], "dtype": "float32"}, {"name": "layer1_conv/biases", "shape": [16], "dtype": "float32"}, {"name": "layer1_conv/weights", "shape": [3, 3, 3, 16], "dtype": "float32"}]}]}