Skip to content

Instantly share code, notes, and snippets.

@vfdev-5
Created September 30, 2017 23:47
Show Gist options
  • Select an option

  • Save vfdev-5/4a671882d7cb04295f1ddaee784beaa9 to your computer and use it in GitHub Desktop.

Select an option

Save vfdev-5/4a671882d7cb04295f1ddaee784beaa9 to your computer and use it in GitHub Desktop.
Keras-Contrib
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Check namings of DenseNet model from Keras-Contrib "
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import os \n",
"import sys\n",
"os.environ['CUDA_VISIBLE_DEVICES'] = ''\n",
"os.environ['KERAS_BACKEND'] = 'tensorflow'"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Using TensorFlow backend.\n"
]
}
],
"source": [
"from keras_contrib.applications.densenet import DenseNetImageNet161\n",
"\n",
"from keras.models import Model\n",
"from keras.layers import Input, GlobalAveragePooling2D"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Weights for the model were loaded successfully\n"
]
}
],
"source": [
"dnet = DenseNetImageNet161(input_shape=(224, 224, 3), include_top=False, weights='imagenet')"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": true
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg height=\"45737pt\" viewBox=\"0.00 0.00 1357.67 45737.00\" width=\"1358pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"<g class=\"graph\" id=\"graph0\" transform=\"scale(1 1) rotate(0) translate(4 45733)\">\n",
"<title>G</title>\n",
"<polygon fill=\"white\" points=\"-4,4 -4,-45733 1353.67,-45733 1353.67,4 -4,4\" stroke=\"none\"/>\n",
"<!-- 5307404072 -->\n",
"<g class=\"node\" id=\"node1\"><title>5307404072</title>\n",
"<polygon fill=\"none\" points=\"215.366,-45684.5 215.366,-45728.5 525.045,-45728.5 525.045,-45684.5 215.366,-45684.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"279.547\" y=\"-45702.3\">input_1: InputLayer</text>\n",
"<polyline fill=\"none\" points=\"343.728,-45684.5 343.728,-45728.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"371.562\" y=\"-45713.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"343.728,-45706.5 399.397,-45706.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"371.562\" y=\"-45691.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"399.397,-45684.5 399.397,-45728.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.221\" y=\"-45713.3\">(None, 224, 224, 3)</text>\n",
"<polyline fill=\"none\" points=\"399.397,-45706.5 525.045,-45706.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.221\" y=\"-45691.3\">(None, 224, 224, 3)</text>\n",
"</g>\n",
"<!-- 5308735672 -->\n",
"<g class=\"node\" id=\"node2\"><title>5308735672</title>\n",
"<polygon fill=\"none\" points=\"199.147,-45603.5 199.147,-45647.5 541.264,-45647.5 541.264,-45603.5 199.147,-45603.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.56\" y=\"-45621.3\">initial_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"353.972,-45603.5 353.972,-45647.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.806\" y=\"-45632.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"353.972,-45625.5 409.641,-45625.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.806\" y=\"-45610.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"409.641,-45603.5 409.641,-45647.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"474.965\" y=\"-45632.3\">(None, 224, 224, 3)</text>\n",
"<polyline fill=\"none\" points=\"409.641,-45625.5 541.264,-45625.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"475.452\" y=\"-45610.3\">(None, 112, 112, 96)</text>\n",
"</g>\n",
"<!-- 5307404072&#45;&gt;5308735672 -->\n",
"<g class=\"edge\" id=\"edge1\"><title>5307404072-&gt;5308735672</title>\n",
"<path d=\"M370.206,-45684.3C370.206,-45676.2 370.206,-45666.7 370.206,-45657.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"373.706,-45657.7 370.206,-45647.7 366.706,-45657.7 373.706,-45657.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5307636312 -->\n",
"<g class=\"node\" id=\"node3\"><title>5307636312</title>\n",
"<polygon fill=\"none\" points=\"181.275,-45522.5 181.275,-45566.5 559.136,-45566.5 559.136,-45522.5 181.275,-45522.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.56\" y=\"-45540.3\">initial_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"371.844,-45522.5 371.844,-45566.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"399.679\" y=\"-45551.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"371.844,-45544.5 427.513,-45544.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"399.679\" y=\"-45529.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"427.513,-45522.5 427.513,-45566.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"493.325\" y=\"-45551.3\">(None, 112, 112, 96)</text>\n",
"<polyline fill=\"none\" points=\"427.513,-45544.5 559.136,-45544.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"493.325\" y=\"-45529.3\">(None, 112, 112, 96)</text>\n",
"</g>\n",
"<!-- 5308735672&#45;&gt;5307636312 -->\n",
"<g class=\"edge\" id=\"edge2\"><title>5308735672-&gt;5307636312</title>\n",
"<path d=\"M370.206,-45603.3C370.206,-45595.2 370.206,-45585.7 370.206,-45576.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"373.706,-45576.7 370.206,-45566.7 366.706,-45576.7 373.706,-45576.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5307611848 -->\n",
"<g class=\"node\" id=\"node4\"><title>5307611848</title>\n",
"<polygon fill=\"none\" points=\"201.099,-45441.5 201.099,-45485.5 539.312,-45485.5 539.312,-45441.5 201.099,-45441.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.56\" y=\"-45459.3\">activation_1: Activation</text>\n",
"<polyline fill=\"none\" points=\"352.02,-45441.5 352.02,-45485.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"379.854\" y=\"-45470.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"352.02,-45463.5 407.689,-45463.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"379.854\" y=\"-45448.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"407.689,-45441.5 407.689,-45485.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"473.5\" y=\"-45470.3\">(None, 112, 112, 96)</text>\n",
"<polyline fill=\"none\" points=\"407.689,-45463.5 539.312,-45463.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"473.5\" y=\"-45448.3\">(None, 112, 112, 96)</text>\n",
"</g>\n",
"<!-- 5307636312&#45;&gt;5307611848 -->\n",
"<g class=\"edge\" id=\"edge3\"><title>5307636312-&gt;5307611848</title>\n",
"<path d=\"M370.206,-45522.3C370.206,-45514.2 370.206,-45504.7 370.206,-45495.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"373.706,-45495.7 370.206,-45485.7 366.706,-45495.7 373.706,-45495.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5307773560 -->\n",
"<g class=\"node\" id=\"node5\"><title>5307773560</title>\n",
"<polygon fill=\"none\" points=\"170.754,-45360.5 170.754,-45404.5 569.657,-45404.5 569.657,-45360.5 170.754,-45360.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.56\" y=\"-45378.3\">max_pooling2d_1: MaxPooling2D</text>\n",
"<polyline fill=\"none\" points=\"382.365,-45360.5 382.365,-45404.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"410.199\" y=\"-45389.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"382.365,-45382.5 438.034,-45382.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"410.199\" y=\"-45367.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"438.034,-45360.5 438.034,-45404.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.845\" y=\"-45389.3\">(None, 112, 112, 96)</text>\n",
"<polyline fill=\"none\" points=\"438.034,-45382.5 569.657,-45382.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.358\" y=\"-45367.3\">(None, 56, 56, 96)</text>\n",
"</g>\n",
"<!-- 5307611848&#45;&gt;5307773560 -->\n",
"<g class=\"edge\" id=\"edge4\"><title>5307611848-&gt;5307773560</title>\n",
"<path d=\"M370.206,-45441.3C370.206,-45433.2 370.206,-45423.7 370.206,-45414.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"373.706,-45414.7 370.206,-45404.7 366.706,-45414.7 373.706,-45414.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308700712 -->\n",
"<g class=\"node\" id=\"node6\"><title>5308700712</title>\n",
"<polygon fill=\"none\" points=\"58.1553,-45279.5 58.1553,-45323.5 450.256,-45323.5 450.256,-45279.5 58.1553,-45279.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"167.047\" y=\"-45297.3\">dense_0_0_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"275.938,-45279.5 275.938,-45323.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"303.773\" y=\"-45308.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"275.938,-45301.5 331.607,-45301.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"303.773\" y=\"-45286.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"331.607,-45279.5 331.607,-45323.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"390.932\" y=\"-45308.3\">(None, 56, 56, 96)</text>\n",
"<polyline fill=\"none\" points=\"331.607,-45301.5 450.256,-45301.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"390.932\" y=\"-45286.3\">(None, 56, 56, 96)</text>\n",
"</g>\n",
"<!-- 5307773560&#45;&gt;5308700712 -->\n",
"<g class=\"edge\" id=\"edge5\"><title>5307773560-&gt;5308700712</title>\n",
"<path d=\"M339.12,-45360.3C325.207,-45350.9 308.639,-45339.6 293.848,-45329.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"295.613,-45326.5 285.377,-45323.7 291.672,-45332.3 295.613,-45326.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308378864 -->\n",
"<g class=\"node\" id=\"node12\"><title>5308378864</title>\n",
"<polygon fill=\"none\" points=\"148.241,-44793.5 148.241,-44837.5 614.17,-44837.5 614.17,-44793.5 148.241,-44793.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"234.561\" y=\"-44811.3\">concatenate_1: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"320.88,-44793.5 320.88,-44837.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.714\" y=\"-44822.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"320.88,-44815.5 376.549,-44815.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.714\" y=\"-44800.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"376.549,-44793.5 376.549,-44837.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.359\" y=\"-44822.3\">[(None, 56, 56, 96), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"376.549,-44815.5 614.17,-44815.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.873\" y=\"-44800.3\">(None, 56, 56, 144)</text>\n",
"</g>\n",
"<!-- 5307773560&#45;&gt;5308378864 -->\n",
"<g class=\"edge\" id=\"edge11\"><title>5307773560-&gt;5308378864</title>\n",
"<path d=\"M415.68,-45360.3C431.337,-45351 447.786,-45338.9 459.206,-45324 488.334,-45286 492.206,-45269.4 492.206,-45221.5 492.206,-45221.5 492.206,-45221.5 492.206,-44976.5 492.206,-44928.9 488.884,-44912.7 461.206,-44874 452.801,-44862.2 441.23,-44852 429.498,-44843.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"431.196,-44840.4 420.969,-44837.7 427.238,-44846.2 431.196,-44840.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308079856 -->\n",
"<g class=\"node\" id=\"node7\"><title>5308079856</title>\n",
"<polygon fill=\"none\" points=\"82.5864,-45198.5 82.5864,-45242.5 407.825,-45242.5 407.825,-45198.5 82.5864,-45198.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"158.047\" y=\"-45216.3\">activation_2: Activation</text>\n",
"<polyline fill=\"none\" points=\"233.507,-45198.5 233.507,-45242.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"261.342\" y=\"-45227.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"233.507,-45220.5 289.176,-45220.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"261.342\" y=\"-45205.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"289.176,-45198.5 289.176,-45242.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.5\" y=\"-45227.3\">(None, 56, 56, 96)</text>\n",
"<polyline fill=\"none\" points=\"289.176,-45220.5 407.825,-45220.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.5\" y=\"-45205.3\">(None, 56, 56, 96)</text>\n",
"</g>\n",
"<!-- 5308700712&#45;&gt;5308079856 -->\n",
"<g class=\"edge\" id=\"edge6\"><title>5308700712-&gt;5308079856</title>\n",
"<path d=\"M251.794,-45279.3C250.866,-45271.2 249.785,-45261.7 248.771,-45252.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"252.234,-45252.3 247.624,-45242.7 245.279,-45253.1 252.234,-45252.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308080080 -->\n",
"<g class=\"node\" id=\"node8\"><title>5308080080</title>\n",
"<polygon fill=\"none\" points=\"26.8726,-45117.5 26.8726,-45161.5 455.539,-45161.5 455.539,-45117.5 26.8726,-45117.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"150.547\" y=\"-45135.3\">dense_0_0_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"274.221,-45117.5 274.221,-45161.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"302.056\" y=\"-45146.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"274.221,-45139.5 329.89,-45139.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"302.056\" y=\"-45124.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"329.89,-45117.5 329.89,-45161.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.714\" y=\"-45146.3\">(None, 56, 56, 96)</text>\n",
"<polyline fill=\"none\" points=\"329.89,-45139.5 455.539,-45139.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.714\" y=\"-45124.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308079856&#45;&gt;5308080080 -->\n",
"<g class=\"edge\" id=\"edge7\"><title>5308079856-&gt;5308080080</title>\n",
"<path d=\"M244.134,-45198.3C243.721,-45190.2 243.241,-45180.7 242.79,-45171.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"246.282,-45171.5 242.28,-45161.7 239.291,-45171.9 246.282,-45171.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308263616 -->\n",
"<g class=\"node\" id=\"node9\"><title>5308263616</title>\n",
"<polygon fill=\"none\" points=\"0,-45036.5 0,-45080.5 464.411,-45080.5 464.411,-45036.5 0,-45036.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"141.547\" y=\"-45054.3\">dense_0_0_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"283.094,-45036.5 283.094,-45080.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"310.928\" y=\"-45065.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"283.094,-45058.5 338.763,-45058.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"310.928\" y=\"-45043.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"338.763,-45036.5 338.763,-45080.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.587\" y=\"-45065.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"338.763,-45058.5 464.411,-45058.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.587\" y=\"-45043.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308080080&#45;&gt;5308263616 -->\n",
"<g class=\"edge\" id=\"edge8\"><title>5308080080-&gt;5308263616</title>\n",
"<path d=\"M238.794,-45117.3C237.866,-45109.2 236.785,-45099.7 235.771,-45090.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"239.234,-45090.3 234.624,-45080.7 232.279,-45091.1 239.234,-45090.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309000448 -->\n",
"<g class=\"node\" id=\"node10\"><title>5309000448</title>\n",
"<polygon fill=\"none\" points=\"79.0864,-44955.5 79.0864,-44999.5 411.325,-44999.5 411.325,-44955.5 79.0864,-44955.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"154.547\" y=\"-44973.3\">activation_3: Activation</text>\n",
"<polyline fill=\"none\" points=\"230.007,-44955.5 230.007,-44999.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"257.842\" y=\"-44984.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"230.007,-44977.5 285.676,-44977.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"257.842\" y=\"-44962.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"285.676,-44955.5 285.676,-44999.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.5\" y=\"-44984.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"285.676,-44977.5 411.325,-44977.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.5\" y=\"-44962.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308263616&#45;&gt;5309000448 -->\n",
"<g class=\"edge\" id=\"edge9\"><title>5308263616-&gt;5309000448</title>\n",
"<path d=\"M235.689,-45036.3C237.03,-45028.2 238.591,-45018.7 240.055,-45009.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"243.542,-45010.2 241.712,-44999.7 236.635,-45009 243.542,-45010.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309181344 -->\n",
"<g class=\"node\" id=\"node11\"><title>5309181344</title>\n",
"<polygon fill=\"none\" points=\"88.5278,-44874.5 88.5278,-44918.5 451.883,-44918.5 451.883,-44874.5 88.5278,-44874.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"179.547\" y=\"-44892.3\">dense_0_0_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"270.566,-44874.5 270.566,-44918.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"298.4\" y=\"-44903.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"270.566,-44896.5 326.235,-44896.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"298.4\" y=\"-44881.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"326.235,-44874.5 326.235,-44918.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"389.059\" y=\"-44903.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"326.235,-44896.5 451.883,-44896.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"389.059\" y=\"-44881.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5309000448&#45;&gt;5309181344 -->\n",
"<g class=\"edge\" id=\"edge10\"><title>5309000448-&gt;5309181344</title>\n",
"<path d=\"M251.905,-44955.3C254.511,-44947.1 257.55,-44937.5 260.393,-44928.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"263.807,-44929.3 263.488,-44918.7 257.133,-44927.2 263.807,-44929.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309181344&#45;&gt;5308378864 -->\n",
"<g class=\"edge\" id=\"edge12\"><title>5309181344-&gt;5308378864</title>\n",
"<path d=\"M299.952,-44874.3C313.14,-44864.9 328.822,-44853.8 342.875,-44843.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"345.26,-44846.4 351.377,-44837.7 341.201,-44840.7 345.26,-44846.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309820880 -->\n",
"<g class=\"node\" id=\"node13\"><title>5309820880</title>\n",
"<polygon fill=\"none\" points=\"67.6553,-44712.5 67.6553,-44756.5 466.756,-44756.5 466.756,-44712.5 67.6553,-44712.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"176.547\" y=\"-44730.3\">dense_0_1_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"285.438,-44712.5 285.438,-44756.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"313.273\" y=\"-44741.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"285.438,-44734.5 341.107,-44734.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"313.273\" y=\"-44719.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"341.107,-44712.5 341.107,-44756.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.932\" y=\"-44741.3\">(None, 56, 56, 144)</text>\n",
"<polyline fill=\"none\" points=\"341.107,-44734.5 466.756,-44734.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.932\" y=\"-44719.3\">(None, 56, 56, 144)</text>\n",
"</g>\n",
"<!-- 5308378864&#45;&gt;5309820880 -->\n",
"<g class=\"edge\" id=\"edge13\"><title>5308378864-&gt;5309820880</title>\n",
"<path d=\"M350.656,-44793.3C336.983,-44783.9 320.701,-44772.6 306.164,-44762.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"308.053,-44759.5 297.84,-44756.7 304.066,-44765.3 308.053,-44759.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308377744 -->\n",
"<g class=\"node\" id=\"node19\"><title>5308377744</title>\n",
"<polygon fill=\"none\" points=\"163.741,-44226.5 163.741,-44270.5 636.67,-44270.5 636.67,-44226.5 163.741,-44226.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"250.061\" y=\"-44244.3\">concatenate_2: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"336.38,-44226.5 336.38,-44270.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"364.214\" y=\"-44255.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"336.38,-44248.5 392.049,-44248.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"364.214\" y=\"-44233.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"392.049,-44226.5 392.049,-44270.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"514.359\" y=\"-44255.3\">[(None, 56, 56, 144), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"392.049,-44248.5 636.67,-44248.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"513.873\" y=\"-44233.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308378864&#45;&gt;5308377744 -->\n",
"<g class=\"edge\" id=\"edge19\"><title>5308378864-&gt;5308377744</title>\n",
"<path d=\"M430.084,-44793.5C446.633,-44784.3 463.996,-44772.2 476.206,-44757 506.391,-44719.5 511.206,-44702.6 511.206,-44654.5 511.206,-44654.5 511.206,-44654.5 511.206,-44409.5 511.206,-44361.9 507.884,-44345.7 480.206,-44307 471.801,-44295.2 460.23,-44285 448.498,-44276.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"450.196,-44273.4 439.969,-44270.7 446.238,-44279.2 450.196,-44273.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309685152 -->\n",
"<g class=\"node\" id=\"node14\"><title>5309685152</title>\n",
"<polygon fill=\"none\" points=\"93.0864,-44631.5 93.0864,-44675.5 425.325,-44675.5 425.325,-44631.5 93.0864,-44631.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"168.547\" y=\"-44649.3\">activation_4: Activation</text>\n",
"<polyline fill=\"none\" points=\"244.007,-44631.5 244.007,-44675.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"271.842\" y=\"-44660.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"244.007,-44653.5 299.676,-44653.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"271.842\" y=\"-44638.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"299.676,-44631.5 299.676,-44675.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"362.5\" y=\"-44660.3\">(None, 56, 56, 144)</text>\n",
"<polyline fill=\"none\" points=\"299.676,-44653.5 425.325,-44653.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"362.5\" y=\"-44638.3\">(None, 56, 56, 144)</text>\n",
"</g>\n",
"<!-- 5309820880&#45;&gt;5309685152 -->\n",
"<g class=\"edge\" id=\"edge14\"><title>5309820880-&gt;5309685152</title>\n",
"<path d=\"M265.062,-44712.3C264.237,-44704.2 263.276,-44694.7 262.375,-44685.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"265.845,-44685.3 261.355,-44675.7 258.881,-44686 265.845,-44685.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309866840 -->\n",
"<g class=\"node\" id=\"node15\"><title>5309866840</title>\n",
"<polygon fill=\"none\" points=\"40.8726,-44550.5 40.8726,-44594.5 469.539,-44594.5 469.539,-44550.5 40.8726,-44550.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"164.547\" y=\"-44568.3\">dense_0_1_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"288.221,-44550.5 288.221,-44594.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"316.056\" y=\"-44579.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"288.221,-44572.5 343.89,-44572.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"316.056\" y=\"-44557.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"343.89,-44550.5 343.89,-44594.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"406.714\" y=\"-44579.3\">(None, 56, 56, 144)</text>\n",
"<polyline fill=\"none\" points=\"343.89,-44572.5 469.539,-44572.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"406.714\" y=\"-44557.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5309685152&#45;&gt;5309866840 -->\n",
"<g class=\"edge\" id=\"edge15\"><title>5309685152-&gt;5309866840</title>\n",
"<path d=\"M258.134,-44631.3C257.721,-44623.2 257.241,-44613.7 256.79,-44604.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"260.282,-44604.5 256.28,-44594.7 253.291,-44604.9 260.282,-44604.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5310119216 -->\n",
"<g class=\"node\" id=\"node16\"><title>5310119216</title>\n",
"<polygon fill=\"none\" points=\"19,-44469.5 19,-44513.5 483.411,-44513.5 483.411,-44469.5 19,-44469.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"160.547\" y=\"-44487.3\">dense_0_1_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"302.094,-44469.5 302.094,-44513.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"329.928\" y=\"-44498.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"302.094,-44491.5 357.763,-44491.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"329.928\" y=\"-44476.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"357.763,-44469.5 357.763,-44513.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"420.587\" y=\"-44498.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"357.763,-44491.5 483.411,-44491.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"420.587\" y=\"-44476.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5309866840&#45;&gt;5310119216 -->\n",
"<g class=\"edge\" id=\"edge16\"><title>5309866840-&gt;5310119216</title>\n",
"<path d=\"M254.134,-44550.3C253.721,-44542.2 253.241,-44532.7 252.79,-44523.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"256.282,-44523.5 252.28,-44513.7 249.291,-44523.9 256.282,-44523.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5310582856 -->\n",
"<g class=\"node\" id=\"node17\"><title>5310582856</title>\n",
"<polygon fill=\"none\" points=\"98.0864,-44388.5 98.0864,-44432.5 430.325,-44432.5 430.325,-44388.5 98.0864,-44388.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"173.547\" y=\"-44406.3\">activation_5: Activation</text>\n",
"<polyline fill=\"none\" points=\"249.007,-44388.5 249.007,-44432.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.842\" y=\"-44417.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"249.007,-44410.5 304.676,-44410.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.842\" y=\"-44395.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"304.676,-44388.5 304.676,-44432.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.5\" y=\"-44417.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"304.676,-44410.5 430.325,-44410.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.5\" y=\"-44395.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5310119216&#45;&gt;5310582856 -->\n",
"<g class=\"edge\" id=\"edge17\"><title>5310119216-&gt;5310582856</title>\n",
"<path d=\"M254.689,-44469.3C256.03,-44461.2 257.591,-44451.7 259.055,-44442.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"262.542,-44443.2 260.712,-44432.7 255.635,-44442 262.542,-44443.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5310667128 -->\n",
"<g class=\"node\" id=\"node18\"><title>5310667128</title>\n",
"<polygon fill=\"none\" points=\"107.528,-44307.5 107.528,-44351.5 470.883,-44351.5 470.883,-44307.5 107.528,-44307.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"198.547\" y=\"-44325.3\">dense_0_1_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"289.566,-44307.5 289.566,-44351.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"317.4\" y=\"-44336.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"289.566,-44329.5 345.235,-44329.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"317.4\" y=\"-44314.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"345.235,-44307.5 345.235,-44351.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408.059\" y=\"-44336.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"345.235,-44329.5 470.883,-44329.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408.059\" y=\"-44314.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5310582856&#45;&gt;5310667128 -->\n",
"<g class=\"edge\" id=\"edge18\"><title>5310582856-&gt;5310667128</title>\n",
"<path d=\"M270.905,-44388.3C273.511,-44380.1 276.55,-44370.5 279.393,-44361.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"282.807,-44362.3 282.488,-44351.7 276.133,-44360.2 282.807,-44362.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5310667128&#45;&gt;5308377744 -->\n",
"<g class=\"edge\" id=\"edge20\"><title>5310667128-&gt;5308377744</title>\n",
"<path d=\"M318.952,-44307.3C332.14,-44297.9 347.822,-44286.8 361.875,-44276.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"364.26,-44279.4 370.377,-44270.7 360.201,-44273.7 364.26,-44279.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5311260264 -->\n",
"<g class=\"node\" id=\"node20\"><title>5311260264</title>\n",
"<polygon fill=\"none\" points=\"86.6553,-44145.5 86.6553,-44189.5 485.756,-44189.5 485.756,-44145.5 86.6553,-44145.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"195.547\" y=\"-44163.3\">dense_0_2_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"304.438,-44145.5 304.438,-44189.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"332.273\" y=\"-44174.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"304.438,-44167.5 360.107,-44167.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"332.273\" y=\"-44152.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"360.107,-44145.5 360.107,-44189.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422.932\" y=\"-44174.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"360.107,-44167.5 485.756,-44167.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422.932\" y=\"-44152.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308377744&#45;&gt;5311260264 -->\n",
"<g class=\"edge\" id=\"edge21\"><title>5308377744-&gt;5311260264</title>\n",
"<path d=\"M369.656,-44226.3C355.983,-44216.9 339.701,-44205.6 325.164,-44195.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"327.053,-44192.5 316.84,-44189.7 323.066,-44198.3 327.053,-44192.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308701216 -->\n",
"<g class=\"node\" id=\"node26\"><title>5308701216</title>\n",
"<polygon fill=\"none\" points=\"182.741,-43659.5 182.741,-43703.5 655.67,-43703.5 655.67,-43659.5 182.741,-43659.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"269.061\" y=\"-43677.3\">concatenate_3: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"355.38,-43659.5 355.38,-43703.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"383.214\" y=\"-43688.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"355.38,-43681.5 411.049,-43681.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"383.214\" y=\"-43666.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"411.049,-43659.5 411.049,-43703.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"533.359\" y=\"-43688.3\">[(None, 56, 56, 192), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"411.049,-43681.5 655.67,-43681.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.873\" y=\"-43666.3\">(None, 56, 56, 240)</text>\n",
"</g>\n",
"<!-- 5308377744&#45;&gt;5308701216 -->\n",
"<g class=\"edge\" id=\"edge27\"><title>5308377744-&gt;5308701216</title>\n",
"<path d=\"M449.084,-44226.5C465.633,-44217.3 482.996,-44205.2 495.206,-44190 525.391,-44152.5 530.206,-44135.6 530.206,-44087.5 530.206,-44087.5 530.206,-44087.5 530.206,-43842.5 530.206,-43794.9 526.884,-43778.7 499.206,-43740 490.801,-43728.2 479.23,-43718 467.498,-43709.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"469.196,-43706.4 458.969,-43703.7 465.238,-43712.2 469.196,-43706.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5308738808 -->\n",
"<g class=\"node\" id=\"node21\"><title>5308738808</title>\n",
"<polygon fill=\"none\" points=\"112.086,-44064.5 112.086,-44108.5 444.325,-44108.5 444.325,-44064.5 112.086,-44064.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"187.547\" y=\"-44082.3\">activation_6: Activation</text>\n",
"<polyline fill=\"none\" points=\"263.007,-44064.5 263.007,-44108.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"290.842\" y=\"-44093.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"263.007,-44086.5 318.676,-44086.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"290.842\" y=\"-44071.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"318.676,-44064.5 318.676,-44108.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.5\" y=\"-44093.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"318.676,-44086.5 444.325,-44086.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.5\" y=\"-44071.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5311260264&#45;&gt;5308738808 -->\n",
"<g class=\"edge\" id=\"edge22\"><title>5311260264-&gt;5308738808</title>\n",
"<path d=\"M284.062,-44145.3C283.237,-44137.2 282.276,-44127.7 281.375,-44118.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"284.845,-44118.3 280.355,-44108.7 277.881,-44119 284.845,-44118.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5311445984 -->\n",
"<g class=\"node\" id=\"node22\"><title>5311445984</title>\n",
"<polygon fill=\"none\" points=\"59.8726,-43983.5 59.8726,-44027.5 488.539,-44027.5 488.539,-43983.5 59.8726,-43983.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"183.547\" y=\"-44001.3\">dense_0_2_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"307.221,-43983.5 307.221,-44027.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"335.056\" y=\"-44012.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"307.221,-44005.5 362.89,-44005.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"335.056\" y=\"-43990.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"362.89,-43983.5 362.89,-44027.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"425.714\" y=\"-44012.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"362.89,-44005.5 488.539,-44005.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"425.714\" y=\"-43990.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5308738808&#45;&gt;5311445984 -->\n",
"<g class=\"edge\" id=\"edge23\"><title>5308738808-&gt;5311445984</title>\n",
"<path d=\"M277.134,-44064.3C276.721,-44056.2 276.241,-44046.7 275.79,-44037.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"279.282,-44037.5 275.28,-44027.7 272.291,-44037.9 279.282,-44037.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5311700328 -->\n",
"<g class=\"node\" id=\"node23\"><title>5311700328</title>\n",
"<polygon fill=\"none\" points=\"38,-43902.5 38,-43946.5 502.411,-43946.5 502.411,-43902.5 38,-43902.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"179.547\" y=\"-43920.3\">dense_0_2_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"321.094,-43902.5 321.094,-43946.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.928\" y=\"-43931.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"321.094,-43924.5 376.763,-43924.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"348.928\" y=\"-43909.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"376.763,-43902.5 376.763,-43946.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"439.587\" y=\"-43931.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"376.763,-43924.5 502.411,-43924.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"439.587\" y=\"-43909.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5311445984&#45;&gt;5311700328 -->\n",
"<g class=\"edge\" id=\"edge24\"><title>5311445984-&gt;5311700328</title>\n",
"<path d=\"M273.134,-43983.3C272.721,-43975.2 272.241,-43965.7 271.79,-43956.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"275.282,-43956.5 271.28,-43946.7 268.291,-43956.9 275.282,-43956.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312257664 -->\n",
"<g class=\"node\" id=\"node24\"><title>5312257664</title>\n",
"<polygon fill=\"none\" points=\"129.086,-43821.5 129.086,-43865.5 461.325,-43865.5 461.325,-43821.5 129.086,-43821.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"204.547\" y=\"-43839.3\">activation_7: Activation</text>\n",
"<polyline fill=\"none\" points=\"280.007,-43821.5 280.007,-43865.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"307.842\" y=\"-43850.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"280.007,-43843.5 335.676,-43843.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"307.842\" y=\"-43828.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"335.676,-43821.5 335.676,-43865.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"398.5\" y=\"-43850.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"335.676,-43843.5 461.325,-43843.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"398.5\" y=\"-43828.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5311700328&#45;&gt;5312257664 -->\n",
"<g class=\"edge\" id=\"edge25\"><title>5311700328-&gt;5312257664</title>\n",
"<path d=\"M276.905,-43902.3C279.511,-43894.1 282.55,-43884.5 285.393,-43875.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"288.807,-43876.3 288.488,-43865.7 282.133,-43874.2 288.807,-43876.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312294360 -->\n",
"<g class=\"node\" id=\"node25\"><title>5312294360</title>\n",
"<polygon fill=\"none\" points=\"126.528,-43740.5 126.528,-43784.5 489.883,-43784.5 489.883,-43740.5 126.528,-43740.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"217.547\" y=\"-43758.3\">dense_0_2_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"308.566,-43740.5 308.566,-43784.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"336.4\" y=\"-43769.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"308.566,-43762.5 364.235,-43762.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"336.4\" y=\"-43747.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"364.235,-43740.5 364.235,-43784.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"427.059\" y=\"-43769.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"364.235,-43762.5 489.883,-43762.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"427.059\" y=\"-43747.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5312257664&#45;&gt;5312294360 -->\n",
"<g class=\"edge\" id=\"edge26\"><title>5312257664-&gt;5312294360</title>\n",
"<path d=\"M298.689,-43821.3C300.03,-43813.2 301.591,-43803.7 303.055,-43794.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"306.542,-43795.2 304.712,-43784.7 299.635,-43794 306.542,-43795.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312294360&#45;&gt;5308701216 -->\n",
"<g class=\"edge\" id=\"edge28\"><title>5312294360-&gt;5308701216</title>\n",
"<path d=\"M337.952,-43740.3C351.14,-43730.9 366.822,-43719.8 380.875,-43709.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"383.26,-43712.4 389.377,-43703.7 379.201,-43706.7 383.26,-43712.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312424872 -->\n",
"<g class=\"node\" id=\"node27\"><title>5312424872</title>\n",
"<polygon fill=\"none\" points=\"98.6553,-43578.5 98.6553,-43622.5 497.756,-43622.5 497.756,-43578.5 98.6553,-43578.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"207.547\" y=\"-43596.3\">dense_0_3_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"316.438,-43578.5 316.438,-43622.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"344.273\" y=\"-43607.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"316.438,-43600.5 372.107,-43600.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"344.273\" y=\"-43585.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"372.107,-43578.5 372.107,-43622.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"434.932\" y=\"-43607.3\">(None, 56, 56, 240)</text>\n",
"<polyline fill=\"none\" points=\"372.107,-43600.5 497.756,-43600.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"434.932\" y=\"-43585.3\">(None, 56, 56, 240)</text>\n",
"</g>\n",
"<!-- 5308701216&#45;&gt;5312424872 -->\n",
"<g class=\"edge\" id=\"edge29\"><title>5308701216-&gt;5312424872</title>\n",
"<path d=\"M386.78,-43659.3C372.132,-43649.8 354.662,-43638.4 339.124,-43628.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"341.008,-43625.3 330.721,-43622.7 337.181,-43631.1 341.008,-43625.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5309533320 -->\n",
"<g class=\"node\" id=\"node33\"><title>5309533320</title>\n",
"<polygon fill=\"none\" points=\"191.741,-43092.5 191.741,-43136.5 664.67,-43136.5 664.67,-43092.5 191.741,-43092.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"278.061\" y=\"-43110.3\">concatenate_4: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"364.38,-43092.5 364.38,-43136.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.214\" y=\"-43121.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"364.38,-43114.5 420.049,-43114.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.214\" y=\"-43099.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"420.049,-43092.5 420.049,-43136.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"542.359\" y=\"-43121.3\">[(None, 56, 56, 240), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"420.049,-43114.5 664.67,-43114.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.873\" y=\"-43099.3\">(None, 56, 56, 288)</text>\n",
"</g>\n",
"<!-- 5308701216&#45;&gt;5309533320 -->\n",
"<g class=\"edge\" id=\"edge35\"><title>5308701216-&gt;5309533320</title>\n",
"<path d=\"M464.24,-43659.2C479.729,-43650 495.98,-43637.8 507.206,-43623 535.985,-43584.9 539.206,-43568.2 539.206,-43520.5 539.206,-43520.5 539.206,-43520.5 539.206,-43275.5 539.206,-43227.9 535.884,-43211.7 508.206,-43173 499.801,-43161.2 488.23,-43151 476.498,-43142.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"478.196,-43139.4 467.969,-43136.7 474.238,-43145.2 478.196,-43139.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312993096 -->\n",
"<g class=\"node\" id=\"node28\"><title>5312993096</title>\n",
"<polygon fill=\"none\" points=\"125.086,-43497.5 125.086,-43541.5 457.325,-43541.5 457.325,-43497.5 125.086,-43497.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"200.547\" y=\"-43515.3\">activation_8: Activation</text>\n",
"<polyline fill=\"none\" points=\"276.007,-43497.5 276.007,-43541.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"303.842\" y=\"-43526.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"276.007,-43519.5 331.676,-43519.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"303.842\" y=\"-43504.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"331.676,-43497.5 331.676,-43541.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.5\" y=\"-43526.3\">(None, 56, 56, 240)</text>\n",
"<polyline fill=\"none\" points=\"331.676,-43519.5 457.325,-43519.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.5\" y=\"-43504.3\">(None, 56, 56, 240)</text>\n",
"</g>\n",
"<!-- 5312424872&#45;&gt;5312993096 -->\n",
"<g class=\"edge\" id=\"edge30\"><title>5312424872-&gt;5312993096</title>\n",
"<path d=\"M296.33,-43578.3C295.608,-43570.2 294.768,-43560.7 293.979,-43551.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"297.456,-43551.4 293.087,-43541.7 290.483,-43552 297.456,-43551.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313066992 -->\n",
"<g class=\"node\" id=\"node29\"><title>5313066992</title>\n",
"<polygon fill=\"none\" points=\"73.8726,-43416.5 73.8726,-43460.5 502.539,-43460.5 502.539,-43416.5 73.8726,-43416.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"197.547\" y=\"-43434.3\">dense_0_3_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"321.221,-43416.5 321.221,-43460.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"349.056\" y=\"-43445.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"321.221,-43438.5 376.89,-43438.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"349.056\" y=\"-43423.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"376.89,-43416.5 376.89,-43460.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"439.714\" y=\"-43445.3\">(None, 56, 56, 240)</text>\n",
"<polyline fill=\"none\" points=\"376.89,-43438.5 502.539,-43438.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"439.714\" y=\"-43423.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5312993096&#45;&gt;5313066992 -->\n",
"<g class=\"edge\" id=\"edge31\"><title>5312993096-&gt;5313066992</title>\n",
"<path d=\"M290.402,-43497.3C290.092,-43489.2 289.732,-43479.7 289.394,-43470.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"292.889,-43470.6 289.012,-43460.7 285.894,-43470.9 292.889,-43470.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313651432 -->\n",
"<g class=\"node\" id=\"node30\"><title>5313651432</title>\n",
"<polygon fill=\"none\" points=\"47,-43335.5 47,-43379.5 511.411,-43379.5 511.411,-43335.5 47,-43335.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"188.547\" y=\"-43353.3\">dense_0_3_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"330.094,-43335.5 330.094,-43379.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"357.928\" y=\"-43364.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"330.094,-43357.5 385.763,-43357.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"357.928\" y=\"-43342.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"385.763,-43335.5 385.763,-43379.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"448.587\" y=\"-43364.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"385.763,-43357.5 511.411,-43357.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"448.587\" y=\"-43342.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5313066992&#45;&gt;5313651432 -->\n",
"<g class=\"edge\" id=\"edge32\"><title>5313066992-&gt;5313651432</title>\n",
"<path d=\"M285.794,-43416.3C284.866,-43408.2 283.785,-43398.7 282.771,-43389.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"286.234,-43389.3 281.624,-43379.7 279.279,-43390.1 286.234,-43389.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313114408 -->\n",
"<g class=\"node\" id=\"node31\"><title>5313114408</title>\n",
"<polygon fill=\"none\" points=\"126.086,-43254.5 126.086,-43298.5 458.325,-43298.5 458.325,-43254.5 126.086,-43254.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"201.547\" y=\"-43272.3\">activation_9: Activation</text>\n",
"<polyline fill=\"none\" points=\"277.007,-43254.5 277.007,-43298.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"304.842\" y=\"-43283.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"277.007,-43276.5 332.676,-43276.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"304.842\" y=\"-43261.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"332.676,-43254.5 332.676,-43298.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"395.5\" y=\"-43283.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"332.676,-43276.5 458.325,-43276.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"395.5\" y=\"-43261.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5313651432&#45;&gt;5313114408 -->\n",
"<g class=\"edge\" id=\"edge33\"><title>5313651432-&gt;5313114408</title>\n",
"<path d=\"M282.689,-43335.3C284.03,-43327.2 285.591,-43317.7 287.055,-43308.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"290.542,-43309.2 288.712,-43298.7 283.635,-43308 290.542,-43309.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313879848 -->\n",
"<g class=\"node\" id=\"node32\"><title>5313879848</title>\n",
"<polygon fill=\"none\" points=\"135.528,-43173.5 135.528,-43217.5 498.883,-43217.5 498.883,-43173.5 135.528,-43173.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"226.547\" y=\"-43191.3\">dense_0_3_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"317.566,-43173.5 317.566,-43217.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"345.4\" y=\"-43202.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"317.566,-43195.5 373.235,-43195.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"345.4\" y=\"-43180.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"373.235,-43173.5 373.235,-43217.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"436.059\" y=\"-43202.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"373.235,-43195.5 498.883,-43195.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"436.059\" y=\"-43180.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5313114408&#45;&gt;5313879848 -->\n",
"<g class=\"edge\" id=\"edge34\"><title>5313114408-&gt;5313879848</title>\n",
"<path d=\"M298.905,-43254.3C301.511,-43246.1 304.55,-43236.5 307.393,-43227.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"310.807,-43228.3 310.488,-43217.7 304.133,-43226.2 310.807,-43228.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313879848&#45;&gt;5309533320 -->\n",
"<g class=\"edge\" id=\"edge36\"><title>5313879848-&gt;5309533320</title>\n",
"<path d=\"M346.952,-43173.3C360.14,-43163.9 375.822,-43152.8 389.875,-43142.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"392.26,-43145.4 398.377,-43136.7 388.201,-43139.7 392.26,-43145.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5313997960 -->\n",
"<g class=\"node\" id=\"node34\"><title>5313997960</title>\n",
"<polygon fill=\"none\" points=\"114.655,-43011.5 114.655,-43055.5 513.756,-43055.5 513.756,-43011.5 114.655,-43011.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"223.547\" y=\"-43029.3\">dense_0_4_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"332.438,-43011.5 332.438,-43055.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"360.273\" y=\"-43040.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"332.438,-43033.5 388.107,-43033.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"360.273\" y=\"-43018.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"388.107,-43011.5 388.107,-43055.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.932\" y=\"-43040.3\">(None, 56, 56, 288)</text>\n",
"<polyline fill=\"none\" points=\"388.107,-43033.5 513.756,-43033.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.932\" y=\"-43018.3\">(None, 56, 56, 288)</text>\n",
"</g>\n",
"<!-- 5309533320&#45;&gt;5313997960 -->\n",
"<g class=\"edge\" id=\"edge37\"><title>5309533320-&gt;5313997960</title>\n",
"<path d=\"M397.656,-43092.3C383.983,-43082.9 367.701,-43071.6 353.164,-43061.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"355.053,-43058.5 344.84,-43055.7 351.066,-43064.3 355.053,-43058.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5310832536 -->\n",
"<g class=\"node\" id=\"node40\"><title>5310832536</title>\n",
"<polygon fill=\"none\" points=\"201.741,-42525.5 201.741,-42569.5 674.67,-42569.5 674.67,-42525.5 201.741,-42525.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"288.061\" y=\"-42543.3\">concatenate_5: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"374.38,-42525.5 374.38,-42569.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"402.214\" y=\"-42554.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"374.38,-42547.5 430.049,-42547.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"402.214\" y=\"-42532.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"430.049,-42525.5 430.049,-42569.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"552.359\" y=\"-42554.3\">[(None, 56, 56, 288), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"430.049,-42547.5 674.67,-42547.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.873\" y=\"-42532.3\">(None, 56, 56, 336)</text>\n",
"</g>\n",
"<!-- 5309533320&#45;&gt;5310832536 -->\n",
"<g class=\"edge\" id=\"edge43\"><title>5309533320-&gt;5310832536</title>\n",
"<path d=\"M478.755,-43092.5C495.065,-43083.4 511.846,-43071.3 523.206,-43056 551.177,-43018.2 549.206,-43000.5 549.206,-42953.5 549.206,-42953.5 549.206,-42953.5 549.206,-42708.5 549.206,-42660.9 545.884,-42644.7 518.206,-42606 509.801,-42594.2 498.23,-42584 486.498,-42575.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"488.196,-42572.4 477.969,-42569.7 484.238,-42578.2 488.196,-42572.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5314417272 -->\n",
"<g class=\"node\" id=\"node35\"><title>5314417272</title>\n",
"<polygon fill=\"none\" points=\"141.586,-42930.5 141.586,-42974.5 480.825,-42974.5 480.825,-42930.5 141.586,-42930.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"220.547\" y=\"-42948.3\">activation_10: Activation</text>\n",
"<polyline fill=\"none\" points=\"299.507,-42930.5 299.507,-42974.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"327.342\" y=\"-42959.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"299.507,-42952.5 355.176,-42952.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"327.342\" y=\"-42937.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"355.176,-42930.5 355.176,-42974.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418\" y=\"-42959.3\">(None, 56, 56, 288)</text>\n",
"<polyline fill=\"none\" points=\"355.176,-42952.5 480.825,-42952.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418\" y=\"-42937.3\">(None, 56, 56, 288)</text>\n",
"</g>\n",
"<!-- 5313997960&#45;&gt;5314417272 -->\n",
"<g class=\"edge\" id=\"edge38\"><title>5313997960-&gt;5314417272</title>\n",
"<path d=\"M313.402,-43011.3C313.092,-43003.2 312.732,-42993.7 312.394,-42984.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"315.889,-42984.6 312.012,-42974.7 308.894,-42984.9 315.889,-42984.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5314651920 -->\n",
"<g class=\"node\" id=\"node36\"><title>5314651920</title>\n",
"<polygon fill=\"none\" points=\"83.8726,-42849.5 83.8726,-42893.5 512.539,-42893.5 512.539,-42849.5 83.8726,-42849.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"207.547\" y=\"-42867.3\">dense_0_4_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"331.221,-42849.5 331.221,-42893.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"359.056\" y=\"-42878.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"331.221,-42871.5 386.89,-42871.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"359.056\" y=\"-42856.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"386.89,-42849.5 386.89,-42893.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"449.714\" y=\"-42878.3\">(None, 56, 56, 288)</text>\n",
"<polyline fill=\"none\" points=\"386.89,-42871.5 512.539,-42871.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"449.714\" y=\"-42856.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5314417272&#45;&gt;5314651920 -->\n",
"<g class=\"edge\" id=\"edge39\"><title>5314417272-&gt;5314651920</title>\n",
"<path d=\"M307.722,-42930.3C306.381,-42922.2 304.821,-42912.7 303.356,-42903.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"306.776,-42903 301.699,-42893.7 299.869,-42904.2 306.776,-42903\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5314860760 -->\n",
"<g class=\"node\" id=\"node37\"><title>5314860760</title>\n",
"<polygon fill=\"none\" points=\"57,-42768.5 57,-42812.5 521.411,-42812.5 521.411,-42768.5 57,-42768.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"198.547\" y=\"-42786.3\">dense_0_4_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"340.094,-42768.5 340.094,-42812.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.928\" y=\"-42797.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"340.094,-42790.5 395.763,-42790.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.928\" y=\"-42775.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"395.763,-42768.5 395.763,-42812.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.587\" y=\"-42797.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"395.763,-42790.5 521.411,-42790.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.587\" y=\"-42775.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5314651920&#45;&gt;5314860760 -->\n",
"<g class=\"edge\" id=\"edge40\"><title>5314651920-&gt;5314860760</title>\n",
"<path d=\"M295.794,-42849.3C294.866,-42841.2 293.785,-42831.7 292.771,-42822.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"296.234,-42822.3 291.624,-42812.7 289.279,-42823.1 296.234,-42822.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5315288648 -->\n",
"<g class=\"node\" id=\"node38\"><title>5315288648</title>\n",
"<polygon fill=\"none\" points=\"132.843,-42687.5 132.843,-42731.5 471.568,-42731.5 471.568,-42687.5 132.843,-42687.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"211.547\" y=\"-42705.3\">activation_11: Activation</text>\n",
"<polyline fill=\"none\" points=\"290.251,-42687.5 290.251,-42731.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"318.085\" y=\"-42716.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"290.251,-42709.5 345.92,-42709.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"318.085\" y=\"-42694.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"345.92,-42687.5 345.92,-42731.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408.744\" y=\"-42716.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"345.92,-42709.5 471.568,-42709.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408.744\" y=\"-42694.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5314860760&#45;&gt;5315288648 -->\n",
"<g class=\"edge\" id=\"edge41\"><title>5314860760-&gt;5315288648</title>\n",
"<path d=\"M292.689,-42768.3C294.03,-42760.2 295.591,-42750.7 297.055,-42741.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"300.542,-42742.2 298.712,-42731.7 293.635,-42741 300.542,-42742.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5315456080 -->\n",
"<g class=\"node\" id=\"node39\"><title>5315456080</title>\n",
"<polygon fill=\"none\" points=\"145.528,-42606.5 145.528,-42650.5 508.883,-42650.5 508.883,-42606.5 145.528,-42606.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"236.547\" y=\"-42624.3\">dense_0_4_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"327.566,-42606.5 327.566,-42650.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"355.4\" y=\"-42635.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"327.566,-42628.5 383.235,-42628.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"355.4\" y=\"-42613.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"383.235,-42606.5 383.235,-42650.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"446.059\" y=\"-42635.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"383.235,-42628.5 508.883,-42628.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"446.059\" y=\"-42613.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5315288648&#45;&gt;5315456080 -->\n",
"<g class=\"edge\" id=\"edge42\"><title>5315288648-&gt;5315456080</title>\n",
"<path d=\"M308.905,-42687.3C311.511,-42679.1 314.55,-42669.5 317.393,-42660.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"320.807,-42661.3 320.488,-42650.7 314.133,-42659.2 320.807,-42661.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5315456080&#45;&gt;5310832536 -->\n",
"<g class=\"edge\" id=\"edge44\"><title>5315456080-&gt;5310832536</title>\n",
"<path d=\"M356.952,-42606.3C370.14,-42596.9 385.822,-42585.8 399.875,-42575.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"402.26,-42578.4 408.377,-42569.7 398.201,-42572.7 402.26,-42578.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5315582664 -->\n",
"<g class=\"node\" id=\"node41\"><title>5315582664</title>\n",
"<polygon fill=\"none\" points=\"117.655,-42444.5 117.655,-42488.5 516.756,-42488.5 516.756,-42444.5 117.655,-42444.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"226.547\" y=\"-42462.3\">dense_0_5_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"335.438,-42444.5 335.438,-42488.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"363.273\" y=\"-42473.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"335.438,-42466.5 391.107,-42466.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"363.273\" y=\"-42451.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"391.107,-42444.5 391.107,-42488.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"453.932\" y=\"-42473.3\">(None, 56, 56, 336)</text>\n",
"<polyline fill=\"none\" points=\"391.107,-42466.5 516.756,-42466.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"453.932\" y=\"-42451.3\">(None, 56, 56, 336)</text>\n",
"</g>\n",
"<!-- 5310832536&#45;&gt;5315582664 -->\n",
"<g class=\"edge\" id=\"edge45\"><title>5310832536-&gt;5315582664</title>\n",
"<path d=\"M405.78,-42525.3C391.132,-42515.8 373.662,-42504.4 358.124,-42494.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"360.008,-42491.3 349.721,-42488.7 356.181,-42497.1 360.008,-42491.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5312333080 -->\n",
"<g class=\"node\" id=\"node47\"><title>5312333080</title>\n",
"<polygon fill=\"none\" points=\"210.741,-41958.5 210.741,-42002.5 683.67,-42002.5 683.67,-41958.5 210.741,-41958.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"297.061\" y=\"-41976.3\">concatenate_6: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"383.38,-41958.5 383.38,-42002.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"411.214\" y=\"-41987.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"383.38,-41980.5 439.049,-41980.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"411.214\" y=\"-41965.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"439.049,-41958.5 439.049,-42002.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"561.359\" y=\"-41987.3\">[(None, 56, 56, 336), (None, 56, 56, 48)]</text>\n",
"<polyline fill=\"none\" points=\"439.049,-41980.5 683.67,-41980.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560.873\" y=\"-41965.3\">(None, 56, 56, 384)</text>\n",
"</g>\n",
"<!-- 5310832536&#45;&gt;5312333080 -->\n",
"<g class=\"edge\" id=\"edge51\"><title>5310832536-&gt;5312333080</title>\n",
"<path d=\"M483.24,-42525.2C498.729,-42516 514.98,-42503.8 526.206,-42489 554.985,-42450.9 558.206,-42434.2 558.206,-42386.5 558.206,-42386.5 558.206,-42386.5 558.206,-42141.5 558.206,-42093.9 554.884,-42077.7 527.206,-42039 518.801,-42027.2 507.23,-42017 495.498,-42008.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"497.196,-42005.4 486.969,-42002.7 493.238,-42011.2 497.196,-42005.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5316103696 -->\n",
"<g class=\"node\" id=\"node42\"><title>5316103696</title>\n",
"<polygon fill=\"none\" points=\"140.586,-42363.5 140.586,-42407.5 479.825,-42407.5 479.825,-42363.5 140.586,-42363.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"219.547\" y=\"-42381.3\">activation_12: Activation</text>\n",
"<polyline fill=\"none\" points=\"298.507,-42363.5 298.507,-42407.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"326.342\" y=\"-42392.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"298.507,-42385.5 354.176,-42385.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"326.342\" y=\"-42370.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"354.176,-42363.5 354.176,-42407.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"417\" y=\"-42392.3\">(None, 56, 56, 336)</text>\n",
"<polyline fill=\"none\" points=\"354.176,-42385.5 479.825,-42385.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"417\" y=\"-42370.3\">(None, 56, 56, 336)</text>\n",
"</g>\n",
"<!-- 5315582664&#45;&gt;5316103696 -->\n",
"<g class=\"edge\" id=\"edge46\"><title>5315582664-&gt;5316103696</title>\n",
"<path d=\"M315.33,-42444.3C314.608,-42436.2 313.768,-42426.7 312.979,-42417.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"316.456,-42417.4 312.087,-42407.7 309.483,-42418 316.456,-42417.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5316241392 -->\n",
"<g class=\"node\" id=\"node43\"><title>5316241392</title>\n",
"<polygon fill=\"none\" points=\"92.8726,-42282.5 92.8726,-42326.5 521.539,-42326.5 521.539,-42282.5 92.8726,-42282.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"216.547\" y=\"-42300.3\">dense_0_5_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"340.221,-42282.5 340.221,-42326.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"368.056\" y=\"-42311.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"340.221,-42304.5 395.89,-42304.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"368.056\" y=\"-42289.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"395.89,-42282.5 395.89,-42326.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.714\" y=\"-42311.3\">(None, 56, 56, 336)</text>\n",
"<polyline fill=\"none\" points=\"395.89,-42304.5 521.539,-42304.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.714\" y=\"-42289.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5316103696&#45;&gt;5316241392 -->\n",
"<g class=\"edge\" id=\"edge47\"><title>5316103696-&gt;5316241392</title>\n",
"<path d=\"M309.402,-42363.3C309.092,-42355.2 308.732,-42345.7 308.394,-42336.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"311.889,-42336.6 308.012,-42326.7 304.894,-42336.9 311.889,-42336.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5316734872 -->\n",
"<g class=\"node\" id=\"node44\"><title>5316734872</title>\n",
"<polygon fill=\"none\" points=\"66,-42201.5 66,-42245.5 530.411,-42245.5 530.411,-42201.5 66,-42201.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"207.547\" y=\"-42219.3\">dense_0_5_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"349.094,-42201.5 349.094,-42245.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"376.928\" y=\"-42230.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"349.094,-42223.5 404.763,-42223.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"376.928\" y=\"-42208.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"404.763,-42201.5 404.763,-42245.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.587\" y=\"-42230.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"404.763,-42223.5 530.411,-42223.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.587\" y=\"-42208.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5316241392&#45;&gt;5316734872 -->\n",
"<g class=\"edge\" id=\"edge48\"><title>5316241392-&gt;5316734872</title>\n",
"<path d=\"M304.794,-42282.3C303.866,-42274.2 302.785,-42264.7 301.771,-42255.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"305.234,-42255.3 300.624,-42245.7 298.279,-42256.1 305.234,-42255.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5316913696 -->\n",
"<g class=\"node\" id=\"node45\"><title>5316913696</title>\n",
"<polygon fill=\"none\" points=\"141.586,-42120.5 141.586,-42164.5 480.825,-42164.5 480.825,-42120.5 141.586,-42120.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"220.547\" y=\"-42138.3\">activation_13: Activation</text>\n",
"<polyline fill=\"none\" points=\"299.507,-42120.5 299.507,-42164.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"327.342\" y=\"-42149.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"299.507,-42142.5 355.176,-42142.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"327.342\" y=\"-42127.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"355.176,-42120.5 355.176,-42164.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418\" y=\"-42149.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"355.176,-42142.5 480.825,-42142.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418\" y=\"-42127.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5316734872&#45;&gt;5316913696 -->\n",
"<g class=\"edge\" id=\"edge49\"><title>5316734872-&gt;5316913696</title>\n",
"<path d=\"M301.689,-42201.3C303.03,-42193.2 304.591,-42183.7 306.055,-42174.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"309.542,-42175.2 307.712,-42164.7 302.635,-42174 309.542,-42175.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5317037528 -->\n",
"<g class=\"node\" id=\"node46\"><title>5317037528</title>\n",
"<polygon fill=\"none\" points=\"154.528,-42039.5 154.528,-42083.5 517.883,-42083.5 517.883,-42039.5 154.528,-42039.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"245.547\" y=\"-42057.3\">dense_0_5_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"336.566,-42039.5 336.566,-42083.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"364.4\" y=\"-42068.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"336.566,-42061.5 392.235,-42061.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"364.4\" y=\"-42046.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"392.235,-42039.5 392.235,-42083.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"455.059\" y=\"-42068.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"392.235,-42061.5 517.883,-42061.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"455.059\" y=\"-42046.3\">(None, 56, 56, 48)</text>\n",
"</g>\n",
"<!-- 5316913696&#45;&gt;5317037528 -->\n",
"<g class=\"edge\" id=\"edge50\"><title>5316913696-&gt;5317037528</title>\n",
"<path d=\"M317.905,-42120.3C320.511,-42112.1 323.55,-42102.5 326.393,-42093.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"329.807,-42094.3 329.488,-42083.7 323.133,-42092.2 329.807,-42094.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5317037528&#45;&gt;5312333080 -->\n",
"<g class=\"edge\" id=\"edge52\"><title>5317037528-&gt;5312333080</title>\n",
"<path d=\"M365.952,-42039.3C379.14,-42029.9 394.822,-42018.8 408.875,-42008.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"411.26,-42011.4 417.377,-42002.7 407.201,-42005.7 411.26,-42011.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5315681752 -->\n",
"<g class=\"node\" id=\"node48\"><title>5315681752</title>\n",
"<polygon fill=\"none\" points=\"266.317,-41877.5 266.317,-41921.5 628.094,-41921.5 628.094,-41877.5 266.317,-41877.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-41895.3\">tr_0_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"446.776,-41877.5 446.776,-41921.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"474.611\" y=\"-41906.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"446.776,-41899.5 502.445,-41899.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"474.611\" y=\"-41884.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"502.445,-41877.5 502.445,-41921.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"565.27\" y=\"-41906.3\">(None, 56, 56, 384)</text>\n",
"<polyline fill=\"none\" points=\"502.445,-41899.5 628.094,-41899.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"565.27\" y=\"-41884.3\">(None, 56, 56, 384)</text>\n",
"</g>\n",
"<!-- 5312333080&#45;&gt;5315681752 -->\n",
"<g class=\"edge\" id=\"edge53\"><title>5312333080-&gt;5315681752</title>\n",
"<path d=\"M447.206,-41958.3C447.206,-41950.2 447.206,-41940.7 447.206,-41931.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"450.706,-41931.7 447.206,-41921.7 443.706,-41931.7 450.706,-41931.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5317591560 -->\n",
"<g class=\"node\" id=\"node49\"><title>5317591560</title>\n",
"<polygon fill=\"none\" points=\"277.586,-41796.5 277.586,-41840.5 616.825,-41840.5 616.825,-41796.5 277.586,-41796.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-41814.3\">activation_14: Activation</text>\n",
"<polyline fill=\"none\" points=\"435.507,-41796.5 435.507,-41840.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"463.342\" y=\"-41825.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"435.507,-41818.5 491.176,-41818.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"463.342\" y=\"-41803.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"491.176,-41796.5 491.176,-41840.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"554\" y=\"-41825.3\">(None, 56, 56, 384)</text>\n",
"<polyline fill=\"none\" points=\"491.176,-41818.5 616.825,-41818.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"554\" y=\"-41803.3\">(None, 56, 56, 384)</text>\n",
"</g>\n",
"<!-- 5315681752&#45;&gt;5317591560 -->\n",
"<g class=\"edge\" id=\"edge54\"><title>5315681752-&gt;5317591560</title>\n",
"<path d=\"M447.206,-41877.3C447.206,-41869.2 447.206,-41859.7 447.206,-41850.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"450.706,-41850.7 447.206,-41840.7 443.706,-41850.7 450.706,-41850.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5317770768 -->\n",
"<g class=\"node\" id=\"node50\"><title>5317770768</title>\n",
"<polygon fill=\"none\" points=\"284.19,-41715.5 284.19,-41759.5 610.221,-41759.5 610.221,-41715.5 284.19,-41715.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-41733.3\">tr_0_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"428.904,-41715.5 428.904,-41759.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.738\" y=\"-41744.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"428.904,-41737.5 484.573,-41737.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.738\" y=\"-41722.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"484.573,-41715.5 484.573,-41759.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547.397\" y=\"-41744.3\">(None, 56, 56, 384)</text>\n",
"<polyline fill=\"none\" points=\"484.573,-41737.5 610.221,-41737.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547.397\" y=\"-41722.3\">(None, 56, 56, 192)</text>\n",
"</g>\n",
"<!-- 5317591560&#45;&gt;5317770768 -->\n",
"<g class=\"edge\" id=\"edge55\"><title>5317591560-&gt;5317770768</title>\n",
"<path d=\"M447.206,-41796.3C447.206,-41788.2 447.206,-41778.7 447.206,-41769.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"450.706,-41769.7 447.206,-41759.7 443.706,-41769.7 450.706,-41769.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5317849384 -->\n",
"<g class=\"node\" id=\"node51\"><title>5317849384</title>\n",
"<polygon fill=\"none\" points=\"231.058,-41634.5 231.058,-41678.5 663.354,-41678.5 663.354,-41634.5 231.058,-41634.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-41652.3\">average_pooling2d_1: AveragePooling2D</text>\n",
"<polyline fill=\"none\" points=\"482.036,-41634.5 482.036,-41678.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"509.871\" y=\"-41663.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"482.036,-41656.5 537.705,-41656.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"509.871\" y=\"-41641.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"537.705,-41634.5 537.705,-41678.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.529\" y=\"-41663.3\">(None, 56, 56, 192)</text>\n",
"<polyline fill=\"none\" points=\"537.705,-41656.5 663.354,-41656.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.529\" y=\"-41641.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5317770768&#45;&gt;5317849384 -->\n",
"<g class=\"edge\" id=\"edge56\"><title>5317770768-&gt;5317849384</title>\n",
"<path d=\"M447.206,-41715.3C447.206,-41707.2 447.206,-41697.7 447.206,-41688.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"450.706,-41688.7 447.206,-41678.7 443.706,-41688.7 450.706,-41688.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318614432 -->\n",
"<g class=\"node\" id=\"node52\"><title>5318614432</title>\n",
"<polygon fill=\"none\" points=\"117.655,-41553.5 117.655,-41597.5 516.756,-41597.5 516.756,-41553.5 117.655,-41553.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"226.547\" y=\"-41571.3\">dense_1_0_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"335.438,-41553.5 335.438,-41597.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"363.273\" y=\"-41582.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"335.438,-41575.5 391.107,-41575.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"363.273\" y=\"-41560.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"391.107,-41553.5 391.107,-41597.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"453.932\" y=\"-41582.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"391.107,-41575.5 516.756,-41575.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"453.932\" y=\"-41560.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5317849384&#45;&gt;5318614432 -->\n",
"<g class=\"edge\" id=\"edge57\"><title>5317849384-&gt;5318614432</title>\n",
"<path d=\"M412.368,-41634.3C396.485,-41624.7 377.514,-41613.1 360.705,-41602.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"362.503,-41599.9 352.139,-41597.7 358.868,-41605.9 362.503,-41599.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318449752 -->\n",
"<g class=\"node\" id=\"node58\"><title>5318449752</title>\n",
"<polygon fill=\"none\" points=\"200.741,-41067.5 200.741,-41111.5 673.67,-41111.5 673.67,-41067.5 200.741,-41067.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"287.061\" y=\"-41085.3\">concatenate_7: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"373.38,-41067.5 373.38,-41111.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.214\" y=\"-41096.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"373.38,-41089.5 429.049,-41089.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.214\" y=\"-41074.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"429.049,-41067.5 429.049,-41111.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.359\" y=\"-41096.3\">[(None, 28, 28, 192), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"429.049,-41089.5 673.67,-41089.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"550.873\" y=\"-41074.3\">(None, 28, 28, 240)</text>\n",
"</g>\n",
"<!-- 5317849384&#45;&gt;5318449752 -->\n",
"<g class=\"edge\" id=\"edge63\"><title>5317849384-&gt;5318449752</title>\n",
"<path d=\"M487.441,-41634.4C501.666,-41625 516.52,-41612.7 526.206,-41598 551.838,-41559 549.206,-41542.2 549.206,-41495.5 549.206,-41495.5 549.206,-41495.5 549.206,-41250.5 549.206,-41202.8 545.133,-41186.7 517.206,-41148 508.749,-41136.3 497.16,-41126 485.427,-41117.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"487.128,-41114.5 476.902,-41111.7 483.168,-41120.3 487.128,-41114.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318612752 -->\n",
"<g class=\"node\" id=\"node53\"><title>5318612752</title>\n",
"<polygon fill=\"none\" points=\"131.586,-41472.5 131.586,-41516.5 470.825,-41516.5 470.825,-41472.5 131.586,-41472.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"210.547\" y=\"-41490.3\">activation_15: Activation</text>\n",
"<polyline fill=\"none\" points=\"289.507,-41472.5 289.507,-41516.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"317.342\" y=\"-41501.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"289.507,-41494.5 345.176,-41494.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"317.342\" y=\"-41479.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"345.176,-41472.5 345.176,-41516.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408\" y=\"-41501.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"345.176,-41494.5 470.825,-41494.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408\" y=\"-41479.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5318614432&#45;&gt;5318612752 -->\n",
"<g class=\"edge\" id=\"edge58\"><title>5318614432-&gt;5318612752</title>\n",
"<path d=\"M312.918,-41553.3C311.268,-41545.2 309.347,-41535.7 307.544,-41526.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"310.921,-41525.8 305.505,-41516.7 304.06,-41527.2 310.921,-41525.8\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318486168 -->\n",
"<g class=\"node\" id=\"node54\"><title>5318486168</title>\n",
"<polygon fill=\"none\" points=\"78.8726,-41391.5 78.8726,-41435.5 507.539,-41435.5 507.539,-41391.5 78.8726,-41391.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"202.547\" y=\"-41409.3\">dense_1_0_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"326.221,-41391.5 326.221,-41435.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.056\" y=\"-41420.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"326.221,-41413.5 381.89,-41413.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.056\" y=\"-41398.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"381.89,-41391.5 381.89,-41435.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"444.714\" y=\"-41420.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"381.89,-41413.5 507.539,-41413.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"444.714\" y=\"-41398.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5318612752&#45;&gt;5318486168 -->\n",
"<g class=\"edge\" id=\"edge59\"><title>5318612752-&gt;5318486168</title>\n",
"<path d=\"M299.062,-41472.3C298.237,-41464.2 297.276,-41454.7 296.375,-41445.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"299.845,-41445.3 295.355,-41435.7 292.881,-41446 299.845,-41445.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5319015168 -->\n",
"<g class=\"node\" id=\"node55\"><title>5319015168</title>\n",
"<polygon fill=\"none\" points=\"57,-41310.5 57,-41354.5 521.411,-41354.5 521.411,-41310.5 57,-41310.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"198.547\" y=\"-41328.3\">dense_1_0_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"340.094,-41310.5 340.094,-41354.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.928\" y=\"-41339.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"340.094,-41332.5 395.763,-41332.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.928\" y=\"-41317.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"395.763,-41310.5 395.763,-41354.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.587\" y=\"-41339.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"395.763,-41332.5 521.411,-41332.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.587\" y=\"-41317.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5318486168&#45;&gt;5319015168 -->\n",
"<g class=\"edge\" id=\"edge60\"><title>5318486168-&gt;5319015168</title>\n",
"<path d=\"M292.134,-41391.3C291.721,-41383.2 291.241,-41373.7 290.79,-41364.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"294.282,-41364.5 290.28,-41354.7 287.291,-41364.9 294.282,-41364.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5319433912 -->\n",
"<g class=\"node\" id=\"node56\"><title>5319433912</title>\n",
"<polygon fill=\"none\" points=\"144.586,-41229.5 144.586,-41273.5 483.825,-41273.5 483.825,-41229.5 144.586,-41229.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"223.547\" y=\"-41247.3\">activation_16: Activation</text>\n",
"<polyline fill=\"none\" points=\"302.507,-41229.5 302.507,-41273.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"330.342\" y=\"-41258.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"302.507,-41251.5 358.176,-41251.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"330.342\" y=\"-41236.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"358.176,-41229.5 358.176,-41273.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"421\" y=\"-41258.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"358.176,-41251.5 483.825,-41251.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"421\" y=\"-41236.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5319015168&#45;&gt;5319433912 -->\n",
"<g class=\"edge\" id=\"edge61\"><title>5319015168-&gt;5319433912</title>\n",
"<path d=\"M295.905,-41310.3C298.511,-41302.1 301.55,-41292.5 304.393,-41283.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"307.807,-41284.3 307.488,-41273.7 301.133,-41282.2 307.807,-41284.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5319292744 -->\n",
"<g class=\"node\" id=\"node57\"><title>5319292744</title>\n",
"<polygon fill=\"none\" points=\"144.528,-41148.5 144.528,-41192.5 507.883,-41192.5 507.883,-41148.5 144.528,-41148.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"235.547\" y=\"-41166.3\">dense_1_0_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"326.566,-41148.5 326.566,-41192.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.4\" y=\"-41177.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"326.566,-41170.5 382.235,-41170.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.4\" y=\"-41155.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"382.235,-41148.5 382.235,-41192.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"445.059\" y=\"-41177.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"382.235,-41170.5 507.883,-41170.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"445.059\" y=\"-41155.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5319433912&#45;&gt;5319292744 -->\n",
"<g class=\"edge\" id=\"edge62\"><title>5319433912-&gt;5319292744</title>\n",
"<path d=\"M317.421,-41229.3C318.659,-41221.2 320.099,-41211.7 321.452,-41202.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"324.939,-41203.1 322.981,-41192.7 318.019,-41202.1 324.939,-41203.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5319292744&#45;&gt;5318449752 -->\n",
"<g class=\"edge\" id=\"edge64\"><title>5319292744-&gt;5318449752</title>\n",
"<path d=\"M355.952,-41148.3C369.14,-41138.9 384.822,-41127.8 398.875,-41117.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"401.26,-41120.4 407.377,-41111.7 397.201,-41114.7 401.26,-41120.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5320016560 -->\n",
"<g class=\"node\" id=\"node59\"><title>5320016560</title>\n",
"<polygon fill=\"none\" points=\"123.655,-40986.5 123.655,-41030.5 522.756,-41030.5 522.756,-40986.5 123.655,-40986.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"232.547\" y=\"-41004.3\">dense_1_1_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"341.438,-40986.5 341.438,-41030.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"369.273\" y=\"-41015.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"341.438,-41008.5 397.107,-41008.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"369.273\" y=\"-40993.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"397.107,-40986.5 397.107,-41030.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"459.932\" y=\"-41015.3\">(None, 28, 28, 240)</text>\n",
"<polyline fill=\"none\" points=\"397.107,-41008.5 522.756,-41008.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"459.932\" y=\"-40993.3\">(None, 28, 28, 240)</text>\n",
"</g>\n",
"<!-- 5318449752&#45;&gt;5320016560 -->\n",
"<g class=\"edge\" id=\"edge65\"><title>5318449752-&gt;5320016560</title>\n",
"<path d=\"M406.656,-41067.3C392.983,-41057.9 376.701,-41046.6 362.164,-41036.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"364.053,-41033.5 353.84,-41030.7 360.066,-41039.3 364.053,-41033.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318345280 -->\n",
"<g class=\"node\" id=\"node65\"><title>5318345280</title>\n",
"<polygon fill=\"none\" points=\"219.741,-40500.5 219.741,-40544.5 692.67,-40544.5 692.67,-40500.5 219.741,-40500.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"306.061\" y=\"-40518.3\">concatenate_8: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"392.38,-40500.5 392.38,-40544.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"420.214\" y=\"-40529.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"392.38,-40522.5 448.049,-40522.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"420.214\" y=\"-40507.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"448.049,-40500.5 448.049,-40544.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"570.359\" y=\"-40529.3\">[(None, 28, 28, 240), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"448.049,-40522.5 692.67,-40522.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"569.873\" y=\"-40507.3\">(None, 28, 28, 288)</text>\n",
"</g>\n",
"<!-- 5318449752&#45;&gt;5318345280 -->\n",
"<g class=\"edge\" id=\"edge71\"><title>5318449752-&gt;5318345280</title>\n",
"<path d=\"M486.084,-41067.5C502.633,-41058.3 519.996,-41046.2 532.206,-41031 562.391,-40993.5 567.206,-40976.6 567.206,-40928.5 567.206,-40928.5 567.206,-40928.5 567.206,-40683.5 567.206,-40635.9 563.884,-40619.7 536.206,-40581 527.801,-40569.2 516.23,-40559 504.498,-40550.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"506.196,-40547.4 495.969,-40544.7 502.238,-40553.2 506.196,-40547.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5320059872 -->\n",
"<g class=\"node\" id=\"node60\"><title>5320059872</title>\n",
"<polygon fill=\"none\" points=\"145.586,-40905.5 145.586,-40949.5 484.825,-40949.5 484.825,-40905.5 145.586,-40905.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"224.547\" y=\"-40923.3\">activation_17: Activation</text>\n",
"<polyline fill=\"none\" points=\"303.507,-40905.5 303.507,-40949.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"331.342\" y=\"-40934.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"303.507,-40927.5 359.176,-40927.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"331.342\" y=\"-40912.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"359.176,-40905.5 359.176,-40949.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422\" y=\"-40934.3\">(None, 28, 28, 240)</text>\n",
"<polyline fill=\"none\" points=\"359.176,-40927.5 484.825,-40927.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422\" y=\"-40912.3\">(None, 28, 28, 240)</text>\n",
"</g>\n",
"<!-- 5320016560&#45;&gt;5320059872 -->\n",
"<g class=\"edge\" id=\"edge66\"><title>5320016560-&gt;5320059872</title>\n",
"<path d=\"M321.062,-40986.3C320.237,-40978.2 319.276,-40968.7 318.375,-40959.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"321.845,-40959.3 317.355,-40949.7 314.881,-40960 321.845,-40959.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5320202392 -->\n",
"<g class=\"node\" id=\"node61\"><title>5320202392</title>\n",
"<polygon fill=\"none\" points=\"96.8726,-40824.5 96.8726,-40868.5 525.539,-40868.5 525.539,-40824.5 96.8726,-40824.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"220.547\" y=\"-40842.3\">dense_1_1_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"344.221,-40824.5 344.221,-40868.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"372.056\" y=\"-40853.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"344.221,-40846.5 399.89,-40846.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"372.056\" y=\"-40831.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"399.89,-40824.5 399.89,-40868.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.714\" y=\"-40853.3\">(None, 28, 28, 240)</text>\n",
"<polyline fill=\"none\" points=\"399.89,-40846.5 525.539,-40846.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.714\" y=\"-40831.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5320059872&#45;&gt;5320202392 -->\n",
"<g class=\"edge\" id=\"edge67\"><title>5320059872-&gt;5320202392</title>\n",
"<path d=\"M314.134,-40905.3C313.721,-40897.2 313.241,-40887.7 312.79,-40878.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"316.282,-40878.5 312.28,-40868.7 309.291,-40878.9 316.282,-40878.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5320241224 -->\n",
"<g class=\"node\" id=\"node62\"><title>5320241224</title>\n",
"<polygon fill=\"none\" points=\"75,-40743.5 75,-40787.5 539.411,-40787.5 539.411,-40743.5 75,-40743.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"216.547\" y=\"-40761.3\">dense_1_1_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"358.094,-40743.5 358.094,-40787.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"385.928\" y=\"-40772.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"358.094,-40765.5 413.763,-40765.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"385.928\" y=\"-40750.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"413.763,-40743.5 413.763,-40787.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.587\" y=\"-40772.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"413.763,-40765.5 539.411,-40765.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.587\" y=\"-40750.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5320202392&#45;&gt;5320241224 -->\n",
"<g class=\"edge\" id=\"edge68\"><title>5320202392-&gt;5320241224</title>\n",
"<path d=\"M310.134,-40824.3C309.721,-40816.2 309.241,-40806.7 308.79,-40797.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"312.282,-40797.5 308.28,-40787.7 305.291,-40797.9 312.282,-40797.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5320977992 -->\n",
"<g class=\"node\" id=\"node63\"><title>5320977992</title>\n",
"<polygon fill=\"none\" points=\"150.586,-40662.5 150.586,-40706.5 489.825,-40706.5 489.825,-40662.5 150.586,-40662.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"229.547\" y=\"-40680.3\">activation_18: Activation</text>\n",
"<polyline fill=\"none\" points=\"308.507,-40662.5 308.507,-40706.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"336.342\" y=\"-40691.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"308.507,-40684.5 364.176,-40684.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"336.342\" y=\"-40669.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"364.176,-40662.5 364.176,-40706.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"427\" y=\"-40691.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"364.176,-40684.5 489.825,-40684.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"427\" y=\"-40669.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5320241224&#45;&gt;5320977992 -->\n",
"<g class=\"edge\" id=\"edge69\"><title>5320241224-&gt;5320977992</title>\n",
"<path d=\"M310.689,-40743.3C312.03,-40735.2 313.591,-40725.7 315.055,-40716.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"318.542,-40717.2 316.712,-40706.7 311.635,-40716 318.542,-40717.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321014016 -->\n",
"<g class=\"node\" id=\"node64\"><title>5321014016</title>\n",
"<polygon fill=\"none\" points=\"163.528,-40581.5 163.528,-40625.5 526.883,-40625.5 526.883,-40581.5 163.528,-40581.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"254.547\" y=\"-40599.3\">dense_1_1_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"345.566,-40581.5 345.566,-40625.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"373.4\" y=\"-40610.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"345.566,-40603.5 401.235,-40603.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"373.4\" y=\"-40588.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"401.235,-40581.5 401.235,-40625.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"464.059\" y=\"-40610.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"401.235,-40603.5 526.883,-40603.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"464.059\" y=\"-40588.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5320977992&#45;&gt;5321014016 -->\n",
"<g class=\"edge\" id=\"edge70\"><title>5320977992-&gt;5321014016</title>\n",
"<path d=\"M326.905,-40662.3C329.511,-40654.1 332.55,-40644.5 335.393,-40635.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"338.807,-40636.3 338.488,-40625.7 332.133,-40634.2 338.807,-40636.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321014016&#45;&gt;5318345280 -->\n",
"<g class=\"edge\" id=\"edge72\"><title>5321014016-&gt;5318345280</title>\n",
"<path d=\"M374.952,-40581.3C388.14,-40571.9 403.822,-40560.8 417.875,-40550.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"420.26,-40553.4 426.377,-40544.7 416.201,-40547.7 420.26,-40553.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321418568 -->\n",
"<g class=\"node\" id=\"node66\"><title>5321418568</title>\n",
"<polygon fill=\"none\" points=\"142.655,-40419.5 142.655,-40463.5 541.756,-40463.5 541.756,-40419.5 142.655,-40419.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"251.547\" y=\"-40437.3\">dense_1_2_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"360.438,-40419.5 360.438,-40463.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"388.273\" y=\"-40448.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"360.438,-40441.5 416.107,-40441.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"388.273\" y=\"-40426.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"416.107,-40419.5 416.107,-40463.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"478.932\" y=\"-40448.3\">(None, 28, 28, 288)</text>\n",
"<polyline fill=\"none\" points=\"416.107,-40441.5 541.756,-40441.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"478.932\" y=\"-40426.3\">(None, 28, 28, 288)</text>\n",
"</g>\n",
"<!-- 5318345280&#45;&gt;5321418568 -->\n",
"<g class=\"edge\" id=\"edge73\"><title>5318345280-&gt;5321418568</title>\n",
"<path d=\"M425.656,-40500.3C411.983,-40490.9 395.701,-40479.6 381.164,-40469.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"383.053,-40466.5 372.84,-40463.7 379.066,-40472.3 383.053,-40466.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5318583912 -->\n",
"<g class=\"node\" id=\"node72\"><title>5318583912</title>\n",
"<polygon fill=\"none\" points=\"237.741,-39933.5 237.741,-39977.5 710.67,-39977.5 710.67,-39933.5 237.741,-39933.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"324.061\" y=\"-39951.3\">concatenate_9: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"410.38,-39933.5 410.38,-39977.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"438.214\" y=\"-39962.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"410.38,-39955.5 466.049,-39955.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"438.214\" y=\"-39940.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"466.049,-39933.5 466.049,-39977.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"588.359\" y=\"-39962.3\">[(None, 28, 28, 288), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"466.049,-39955.5 710.67,-39955.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"587.873\" y=\"-39940.3\">(None, 28, 28, 336)</text>\n",
"</g>\n",
"<!-- 5318345280&#45;&gt;5318583912 -->\n",
"<g class=\"edge\" id=\"edge79\"><title>5318345280-&gt;5318583912</title>\n",
"<path d=\"M505.084,-40500.5C521.633,-40491.3 538.996,-40479.2 551.206,-40464 581.391,-40426.5 586.206,-40409.6 586.206,-40361.5 586.206,-40361.5 586.206,-40361.5 586.206,-40116.5 586.206,-40068.8 582.133,-40052.7 554.206,-40014 545.749,-40002.3 534.16,-39992 522.427,-39983.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"524.128,-39980.5 513.902,-39977.7 520.168,-39986.3 524.128,-39980.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321653776 -->\n",
"<g class=\"node\" id=\"node67\"><title>5321653776</title>\n",
"<polygon fill=\"none\" points=\"164.586,-40338.5 164.586,-40382.5 503.825,-40382.5 503.825,-40338.5 164.586,-40338.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"243.547\" y=\"-40356.3\">activation_19: Activation</text>\n",
"<polyline fill=\"none\" points=\"322.507,-40338.5 322.507,-40382.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"350.342\" y=\"-40367.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"322.507,-40360.5 378.176,-40360.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"350.342\" y=\"-40345.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"378.176,-40338.5 378.176,-40382.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441\" y=\"-40367.3\">(None, 28, 28, 288)</text>\n",
"<polyline fill=\"none\" points=\"378.176,-40360.5 503.825,-40360.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441\" y=\"-40345.3\">(None, 28, 28, 288)</text>\n",
"</g>\n",
"<!-- 5321418568&#45;&gt;5321653776 -->\n",
"<g class=\"edge\" id=\"edge74\"><title>5321418568-&gt;5321653776</title>\n",
"<path d=\"M340.062,-40419.3C339.237,-40411.2 338.276,-40401.7 337.375,-40392.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"340.845,-40392.3 336.355,-40382.7 333.881,-40393 340.845,-40392.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321791864 -->\n",
"<g class=\"node\" id=\"node68\"><title>5321791864</title>\n",
"<polygon fill=\"none\" points=\"115.873,-40257.5 115.873,-40301.5 544.539,-40301.5 544.539,-40257.5 115.873,-40257.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"239.547\" y=\"-40275.3\">dense_1_2_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"363.221,-40257.5 363.221,-40301.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.056\" y=\"-40286.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"363.221,-40279.5 418.89,-40279.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.056\" y=\"-40264.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"418.89,-40257.5 418.89,-40301.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"481.714\" y=\"-40286.3\">(None, 28, 28, 288)</text>\n",
"<polyline fill=\"none\" points=\"418.89,-40279.5 544.539,-40279.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"481.714\" y=\"-40264.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5321653776&#45;&gt;5321791864 -->\n",
"<g class=\"edge\" id=\"edge75\"><title>5321653776-&gt;5321791864</title>\n",
"<path d=\"M333.134,-40338.3C332.721,-40330.2 332.241,-40320.7 331.79,-40311.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"335.282,-40311.5 331.28,-40301.7 328.291,-40311.9 335.282,-40311.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322359472 -->\n",
"<g class=\"node\" id=\"node69\"><title>5322359472</title>\n",
"<polygon fill=\"none\" points=\"94,-40176.5 94,-40220.5 558.411,-40220.5 558.411,-40176.5 94,-40176.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"235.547\" y=\"-40194.3\">dense_1_2_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"377.094,-40176.5 377.094,-40220.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"404.928\" y=\"-40205.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"377.094,-40198.5 432.763,-40198.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"404.928\" y=\"-40183.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"432.763,-40176.5 432.763,-40220.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.587\" y=\"-40205.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"432.763,-40198.5 558.411,-40198.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.587\" y=\"-40183.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5321791864&#45;&gt;5322359472 -->\n",
"<g class=\"edge\" id=\"edge76\"><title>5321791864-&gt;5322359472</title>\n",
"<path d=\"M329.134,-40257.3C328.721,-40249.2 328.241,-40239.7 327.79,-40230.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"331.282,-40230.5 327.28,-40220.7 324.291,-40230.9 331.282,-40230.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322319184 -->\n",
"<g class=\"node\" id=\"node70\"><title>5322319184</title>\n",
"<polygon fill=\"none\" points=\"181.586,-40095.5 181.586,-40139.5 520.825,-40139.5 520.825,-40095.5 181.586,-40095.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"260.547\" y=\"-40113.3\">activation_20: Activation</text>\n",
"<polyline fill=\"none\" points=\"339.507,-40095.5 339.507,-40139.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.342\" y=\"-40124.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"339.507,-40117.5 395.176,-40117.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"367.342\" y=\"-40102.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"395.176,-40095.5 395.176,-40139.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458\" y=\"-40124.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"395.176,-40117.5 520.825,-40117.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458\" y=\"-40102.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5322359472&#45;&gt;5322319184 -->\n",
"<g class=\"edge\" id=\"edge77\"><title>5322359472-&gt;5322319184</title>\n",
"<path d=\"M332.905,-40176.3C335.511,-40168.1 338.55,-40158.5 341.393,-40149.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"344.807,-40150.3 344.488,-40139.7 338.133,-40148.2 344.807,-40150.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322596248 -->\n",
"<g class=\"node\" id=\"node71\"><title>5322596248</title>\n",
"<polygon fill=\"none\" points=\"181.528,-40014.5 181.528,-40058.5 544.883,-40058.5 544.883,-40014.5 181.528,-40014.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"272.547\" y=\"-40032.3\">dense_1_2_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"363.566,-40014.5 363.566,-40058.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.4\" y=\"-40043.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"363.566,-40036.5 419.235,-40036.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.4\" y=\"-40021.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"419.235,-40014.5 419.235,-40058.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482.059\" y=\"-40043.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"419.235,-40036.5 544.883,-40036.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482.059\" y=\"-40021.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5322319184&#45;&gt;5322596248 -->\n",
"<g class=\"edge\" id=\"edge78\"><title>5322319184-&gt;5322596248</title>\n",
"<path d=\"M354.421,-40095.3C355.659,-40087.2 357.099,-40077.7 358.452,-40068.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"361.939,-40069.1 359.981,-40058.7 355.019,-40068.1 361.939,-40069.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322596248&#45;&gt;5318583912 -->\n",
"<g class=\"edge\" id=\"edge80\"><title>5322596248-&gt;5318583912</title>\n",
"<path d=\"M392.952,-40014.3C406.14,-40004.9 421.822,-39993.8 435.875,-39983.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"438.26,-39986.4 444.377,-39977.7 434.201,-39980.7 438.26,-39986.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322721936 -->\n",
"<g class=\"node\" id=\"node73\"><title>5322721936</title>\n",
"<polygon fill=\"none\" points=\"144.655,-39852.5 144.655,-39896.5 543.756,-39896.5 543.756,-39852.5 144.655,-39852.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"253.547\" y=\"-39870.3\">dense_1_3_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"362.438,-39852.5 362.438,-39896.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"390.273\" y=\"-39881.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"362.438,-39874.5 418.107,-39874.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"390.273\" y=\"-39859.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"418.107,-39852.5 418.107,-39896.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"480.932\" y=\"-39881.3\">(None, 28, 28, 336)</text>\n",
"<polyline fill=\"none\" points=\"418.107,-39874.5 543.756,-39874.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"480.932\" y=\"-39859.3\">(None, 28, 28, 336)</text>\n",
"</g>\n",
"<!-- 5318583912&#45;&gt;5322721936 -->\n",
"<g class=\"edge\" id=\"edge81\"><title>5318583912-&gt;5322721936</title>\n",
"<path d=\"M439.368,-39933.3C423.485,-39923.7 404.514,-39912.1 387.705,-39901.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"389.503,-39898.9 379.139,-39896.7 385.868,-39904.9 389.503,-39898.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5319511512 -->\n",
"<g class=\"node\" id=\"node79\"><title>5319511512</title>\n",
"<polygon fill=\"none\" points=\"224.241,-39366.5 224.241,-39410.5 704.17,-39410.5 704.17,-39366.5 224.241,-39366.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"314.061\" y=\"-39384.3\">concatenate_10: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"403.88,-39366.5 403.88,-39410.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"431.714\" y=\"-39395.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"403.88,-39388.5 459.549,-39388.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"431.714\" y=\"-39373.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"459.549,-39366.5 459.549,-39410.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"581.859\" y=\"-39395.3\">[(None, 28, 28, 336), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"459.549,-39388.5 704.17,-39388.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"581.373\" y=\"-39373.3\">(None, 28, 28, 384)</text>\n",
"</g>\n",
"<!-- 5318583912&#45;&gt;5319511512 -->\n",
"<g class=\"edge\" id=\"edge87\"><title>5318583912-&gt;5319511512</title>\n",
"<path d=\"M514.441,-39933.4C528.666,-39924 543.52,-39911.7 553.206,-39897 578.838,-39858 576.206,-39841.2 576.206,-39794.5 576.206,-39794.5 576.206,-39794.5 576.206,-39549.5 576.206,-39501.8 572.133,-39485.7 544.206,-39447 535.749,-39435.3 524.16,-39425 512.427,-39416.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"514.128,-39413.5 503.902,-39410.7 510.168,-39419.3 514.128,-39413.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5323145792 -->\n",
"<g class=\"node\" id=\"node74\"><title>5323145792</title>\n",
"<polygon fill=\"none\" points=\"158.586,-39771.5 158.586,-39815.5 497.825,-39815.5 497.825,-39771.5 158.586,-39771.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"237.547\" y=\"-39789.3\">activation_21: Activation</text>\n",
"<polyline fill=\"none\" points=\"316.507,-39771.5 316.507,-39815.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"344.342\" y=\"-39800.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"316.507,-39793.5 372.176,-39793.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"344.342\" y=\"-39778.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"372.176,-39771.5 372.176,-39815.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"435\" y=\"-39800.3\">(None, 28, 28, 336)</text>\n",
"<polyline fill=\"none\" points=\"372.176,-39793.5 497.825,-39793.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"435\" y=\"-39778.3\">(None, 28, 28, 336)</text>\n",
"</g>\n",
"<!-- 5322721936&#45;&gt;5323145792 -->\n",
"<g class=\"edge\" id=\"edge82\"><title>5322721936-&gt;5323145792</title>\n",
"<path d=\"M339.918,-39852.3C338.268,-39844.2 336.347,-39834.7 334.544,-39825.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"337.921,-39824.8 332.505,-39815.7 331.06,-39826.2 337.921,-39824.8\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5323376344 -->\n",
"<g class=\"node\" id=\"node75\"><title>5323376344</title>\n",
"<polygon fill=\"none\" points=\"105.873,-39690.5 105.873,-39734.5 534.539,-39734.5 534.539,-39690.5 105.873,-39690.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"229.547\" y=\"-39708.3\">dense_1_3_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"353.221,-39690.5 353.221,-39734.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.056\" y=\"-39719.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"353.221,-39712.5 408.89,-39712.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.056\" y=\"-39697.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"408.89,-39690.5 408.89,-39734.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"471.714\" y=\"-39719.3\">(None, 28, 28, 336)</text>\n",
"<polyline fill=\"none\" points=\"408.89,-39712.5 534.539,-39712.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"471.714\" y=\"-39697.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5323145792&#45;&gt;5323376344 -->\n",
"<g class=\"edge\" id=\"edge83\"><title>5323145792-&gt;5323376344</title>\n",
"<path d=\"M326.062,-39771.3C325.237,-39763.2 324.276,-39753.7 323.375,-39744.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"326.845,-39744.3 322.355,-39734.7 319.881,-39745 326.845,-39744.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5323688984 -->\n",
"<g class=\"node\" id=\"node76\"><title>5323688984</title>\n",
"<polygon fill=\"none\" points=\"84,-39609.5 84,-39653.5 548.411,-39653.5 548.411,-39609.5 84,-39609.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"225.547\" y=\"-39627.3\">dense_1_3_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"367.094,-39609.5 367.094,-39653.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.928\" y=\"-39638.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"367.094,-39631.5 422.763,-39631.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.928\" y=\"-39616.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"422.763,-39609.5 422.763,-39653.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.587\" y=\"-39638.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"422.763,-39631.5 548.411,-39631.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.587\" y=\"-39616.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5323376344&#45;&gt;5323688984 -->\n",
"<g class=\"edge\" id=\"edge84\"><title>5323376344-&gt;5323688984</title>\n",
"<path d=\"M319.134,-39690.3C318.721,-39682.2 318.241,-39672.7 317.79,-39663.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"321.282,-39663.5 317.28,-39653.7 314.291,-39663.9 321.282,-39663.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324052912 -->\n",
"<g class=\"node\" id=\"node77\"><title>5324052912</title>\n",
"<polygon fill=\"none\" points=\"171.586,-39528.5 171.586,-39572.5 510.825,-39572.5 510.825,-39528.5 171.586,-39528.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"250.547\" y=\"-39546.3\">activation_22: Activation</text>\n",
"<polyline fill=\"none\" points=\"329.507,-39528.5 329.507,-39572.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"357.342\" y=\"-39557.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"329.507,-39550.5 385.176,-39550.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"357.342\" y=\"-39535.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"385.176,-39528.5 385.176,-39572.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"448\" y=\"-39557.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"385.176,-39550.5 510.825,-39550.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"448\" y=\"-39535.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5323688984&#45;&gt;5324052912 -->\n",
"<g class=\"edge\" id=\"edge85\"><title>5323688984-&gt;5324052912</title>\n",
"<path d=\"M322.905,-39609.3C325.511,-39601.1 328.55,-39591.5 331.393,-39582.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"334.807,-39583.3 334.488,-39572.7 328.133,-39581.2 334.807,-39583.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324189200 -->\n",
"<g class=\"node\" id=\"node78\"><title>5324189200</title>\n",
"<polygon fill=\"none\" points=\"171.528,-39447.5 171.528,-39491.5 534.883,-39491.5 534.883,-39447.5 171.528,-39447.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"262.547\" y=\"-39465.3\">dense_1_3_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"353.566,-39447.5 353.566,-39491.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.4\" y=\"-39476.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"353.566,-39469.5 409.235,-39469.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.4\" y=\"-39454.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"409.235,-39447.5 409.235,-39491.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"472.059\" y=\"-39476.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"409.235,-39469.5 534.883,-39469.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"472.059\" y=\"-39454.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5324052912&#45;&gt;5324189200 -->\n",
"<g class=\"edge\" id=\"edge86\"><title>5324052912-&gt;5324189200</title>\n",
"<path d=\"M344.421,-39528.3C345.659,-39520.2 347.099,-39510.7 348.452,-39501.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"351.939,-39502.1 349.981,-39491.7 345.019,-39501.1 351.939,-39502.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324189200&#45;&gt;5319511512 -->\n",
"<g class=\"edge\" id=\"edge88\"><title>5324189200-&gt;5319511512</title>\n",
"<path d=\"M382.952,-39447.3C396.14,-39437.9 411.822,-39426.8 425.875,-39416.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"428.26,-39419.4 434.377,-39410.7 424.201,-39413.7 428.26,-39419.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324819928 -->\n",
"<g class=\"node\" id=\"node80\"><title>5324819928</title>\n",
"<polygon fill=\"none\" points=\"150.655,-39285.5 150.655,-39329.5 549.756,-39329.5 549.756,-39285.5 150.655,-39285.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"259.547\" y=\"-39303.3\">dense_1_4_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"368.438,-39285.5 368.438,-39329.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"396.273\" y=\"-39314.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"368.438,-39307.5 424.107,-39307.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"396.273\" y=\"-39292.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"424.107,-39285.5 424.107,-39329.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"486.932\" y=\"-39314.3\">(None, 28, 28, 384)</text>\n",
"<polyline fill=\"none\" points=\"424.107,-39307.5 549.756,-39307.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"486.932\" y=\"-39292.3\">(None, 28, 28, 384)</text>\n",
"</g>\n",
"<!-- 5319511512&#45;&gt;5324819928 -->\n",
"<g class=\"edge\" id=\"edge89\"><title>5319511512-&gt;5324819928</title>\n",
"<path d=\"M433.656,-39366.3C419.983,-39356.9 403.701,-39345.6 389.164,-39335.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"391.053,-39332.5 380.84,-39329.7 387.066,-39338.3 391.053,-39332.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5321181000 -->\n",
"<g class=\"node\" id=\"node86\"><title>5321181000</title>\n",
"<polygon fill=\"none\" points=\"234.498,-38799.5 234.498,-38843.5 713.914,-38843.5 713.914,-38799.5 234.498,-38799.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"324.061\" y=\"-38817.3\">concatenate_11: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"413.624,-38799.5 413.624,-38843.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.458\" y=\"-38828.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"413.624,-38821.5 469.292,-38821.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.458\" y=\"-38806.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"469.292,-38799.5 469.292,-38843.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.603\" y=\"-38828.3\">[(None, 28, 28, 384), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"469.292,-38821.5 713.914,-38821.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.117\" y=\"-38806.3\">(None, 28, 28, 432)</text>\n",
"</g>\n",
"<!-- 5319511512&#45;&gt;5321181000 -->\n",
"<g class=\"edge\" id=\"edge95\"><title>5319511512-&gt;5321181000</title>\n",
"<path d=\"M514.755,-39366.5C531.065,-39357.4 547.846,-39345.3 559.206,-39330 587.177,-39292.2 585.206,-39274.5 585.206,-39227.5 585.206,-39227.5 585.206,-39227.5 585.206,-38982.5 585.206,-38934.9 581.884,-38918.7 554.206,-38880 545.801,-38868.2 534.23,-38858 522.498,-38849.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"524.196,-38846.4 513.969,-38843.7 520.238,-38852.2 524.196,-38846.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324735152 -->\n",
"<g class=\"node\" id=\"node81\"><title>5324735152</title>\n",
"<polygon fill=\"none\" points=\"167.586,-39204.5 167.586,-39248.5 506.825,-39248.5 506.825,-39204.5 167.586,-39204.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"246.547\" y=\"-39222.3\">activation_23: Activation</text>\n",
"<polyline fill=\"none\" points=\"325.507,-39204.5 325.507,-39248.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"353.342\" y=\"-39233.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"325.507,-39226.5 381.176,-39226.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"353.342\" y=\"-39211.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"381.176,-39204.5 381.176,-39248.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"444\" y=\"-39233.3\">(None, 28, 28, 384)</text>\n",
"<polyline fill=\"none\" points=\"381.176,-39226.5 506.825,-39226.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"444\" y=\"-39211.3\">(None, 28, 28, 384)</text>\n",
"</g>\n",
"<!-- 5324819928&#45;&gt;5324735152 -->\n",
"<g class=\"edge\" id=\"edge90\"><title>5324819928-&gt;5324735152</title>\n",
"<path d=\"M346.722,-39285.3C345.381,-39277.2 343.821,-39267.7 342.356,-39258.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"345.776,-39258 340.699,-39248.7 338.869,-39259.2 345.776,-39258\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324957176 -->\n",
"<g class=\"node\" id=\"node82\"><title>5324957176</title>\n",
"<polygon fill=\"none\" points=\"119.873,-39123.5 119.873,-39167.5 548.539,-39167.5 548.539,-39123.5 119.873,-39123.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"243.547\" y=\"-39141.3\">dense_1_4_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"367.221,-39123.5 367.221,-39167.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"395.056\" y=\"-39152.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"367.221,-39145.5 422.89,-39145.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"395.056\" y=\"-39130.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"422.89,-39123.5 422.89,-39167.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.714\" y=\"-39152.3\">(None, 28, 28, 384)</text>\n",
"<polyline fill=\"none\" points=\"422.89,-39145.5 548.539,-39145.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.714\" y=\"-39130.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5324735152&#45;&gt;5324957176 -->\n",
"<g class=\"edge\" id=\"edge91\"><title>5324735152-&gt;5324957176</title>\n",
"<path d=\"M336.402,-39204.3C336.092,-39196.2 335.732,-39186.7 335.394,-39177.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"338.889,-39177.6 335.012,-39167.7 331.894,-39177.9 338.889,-39177.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5325089872 -->\n",
"<g class=\"node\" id=\"node83\"><title>5325089872</title>\n",
"<polygon fill=\"none\" points=\"93,-39042.5 93,-39086.5 557.411,-39086.5 557.411,-39042.5 93,-39042.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"234.547\" y=\"-39060.3\">dense_1_4_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"376.094,-39042.5 376.094,-39086.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.928\" y=\"-39071.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"376.094,-39064.5 431.763,-39064.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.928\" y=\"-39049.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"431.763,-39042.5 431.763,-39086.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.587\" y=\"-39071.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"431.763,-39064.5 557.411,-39064.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.587\" y=\"-39049.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5324957176&#45;&gt;5325089872 -->\n",
"<g class=\"edge\" id=\"edge92\"><title>5324957176-&gt;5325089872</title>\n",
"<path d=\"M331.794,-39123.3C330.866,-39115.2 329.785,-39105.7 328.771,-39096.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"332.234,-39096.3 327.624,-39086.7 325.279,-39097.1 332.234,-39096.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5325642216 -->\n",
"<g class=\"node\" id=\"node84\"><title>5325642216</title>\n",
"<polygon fill=\"none\" points=\"168.586,-38961.5 168.586,-39005.5 507.825,-39005.5 507.825,-38961.5 168.586,-38961.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"247.547\" y=\"-38979.3\">activation_24: Activation</text>\n",
"<polyline fill=\"none\" points=\"326.507,-38961.5 326.507,-39005.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.342\" y=\"-38990.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"326.507,-38983.5 382.176,-38983.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"354.342\" y=\"-38968.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"382.176,-38961.5 382.176,-39005.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"445\" y=\"-38990.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"382.176,-38983.5 507.825,-38983.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"445\" y=\"-38968.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5325089872&#45;&gt;5325642216 -->\n",
"<g class=\"edge\" id=\"edge93\"><title>5325089872-&gt;5325642216</title>\n",
"<path d=\"M328.689,-39042.3C330.03,-39034.2 331.591,-39024.7 333.055,-39015.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"336.542,-39016.2 334.712,-39005.7 329.635,-39015 336.542,-39016.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5325774240 -->\n",
"<g class=\"node\" id=\"node85\"><title>5325774240</title>\n",
"<polygon fill=\"none\" points=\"181.528,-38880.5 181.528,-38924.5 544.883,-38924.5 544.883,-38880.5 181.528,-38880.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"272.547\" y=\"-38898.3\">dense_1_4_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"363.566,-38880.5 363.566,-38924.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.4\" y=\"-38909.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"363.566,-38902.5 419.235,-38902.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.4\" y=\"-38887.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"419.235,-38880.5 419.235,-38924.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482.059\" y=\"-38909.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"419.235,-38902.5 544.883,-38902.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482.059\" y=\"-38887.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5325642216&#45;&gt;5325774240 -->\n",
"<g class=\"edge\" id=\"edge94\"><title>5325642216-&gt;5325774240</title>\n",
"<path d=\"M344.905,-38961.3C347.511,-38953.1 350.55,-38943.5 353.393,-38934.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"356.807,-38935.3 356.488,-38924.7 350.133,-38933.2 356.807,-38935.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5325774240&#45;&gt;5321181000 -->\n",
"<g class=\"edge\" id=\"edge96\"><title>5325774240-&gt;5321181000</title>\n",
"<path d=\"M392.952,-38880.3C406.14,-38870.9 421.822,-38859.8 435.875,-38849.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"438.26,-38852.4 444.377,-38843.7 434.201,-38846.7 438.26,-38852.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5326417144 -->\n",
"<g class=\"node\" id=\"node87\"><title>5326417144</title>\n",
"<polygon fill=\"none\" points=\"160.655,-38718.5 160.655,-38762.5 559.756,-38762.5 559.756,-38718.5 160.655,-38718.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"269.547\" y=\"-38736.3\">dense_1_5_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"378.438,-38718.5 378.438,-38762.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"406.273\" y=\"-38747.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"378.438,-38740.5 434.107,-38740.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"406.273\" y=\"-38725.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"434.107,-38718.5 434.107,-38762.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.932\" y=\"-38747.3\">(None, 28, 28, 432)</text>\n",
"<polyline fill=\"none\" points=\"434.107,-38740.5 559.756,-38740.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.932\" y=\"-38725.3\">(None, 28, 28, 432)</text>\n",
"</g>\n",
"<!-- 5321181000&#45;&gt;5326417144 -->\n",
"<g class=\"edge\" id=\"edge97\"><title>5321181000-&gt;5326417144</title>\n",
"<path d=\"M443.656,-38799.3C429.983,-38789.9 413.701,-38778.6 399.164,-38768.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"401.053,-38765.5 390.84,-38762.7 397.066,-38771.3 401.053,-38765.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5322849248 -->\n",
"<g class=\"node\" id=\"node93\"><title>5322849248</title>\n",
"<polygon fill=\"none\" points=\"243.241,-38232.5 243.241,-38276.5 723.17,-38276.5 723.17,-38232.5 243.241,-38232.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"333.061\" y=\"-38250.3\">concatenate_12: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"422.88,-38232.5 422.88,-38276.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.714\" y=\"-38261.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"422.88,-38254.5 478.549,-38254.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.714\" y=\"-38239.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"478.549,-38232.5 478.549,-38276.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.859\" y=\"-38261.3\">[(None, 28, 28, 432), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"478.549,-38254.5 723.17,-38254.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.373\" y=\"-38239.3\">(None, 28, 28, 480)</text>\n",
"</g>\n",
"<!-- 5321181000&#45;&gt;5322849248 -->\n",
"<g class=\"edge\" id=\"edge103\"><title>5321181000-&gt;5322849248</title>\n",
"<path d=\"M524.755,-38799.5C541.065,-38790.4 557.846,-38778.3 569.206,-38763 597.177,-38725.2 595.206,-38707.5 595.206,-38660.5 595.206,-38660.5 595.206,-38660.5 595.206,-38415.5 595.206,-38367.8 591.133,-38351.7 563.206,-38313 554.749,-38301.3 543.16,-38291 531.427,-38282.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"533.128,-38279.5 522.902,-38276.7 529.168,-38285.3 533.128,-38279.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5326324176 -->\n",
"<g class=\"node\" id=\"node88\"><title>5326324176</title>\n",
"<polygon fill=\"none\" points=\"187.586,-38637.5 187.586,-38681.5 526.825,-38681.5 526.825,-38637.5 187.586,-38637.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"266.547\" y=\"-38655.3\">activation_25: Activation</text>\n",
"<polyline fill=\"none\" points=\"345.507,-38637.5 345.507,-38681.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"373.342\" y=\"-38666.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"345.507,-38659.5 401.176,-38659.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"373.342\" y=\"-38644.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"401.176,-38637.5 401.176,-38681.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"464\" y=\"-38666.3\">(None, 28, 28, 432)</text>\n",
"<polyline fill=\"none\" points=\"401.176,-38659.5 526.825,-38659.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"464\" y=\"-38644.3\">(None, 28, 28, 432)</text>\n",
"</g>\n",
"<!-- 5326417144&#45;&gt;5326324176 -->\n",
"<g class=\"edge\" id=\"edge98\"><title>5326417144-&gt;5326324176</title>\n",
"<path d=\"M359.402,-38718.3C359.092,-38710.2 358.732,-38700.7 358.394,-38691.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"361.889,-38691.6 358.012,-38681.7 354.894,-38691.9 361.889,-38691.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5326461920 -->\n",
"<g class=\"node\" id=\"node89\"><title>5326461920</title>\n",
"<polygon fill=\"none\" points=\"129.873,-38556.5 129.873,-38600.5 558.539,-38600.5 558.539,-38556.5 129.873,-38556.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"253.547\" y=\"-38574.3\">dense_1_5_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"377.221,-38556.5 377.221,-38600.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"405.056\" y=\"-38585.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"377.221,-38578.5 432.89,-38578.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"405.056\" y=\"-38563.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"432.89,-38556.5 432.89,-38600.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.714\" y=\"-38585.3\">(None, 28, 28, 432)</text>\n",
"<polyline fill=\"none\" points=\"432.89,-38578.5 558.539,-38578.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.714\" y=\"-38563.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5326324176&#45;&gt;5326461920 -->\n",
"<g class=\"edge\" id=\"edge99\"><title>5326324176-&gt;5326461920</title>\n",
"<path d=\"M353.722,-38637.3C352.381,-38629.2 350.821,-38619.7 349.356,-38610.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"352.776,-38610 347.699,-38600.7 345.869,-38611.2 352.776,-38610\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5326862712 -->\n",
"<g class=\"node\" id=\"node90\"><title>5326862712</title>\n",
"<polygon fill=\"none\" points=\"103,-38475.5 103,-38519.5 567.411,-38519.5 567.411,-38475.5 103,-38475.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"244.547\" y=\"-38493.3\">dense_1_5_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"386.094,-38475.5 386.094,-38519.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.928\" y=\"-38504.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"386.094,-38497.5 441.763,-38497.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.928\" y=\"-38482.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"441.763,-38475.5 441.763,-38519.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504.587\" y=\"-38504.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"441.763,-38497.5 567.411,-38497.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504.587\" y=\"-38482.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5326461920&#45;&gt;5326862712 -->\n",
"<g class=\"edge\" id=\"edge100\"><title>5326461920-&gt;5326862712</title>\n",
"<path d=\"M341.794,-38556.3C340.866,-38548.2 339.785,-38538.7 338.771,-38529.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"342.234,-38529.3 337.624,-38519.7 335.279,-38530.1 342.234,-38529.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5327102528 -->\n",
"<g class=\"node\" id=\"node91\"><title>5327102528</title>\n",
"<polygon fill=\"none\" points=\"190.586,-38394.5 190.586,-38438.5 529.825,-38438.5 529.825,-38394.5 190.586,-38394.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"269.547\" y=\"-38412.3\">activation_26: Activation</text>\n",
"<polyline fill=\"none\" points=\"348.507,-38394.5 348.507,-38438.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"376.342\" y=\"-38423.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"348.507,-38416.5 404.176,-38416.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"376.342\" y=\"-38401.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"404.176,-38394.5 404.176,-38438.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467\" y=\"-38423.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"404.176,-38416.5 529.825,-38416.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467\" y=\"-38401.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5326862712&#45;&gt;5327102528 -->\n",
"<g class=\"edge\" id=\"edge101\"><title>5326862712-&gt;5327102528</title>\n",
"<path d=\"M341.905,-38475.3C344.511,-38467.1 347.55,-38457.5 350.393,-38448.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"353.807,-38449.3 353.488,-38438.7 347.133,-38447.2 353.807,-38449.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5327367528 -->\n",
"<g class=\"node\" id=\"node92\"><title>5327367528</title>\n",
"<polygon fill=\"none\" points=\"190.528,-38313.5 190.528,-38357.5 553.883,-38357.5 553.883,-38313.5 190.528,-38313.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"281.547\" y=\"-38331.3\">dense_1_5_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"372.566,-38313.5 372.566,-38357.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"400.4\" y=\"-38342.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"372.566,-38335.5 428.235,-38335.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"400.4\" y=\"-38320.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"428.235,-38313.5 428.235,-38357.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"491.059\" y=\"-38342.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"428.235,-38335.5 553.883,-38335.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"491.059\" y=\"-38320.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5327102528&#45;&gt;5327367528 -->\n",
"<g class=\"edge\" id=\"edge102\"><title>5327102528-&gt;5327367528</title>\n",
"<path d=\"M363.421,-38394.3C364.659,-38386.2 366.099,-38376.7 367.452,-38367.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"370.939,-38368.1 368.981,-38357.7 364.019,-38367.1 370.939,-38368.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5327367528&#45;&gt;5322849248 -->\n",
"<g class=\"edge\" id=\"edge104\"><title>5327367528-&gt;5322849248</title>\n",
"<path d=\"M401.952,-38313.3C415.14,-38303.9 430.822,-38292.8 444.875,-38282.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"447.26,-38285.4 453.377,-38276.7 443.201,-38279.7 447.26,-38285.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328006168 -->\n",
"<g class=\"node\" id=\"node94\"><title>5328006168</title>\n",
"<polygon fill=\"none\" points=\"169.655,-38151.5 169.655,-38195.5 568.756,-38195.5 568.756,-38151.5 169.655,-38151.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"278.547\" y=\"-38169.3\">dense_1_6_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"387.438,-38151.5 387.438,-38195.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"415.273\" y=\"-38180.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"387.438,-38173.5 443.107,-38173.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"415.273\" y=\"-38158.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"443.107,-38151.5 443.107,-38195.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"505.932\" y=\"-38180.3\">(None, 28, 28, 480)</text>\n",
"<polyline fill=\"none\" points=\"443.107,-38173.5 568.756,-38173.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"505.932\" y=\"-38158.3\">(None, 28, 28, 480)</text>\n",
"</g>\n",
"<!-- 5322849248&#45;&gt;5328006168 -->\n",
"<g class=\"edge\" id=\"edge105\"><title>5322849248-&gt;5328006168</title>\n",
"<path d=\"M452.656,-38232.3C438.983,-38222.9 422.701,-38211.6 408.164,-38201.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"410.053,-38198.5 399.84,-38195.7 406.066,-38204.3 410.053,-38198.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5324406736 -->\n",
"<g class=\"node\" id=\"node100\"><title>5324406736</title>\n",
"<polygon fill=\"none\" points=\"262.241,-37665.5 262.241,-37709.5 742.17,-37709.5 742.17,-37665.5 262.241,-37665.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"352.061\" y=\"-37683.3\">concatenate_13: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"441.88,-37665.5 441.88,-37709.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"469.714\" y=\"-37694.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"441.88,-37687.5 497.549,-37687.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"469.714\" y=\"-37672.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"497.549,-37665.5 497.549,-37709.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"619.859\" y=\"-37694.3\">[(None, 28, 28, 480), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"497.549,-37687.5 742.17,-37687.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"619.373\" y=\"-37672.3\">(None, 28, 28, 528)</text>\n",
"</g>\n",
"<!-- 5322849248&#45;&gt;5324406736 -->\n",
"<g class=\"edge\" id=\"edge111\"><title>5322849248-&gt;5324406736</title>\n",
"<path d=\"M532.084,-38232.5C548.633,-38223.3 565.996,-38211.2 578.206,-38196 608.391,-38158.5 613.206,-38141.6 613.206,-38093.5 613.206,-38093.5 613.206,-38093.5 613.206,-37848.5 613.206,-37800.9 609.884,-37784.7 582.206,-37746 573.801,-37734.2 562.23,-37724 550.498,-37715.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"552.196,-37712.4 541.969,-37709.7 548.238,-37718.2 552.196,-37712.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5327917464 -->\n",
"<g class=\"node\" id=\"node95\"><title>5327917464</title>\n",
"<polygon fill=\"none\" points=\"191.586,-38070.5 191.586,-38114.5 530.825,-38114.5 530.825,-38070.5 191.586,-38070.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"270.547\" y=\"-38088.3\">activation_27: Activation</text>\n",
"<polyline fill=\"none\" points=\"349.507,-38070.5 349.507,-38114.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"377.342\" y=\"-38099.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"349.507,-38092.5 405.176,-38092.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"377.342\" y=\"-38077.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"405.176,-38070.5 405.176,-38114.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"468\" y=\"-38099.3\">(None, 28, 28, 480)</text>\n",
"<polyline fill=\"none\" points=\"405.176,-38092.5 530.825,-38092.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"468\" y=\"-38077.3\">(None, 28, 28, 480)</text>\n",
"</g>\n",
"<!-- 5328006168&#45;&gt;5327917464 -->\n",
"<g class=\"edge\" id=\"edge106\"><title>5328006168-&gt;5327917464</title>\n",
"<path d=\"M367.062,-38151.3C366.237,-38143.2 365.276,-38133.7 364.375,-38124.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"367.845,-38124.3 363.355,-38114.7 360.881,-38125 367.845,-38124.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328050944 -->\n",
"<g class=\"node\" id=\"node96\"><title>5328050944</title>\n",
"<polygon fill=\"none\" points=\"142.873,-37989.5 142.873,-38033.5 571.539,-38033.5 571.539,-37989.5 142.873,-37989.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"266.547\" y=\"-38007.3\">dense_1_6_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"390.221,-37989.5 390.221,-38033.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418.056\" y=\"-38018.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"390.221,-38011.5 445.89,-38011.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"418.056\" y=\"-37996.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"445.89,-37989.5 445.89,-38033.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"508.714\" y=\"-38018.3\">(None, 28, 28, 480)</text>\n",
"<polyline fill=\"none\" points=\"445.89,-38011.5 571.539,-38011.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"508.714\" y=\"-37996.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5327917464&#45;&gt;5328050944 -->\n",
"<g class=\"edge\" id=\"edge107\"><title>5327917464-&gt;5328050944</title>\n",
"<path d=\"M360.134,-38070.3C359.721,-38062.2 359.241,-38052.7 358.79,-38043.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"362.282,-38043.5 358.28,-38033.7 355.291,-38043.9 362.282,-38043.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328258944 -->\n",
"<g class=\"node\" id=\"node97\"><title>5328258944</title>\n",
"<polygon fill=\"none\" points=\"121,-37908.5 121,-37952.5 585.411,-37952.5 585.411,-37908.5 121,-37908.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"262.547\" y=\"-37926.3\">dense_1_6_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"404.094,-37908.5 404.094,-37952.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"431.928\" y=\"-37937.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"404.094,-37930.5 459.763,-37930.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"431.928\" y=\"-37915.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"459.763,-37908.5 459.763,-37952.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"522.587\" y=\"-37937.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"459.763,-37930.5 585.411,-37930.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"522.587\" y=\"-37915.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5328050944&#45;&gt;5328258944 -->\n",
"<g class=\"edge\" id=\"edge108\"><title>5328050944-&gt;5328258944</title>\n",
"<path d=\"M356.134,-37989.3C355.721,-37981.2 355.241,-37971.7 354.79,-37962.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"358.282,-37962.5 354.28,-37952.7 351.291,-37962.9 358.282,-37962.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328675280 -->\n",
"<g class=\"node\" id=\"node98\"><title>5328675280</title>\n",
"<polygon fill=\"none\" points=\"208.586,-37827.5 208.586,-37871.5 547.825,-37871.5 547.825,-37827.5 208.586,-37827.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"287.547\" y=\"-37845.3\">activation_28: Activation</text>\n",
"<polyline fill=\"none\" points=\"366.507,-37827.5 366.507,-37871.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.342\" y=\"-37856.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"366.507,-37849.5 422.176,-37849.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.342\" y=\"-37834.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"422.176,-37827.5 422.176,-37871.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485\" y=\"-37856.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"422.176,-37849.5 547.825,-37849.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485\" y=\"-37834.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5328258944&#45;&gt;5328675280 -->\n",
"<g class=\"edge\" id=\"edge109\"><title>5328258944-&gt;5328675280</title>\n",
"<path d=\"M359.905,-37908.3C362.511,-37900.1 365.55,-37890.5 368.393,-37881.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"371.807,-37882.3 371.488,-37871.7 365.133,-37880.2 371.807,-37882.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328945048 -->\n",
"<g class=\"node\" id=\"node99\"><title>5328945048</title>\n",
"<polygon fill=\"none\" points=\"209.528,-37746.5 209.528,-37790.5 572.883,-37790.5 572.883,-37746.5 209.528,-37746.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"300.547\" y=\"-37764.3\">dense_1_6_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"391.566,-37746.5 391.566,-37790.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"419.4\" y=\"-37775.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"391.566,-37768.5 447.235,-37768.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"419.4\" y=\"-37753.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"447.235,-37746.5 447.235,-37790.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"510.059\" y=\"-37775.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"447.235,-37768.5 572.883,-37768.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"510.059\" y=\"-37753.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5328675280&#45;&gt;5328945048 -->\n",
"<g class=\"edge\" id=\"edge110\"><title>5328675280-&gt;5328945048</title>\n",
"<path d=\"M381.689,-37827.3C383.03,-37819.2 384.591,-37809.7 386.055,-37800.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"389.542,-37801.2 387.712,-37790.7 382.635,-37800 389.542,-37801.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5328945048&#45;&gt;5324406736 -->\n",
"<g class=\"edge\" id=\"edge112\"><title>5328945048-&gt;5324406736</title>\n",
"<path d=\"M420.952,-37746.3C434.14,-37736.9 449.822,-37725.8 463.875,-37715.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"466.26,-37718.4 472.377,-37709.7 462.201,-37712.7 466.26,-37718.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5329587000 -->\n",
"<g class=\"node\" id=\"node101\"><title>5329587000</title>\n",
"<polygon fill=\"none\" points=\"188.655,-37584.5 188.655,-37628.5 587.756,-37628.5 587.756,-37584.5 188.655,-37584.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"297.547\" y=\"-37602.3\">dense_1_7_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"406.438,-37584.5 406.438,-37628.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"434.273\" y=\"-37613.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"406.438,-37606.5 462.107,-37606.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"434.273\" y=\"-37591.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"462.107,-37584.5 462.107,-37628.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"524.932\" y=\"-37613.3\">(None, 28, 28, 528)</text>\n",
"<polyline fill=\"none\" points=\"462.107,-37606.5 587.756,-37606.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"524.932\" y=\"-37591.3\">(None, 28, 28, 528)</text>\n",
"</g>\n",
"<!-- 5324406736&#45;&gt;5329587000 -->\n",
"<g class=\"edge\" id=\"edge113\"><title>5324406736-&gt;5329587000</title>\n",
"<path d=\"M471.656,-37665.3C457.983,-37655.9 441.701,-37644.6 427.164,-37634.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"429.053,-37631.5 418.84,-37628.7 425.066,-37637.3 429.053,-37631.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5325900208 -->\n",
"<g class=\"node\" id=\"node107\"><title>5325900208</title>\n",
"<polygon fill=\"none\" points=\"281.241,-37098.5 281.241,-37142.5 761.17,-37142.5 761.17,-37098.5 281.241,-37098.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"371.061\" y=\"-37116.3\">concatenate_14: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"460.88,-37098.5 460.88,-37142.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"488.714\" y=\"-37127.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"460.88,-37120.5 516.549,-37120.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"488.714\" y=\"-37105.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"516.549,-37098.5 516.549,-37142.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"638.859\" y=\"-37127.3\">[(None, 28, 28, 528), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"516.549,-37120.5 761.17,-37120.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"638.373\" y=\"-37105.3\">(None, 28, 28, 576)</text>\n",
"</g>\n",
"<!-- 5324406736&#45;&gt;5325900208 -->\n",
"<g class=\"edge\" id=\"edge119\"><title>5324406736-&gt;5325900208</title>\n",
"<path d=\"M551.084,-37665.5C567.633,-37656.3 584.996,-37644.2 597.206,-37629 627.391,-37591.5 632.206,-37574.6 632.206,-37526.5 632.206,-37526.5 632.206,-37526.5 632.206,-37281.5 632.206,-37233.9 628.884,-37217.7 601.206,-37179 592.801,-37167.2 581.23,-37157 569.498,-37148.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"571.196,-37145.4 560.969,-37142.7 567.238,-37151.2 571.196,-37145.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5329499752 -->\n",
"<g class=\"node\" id=\"node102\"><title>5329499752</title>\n",
"<polygon fill=\"none\" points=\"210.586,-37503.5 210.586,-37547.5 549.825,-37547.5 549.825,-37503.5 210.586,-37503.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"289.547\" y=\"-37521.3\">activation_29: Activation</text>\n",
"<polyline fill=\"none\" points=\"368.507,-37503.5 368.507,-37547.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"396.342\" y=\"-37532.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"368.507,-37525.5 424.176,-37525.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"396.342\" y=\"-37510.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"424.176,-37503.5 424.176,-37547.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"487\" y=\"-37532.3\">(None, 28, 28, 528)</text>\n",
"<polyline fill=\"none\" points=\"424.176,-37525.5 549.825,-37525.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"487\" y=\"-37510.3\">(None, 28, 28, 528)</text>\n",
"</g>\n",
"<!-- 5329587000&#45;&gt;5329499752 -->\n",
"<g class=\"edge\" id=\"edge114\"><title>5329587000-&gt;5329499752</title>\n",
"<path d=\"M386.062,-37584.3C385.237,-37576.2 384.276,-37566.7 383.375,-37557.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"386.845,-37557.3 382.355,-37547.7 379.881,-37558 386.845,-37557.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5329631776 -->\n",
"<g class=\"node\" id=\"node103\"><title>5329631776</title>\n",
"<polygon fill=\"none\" points=\"161.873,-37422.5 161.873,-37466.5 590.539,-37466.5 590.539,-37422.5 161.873,-37422.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"285.547\" y=\"-37440.3\">dense_1_7_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"409.221,-37422.5 409.221,-37466.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.056\" y=\"-37451.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"409.221,-37444.5 464.89,-37444.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.056\" y=\"-37429.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"464.89,-37422.5 464.89,-37466.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.714\" y=\"-37451.3\">(None, 28, 28, 528)</text>\n",
"<polyline fill=\"none\" points=\"464.89,-37444.5 590.539,-37444.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.714\" y=\"-37429.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5329499752&#45;&gt;5329631776 -->\n",
"<g class=\"edge\" id=\"edge115\"><title>5329499752-&gt;5329631776</title>\n",
"<path d=\"M379.134,-37503.3C378.721,-37495.2 378.241,-37485.7 377.79,-37476.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"381.282,-37476.5 377.28,-37466.7 374.291,-37476.9 381.282,-37476.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5329836464 -->\n",
"<g class=\"node\" id=\"node104\"><title>5329836464</title>\n",
"<polygon fill=\"none\" points=\"140,-37341.5 140,-37385.5 604.411,-37385.5 604.411,-37341.5 140,-37341.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"281.547\" y=\"-37359.3\">dense_1_7_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"423.094,-37341.5 423.094,-37385.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.928\" y=\"-37370.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"423.094,-37363.5 478.763,-37363.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.928\" y=\"-37348.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"478.763,-37341.5 478.763,-37385.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.587\" y=\"-37370.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"478.763,-37363.5 604.411,-37363.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.587\" y=\"-37348.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5329631776&#45;&gt;5329836464 -->\n",
"<g class=\"edge\" id=\"edge116\"><title>5329631776-&gt;5329836464</title>\n",
"<path d=\"M375.134,-37422.3C374.721,-37414.2 374.241,-37404.7 373.79,-37395.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"377.282,-37395.5 373.28,-37385.7 370.291,-37395.9 377.282,-37395.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5330260376 -->\n",
"<g class=\"node\" id=\"node105\"><title>5330260376</title>\n",
"<polygon fill=\"none\" points=\"215.586,-37260.5 215.586,-37304.5 554.825,-37304.5 554.825,-37260.5 215.586,-37260.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"294.547\" y=\"-37278.3\">activation_30: Activation</text>\n",
"<polyline fill=\"none\" points=\"373.507,-37260.5 373.507,-37304.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.342\" y=\"-37289.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"373.507,-37282.5 429.176,-37282.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"401.342\" y=\"-37267.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"429.176,-37260.5 429.176,-37304.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"492\" y=\"-37289.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"429.176,-37282.5 554.825,-37282.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"492\" y=\"-37267.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5329836464&#45;&gt;5330260376 -->\n",
"<g class=\"edge\" id=\"edge117\"><title>5329836464-&gt;5330260376</title>\n",
"<path d=\"M375.689,-37341.3C377.03,-37333.2 378.591,-37323.7 380.055,-37314.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"383.542,-37315.2 381.712,-37304.7 376.635,-37314 383.542,-37315.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5330529976 -->\n",
"<g class=\"node\" id=\"node106\"><title>5330529976</title>\n",
"<polygon fill=\"none\" points=\"228.528,-37179.5 228.528,-37223.5 591.883,-37223.5 591.883,-37179.5 228.528,-37179.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"319.547\" y=\"-37197.3\">dense_1_7_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"410.566,-37179.5 410.566,-37223.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"438.4\" y=\"-37208.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"410.566,-37201.5 466.235,-37201.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"438.4\" y=\"-37186.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"466.235,-37179.5 466.235,-37223.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"529.059\" y=\"-37208.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"466.235,-37201.5 591.883,-37201.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"529.059\" y=\"-37186.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5330260376&#45;&gt;5330529976 -->\n",
"<g class=\"edge\" id=\"edge118\"><title>5330260376-&gt;5330529976</title>\n",
"<path d=\"M391.905,-37260.3C394.511,-37252.1 397.55,-37242.5 400.393,-37233.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"403.807,-37234.3 403.488,-37223.7 397.133,-37232.2 403.807,-37234.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5330529976&#45;&gt;5325900208 -->\n",
"<g class=\"edge\" id=\"edge120\"><title>5330529976-&gt;5325900208</title>\n",
"<path d=\"M439.952,-37179.3C453.14,-37169.9 468.822,-37158.8 482.875,-37148.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"485.26,-37151.4 491.377,-37142.7 481.201,-37145.7 485.26,-37151.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5331157736 -->\n",
"<g class=\"node\" id=\"node108\"><title>5331157736</title>\n",
"<polygon fill=\"none\" points=\"191.655,-37017.5 191.655,-37061.5 590.756,-37061.5 590.756,-37017.5 191.655,-37017.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"300.547\" y=\"-37035.3\">dense_1_8_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"409.438,-37017.5 409.438,-37061.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.273\" y=\"-37046.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"409.438,-37039.5 465.107,-37039.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.273\" y=\"-37024.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"465.107,-37017.5 465.107,-37061.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.932\" y=\"-37046.3\">(None, 28, 28, 576)</text>\n",
"<polyline fill=\"none\" points=\"465.107,-37039.5 590.756,-37039.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.932\" y=\"-37024.3\">(None, 28, 28, 576)</text>\n",
"</g>\n",
"<!-- 5325900208&#45;&gt;5331157736 -->\n",
"<g class=\"edge\" id=\"edge121\"><title>5325900208-&gt;5331157736</title>\n",
"<path d=\"M486.368,-37098.3C470.485,-37088.7 451.514,-37077.1 434.705,-37066.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"436.503,-37063.9 426.139,-37061.7 432.868,-37069.9 436.503,-37063.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5327236120 -->\n",
"<g class=\"node\" id=\"node114\"><title>5327236120</title>\n",
"<polygon fill=\"none\" points=\"272.241,-36531.5 272.241,-36575.5 752.17,-36575.5 752.17,-36531.5 272.241,-36531.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"362.061\" y=\"-36549.3\">concatenate_15: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"451.88,-36531.5 451.88,-36575.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.714\" y=\"-36560.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"451.88,-36553.5 507.549,-36553.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.714\" y=\"-36538.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"507.549,-36531.5 507.549,-36575.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"629.859\" y=\"-36560.3\">[(None, 28, 28, 576), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"507.549,-36553.5 752.17,-36553.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"629.373\" y=\"-36538.3\">(None, 28, 28, 624)</text>\n",
"</g>\n",
"<!-- 5325900208&#45;&gt;5327236120 -->\n",
"<g class=\"edge\" id=\"edge127\"><title>5325900208-&gt;5327236120</title>\n",
"<path d=\"M561.441,-37098.4C575.666,-37089 590.52,-37076.7 600.206,-37062 625.838,-37023 623.206,-37006.2 623.206,-36959.5 623.206,-36959.5 623.206,-36959.5 623.206,-36714.5 623.206,-36666.9 619.884,-36650.7 592.206,-36612 583.801,-36600.2 572.23,-36590 560.498,-36581.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"562.196,-36578.4 551.969,-36575.7 558.238,-36584.2 562.196,-36578.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5331082880 -->\n",
"<g class=\"node\" id=\"node109\"><title>5331082880</title>\n",
"<polygon fill=\"none\" points=\"205.586,-36936.5 205.586,-36980.5 544.825,-36980.5 544.825,-36936.5 205.586,-36936.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"284.547\" y=\"-36954.3\">activation_31: Activation</text>\n",
"<polyline fill=\"none\" points=\"363.507,-36936.5 363.507,-36980.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.342\" y=\"-36965.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"363.507,-36958.5 419.176,-36958.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.342\" y=\"-36943.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"419.176,-36936.5 419.176,-36980.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482\" y=\"-36965.3\">(None, 28, 28, 576)</text>\n",
"<polyline fill=\"none\" points=\"419.176,-36958.5 544.825,-36958.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"482\" y=\"-36943.3\">(None, 28, 28, 576)</text>\n",
"</g>\n",
"<!-- 5331157736&#45;&gt;5331082880 -->\n",
"<g class=\"edge\" id=\"edge122\"><title>5331157736-&gt;5331082880</title>\n",
"<path d=\"M386.918,-37017.3C385.268,-37009.2 383.347,-36999.7 381.544,-36990.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"384.921,-36989.8 379.505,-36980.7 378.06,-36991.2 384.921,-36989.8\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5331212608 -->\n",
"<g class=\"node\" id=\"node110\"><title>5331212608</title>\n",
"<polygon fill=\"none\" points=\"152.873,-36855.5 152.873,-36899.5 581.539,-36899.5 581.539,-36855.5 152.873,-36855.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"276.547\" y=\"-36873.3\">dense_1_8_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"400.221,-36855.5 400.221,-36899.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"428.056\" y=\"-36884.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"400.221,-36877.5 455.89,-36877.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"428.056\" y=\"-36862.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"455.89,-36855.5 455.89,-36899.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"518.714\" y=\"-36884.3\">(None, 28, 28, 576)</text>\n",
"<polyline fill=\"none\" points=\"455.89,-36877.5 581.539,-36877.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"518.714\" y=\"-36862.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5331082880&#45;&gt;5331212608 -->\n",
"<g class=\"edge\" id=\"edge123\"><title>5331082880-&gt;5331212608</title>\n",
"<path d=\"M373.062,-36936.3C372.237,-36928.2 371.276,-36918.7 370.375,-36909.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"373.845,-36909.3 369.355,-36899.7 366.881,-36910 373.845,-36909.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5331702504 -->\n",
"<g class=\"node\" id=\"node111\"><title>5331702504</title>\n",
"<polygon fill=\"none\" points=\"131,-36774.5 131,-36818.5 595.411,-36818.5 595.411,-36774.5 131,-36774.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"272.547\" y=\"-36792.3\">dense_1_8_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"414.094,-36774.5 414.094,-36818.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.928\" y=\"-36803.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"414.094,-36796.5 469.763,-36796.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.928\" y=\"-36781.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"469.763,-36774.5 469.763,-36818.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.587\" y=\"-36803.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"469.763,-36796.5 595.411,-36796.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.587\" y=\"-36781.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5331212608&#45;&gt;5331702504 -->\n",
"<g class=\"edge\" id=\"edge124\"><title>5331212608-&gt;5331702504</title>\n",
"<path d=\"M366.134,-36855.3C365.721,-36847.2 365.241,-36837.7 364.79,-36828.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"368.282,-36828.5 364.28,-36818.7 361.291,-36828.9 368.282,-36828.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5331850856 -->\n",
"<g class=\"node\" id=\"node112\"><title>5331850856</title>\n",
"<polygon fill=\"none\" points=\"206.586,-36693.5 206.586,-36737.5 545.825,-36737.5 545.825,-36693.5 206.586,-36693.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"285.547\" y=\"-36711.3\">activation_32: Activation</text>\n",
"<polyline fill=\"none\" points=\"364.507,-36693.5 364.507,-36737.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.342\" y=\"-36722.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"364.507,-36715.5 420.176,-36715.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"392.342\" y=\"-36700.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"420.176,-36693.5 420.176,-36737.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"483\" y=\"-36722.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"420.176,-36715.5 545.825,-36715.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"483\" y=\"-36700.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5331702504&#45;&gt;5331850856 -->\n",
"<g class=\"edge\" id=\"edge125\"><title>5331702504-&gt;5331850856</title>\n",
"<path d=\"M366.689,-36774.3C368.03,-36766.2 369.591,-36756.7 371.055,-36747.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"374.542,-36748.2 372.712,-36737.7 367.635,-36747 374.542,-36748.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332119000 -->\n",
"<g class=\"node\" id=\"node113\"><title>5332119000</title>\n",
"<polygon fill=\"none\" points=\"219.528,-36612.5 219.528,-36656.5 582.883,-36656.5 582.883,-36612.5 219.528,-36612.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"310.547\" y=\"-36630.3\">dense_1_8_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"401.566,-36612.5 401.566,-36656.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.4\" y=\"-36641.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"401.566,-36634.5 457.235,-36634.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.4\" y=\"-36619.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"457.235,-36612.5 457.235,-36656.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"520.059\" y=\"-36641.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"457.235,-36634.5 582.883,-36634.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"520.059\" y=\"-36619.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5331850856&#45;&gt;5332119000 -->\n",
"<g class=\"edge\" id=\"edge126\"><title>5331850856-&gt;5332119000</title>\n",
"<path d=\"M382.905,-36693.3C385.511,-36685.1 388.55,-36675.5 391.393,-36666.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"394.807,-36667.3 394.488,-36656.7 388.133,-36665.2 394.807,-36667.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332119000&#45;&gt;5327236120 -->\n",
"<g class=\"edge\" id=\"edge128\"><title>5332119000-&gt;5327236120</title>\n",
"<path d=\"M430.952,-36612.3C444.14,-36602.9 459.822,-36591.8 473.875,-36581.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"476.26,-36584.4 482.377,-36575.7 472.201,-36578.7 476.26,-36584.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332758880 -->\n",
"<g class=\"node\" id=\"node115\"><title>5332758880</title>\n",
"<polygon fill=\"none\" points=\"191.655,-36450.5 191.655,-36494.5 590.756,-36494.5 590.756,-36450.5 191.655,-36450.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"300.547\" y=\"-36468.3\">dense_1_9_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"409.438,-36450.5 409.438,-36494.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.273\" y=\"-36479.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"409.438,-36472.5 465.107,-36472.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.273\" y=\"-36457.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"465.107,-36450.5 465.107,-36494.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.932\" y=\"-36479.3\">(None, 28, 28, 624)</text>\n",
"<polyline fill=\"none\" points=\"465.107,-36472.5 590.756,-36472.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.932\" y=\"-36457.3\">(None, 28, 28, 624)</text>\n",
"</g>\n",
"<!-- 5327236120&#45;&gt;5332758880 -->\n",
"<g class=\"edge\" id=\"edge129\"><title>5327236120-&gt;5332758880</title>\n",
"<path d=\"M479.78,-36531.3C465.132,-36521.8 447.662,-36510.4 432.124,-36500.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"434.008,-36497.3 423.721,-36494.7 430.181,-36503.1 434.008,-36497.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5329342080 -->\n",
"<g class=\"node\" id=\"node121\"><title>5329342080</title>\n",
"<polygon fill=\"none\" points=\"280.241,-35964.5 280.241,-36008.5 760.17,-36008.5 760.17,-35964.5 280.241,-35964.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"370.061\" y=\"-35982.3\">concatenate_16: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"459.88,-35964.5 459.88,-36008.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"487.714\" y=\"-35993.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"459.88,-35986.5 515.549,-35986.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"487.714\" y=\"-35971.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"515.549,-35964.5 515.549,-36008.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"637.859\" y=\"-35993.3\">[(None, 28, 28, 624), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"515.549,-35986.5 760.17,-35986.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"637.373\" y=\"-35971.3\">(None, 28, 28, 672)</text>\n",
"</g>\n",
"<!-- 5327236120&#45;&gt;5329342080 -->\n",
"<g class=\"edge\" id=\"edge135\"><title>5327236120-&gt;5329342080</title>\n",
"<path d=\"M557.24,-36531.2C572.729,-36522 588.98,-36509.8 600.206,-36495 628.985,-36456.9 632.206,-36440.2 632.206,-36392.5 632.206,-36392.5 632.206,-36392.5 632.206,-36147.5 632.206,-36099.8 628.133,-36083.7 600.206,-36045 591.749,-36033.3 580.16,-36023 568.427,-36014.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"570.128,-36011.5 559.902,-36008.7 566.168,-36017.3 570.128,-36011.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332667808 -->\n",
"<g class=\"node\" id=\"node116\"><title>5332667808</title>\n",
"<polygon fill=\"none\" points=\"214.586,-36369.5 214.586,-36413.5 553.825,-36413.5 553.825,-36369.5 214.586,-36369.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"293.547\" y=\"-36387.3\">activation_33: Activation</text>\n",
"<polyline fill=\"none\" points=\"372.507,-36369.5 372.507,-36413.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"400.342\" y=\"-36398.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"372.507,-36391.5 428.176,-36391.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"400.342\" y=\"-36376.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"428.176,-36369.5 428.176,-36413.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"491\" y=\"-36398.3\">(None, 28, 28, 624)</text>\n",
"<polyline fill=\"none\" points=\"428.176,-36391.5 553.825,-36391.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"491\" y=\"-36376.3\">(None, 28, 28, 624)</text>\n",
"</g>\n",
"<!-- 5332758880&#45;&gt;5332667808 -->\n",
"<g class=\"edge\" id=\"edge130\"><title>5332758880-&gt;5332667808</title>\n",
"<path d=\"M389.33,-36450.3C388.608,-36442.2 387.768,-36432.7 386.979,-36423.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"390.456,-36423.4 386.087,-36413.7 383.483,-36424 390.456,-36423.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332805728 -->\n",
"<g class=\"node\" id=\"node117\"><title>5332805728</title>\n",
"<polygon fill=\"none\" points=\"166.873,-36288.5 166.873,-36332.5 595.539,-36332.5 595.539,-36288.5 166.873,-36288.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"290.547\" y=\"-36306.3\">dense_1_9_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"414.221,-36288.5 414.221,-36332.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"442.056\" y=\"-36317.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"414.221,-36310.5 469.89,-36310.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"442.056\" y=\"-36295.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"469.89,-36288.5 469.89,-36332.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.714\" y=\"-36317.3\">(None, 28, 28, 624)</text>\n",
"<polyline fill=\"none\" points=\"469.89,-36310.5 595.539,-36310.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.714\" y=\"-36295.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5332667808&#45;&gt;5332805728 -->\n",
"<g class=\"edge\" id=\"edge131\"><title>5332667808-&gt;5332805728</title>\n",
"<path d=\"M383.402,-36369.3C383.092,-36361.2 382.732,-36351.7 382.394,-36342.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"385.889,-36342.6 382.012,-36332.7 378.894,-36342.9 385.889,-36342.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332932312 -->\n",
"<g class=\"node\" id=\"node118\"><title>5332932312</title>\n",
"<polygon fill=\"none\" points=\"140,-36207.5 140,-36251.5 604.411,-36251.5 604.411,-36207.5 140,-36207.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"281.547\" y=\"-36225.3\">dense_1_9_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"423.094,-36207.5 423.094,-36251.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.928\" y=\"-36236.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"423.094,-36229.5 478.763,-36229.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.928\" y=\"-36214.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"478.763,-36207.5 478.763,-36251.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.587\" y=\"-36236.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"478.763,-36229.5 604.411,-36229.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.587\" y=\"-36214.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5332805728&#45;&gt;5332932312 -->\n",
"<g class=\"edge\" id=\"edge132\"><title>5332805728-&gt;5332932312</title>\n",
"<path d=\"M378.794,-36288.3C377.866,-36280.2 376.785,-36270.7 375.771,-36261.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"379.234,-36261.3 374.624,-36251.7 372.279,-36262.1 379.234,-36261.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5333521128 -->\n",
"<g class=\"node\" id=\"node119\"><title>5333521128</title>\n",
"<polygon fill=\"none\" points=\"227.586,-36126.5 227.586,-36170.5 566.825,-36170.5 566.825,-36126.5 227.586,-36126.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"306.547\" y=\"-36144.3\">activation_34: Activation</text>\n",
"<polyline fill=\"none\" points=\"385.507,-36126.5 385.507,-36170.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.342\" y=\"-36155.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"385.507,-36148.5 441.176,-36148.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.342\" y=\"-36133.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"441.176,-36126.5 441.176,-36170.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504\" y=\"-36155.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"441.176,-36148.5 566.825,-36148.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504\" y=\"-36133.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5332932312&#45;&gt;5333521128 -->\n",
"<g class=\"edge\" id=\"edge133\"><title>5332932312-&gt;5333521128</title>\n",
"<path d=\"M378.905,-36207.3C381.511,-36199.1 384.55,-36189.5 387.393,-36180.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"390.807,-36181.3 390.488,-36170.7 384.133,-36179.2 390.807,-36181.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5333695736 -->\n",
"<g class=\"node\" id=\"node120\"><title>5333695736</title>\n",
"<polygon fill=\"none\" points=\"227.528,-36045.5 227.528,-36089.5 590.883,-36089.5 590.883,-36045.5 227.528,-36045.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"318.547\" y=\"-36063.3\">dense_1_9_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"409.566,-36045.5 409.566,-36089.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.4\" y=\"-36074.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"409.566,-36067.5 465.235,-36067.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.4\" y=\"-36052.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"465.235,-36045.5 465.235,-36089.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528.059\" y=\"-36074.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"465.235,-36067.5 590.883,-36067.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528.059\" y=\"-36052.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5333521128&#45;&gt;5333695736 -->\n",
"<g class=\"edge\" id=\"edge134\"><title>5333521128-&gt;5333695736</title>\n",
"<path d=\"M400.421,-36126.3C401.659,-36118.2 403.099,-36108.7 404.452,-36099.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"407.939,-36100.1 405.981,-36089.7 401.019,-36099.1 407.939,-36100.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5333695736&#45;&gt;5329342080 -->\n",
"<g class=\"edge\" id=\"edge136\"><title>5333695736-&gt;5329342080</title>\n",
"<path d=\"M438.952,-36045.3C452.14,-36035.9 467.822,-36024.8 481.875,-36014.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"484.26,-36017.4 490.377,-36008.7 480.201,-36011.7 484.26,-36017.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5334339656 -->\n",
"<g class=\"node\" id=\"node122\"><title>5334339656</title>\n",
"<polygon fill=\"none\" points=\"202.155,-35883.5 202.155,-35927.5 608.256,-35927.5 608.256,-35883.5 202.155,-35883.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"314.547\" y=\"-35901.3\">dense_1_10_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"426.938,-35883.5 426.938,-35927.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"454.773\" y=\"-35912.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"426.938,-35905.5 482.607,-35905.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"454.773\" y=\"-35890.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"482.607,-35883.5 482.607,-35927.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"545.432\" y=\"-35912.3\">(None, 28, 28, 672)</text>\n",
"<polyline fill=\"none\" points=\"482.607,-35905.5 608.256,-35905.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"545.432\" y=\"-35890.3\">(None, 28, 28, 672)</text>\n",
"</g>\n",
"<!-- 5329342080&#45;&gt;5334339656 -->\n",
"<g class=\"edge\" id=\"edge137\"><title>5329342080-&gt;5334339656</title>\n",
"<path d=\"M489.388,-35964.3C475.595,-35954.9 459.17,-35943.6 444.506,-35933.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"446.333,-35930.5 436.109,-35927.7 442.369,-35936.3 446.333,-35930.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5330922912 -->\n",
"<g class=\"node\" id=\"node128\"><title>5330922912</title>\n",
"<polygon fill=\"none\" points=\"299.241,-35397.5 299.241,-35441.5 779.17,-35441.5 779.17,-35397.5 299.241,-35397.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"389.061\" y=\"-35415.3\">concatenate_17: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"478.88,-35397.5 478.88,-35441.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"506.714\" y=\"-35426.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"478.88,-35419.5 534.549,-35419.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"506.714\" y=\"-35404.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"534.549,-35397.5 534.549,-35441.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.859\" y=\"-35426.3\">[(None, 28, 28, 672), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"534.549,-35419.5 779.17,-35419.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.373\" y=\"-35404.3\">(None, 28, 28, 720)</text>\n",
"</g>\n",
"<!-- 5329342080&#45;&gt;5330922912 -->\n",
"<g class=\"edge\" id=\"edge143\"><title>5329342080-&gt;5330922912</title>\n",
"<path d=\"M570.612,-35964.4C587.358,-35955.3 604.86,-35943.2 617.206,-35928 647.563,-35890.6 652.206,-35873.6 652.206,-35825.5 652.206,-35825.5 652.206,-35825.5 652.206,-35580.5 652.206,-35532.8 648.246,-35516.6 620.206,-35478 611.561,-35466.1 599.683,-35455.7 587.686,-35447.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"589.645,-35444.3 579.399,-35441.6 585.725,-35450.1 589.645,-35444.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5334249256 -->\n",
"<g class=\"node\" id=\"node123\"><title>5334249256</title>\n",
"<polygon fill=\"none\" points=\"230.586,-35802.5 230.586,-35846.5 569.825,-35846.5 569.825,-35802.5 230.586,-35802.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"309.547\" y=\"-35820.3\">activation_35: Activation</text>\n",
"<polyline fill=\"none\" points=\"388.507,-35802.5 388.507,-35846.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"416.342\" y=\"-35831.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"388.507,-35824.5 444.176,-35824.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"416.342\" y=\"-35809.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"444.176,-35802.5 444.176,-35846.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"507\" y=\"-35831.3\">(None, 28, 28, 672)</text>\n",
"<polyline fill=\"none\" points=\"444.176,-35824.5 569.825,-35824.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"507\" y=\"-35809.3\">(None, 28, 28, 672)</text>\n",
"</g>\n",
"<!-- 5334339656&#45;&gt;5334249256 -->\n",
"<g class=\"edge\" id=\"edge138\"><title>5334339656-&gt;5334249256</title>\n",
"<path d=\"M403.866,-35883.3C403.35,-35875.2 402.75,-35865.7 402.186,-35856.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"405.674,-35856.5 401.549,-35846.7 398.688,-35856.9 405.674,-35856.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5334394752 -->\n",
"<g class=\"node\" id=\"node124\"><title>5334394752</title>\n",
"<polygon fill=\"none\" points=\"174.373,-35721.5 174.373,-35765.5 610.039,-35765.5 610.039,-35721.5 174.373,-35721.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"301.547\" y=\"-35739.3\">dense_1_10_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"428.721,-35721.5 428.721,-35765.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.556\" y=\"-35750.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"428.721,-35743.5 484.39,-35743.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.556\" y=\"-35728.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"484.39,-35721.5 484.39,-35765.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547.214\" y=\"-35750.3\">(None, 28, 28, 672)</text>\n",
"<polyline fill=\"none\" points=\"484.39,-35743.5 610.039,-35743.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547.214\" y=\"-35728.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5334249256&#45;&gt;5334394752 -->\n",
"<g class=\"edge\" id=\"edge139\"><title>5334249256-&gt;5334394752</title>\n",
"<path d=\"M398.062,-35802.3C397.237,-35794.2 396.276,-35784.7 395.375,-35775.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"398.845,-35775.3 394.355,-35765.7 391.881,-35776 398.845,-35775.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5334563080 -->\n",
"<g class=\"node\" id=\"node125\"><title>5334563080</title>\n",
"<polygon fill=\"none\" points=\"152.5,-35640.5 152.5,-35684.5 623.911,-35684.5 623.911,-35640.5 152.5,-35640.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"297.547\" y=\"-35658.3\">dense_1_10_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"442.594,-35640.5 442.594,-35684.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"470.428\" y=\"-35669.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"442.594,-35662.5 498.263,-35662.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"470.428\" y=\"-35647.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"498.263,-35640.5 498.263,-35684.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"561.087\" y=\"-35669.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"498.263,-35662.5 623.911,-35662.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"561.087\" y=\"-35647.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5334394752&#45;&gt;5334563080 -->\n",
"<g class=\"edge\" id=\"edge140\"><title>5334394752-&gt;5334563080</title>\n",
"<path d=\"M391.134,-35721.3C390.721,-35713.2 390.241,-35703.7 389.79,-35694.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"393.282,-35694.5 389.28,-35684.7 386.291,-35694.9 393.282,-35694.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335114080 -->\n",
"<g class=\"node\" id=\"node126\"><title>5335114080</title>\n",
"<polygon fill=\"none\" points=\"243.586,-35559.5 243.586,-35603.5 582.825,-35603.5 582.825,-35559.5 243.586,-35559.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"322.547\" y=\"-35577.3\">activation_36: Activation</text>\n",
"<polyline fill=\"none\" points=\"401.507,-35559.5 401.507,-35603.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.342\" y=\"-35588.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"401.507,-35581.5 457.176,-35581.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.342\" y=\"-35566.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"457.176,-35559.5 457.176,-35603.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"520\" y=\"-35588.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"457.176,-35581.5 582.825,-35581.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"520\" y=\"-35566.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5334563080&#45;&gt;5335114080 -->\n",
"<g class=\"edge\" id=\"edge141\"><title>5334563080-&gt;5335114080</title>\n",
"<path d=\"M394.905,-35640.3C397.511,-35632.1 400.55,-35622.5 403.393,-35613.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"406.807,-35614.3 406.488,-35603.7 400.133,-35612.2 406.807,-35614.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335206488 -->\n",
"<g class=\"node\" id=\"node127\"><title>5335206488</title>\n",
"<polygon fill=\"none\" points=\"241.028,-35478.5 241.028,-35522.5 611.383,-35522.5 611.383,-35478.5 241.028,-35478.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"335.547\" y=\"-35496.3\">dense_1_10_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"430.066,-35478.5 430.066,-35522.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"457.9\" y=\"-35507.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"430.066,-35500.5 485.735,-35500.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"457.9\" y=\"-35485.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"485.735,-35478.5 485.735,-35522.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"548.559\" y=\"-35507.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"485.735,-35500.5 611.383,-35500.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"548.559\" y=\"-35485.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5335114080&#45;&gt;5335206488 -->\n",
"<g class=\"edge\" id=\"edge142\"><title>5335114080-&gt;5335206488</title>\n",
"<path d=\"M416.689,-35559.3C418.03,-35551.2 419.591,-35541.7 421.055,-35532.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"424.542,-35533.2 422.712,-35522.7 417.635,-35532 424.542,-35533.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335206488&#45;&gt;5330922912 -->\n",
"<g class=\"edge\" id=\"edge144\"><title>5335206488-&gt;5330922912</title>\n",
"<path d=\"M456.487,-35478.3C470.041,-35468.9 486.18,-35457.6 500.589,-35447.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"502.65,-35450.3 508.84,-35441.7 498.639,-35444.6 502.65,-35450.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335936416 -->\n",
"<g class=\"node\" id=\"node129\"><title>5335936416</title>\n",
"<polygon fill=\"none\" points=\"221.412,-35316.5 221.412,-35360.5 627,-35360.5 627,-35316.5 221.412,-35316.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"333.547\" y=\"-35334.3\">dense_1_11_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"445.682,-35316.5 445.682,-35360.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"473.517\" y=\"-35345.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"445.682,-35338.5 501.351,-35338.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"473.517\" y=\"-35323.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"501.351,-35316.5 501.351,-35360.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"564.175\" y=\"-35345.3\">(None, 28, 28, 720)</text>\n",
"<polyline fill=\"none\" points=\"501.351,-35338.5 627,-35338.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"564.175\" y=\"-35323.3\">(None, 28, 28, 720)</text>\n",
"</g>\n",
"<!-- 5330922912&#45;&gt;5335936416 -->\n",
"<g class=\"edge\" id=\"edge145\"><title>5330922912-&gt;5335936416</title>\n",
"<path d=\"M508.388,-35397.3C494.595,-35387.9 478.17,-35376.6 463.506,-35366.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"465.333,-35363.5 455.109,-35360.7 461.369,-35369.3 465.333,-35363.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5332239920 -->\n",
"<g class=\"node\" id=\"node135\"><title>5332239920</title>\n",
"<polygon fill=\"none\" points=\"318.241,-34830.5 318.241,-34874.5 798.17,-34874.5 798.17,-34830.5 318.241,-34830.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"408.061\" y=\"-34848.3\">concatenate_18: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"497.88,-34830.5 497.88,-34874.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"525.714\" y=\"-34859.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"497.88,-34852.5 553.549,-34852.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"525.714\" y=\"-34837.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"553.549,-34830.5 553.549,-34874.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"675.859\" y=\"-34859.3\">[(None, 28, 28, 720), (None, 28, 28, 48)]</text>\n",
"<polyline fill=\"none\" points=\"553.549,-34852.5 798.17,-34852.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"675.373\" y=\"-34837.3\">(None, 28, 28, 768)</text>\n",
"</g>\n",
"<!-- 5330922912&#45;&gt;5332239920 -->\n",
"<g class=\"edge\" id=\"edge151\"><title>5330922912-&gt;5332239920</title>\n",
"<path d=\"M589.612,-35397.4C606.358,-35388.3 623.86,-35376.2 636.206,-35361 666.563,-35323.6 671.206,-35306.6 671.206,-35258.5 671.206,-35258.5 671.206,-35258.5 671.206,-35013.5 671.206,-34965.9 668.109,-34949.6 640.206,-34911 631.592,-34899.1 619.73,-34888.8 607.704,-34880.3\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"609.645,-34877.4 599.389,-34874.7 605.75,-34883.2 609.645,-34877.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335796928 -->\n",
"<g class=\"node\" id=\"node130\"><title>5335796928</title>\n",
"<polygon fill=\"none\" points=\"246.586,-35235.5 246.586,-35279.5 585.825,-35279.5 585.825,-35235.5 246.586,-35235.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"325.547\" y=\"-35253.3\">activation_37: Activation</text>\n",
"<polyline fill=\"none\" points=\"404.507,-35235.5 404.507,-35279.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"432.342\" y=\"-35264.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"404.507,-35257.5 460.176,-35257.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"432.342\" y=\"-35242.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"460.176,-35235.5 460.176,-35279.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"523\" y=\"-35264.3\">(None, 28, 28, 720)</text>\n",
"<polyline fill=\"none\" points=\"460.176,-35257.5 585.825,-35257.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"523\" y=\"-35242.3\">(None, 28, 28, 720)</text>\n",
"</g>\n",
"<!-- 5335936416&#45;&gt;5335796928 -->\n",
"<g class=\"edge\" id=\"edge146\"><title>5335936416-&gt;5335796928</title>\n",
"<path d=\"M422.062,-35316.3C421.237,-35308.2 420.276,-35298.7 419.375,-35289.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"422.845,-35289.3 418.355,-35279.7 415.881,-35290 422.845,-35289.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5336016992 -->\n",
"<g class=\"node\" id=\"node131\"><title>5336016992</title>\n",
"<polygon fill=\"none\" points=\"194.629,-35154.5 194.629,-35198.5 629.782,-35198.5 629.782,-35154.5 194.629,-35154.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"321.547\" y=\"-35172.3\">dense_1_11_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"448.465,-35154.5 448.465,-35198.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.299\" y=\"-35183.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"448.465,-35176.5 504.134,-35176.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.299\" y=\"-35161.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"504.134,-35154.5 504.134,-35198.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"566.958\" y=\"-35183.3\">(None, 28, 28, 720)</text>\n",
"<polyline fill=\"none\" points=\"504.134,-35176.5 629.782,-35176.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"566.958\" y=\"-35161.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5335796928&#45;&gt;5336016992 -->\n",
"<g class=\"edge\" id=\"edge147\"><title>5335796928-&gt;5336016992</title>\n",
"<path d=\"M415.134,-35235.3C414.721,-35227.2 414.241,-35217.7 413.79,-35208.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"417.282,-35208.5 413.28,-35198.7 410.291,-35208.9 417.282,-35208.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5336190648 -->\n",
"<g class=\"node\" id=\"node132\"><title>5336190648</title>\n",
"<polygon fill=\"none\" points=\"172.756,-35073.5 172.756,-35117.5 643.655,-35117.5 643.655,-35073.5 172.756,-35073.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"317.547\" y=\"-35091.3\">dense_1_11_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"462.337,-35073.5 462.337,-35117.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"490.172\" y=\"-35102.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"462.337,-35095.5 518.006,-35095.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"490.172\" y=\"-35080.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"518.006,-35073.5 518.006,-35117.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"580.831\" y=\"-35102.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"518.006,-35095.5 643.655,-35095.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"580.831\" y=\"-35080.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5336016992&#45;&gt;5336190648 -->\n",
"<g class=\"edge\" id=\"edge148\"><title>5336016992-&gt;5336190648</title>\n",
"<path d=\"M411.134,-35154.3C410.721,-35146.2 410.241,-35136.7 409.79,-35127.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"413.282,-35127.5 409.28,-35117.7 406.291,-35127.9 413.282,-35127.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5334563584 -->\n",
"<g class=\"node\" id=\"node133\"><title>5334563584</title>\n",
"<polygon fill=\"none\" points=\"251.586,-34992.5 251.586,-35036.5 590.825,-35036.5 590.825,-34992.5 251.586,-34992.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"330.547\" y=\"-35010.3\">activation_38: Activation</text>\n",
"<polyline fill=\"none\" points=\"409.507,-34992.5 409.507,-35036.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.342\" y=\"-35021.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"409.507,-35014.5 465.176,-35014.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"437.342\" y=\"-34999.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"465.176,-34992.5 465.176,-35036.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528\" y=\"-35021.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"465.176,-35014.5 590.825,-35014.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528\" y=\"-34999.3\">(None, 28, 28, 192)</text>\n",
"</g>\n",
"<!-- 5336190648&#45;&gt;5334563584 -->\n",
"<g class=\"edge\" id=\"edge149\"><title>5336190648-&gt;5334563584</title>\n",
"<path d=\"M411.689,-35073.3C413.03,-35065.2 414.591,-35055.7 416.055,-35046.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"419.542,-35047.2 417.712,-35036.7 412.635,-35046 419.542,-35047.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5336795456 -->\n",
"<g class=\"node\" id=\"node134\"><title>5336795456</title>\n",
"<polygon fill=\"none\" points=\"261.284,-34911.5 261.284,-34955.5 631.127,-34955.5 631.127,-34911.5 261.284,-34911.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"355.547\" y=\"-34929.3\">dense_1_11_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"449.81,-34911.5 449.81,-34955.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"477.644\" y=\"-34940.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"449.81,-34933.5 505.479,-34933.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"477.644\" y=\"-34918.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"505.479,-34911.5 505.479,-34955.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"568.303\" y=\"-34940.3\">(None, 28, 28, 192)</text>\n",
"<polyline fill=\"none\" points=\"505.479,-34933.5 631.127,-34933.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"568.303\" y=\"-34918.3\">(None, 28, 28, 48)</text>\n",
"</g>\n",
"<!-- 5334563584&#45;&gt;5336795456 -->\n",
"<g class=\"edge\" id=\"edge150\"><title>5334563584-&gt;5336795456</title>\n",
"<path d=\"M427.905,-34992.3C430.511,-34984.1 433.55,-34974.5 436.393,-34965.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"439.807,-34966.3 439.488,-34955.7 433.133,-34964.2 439.807,-34966.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5336795456&#45;&gt;5332239920 -->\n",
"<g class=\"edge\" id=\"edge152\"><title>5336795456-&gt;5332239920</title>\n",
"<path d=\"M476.22,-34911.3C489.653,-34901.9 505.649,-34890.6 519.931,-34880.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"521.954,-34883.4 528.109,-34874.7 517.92,-34877.6 521.954,-34883.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5335473904 -->\n",
"<g class=\"node\" id=\"node136\"><title>5335473904</title>\n",
"<polygon fill=\"none\" points=\"377.317,-34749.5 377.317,-34793.5 739.094,-34793.5 739.094,-34749.5 377.317,-34749.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.547\" y=\"-34767.3\">tr_1_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"557.776,-34749.5 557.776,-34793.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.611\" y=\"-34778.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"557.776,-34771.5 613.445,-34771.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.611\" y=\"-34756.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"613.445,-34749.5 613.445,-34793.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"676.27\" y=\"-34778.3\">(None, 28, 28, 768)</text>\n",
"<polyline fill=\"none\" points=\"613.445,-34771.5 739.094,-34771.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"676.27\" y=\"-34756.3\">(None, 28, 28, 768)</text>\n",
"</g>\n",
"<!-- 5332239920&#45;&gt;5335473904 -->\n",
"<g class=\"edge\" id=\"edge153\"><title>5332239920-&gt;5335473904</title>\n",
"<path d=\"M558.206,-34830.3C558.206,-34822.2 558.206,-34812.7 558.206,-34803.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.706,-34803.7 558.206,-34793.7 554.706,-34803.7 561.706,-34803.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5337012712 -->\n",
"<g class=\"node\" id=\"node137\"><title>5337012712</title>\n",
"<polygon fill=\"none\" points=\"388.586,-34668.5 388.586,-34712.5 727.825,-34712.5 727.825,-34668.5 388.586,-34668.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.547\" y=\"-34686.3\">activation_39: Activation</text>\n",
"<polyline fill=\"none\" points=\"546.507,-34668.5 546.507,-34712.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"574.342\" y=\"-34697.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"546.507,-34690.5 602.176,-34690.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"574.342\" y=\"-34675.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"602.176,-34668.5 602.176,-34712.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665\" y=\"-34697.3\">(None, 28, 28, 768)</text>\n",
"<polyline fill=\"none\" points=\"602.176,-34690.5 727.825,-34690.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665\" y=\"-34675.3\">(None, 28, 28, 768)</text>\n",
"</g>\n",
"<!-- 5335473904&#45;&gt;5337012712 -->\n",
"<g class=\"edge\" id=\"edge154\"><title>5335473904-&gt;5337012712</title>\n",
"<path d=\"M558.206,-34749.3C558.206,-34741.2 558.206,-34731.7 558.206,-34722.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.706,-34722.7 558.206,-34712.7 554.706,-34722.7 561.706,-34722.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5337604616 -->\n",
"<g class=\"node\" id=\"node138\"><title>5337604616</title>\n",
"<polygon fill=\"none\" points=\"395.19,-34587.5 395.19,-34631.5 721.221,-34631.5 721.221,-34587.5 395.19,-34587.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.547\" y=\"-34605.3\">tr_1_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"539.904,-34587.5 539.904,-34631.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"567.738\" y=\"-34616.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"539.904,-34609.5 595.573,-34609.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"567.738\" y=\"-34594.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"595.573,-34587.5 595.573,-34631.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.397\" y=\"-34616.3\">(None, 28, 28, 768)</text>\n",
"<polyline fill=\"none\" points=\"595.573,-34609.5 721.221,-34609.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.397\" y=\"-34594.3\">(None, 28, 28, 384)</text>\n",
"</g>\n",
"<!-- 5337012712&#45;&gt;5337604616 -->\n",
"<g class=\"edge\" id=\"edge155\"><title>5337012712-&gt;5337604616</title>\n",
"<path d=\"M558.206,-34668.3C558.206,-34660.2 558.206,-34650.7 558.206,-34641.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.706,-34641.7 558.206,-34631.7 554.706,-34641.7 561.706,-34641.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5337906816 -->\n",
"<g class=\"node\" id=\"node139\"><title>5337906816</title>\n",
"<polygon fill=\"none\" points=\"342.058,-34506.5 342.058,-34550.5 774.354,-34550.5 774.354,-34506.5 342.058,-34506.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.547\" y=\"-34524.3\">average_pooling2d_2: AveragePooling2D</text>\n",
"<polyline fill=\"none\" points=\"593.036,-34506.5 593.036,-34550.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"620.871\" y=\"-34535.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"593.036,-34528.5 648.705,-34528.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"620.871\" y=\"-34513.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"648.705,-34506.5 648.705,-34550.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.529\" y=\"-34535.3\">(None, 28, 28, 384)</text>\n",
"<polyline fill=\"none\" points=\"648.705,-34528.5 774.354,-34528.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.529\" y=\"-34513.3\">(None, 14, 14, 384)</text>\n",
"</g>\n",
"<!-- 5337604616&#45;&gt;5337906816 -->\n",
"<g class=\"edge\" id=\"edge156\"><title>5337604616-&gt;5337906816</title>\n",
"<path d=\"M558.206,-34587.3C558.206,-34579.2 558.206,-34569.7 558.206,-34560.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.706,-34560.7 558.206,-34550.7 554.706,-34560.7 561.706,-34560.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338139672 -->\n",
"<g class=\"node\" id=\"node140\"><title>5338139672</title>\n",
"<polygon fill=\"none\" points=\"244.655,-34425.5 244.655,-34469.5 643.756,-34469.5 643.756,-34425.5 244.655,-34425.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"353.547\" y=\"-34443.3\">dense_2_0_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"462.438,-34425.5 462.438,-34469.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"490.273\" y=\"-34454.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"462.438,-34447.5 518.107,-34447.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"490.273\" y=\"-34432.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"518.107,-34425.5 518.107,-34469.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"580.932\" y=\"-34454.3\">(None, 14, 14, 384)</text>\n",
"<polyline fill=\"none\" points=\"518.107,-34447.5 643.756,-34447.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"580.932\" y=\"-34432.3\">(None, 14, 14, 384)</text>\n",
"</g>\n",
"<!-- 5337906816&#45;&gt;5338139672 -->\n",
"<g class=\"edge\" id=\"edge157\"><title>5337906816-&gt;5338139672</title>\n",
"<path d=\"M527.656,-34506.3C513.983,-34496.9 497.701,-34485.6 483.164,-34475.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"485.053,-34472.5 474.84,-34469.7 481.066,-34478.3 485.053,-34472.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338322536 -->\n",
"<g class=\"node\" id=\"node146\"><title>5338322536</title>\n",
"<polygon fill=\"none\" points=\"337.241,-33939.5 337.241,-33983.5 817.17,-33983.5 817.17,-33939.5 337.241,-33939.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"427.061\" y=\"-33957.3\">concatenate_19: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"516.88,-33939.5 516.88,-33983.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"544.714\" y=\"-33968.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"516.88,-33961.5 572.549,-33961.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"544.714\" y=\"-33946.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"572.549,-33939.5 572.549,-33983.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694.859\" y=\"-33968.3\">[(None, 14, 14, 384), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"572.549,-33961.5 817.17,-33961.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694.373\" y=\"-33946.3\">(None, 14, 14, 432)</text>\n",
"</g>\n",
"<!-- 5337906816&#45;&gt;5338322536 -->\n",
"<g class=\"edge\" id=\"edge163\"><title>5337906816-&gt;5338322536</title>\n",
"<path d=\"M607.084,-34506.5C623.633,-34497.3 640.996,-34485.2 653.206,-34470 683.391,-34432.5 688.206,-34415.6 688.206,-34367.5 688.206,-34367.5 688.206,-34367.5 688.206,-34122.5 688.206,-34074.9 684.884,-34058.7 657.206,-34020 648.801,-34008.2 637.23,-33998 625.498,-33989.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"627.196,-33986.4 616.969,-33983.7 623.238,-33992.2 627.196,-33986.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338441208 -->\n",
"<g class=\"node\" id=\"node141\"><title>5338441208</title>\n",
"<polygon fill=\"none\" points=\"270.586,-34344.5 270.586,-34388.5 609.825,-34388.5 609.825,-34344.5 270.586,-34344.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"349.547\" y=\"-34362.3\">activation_40: Activation</text>\n",
"<polyline fill=\"none\" points=\"428.507,-34344.5 428.507,-34388.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.342\" y=\"-34373.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"428.507,-34366.5 484.176,-34366.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.342\" y=\"-34351.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"484.176,-34344.5 484.176,-34388.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547\" y=\"-34373.3\">(None, 14, 14, 384)</text>\n",
"<polyline fill=\"none\" points=\"484.176,-34366.5 609.825,-34366.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547\" y=\"-34351.3\">(None, 14, 14, 384)</text>\n",
"</g>\n",
"<!-- 5338139672&#45;&gt;5338441208 -->\n",
"<g class=\"edge\" id=\"edge158\"><title>5338139672-&gt;5338441208</title>\n",
"<path d=\"M443.134,-34425.3C442.721,-34417.2 442.241,-34407.7 441.79,-34398.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"445.282,-34398.5 441.28,-34388.7 438.291,-34398.9 445.282,-34398.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338441880 -->\n",
"<g class=\"node\" id=\"node142\"><title>5338441880</title>\n",
"<polygon fill=\"none\" points=\"217.873,-34263.5 217.873,-34307.5 646.539,-34307.5 646.539,-34263.5 217.873,-34263.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"341.547\" y=\"-34281.3\">dense_2_0_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"465.221,-34263.5 465.221,-34307.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"493.056\" y=\"-34292.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"465.221,-34285.5 520.89,-34285.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"493.056\" y=\"-34270.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"520.89,-34263.5 520.89,-34307.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"583.714\" y=\"-34292.3\">(None, 14, 14, 384)</text>\n",
"<polyline fill=\"none\" points=\"520.89,-34285.5 646.539,-34285.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"583.714\" y=\"-34270.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5338441208&#45;&gt;5338441880 -->\n",
"<g class=\"edge\" id=\"edge159\"><title>5338441208-&gt;5338441880</title>\n",
"<path d=\"M438.062,-34344.3C437.237,-34336.2 436.276,-34326.7 435.375,-34317.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"438.845,-34317.3 434.355,-34307.7 431.881,-34318 438.845,-34317.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338653360 -->\n",
"<g class=\"node\" id=\"node143\"><title>5338653360</title>\n",
"<polygon fill=\"none\" points=\"196,-34182.5 196,-34226.5 660.411,-34226.5 660.411,-34182.5 196,-34182.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"337.547\" y=\"-34200.3\">dense_2_0_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"479.094,-34182.5 479.094,-34226.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"506.928\" y=\"-34211.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"479.094,-34204.5 534.763,-34204.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"506.928\" y=\"-34189.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"534.763,-34182.5 534.763,-34226.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"597.587\" y=\"-34211.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"534.763,-34204.5 660.411,-34204.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"597.587\" y=\"-34189.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5338441880&#45;&gt;5338653360 -->\n",
"<g class=\"edge\" id=\"edge160\"><title>5338441880-&gt;5338653360</title>\n",
"<path d=\"M431.134,-34263.3C430.721,-34255.2 430.241,-34245.7 429.79,-34236.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"433.282,-34236.5 429.28,-34226.7 426.291,-34236.9 433.282,-34236.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338992936 -->\n",
"<g class=\"node\" id=\"node144\"><title>5338992936</title>\n",
"<polygon fill=\"none\" points=\"283.586,-34101.5 283.586,-34145.5 622.825,-34145.5 622.825,-34101.5 283.586,-34101.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"362.547\" y=\"-34119.3\">activation_41: Activation</text>\n",
"<polyline fill=\"none\" points=\"441.507,-34101.5 441.507,-34145.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"469.342\" y=\"-34130.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"441.507,-34123.5 497.176,-34123.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"469.342\" y=\"-34108.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"497.176,-34101.5 497.176,-34145.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560\" y=\"-34130.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"497.176,-34123.5 622.825,-34123.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560\" y=\"-34108.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5338653360&#45;&gt;5338992936 -->\n",
"<g class=\"edge\" id=\"edge161\"><title>5338653360-&gt;5338992936</title>\n",
"<path d=\"M434.905,-34182.3C437.511,-34174.1 440.55,-34164.5 443.393,-34155.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"446.807,-34156.3 446.488,-34145.7 440.133,-34154.2 446.807,-34156.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339262536 -->\n",
"<g class=\"node\" id=\"node145\"><title>5339262536</title>\n",
"<polygon fill=\"none\" points=\"284.528,-34020.5 284.528,-34064.5 647.883,-34064.5 647.883,-34020.5 284.528,-34020.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"375.547\" y=\"-34038.3\">dense_2_0_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"466.566,-34020.5 466.566,-34064.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.4\" y=\"-34049.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"466.566,-34042.5 522.235,-34042.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.4\" y=\"-34027.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"522.235,-34020.5 522.235,-34064.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.059\" y=\"-34049.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"522.235,-34042.5 647.883,-34042.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.059\" y=\"-34027.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5338992936&#45;&gt;5339262536 -->\n",
"<g class=\"edge\" id=\"edge162\"><title>5338992936-&gt;5339262536</title>\n",
"<path d=\"M456.689,-34101.3C458.03,-34093.2 459.591,-34083.7 461.055,-34074.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"464.542,-34075.2 462.712,-34064.7 457.635,-34074 464.542,-34075.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339262536&#45;&gt;5338322536 -->\n",
"<g class=\"edge\" id=\"edge164\"><title>5339262536-&gt;5338322536</title>\n",
"<path d=\"M495.952,-34020.3C509.14,-34010.9 524.822,-33999.8 538.875,-33989.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"541.26,-33992.4 547.377,-33983.7 537.201,-33986.7 541.26,-33992.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339894392 -->\n",
"<g class=\"node\" id=\"node147\"><title>5339894392</title>\n",
"<polygon fill=\"none\" points=\"263.655,-33858.5 263.655,-33902.5 662.756,-33902.5 662.756,-33858.5 263.655,-33858.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"372.547\" y=\"-33876.3\">dense_2_1_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"481.438,-33858.5 481.438,-33902.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"509.273\" y=\"-33887.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"481.438,-33880.5 537.107,-33880.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"509.273\" y=\"-33865.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"537.107,-33858.5 537.107,-33902.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"599.932\" y=\"-33887.3\">(None, 14, 14, 432)</text>\n",
"<polyline fill=\"none\" points=\"537.107,-33880.5 662.756,-33880.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"599.932\" y=\"-33865.3\">(None, 14, 14, 432)</text>\n",
"</g>\n",
"<!-- 5338322536&#45;&gt;5339894392 -->\n",
"<g class=\"edge\" id=\"edge165\"><title>5338322536-&gt;5339894392</title>\n",
"<path d=\"M546.656,-33939.3C532.983,-33929.9 516.701,-33918.6 502.164,-33908.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"504.053,-33905.5 493.84,-33902.7 500.066,-33911.3 504.053,-33905.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338321752 -->\n",
"<g class=\"node\" id=\"node153\"><title>5338321752</title>\n",
"<polygon fill=\"none\" points=\"346.241,-33372.5 346.241,-33416.5 826.17,-33416.5 826.17,-33372.5 346.241,-33372.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"436.061\" y=\"-33390.3\">concatenate_20: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"525.88,-33372.5 525.88,-33416.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"553.714\" y=\"-33401.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"525.88,-33394.5 581.549,-33394.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"553.714\" y=\"-33379.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"581.549,-33372.5 581.549,-33416.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.859\" y=\"-33401.3\">[(None, 14, 14, 432), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"581.549,-33394.5 826.17,-33394.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.373\" y=\"-33379.3\">(None, 14, 14, 480)</text>\n",
"</g>\n",
"<!-- 5338322536&#45;&gt;5338321752 -->\n",
"<g class=\"edge\" id=\"edge171\"><title>5338322536-&gt;5338321752</title>\n",
"<path d=\"M627.755,-33939.5C644.065,-33930.4 660.846,-33918.3 672.206,-33903 700.177,-33865.2 698.206,-33847.5 698.206,-33800.5 698.206,-33800.5 698.206,-33800.5 698.206,-33555.5 698.206,-33507.8 694.133,-33491.7 666.206,-33453 657.749,-33441.3 646.16,-33431 634.427,-33422.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"636.128,-33419.5 625.902,-33416.7 632.168,-33425.3 636.128,-33419.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339811344 -->\n",
"<g class=\"node\" id=\"node148\"><title>5339811344</title>\n",
"<polygon fill=\"none\" points=\"280.586,-33777.5 280.586,-33821.5 619.825,-33821.5 619.825,-33777.5 280.586,-33777.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"359.547\" y=\"-33795.3\">activation_42: Activation</text>\n",
"<polyline fill=\"none\" points=\"438.507,-33777.5 438.507,-33821.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"466.342\" y=\"-33806.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"438.507,-33799.5 494.176,-33799.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"466.342\" y=\"-33784.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"494.176,-33777.5 494.176,-33821.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"557\" y=\"-33806.3\">(None, 14, 14, 432)</text>\n",
"<polyline fill=\"none\" points=\"494.176,-33799.5 619.825,-33799.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"557\" y=\"-33784.3\">(None, 14, 14, 432)</text>\n",
"</g>\n",
"<!-- 5339894392&#45;&gt;5339811344 -->\n",
"<g class=\"edge\" id=\"edge166\"><title>5339894392-&gt;5339811344</title>\n",
"<path d=\"M459.722,-33858.3C458.381,-33850.2 456.821,-33840.7 455.356,-33831.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"458.776,-33831 453.699,-33821.7 451.869,-33832.2 458.776,-33831\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339945168 -->\n",
"<g class=\"node\" id=\"node149\"><title>5339945168</title>\n",
"<polygon fill=\"none\" points=\"232.873,-33696.5 232.873,-33740.5 661.539,-33740.5 661.539,-33696.5 232.873,-33696.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-33714.3\">dense_2_1_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"480.221,-33696.5 480.221,-33740.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"508.056\" y=\"-33725.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"480.221,-33718.5 535.89,-33718.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"508.056\" y=\"-33703.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"535.89,-33696.5 535.89,-33740.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"598.714\" y=\"-33725.3\">(None, 14, 14, 432)</text>\n",
"<polyline fill=\"none\" points=\"535.89,-33718.5 661.539,-33718.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"598.714\" y=\"-33703.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5339811344&#45;&gt;5339945168 -->\n",
"<g class=\"edge\" id=\"edge167\"><title>5339811344-&gt;5339945168</title>\n",
"<path d=\"M449.402,-33777.3C449.092,-33769.2 448.732,-33759.7 448.394,-33750.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"451.889,-33750.6 448.012,-33740.7 444.894,-33750.9 451.889,-33750.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5340286032 -->\n",
"<g class=\"node\" id=\"node150\"><title>5340286032</title>\n",
"<polygon fill=\"none\" points=\"206,-33615.5 206,-33659.5 670.411,-33659.5 670.411,-33615.5 206,-33615.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"347.547\" y=\"-33633.3\">dense_2_1_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"489.094,-33615.5 489.094,-33659.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"516.928\" y=\"-33644.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"489.094,-33637.5 544.763,-33637.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"516.928\" y=\"-33622.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"544.763,-33615.5 544.763,-33659.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"607.587\" y=\"-33644.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"544.763,-33637.5 670.411,-33637.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"607.587\" y=\"-33622.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5339945168&#45;&gt;5340286032 -->\n",
"<g class=\"edge\" id=\"edge168\"><title>5339945168-&gt;5340286032</title>\n",
"<path d=\"M444.794,-33696.3C443.866,-33688.2 442.785,-33678.7 441.771,-33669.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"445.234,-33669.3 440.624,-33659.7 438.279,-33670.1 445.234,-33669.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5340666568 -->\n",
"<g class=\"node\" id=\"node151\"><title>5340666568</title>\n",
"<polygon fill=\"none\" points=\"293.586,-33534.5 293.586,-33578.5 632.825,-33578.5 632.825,-33534.5 293.586,-33534.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"372.547\" y=\"-33552.3\">activation_43: Activation</text>\n",
"<polyline fill=\"none\" points=\"451.507,-33534.5 451.507,-33578.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.342\" y=\"-33563.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"451.507,-33556.5 507.176,-33556.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.342\" y=\"-33541.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"507.176,-33534.5 507.176,-33578.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"570\" y=\"-33563.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"507.176,-33556.5 632.825,-33556.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"570\" y=\"-33541.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5340286032&#45;&gt;5340666568 -->\n",
"<g class=\"edge\" id=\"edge169\"><title>5340286032-&gt;5340666568</title>\n",
"<path d=\"M444.905,-33615.3C447.511,-33607.1 450.55,-33597.5 453.393,-33588.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"456.807,-33589.3 456.488,-33578.7 450.133,-33587.2 456.807,-33589.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5340847464 -->\n",
"<g class=\"node\" id=\"node152\"><title>5340847464</title>\n",
"<polygon fill=\"none\" points=\"293.528,-33453.5 293.528,-33497.5 656.883,-33497.5 656.883,-33453.5 293.528,-33453.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"384.547\" y=\"-33471.3\">dense_2_1_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"475.566,-33453.5 475.566,-33497.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.4\" y=\"-33482.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"475.566,-33475.5 531.235,-33475.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.4\" y=\"-33460.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"531.235,-33453.5 531.235,-33497.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"594.059\" y=\"-33482.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"531.235,-33475.5 656.883,-33475.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"594.059\" y=\"-33460.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5340666568&#45;&gt;5340847464 -->\n",
"<g class=\"edge\" id=\"edge170\"><title>5340666568-&gt;5340847464</title>\n",
"<path d=\"M466.421,-33534.3C467.659,-33526.2 469.099,-33516.7 470.452,-33507.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"473.939,-33508.1 471.981,-33497.7 467.019,-33507.1 473.939,-33508.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5340847464&#45;&gt;5338321752 -->\n",
"<g class=\"edge\" id=\"edge172\"><title>5340847464-&gt;5338321752</title>\n",
"<path d=\"M504.952,-33453.3C518.14,-33443.9 533.822,-33432.8 547.875,-33422.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"550.26,-33425.4 556.377,-33416.7 546.201,-33419.7 550.26,-33425.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5341479152 -->\n",
"<g class=\"node\" id=\"node154\"><title>5341479152</title>\n",
"<polygon fill=\"none\" points=\"272.655,-33291.5 272.655,-33335.5 671.756,-33335.5 671.756,-33291.5 272.655,-33291.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"381.547\" y=\"-33309.3\">dense_2_2_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"490.438,-33291.5 490.438,-33335.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"518.273\" y=\"-33320.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"490.438,-33313.5 546.107,-33313.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"518.273\" y=\"-33298.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"546.107,-33291.5 546.107,-33335.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"608.932\" y=\"-33320.3\">(None, 14, 14, 480)</text>\n",
"<polyline fill=\"none\" points=\"546.107,-33313.5 671.756,-33313.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"608.932\" y=\"-33298.3\">(None, 14, 14, 480)</text>\n",
"</g>\n",
"<!-- 5338321752&#45;&gt;5341479152 -->\n",
"<g class=\"edge\" id=\"edge173\"><title>5338321752-&gt;5341479152</title>\n",
"<path d=\"M555.656,-33372.3C541.983,-33362.9 525.701,-33351.6 511.164,-33341.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"513.053,-33338.5 502.84,-33335.7 509.066,-33344.3 513.053,-33338.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5338322480 -->\n",
"<g class=\"node\" id=\"node160\"><title>5338322480</title>\n",
"<polygon fill=\"none\" points=\"356.241,-32805.5 356.241,-32849.5 836.17,-32849.5 836.17,-32805.5 356.241,-32805.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"446.061\" y=\"-32823.3\">concatenate_21: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"535.88,-32805.5 535.88,-32849.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.714\" y=\"-32834.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"535.88,-32827.5 591.549,-32827.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.714\" y=\"-32812.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"591.549,-32805.5 591.549,-32849.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"713.859\" y=\"-32834.3\">[(None, 14, 14, 480), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"591.549,-32827.5 836.17,-32827.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"713.373\" y=\"-32812.3\">(None, 14, 14, 528)</text>\n",
"</g>\n",
"<!-- 5338321752&#45;&gt;5338322480 -->\n",
"<g class=\"edge\" id=\"edge179\"><title>5338321752-&gt;5338322480</title>\n",
"<path d=\"M636.755,-33372.5C653.065,-33363.4 669.846,-33351.3 681.206,-33336 709.177,-33298.2 707.206,-33280.5 707.206,-33233.5 707.206,-33233.5 707.206,-33233.5 707.206,-32988.5 707.206,-32940.9 703.884,-32924.7 676.206,-32886 667.801,-32874.2 656.23,-32864 644.498,-32855.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"646.196,-32852.4 635.969,-32849.7 642.238,-32858.2 646.196,-32852.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5341396888 -->\n",
"<g class=\"node\" id=\"node155\"><title>5341396888</title>\n",
"<polygon fill=\"none\" points=\"299.586,-33210.5 299.586,-33254.5 638.825,-33254.5 638.825,-33210.5 299.586,-33210.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"378.547\" y=\"-33228.3\">activation_44: Activation</text>\n",
"<polyline fill=\"none\" points=\"457.507,-33210.5 457.507,-33254.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.342\" y=\"-33239.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"457.507,-33232.5 513.176,-33232.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.342\" y=\"-33217.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"513.176,-33210.5 513.176,-33254.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"576\" y=\"-33239.3\">(None, 14, 14, 480)</text>\n",
"<polyline fill=\"none\" points=\"513.176,-33232.5 638.825,-33232.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"576\" y=\"-33217.3\">(None, 14, 14, 480)</text>\n",
"</g>\n",
"<!-- 5341479152&#45;&gt;5341396888 -->\n",
"<g class=\"edge\" id=\"edge174\"><title>5341479152-&gt;5341396888</title>\n",
"<path d=\"M471.402,-33291.3C471.092,-33283.2 470.732,-33273.7 470.394,-33264.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"473.889,-33264.6 470.012,-33254.7 466.894,-33264.9 473.889,-33264.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5341530096 -->\n",
"<g class=\"node\" id=\"node156\"><title>5341530096</title>\n",
"<polygon fill=\"none\" points=\"241.873,-33129.5 241.873,-33173.5 670.539,-33173.5 670.539,-33129.5 241.873,-33129.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"365.547\" y=\"-33147.3\">dense_2_2_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"489.221,-33129.5 489.221,-33173.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"517.056\" y=\"-33158.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"489.221,-33151.5 544.89,-33151.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"517.056\" y=\"-33136.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"544.89,-33129.5 544.89,-33173.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"607.714\" y=\"-33158.3\">(None, 14, 14, 480)</text>\n",
"<polyline fill=\"none\" points=\"544.89,-33151.5 670.539,-33151.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"607.714\" y=\"-33136.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5341396888&#45;&gt;5341530096 -->\n",
"<g class=\"edge\" id=\"edge175\"><title>5341396888-&gt;5341530096</title>\n",
"<path d=\"M465.722,-33210.3C464.381,-33202.2 462.821,-33192.7 461.356,-33183.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"464.776,-33183 459.699,-33173.7 457.869,-33184.2 464.776,-33183\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5341644392 -->\n",
"<g class=\"node\" id=\"node157\"><title>5341644392</title>\n",
"<polygon fill=\"none\" points=\"215,-33048.5 215,-33092.5 679.411,-33092.5 679.411,-33048.5 215,-33048.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"356.547\" y=\"-33066.3\">dense_2_2_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"498.094,-33048.5 498.094,-33092.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"525.928\" y=\"-33077.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"498.094,-33070.5 553.763,-33070.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"525.928\" y=\"-33055.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"553.763,-33048.5 553.763,-33092.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"616.587\" y=\"-33077.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"553.763,-33070.5 679.411,-33070.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"616.587\" y=\"-33055.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5341530096&#45;&gt;5341644392 -->\n",
"<g class=\"edge\" id=\"edge176\"><title>5341530096-&gt;5341644392</title>\n",
"<path d=\"M453.794,-33129.3C452.866,-33121.2 451.785,-33111.7 450.771,-33102.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"454.234,-33102.3 449.624,-33092.7 447.279,-33103.1 454.234,-33102.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5342257784 -->\n",
"<g class=\"node\" id=\"node158\"><title>5342257784</title>\n",
"<polygon fill=\"none\" points=\"290.586,-32967.5 290.586,-33011.5 629.825,-33011.5 629.825,-32967.5 290.586,-32967.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"369.547\" y=\"-32985.3\">activation_45: Activation</text>\n",
"<polyline fill=\"none\" points=\"448.507,-32967.5 448.507,-33011.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.342\" y=\"-32996.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"448.507,-32989.5 504.176,-32989.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.342\" y=\"-32974.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"504.176,-32967.5 504.176,-33011.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"567\" y=\"-32996.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"504.176,-32989.5 629.825,-32989.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"567\" y=\"-32974.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5341644392&#45;&gt;5342257784 -->\n",
"<g class=\"edge\" id=\"edge177\"><title>5341644392-&gt;5342257784</title>\n",
"<path d=\"M450.689,-33048.3C452.03,-33040.2 453.591,-33030.7 455.055,-33021.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"458.542,-33022.2 456.712,-33011.7 451.635,-33021 458.542,-33022.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5342341832 -->\n",
"<g class=\"node\" id=\"node159\"><title>5342341832</title>\n",
"<polygon fill=\"none\" points=\"303.528,-32886.5 303.528,-32930.5 666.883,-32930.5 666.883,-32886.5 303.528,-32886.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.547\" y=\"-32904.3\">dense_2_2_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"485.566,-32886.5 485.566,-32930.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"513.4\" y=\"-32915.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"485.566,-32908.5 541.235,-32908.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"513.4\" y=\"-32893.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"541.235,-32886.5 541.235,-32930.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"604.059\" y=\"-32915.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"541.235,-32908.5 666.883,-32908.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"604.059\" y=\"-32893.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5342257784&#45;&gt;5342341832 -->\n",
"<g class=\"edge\" id=\"edge178\"><title>5342257784-&gt;5342341832</title>\n",
"<path d=\"M466.905,-32967.3C469.511,-32959.1 472.55,-32949.5 475.393,-32940.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"478.807,-32941.3 478.488,-32930.7 472.133,-32939.2 478.807,-32941.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5342341832&#45;&gt;5338322480 -->\n",
"<g class=\"edge\" id=\"edge180\"><title>5342341832-&gt;5338322480</title>\n",
"<path d=\"M514.952,-32886.3C528.14,-32876.9 543.822,-32865.8 557.875,-32855.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"560.26,-32858.4 566.377,-32849.7 556.201,-32852.7 560.26,-32858.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343071760 -->\n",
"<g class=\"node\" id=\"node161\"><title>5343071760</title>\n",
"<polygon fill=\"none\" points=\"282.655,-32724.5 282.655,-32768.5 681.756,-32768.5 681.756,-32724.5 282.655,-32724.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"391.547\" y=\"-32742.3\">dense_2_3_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"500.438,-32724.5 500.438,-32768.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528.273\" y=\"-32753.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"500.438,-32746.5 556.107,-32746.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"528.273\" y=\"-32731.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"556.107,-32724.5 556.107,-32768.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.932\" y=\"-32753.3\">(None, 14, 14, 528)</text>\n",
"<polyline fill=\"none\" points=\"556.107,-32746.5 681.756,-32746.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.932\" y=\"-32731.3\">(None, 14, 14, 528)</text>\n",
"</g>\n",
"<!-- 5338322480&#45;&gt;5343071760 -->\n",
"<g class=\"edge\" id=\"edge181\"><title>5338322480-&gt;5343071760</title>\n",
"<path d=\"M565.656,-32805.3C551.983,-32795.9 535.701,-32784.6 521.164,-32774.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"523.053,-32771.5 512.84,-32768.7 519.066,-32777.3 523.053,-32771.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5339383456 -->\n",
"<g class=\"node\" id=\"node167\"><title>5339383456</title>\n",
"<polygon fill=\"none\" points=\"375.241,-32238.5 375.241,-32282.5 855.17,-32282.5 855.17,-32238.5 375.241,-32238.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"465.061\" y=\"-32256.3\">concatenate_22: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"554.88,-32238.5 554.88,-32282.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"582.714\" y=\"-32267.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"554.88,-32260.5 610.549,-32260.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"582.714\" y=\"-32245.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"610.549,-32238.5 610.549,-32282.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"732.859\" y=\"-32267.3\">[(None, 14, 14, 528), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"610.549,-32260.5 855.17,-32260.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"732.373\" y=\"-32245.3\">(None, 14, 14, 576)</text>\n",
"</g>\n",
"<!-- 5338322480&#45;&gt;5339383456 -->\n",
"<g class=\"edge\" id=\"edge187\"><title>5338322480-&gt;5339383456</title>\n",
"<path d=\"M645.084,-32805.5C661.633,-32796.3 678.996,-32784.2 691.206,-32769 721.391,-32731.5 726.206,-32714.6 726.206,-32666.5 726.206,-32666.5 726.206,-32666.5 726.206,-32421.5 726.206,-32373.9 722.884,-32357.7 695.206,-32319 686.801,-32307.2 675.23,-32297 663.498,-32288.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"665.196,-32285.4 654.969,-32282.7 661.238,-32291.2 665.196,-32285.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5342928176 -->\n",
"<g class=\"node\" id=\"node162\"><title>5342928176</title>\n",
"<polygon fill=\"none\" points=\"308.586,-32643.5 308.586,-32687.5 647.825,-32687.5 647.825,-32643.5 308.586,-32643.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"387.547\" y=\"-32661.3\">activation_46: Activation</text>\n",
"<polyline fill=\"none\" points=\"466.507,-32643.5 466.507,-32687.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.342\" y=\"-32672.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"466.507,-32665.5 522.176,-32665.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"494.342\" y=\"-32650.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"522.176,-32643.5 522.176,-32687.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585\" y=\"-32672.3\">(None, 14, 14, 528)</text>\n",
"<polyline fill=\"none\" points=\"522.176,-32665.5 647.825,-32665.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585\" y=\"-32650.3\">(None, 14, 14, 528)</text>\n",
"</g>\n",
"<!-- 5343071760&#45;&gt;5342928176 -->\n",
"<g class=\"edge\" id=\"edge182\"><title>5343071760-&gt;5342928176</title>\n",
"<path d=\"M481.134,-32724.3C480.721,-32716.2 480.241,-32706.7 479.79,-32697.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"483.282,-32697.5 479.28,-32687.7 476.291,-32697.9 483.282,-32697.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343156432 -->\n",
"<g class=\"node\" id=\"node163\"><title>5343156432</title>\n",
"<polygon fill=\"none\" points=\"255.873,-32562.5 255.873,-32606.5 684.539,-32606.5 684.539,-32562.5 255.873,-32562.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"379.547\" y=\"-32580.3\">dense_2_3_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"503.221,-32562.5 503.221,-32606.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"531.056\" y=\"-32591.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"503.221,-32584.5 558.89,-32584.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"531.056\" y=\"-32569.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"558.89,-32562.5 558.89,-32606.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"621.714\" y=\"-32591.3\">(None, 14, 14, 528)</text>\n",
"<polyline fill=\"none\" points=\"558.89,-32584.5 684.539,-32584.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"621.714\" y=\"-32569.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5342928176&#45;&gt;5343156432 -->\n",
"<g class=\"edge\" id=\"edge183\"><title>5342928176-&gt;5343156432</title>\n",
"<path d=\"M476.062,-32643.3C475.237,-32635.2 474.276,-32625.7 473.375,-32616.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"476.845,-32616.3 472.355,-32606.7 469.881,-32617 476.845,-32616.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343231392 -->\n",
"<g class=\"node\" id=\"node164\"><title>5343231392</title>\n",
"<polygon fill=\"none\" points=\"234,-32481.5 234,-32525.5 698.411,-32525.5 698.411,-32481.5 234,-32481.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"375.547\" y=\"-32499.3\">dense_2_3_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"517.094,-32481.5 517.094,-32525.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"544.928\" y=\"-32510.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"517.094,-32503.5 572.763,-32503.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"544.928\" y=\"-32488.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"572.763,-32481.5 572.763,-32525.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"635.587\" y=\"-32510.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"572.763,-32503.5 698.411,-32503.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"635.587\" y=\"-32488.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5343156432&#45;&gt;5343231392 -->\n",
"<g class=\"edge\" id=\"edge184\"><title>5343156432-&gt;5343231392</title>\n",
"<path d=\"M469.134,-32562.3C468.721,-32554.2 468.241,-32544.7 467.79,-32535.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"471.282,-32535.5 467.28,-32525.7 464.291,-32535.9 471.282,-32535.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343838448 -->\n",
"<g class=\"node\" id=\"node165\"><title>5343838448</title>\n",
"<polygon fill=\"none\" points=\"309.586,-32400.5 309.586,-32444.5 648.825,-32444.5 648.825,-32400.5 309.586,-32400.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"388.547\" y=\"-32418.3\">activation_47: Activation</text>\n",
"<polyline fill=\"none\" points=\"467.507,-32400.5 467.507,-32444.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.342\" y=\"-32429.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"467.507,-32422.5 523.176,-32422.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.342\" y=\"-32407.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"523.176,-32400.5 523.176,-32444.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"586\" y=\"-32429.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"523.176,-32422.5 648.825,-32422.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"586\" y=\"-32407.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5343231392&#45;&gt;5343838448 -->\n",
"<g class=\"edge\" id=\"edge185\"><title>5343231392-&gt;5343838448</title>\n",
"<path d=\"M469.689,-32481.3C471.03,-32473.2 472.591,-32463.7 474.055,-32454.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"477.542,-32455.2 475.712,-32444.7 470.635,-32454 477.542,-32455.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343918568 -->\n",
"<g class=\"node\" id=\"node166\"><title>5343918568</title>\n",
"<polygon fill=\"none\" points=\"322.528,-32319.5 322.528,-32363.5 685.883,-32363.5 685.883,-32319.5 322.528,-32319.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.547\" y=\"-32337.3\">dense_2_3_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"504.566,-32319.5 504.566,-32363.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.4\" y=\"-32348.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"504.566,-32341.5 560.235,-32341.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"532.4\" y=\"-32326.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"560.235,-32319.5 560.235,-32363.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.059\" y=\"-32348.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"560.235,-32341.5 685.883,-32341.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.059\" y=\"-32326.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5343838448&#45;&gt;5343918568 -->\n",
"<g class=\"edge\" id=\"edge186\"><title>5343838448-&gt;5343918568</title>\n",
"<path d=\"M485.905,-32400.3C488.511,-32392.1 491.55,-32382.5 494.393,-32373.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"497.807,-32374.3 497.488,-32363.7 491.133,-32372.2 497.807,-32374.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5343918568&#45;&gt;5339383456 -->\n",
"<g class=\"edge\" id=\"edge188\"><title>5343918568-&gt;5339383456</title>\n",
"<path d=\"M533.952,-32319.3C547.14,-32309.9 562.822,-32298.8 576.875,-32288.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"579.26,-32291.4 585.377,-32282.7 575.201,-32285.7 579.26,-32291.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5344648496 -->\n",
"<g class=\"node\" id=\"node168\"><title>5344648496</title>\n",
"<polygon fill=\"none\" points=\"294.655,-32157.5 294.655,-32201.5 693.756,-32201.5 693.756,-32157.5 294.655,-32157.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.547\" y=\"-32175.3\">dense_2_4_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"512.438,-32157.5 512.438,-32201.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"540.273\" y=\"-32186.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"512.438,-32179.5 568.107,-32179.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"540.273\" y=\"-32164.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"568.107,-32157.5 568.107,-32201.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"630.932\" y=\"-32186.3\">(None, 14, 14, 576)</text>\n",
"<polyline fill=\"none\" points=\"568.107,-32179.5 693.756,-32179.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"630.932\" y=\"-32164.3\">(None, 14, 14, 576)</text>\n",
"</g>\n",
"<!-- 5339383456&#45;&gt;5344648496 -->\n",
"<g class=\"edge\" id=\"edge189\"><title>5339383456-&gt;5344648496</title>\n",
"<path d=\"M582.78,-32238.3C568.132,-32228.8 550.662,-32217.4 535.124,-32207.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"537.008,-32204.3 526.721,-32201.7 533.181,-32210.1 537.008,-32204.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5341191416 -->\n",
"<g class=\"node\" id=\"node174\"><title>5341191416</title>\n",
"<polygon fill=\"none\" points=\"384.241,-31671.5 384.241,-31715.5 864.17,-31715.5 864.17,-31671.5 384.241,-31671.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"474.061\" y=\"-31689.3\">concatenate_23: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"563.88,-31671.5 563.88,-31715.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.714\" y=\"-31700.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"563.88,-31693.5 619.549,-31693.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.714\" y=\"-31678.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"619.549,-31671.5 619.549,-31715.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"741.859\" y=\"-31700.3\">[(None, 14, 14, 576), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"619.549,-31693.5 864.17,-31693.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"741.373\" y=\"-31678.3\">(None, 14, 14, 624)</text>\n",
"</g>\n",
"<!-- 5339383456&#45;&gt;5341191416 -->\n",
"<g class=\"edge\" id=\"edge195\"><title>5339383456-&gt;5341191416</title>\n",
"<path d=\"M660.24,-32238.2C675.729,-32229 691.98,-32216.8 703.206,-32202 731.985,-32163.9 735.206,-32147.2 735.206,-32099.5 735.206,-32099.5 735.206,-32099.5 735.206,-31854.5 735.206,-31806.9 731.884,-31790.7 704.206,-31752 695.801,-31740.2 684.23,-31730 672.498,-31721.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"674.196,-31718.4 663.969,-31715.7 670.238,-31724.2 674.196,-31718.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5344513104 -->\n",
"<g class=\"node\" id=\"node169\"><title>5344513104</title>\n",
"<polygon fill=\"none\" points=\"317.586,-32076.5 317.586,-32120.5 656.825,-32120.5 656.825,-32076.5 317.586,-32076.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"396.547\" y=\"-32094.3\">activation_48: Activation</text>\n",
"<polyline fill=\"none\" points=\"475.507,-32076.5 475.507,-32120.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.342\" y=\"-32105.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"475.507,-32098.5 531.176,-32098.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.342\" y=\"-32083.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"531.176,-32076.5 531.176,-32120.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"594\" y=\"-32105.3\">(None, 14, 14, 576)</text>\n",
"<polyline fill=\"none\" points=\"531.176,-32098.5 656.825,-32098.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"594\" y=\"-32083.3\">(None, 14, 14, 576)</text>\n",
"</g>\n",
"<!-- 5344648496&#45;&gt;5344513104 -->\n",
"<g class=\"edge\" id=\"edge190\"><title>5344648496-&gt;5344513104</title>\n",
"<path d=\"M492.33,-32157.3C491.608,-32149.2 490.768,-32139.7 489.979,-32130.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"493.456,-32130.4 489.087,-32120.7 486.483,-32131 493.456,-32130.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5344745456 -->\n",
"<g class=\"node\" id=\"node170\"><title>5344745456</title>\n",
"<polygon fill=\"none\" points=\"269.873,-31995.5 269.873,-32039.5 698.539,-32039.5 698.539,-31995.5 269.873,-31995.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"393.547\" y=\"-32013.3\">dense_2_4_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"517.221,-31995.5 517.221,-32039.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"545.056\" y=\"-32024.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"517.221,-32017.5 572.89,-32017.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"545.056\" y=\"-32002.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"572.89,-31995.5 572.89,-32039.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"635.714\" y=\"-32024.3\">(None, 14, 14, 576)</text>\n",
"<polyline fill=\"none\" points=\"572.89,-32017.5 698.539,-32017.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"635.714\" y=\"-32002.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5344513104&#45;&gt;5344745456 -->\n",
"<g class=\"edge\" id=\"edge191\"><title>5344513104-&gt;5344745456</title>\n",
"<path d=\"M486.402,-32076.3C486.092,-32068.2 485.732,-32058.7 485.394,-32049.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"488.889,-32049.6 485.012,-32039.7 481.894,-32049.9 488.889,-32049.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5344959624 -->\n",
"<g class=\"node\" id=\"node171\"><title>5344959624</title>\n",
"<polygon fill=\"none\" points=\"243,-31914.5 243,-31958.5 707.411,-31958.5 707.411,-31914.5 243,-31914.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"384.547\" y=\"-31932.3\">dense_2_4_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"526.094,-31914.5 526.094,-31958.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"553.928\" y=\"-31943.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"526.094,-31936.5 581.763,-31936.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"553.928\" y=\"-31921.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"581.763,-31914.5 581.763,-31958.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.587\" y=\"-31943.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"581.763,-31936.5 707.411,-31936.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.587\" y=\"-31921.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5344745456&#45;&gt;5344959624 -->\n",
"<g class=\"edge\" id=\"edge192\"><title>5344745456-&gt;5344959624</title>\n",
"<path d=\"M481.794,-31995.3C480.866,-31987.2 479.785,-31977.7 478.771,-31968.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"482.234,-31968.3 477.624,-31958.7 475.279,-31969.1 482.234,-31968.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5345462088 -->\n",
"<g class=\"node\" id=\"node172\"><title>5345462088</title>\n",
"<polygon fill=\"none\" points=\"318.586,-31833.5 318.586,-31877.5 657.825,-31877.5 657.825,-31833.5 318.586,-31833.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"397.547\" y=\"-31851.3\">activation_49: Activation</text>\n",
"<polyline fill=\"none\" points=\"476.507,-31833.5 476.507,-31877.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504.342\" y=\"-31862.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"476.507,-31855.5 532.176,-31855.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"504.342\" y=\"-31840.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"532.176,-31833.5 532.176,-31877.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"595\" y=\"-31862.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"532.176,-31855.5 657.825,-31855.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"595\" y=\"-31840.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5344959624&#45;&gt;5345462088 -->\n",
"<g class=\"edge\" id=\"edge193\"><title>5344959624-&gt;5345462088</title>\n",
"<path d=\"M478.689,-31914.3C480.03,-31906.2 481.591,-31896.7 483.055,-31887.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"486.542,-31888.2 484.712,-31877.7 479.635,-31887 486.542,-31888.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5345280800 -->\n",
"<g class=\"node\" id=\"node173\"><title>5345280800</title>\n",
"<polygon fill=\"none\" points=\"331.528,-31752.5 331.528,-31796.5 694.883,-31796.5 694.883,-31752.5 331.528,-31752.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422.547\" y=\"-31770.3\">dense_2_4_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"513.566,-31752.5 513.566,-31796.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.4\" y=\"-31781.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"513.566,-31774.5 569.235,-31774.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.4\" y=\"-31759.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"569.235,-31752.5 569.235,-31796.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.059\" y=\"-31781.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"569.235,-31774.5 694.883,-31774.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.059\" y=\"-31759.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5345462088&#45;&gt;5345280800 -->\n",
"<g class=\"edge\" id=\"edge194\"><title>5345462088-&gt;5345280800</title>\n",
"<path d=\"M494.905,-31833.3C497.511,-31825.1 500.55,-31815.5 503.393,-31806.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"506.807,-31807.3 506.488,-31796.7 500.133,-31805.2 506.807,-31807.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5345280800&#45;&gt;5341191416 -->\n",
"<g class=\"edge\" id=\"edge196\"><title>5345280800-&gt;5341191416</title>\n",
"<path d=\"M542.952,-31752.3C556.14,-31742.9 571.822,-31731.8 585.875,-31721.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"588.26,-31724.4 594.377,-31715.7 584.201,-31718.7 588.26,-31724.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346226016 -->\n",
"<g class=\"node\" id=\"node175\"><title>5346226016</title>\n",
"<polygon fill=\"none\" points=\"310.655,-31590.5 310.655,-31634.5 709.756,-31634.5 709.756,-31590.5 310.655,-31590.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"419.547\" y=\"-31608.3\">dense_2_5_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"528.438,-31590.5 528.438,-31634.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"556.273\" y=\"-31619.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"528.438,-31612.5 584.107,-31612.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"556.273\" y=\"-31597.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"584.107,-31590.5 584.107,-31634.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"646.932\" y=\"-31619.3\">(None, 14, 14, 624)</text>\n",
"<polyline fill=\"none\" points=\"584.107,-31612.5 709.756,-31612.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"646.932\" y=\"-31597.3\">(None, 14, 14, 624)</text>\n",
"</g>\n",
"<!-- 5341191416&#45;&gt;5346226016 -->\n",
"<g class=\"edge\" id=\"edge197\"><title>5341191416-&gt;5346226016</title>\n",
"<path d=\"M593.656,-31671.3C579.983,-31661.9 563.701,-31650.6 549.164,-31640.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"551.053,-31637.5 540.84,-31634.7 547.066,-31643.3 551.053,-31637.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5342510832 -->\n",
"<g class=\"node\" id=\"node181\"><title>5342510832</title>\n",
"<polygon fill=\"none\" points=\"394.241,-31104.5 394.241,-31148.5 874.17,-31148.5 874.17,-31104.5 394.241,-31104.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"484.061\" y=\"-31122.3\">concatenate_24: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"573.88,-31104.5 573.88,-31148.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"601.714\" y=\"-31133.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"573.88,-31126.5 629.549,-31126.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"601.714\" y=\"-31111.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"629.549,-31104.5 629.549,-31148.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751.859\" y=\"-31133.3\">[(None, 14, 14, 624), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"629.549,-31126.5 874.17,-31126.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751.373\" y=\"-31111.3\">(None, 14, 14, 672)</text>\n",
"</g>\n",
"<!-- 5341191416&#45;&gt;5342510832 -->\n",
"<g class=\"edge\" id=\"edge203\"><title>5341191416-&gt;5342510832</title>\n",
"<path d=\"M674.755,-31671.5C691.065,-31662.4 707.846,-31650.3 719.206,-31635 747.177,-31597.2 745.206,-31579.5 745.206,-31532.5 745.206,-31532.5 745.206,-31532.5 745.206,-31287.5 745.206,-31239.9 741.884,-31223.7 714.206,-31185 705.801,-31173.2 694.23,-31163 682.498,-31154.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"684.196,-31151.4 673.969,-31148.7 680.238,-31157.2 684.196,-31151.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346098032 -->\n",
"<g class=\"node\" id=\"node176\"><title>5346098032</title>\n",
"<polygon fill=\"none\" points=\"327.586,-31509.5 327.586,-31553.5 666.825,-31553.5 666.825,-31509.5 327.586,-31509.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"406.547\" y=\"-31527.3\">activation_50: Activation</text>\n",
"<polyline fill=\"none\" points=\"485.507,-31509.5 485.507,-31553.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"513.342\" y=\"-31538.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"485.507,-31531.5 541.176,-31531.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"513.342\" y=\"-31516.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"541.176,-31509.5 541.176,-31553.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"604\" y=\"-31538.3\">(None, 14, 14, 624)</text>\n",
"<polyline fill=\"none\" points=\"541.176,-31531.5 666.825,-31531.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"604\" y=\"-31516.3\">(None, 14, 14, 624)</text>\n",
"</g>\n",
"<!-- 5346226016&#45;&gt;5346098032 -->\n",
"<g class=\"edge\" id=\"edge198\"><title>5346226016-&gt;5346098032</title>\n",
"<path d=\"M506.722,-31590.3C505.381,-31582.2 503.821,-31572.7 502.356,-31563.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"505.776,-31563 500.699,-31553.7 498.869,-31564.2 505.776,-31563\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346324432 -->\n",
"<g class=\"node\" id=\"node177\"><title>5346324432</title>\n",
"<polygon fill=\"none\" points=\"279.873,-31428.5 279.873,-31472.5 708.539,-31472.5 708.539,-31428.5 279.873,-31428.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"403.547\" y=\"-31446.3\">dense_2_5_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"527.221,-31428.5 527.221,-31472.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"555.056\" y=\"-31457.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"527.221,-31450.5 582.89,-31450.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"555.056\" y=\"-31435.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"582.89,-31428.5 582.89,-31472.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.714\" y=\"-31457.3\">(None, 14, 14, 624)</text>\n",
"<polyline fill=\"none\" points=\"582.89,-31450.5 708.539,-31450.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.714\" y=\"-31435.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5346098032&#45;&gt;5346324432 -->\n",
"<g class=\"edge\" id=\"edge199\"><title>5346098032-&gt;5346324432</title>\n",
"<path d=\"M496.402,-31509.3C496.092,-31501.2 495.732,-31491.7 495.394,-31482.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"498.889,-31482.6 495.012,-31472.7 491.894,-31482.9 498.889,-31482.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346635448 -->\n",
"<g class=\"node\" id=\"node178\"><title>5346635448</title>\n",
"<polygon fill=\"none\" points=\"253,-31347.5 253,-31391.5 717.411,-31391.5 717.411,-31347.5 253,-31347.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"394.547\" y=\"-31365.3\">dense_2_5_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"536.094,-31347.5 536.094,-31391.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.928\" y=\"-31376.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"536.094,-31369.5 591.763,-31369.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.928\" y=\"-31354.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"591.763,-31347.5 591.763,-31391.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654.587\" y=\"-31376.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"591.763,-31369.5 717.411,-31369.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654.587\" y=\"-31354.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5346324432&#45;&gt;5346635448 -->\n",
"<g class=\"edge\" id=\"edge200\"><title>5346324432-&gt;5346635448</title>\n",
"<path d=\"M491.794,-31428.3C490.866,-31420.2 489.785,-31410.7 488.771,-31401.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"492.234,-31401.3 487.624,-31391.7 485.279,-31402.1 492.234,-31401.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5347055208 -->\n",
"<g class=\"node\" id=\"node179\"><title>5347055208</title>\n",
"<polygon fill=\"none\" points=\"340.586,-31266.5 340.586,-31310.5 679.825,-31310.5 679.825,-31266.5 340.586,-31266.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"419.547\" y=\"-31284.3\">activation_51: Activation</text>\n",
"<polyline fill=\"none\" points=\"498.507,-31266.5 498.507,-31310.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"526.342\" y=\"-31295.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"498.507,-31288.5 554.176,-31288.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"526.342\" y=\"-31273.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"554.176,-31266.5 554.176,-31310.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"617\" y=\"-31295.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"554.176,-31288.5 679.825,-31288.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"617\" y=\"-31273.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5346635448&#45;&gt;5347055208 -->\n",
"<g class=\"edge\" id=\"edge201\"><title>5346635448-&gt;5347055208</title>\n",
"<path d=\"M491.905,-31347.3C494.511,-31339.1 497.55,-31329.5 500.393,-31320.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"503.807,-31321.3 503.488,-31310.7 497.133,-31319.2 503.807,-31321.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346865504 -->\n",
"<g class=\"node\" id=\"node180\"><title>5346865504</title>\n",
"<polygon fill=\"none\" points=\"341.528,-31185.5 341.528,-31229.5 704.883,-31229.5 704.883,-31185.5 341.528,-31185.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"432.547\" y=\"-31203.3\">dense_2_5_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"523.566,-31185.5 523.566,-31229.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.4\" y=\"-31214.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"523.566,-31207.5 579.235,-31207.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.4\" y=\"-31192.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"579.235,-31185.5 579.235,-31229.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"642.059\" y=\"-31214.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"579.235,-31207.5 704.883,-31207.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"642.059\" y=\"-31192.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5347055208&#45;&gt;5346865504 -->\n",
"<g class=\"edge\" id=\"edge202\"><title>5347055208-&gt;5346865504</title>\n",
"<path d=\"M513.689,-31266.3C515.03,-31258.2 516.591,-31248.7 518.055,-31239.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"521.542,-31240.2 519.712,-31229.7 514.635,-31239 521.542,-31240.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5346865504&#45;&gt;5342510832 -->\n",
"<g class=\"edge\" id=\"edge204\"><title>5346865504-&gt;5342510832</title>\n",
"<path d=\"M552.952,-31185.3C566.14,-31175.9 581.822,-31164.8 595.875,-31154.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"598.26,-31157.4 604.377,-31148.7 594.201,-31151.7 598.26,-31157.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5347869584 -->\n",
"<g class=\"node\" id=\"node182\"><title>5347869584</title>\n",
"<polygon fill=\"none\" points=\"320.655,-31023.5 320.655,-31067.5 719.756,-31067.5 719.756,-31023.5 320.655,-31023.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.547\" y=\"-31041.3\">dense_2_6_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"538.438,-31023.5 538.438,-31067.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"566.273\" y=\"-31052.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"538.438,-31045.5 594.107,-31045.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"566.273\" y=\"-31030.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"594.107,-31023.5 594.107,-31067.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.932\" y=\"-31052.3\">(None, 14, 14, 672)</text>\n",
"<polyline fill=\"none\" points=\"594.107,-31045.5 719.756,-31045.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.932\" y=\"-31030.3\">(None, 14, 14, 672)</text>\n",
"</g>\n",
"<!-- 5342510832&#45;&gt;5347869584 -->\n",
"<g class=\"edge\" id=\"edge205\"><title>5342510832-&gt;5347869584</title>\n",
"<path d=\"M603.656,-31104.3C589.983,-31094.9 573.701,-31083.6 559.164,-31073.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.053,-31070.5 550.84,-31067.7 557.066,-31076.3 561.053,-31070.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5344085720 -->\n",
"<g class=\"node\" id=\"node188\"><title>5344085720</title>\n",
"<polygon fill=\"none\" points=\"403.241,-30537.5 403.241,-30581.5 883.17,-30581.5 883.17,-30537.5 403.241,-30537.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"493.061\" y=\"-30555.3\">concatenate_25: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"582.88,-30537.5 582.88,-30581.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.714\" y=\"-30566.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"582.88,-30559.5 638.549,-30559.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.714\" y=\"-30544.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"638.549,-30537.5 638.549,-30581.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760.859\" y=\"-30566.3\">[(None, 14, 14, 672), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"638.549,-30559.5 883.17,-30559.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760.373\" y=\"-30544.3\">(None, 14, 14, 720)</text>\n",
"</g>\n",
"<!-- 5342510832&#45;&gt;5344085720 -->\n",
"<g class=\"edge\" id=\"edge211\"><title>5342510832-&gt;5344085720</title>\n",
"<path d=\"M684.755,-31104.5C701.065,-31095.4 717.846,-31083.3 729.206,-31068 757.177,-31030.2 755.206,-31012.5 755.206,-30965.5 755.206,-30965.5 755.206,-30965.5 755.206,-30720.5 755.206,-30672.8 751.133,-30656.7 723.206,-30618 714.749,-30606.3 703.16,-30596 691.427,-30587.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"693.128,-30584.5 682.902,-30581.7 689.168,-30590.3 693.128,-30584.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5347687056 -->\n",
"<g class=\"node\" id=\"node183\"><title>5347687056</title>\n",
"<polygon fill=\"none\" points=\"347.586,-30942.5 347.586,-30986.5 686.825,-30986.5 686.825,-30942.5 347.586,-30942.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"426.547\" y=\"-30960.3\">activation_52: Activation</text>\n",
"<polyline fill=\"none\" points=\"505.507,-30942.5 505.507,-30986.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"533.342\" y=\"-30971.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"505.507,-30964.5 561.176,-30964.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"533.342\" y=\"-30949.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"561.176,-30942.5 561.176,-30986.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"624\" y=\"-30971.3\">(None, 14, 14, 672)</text>\n",
"<polyline fill=\"none\" points=\"561.176,-30964.5 686.825,-30964.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"624\" y=\"-30949.3\">(None, 14, 14, 672)</text>\n",
"</g>\n",
"<!-- 5347869584&#45;&gt;5347687056 -->\n",
"<g class=\"edge\" id=\"edge206\"><title>5347869584-&gt;5347687056</title>\n",
"<path d=\"M519.402,-31023.3C519.092,-31015.2 518.732,-31005.7 518.394,-30996.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"521.889,-30996.6 518.012,-30986.7 514.894,-30996.9 521.889,-30996.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5347823400 -->\n",
"<g class=\"node\" id=\"node184\"><title>5347823400</title>\n",
"<polygon fill=\"none\" points=\"289.873,-30861.5 289.873,-30905.5 718.539,-30905.5 718.539,-30861.5 289.873,-30861.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"413.547\" y=\"-30879.3\">dense_2_6_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"537.221,-30861.5 537.221,-30905.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"565.056\" y=\"-30890.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"537.221,-30883.5 592.89,-30883.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"565.056\" y=\"-30868.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"592.89,-30861.5 592.89,-30905.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"655.714\" y=\"-30890.3\">(None, 14, 14, 672)</text>\n",
"<polyline fill=\"none\" points=\"592.89,-30883.5 718.539,-30883.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"655.714\" y=\"-30868.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5347687056&#45;&gt;5347823400 -->\n",
"<g class=\"edge\" id=\"edge207\"><title>5347687056-&gt;5347823400</title>\n",
"<path d=\"M513.722,-30942.3C512.381,-30934.2 510.821,-30924.7 509.356,-30915.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"512.776,-30915 507.699,-30905.7 505.869,-30916.2 512.776,-30915\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5348314584 -->\n",
"<g class=\"node\" id=\"node185\"><title>5348314584</title>\n",
"<polygon fill=\"none\" points=\"263,-30780.5 263,-30824.5 727.411,-30824.5 727.411,-30780.5 263,-30780.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"404.547\" y=\"-30798.3\">dense_2_6_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"546.094,-30780.5 546.094,-30824.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"573.928\" y=\"-30809.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"546.094,-30802.5 601.763,-30802.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"573.928\" y=\"-30787.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"601.763,-30780.5 601.763,-30824.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"664.587\" y=\"-30809.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"601.763,-30802.5 727.411,-30802.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"664.587\" y=\"-30787.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5347823400&#45;&gt;5348314584 -->\n",
"<g class=\"edge\" id=\"edge208\"><title>5347823400-&gt;5348314584</title>\n",
"<path d=\"M501.794,-30861.3C500.866,-30853.2 499.785,-30843.7 498.771,-30834.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"502.234,-30834.3 497.624,-30824.7 495.279,-30835.1 502.234,-30834.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5348681544 -->\n",
"<g class=\"node\" id=\"node186\"><title>5348681544</title>\n",
"<polygon fill=\"none\" points=\"350.586,-30699.5 350.586,-30743.5 689.825,-30743.5 689.825,-30699.5 350.586,-30699.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"429.547\" y=\"-30717.3\">activation_53: Activation</text>\n",
"<polyline fill=\"none\" points=\"508.507,-30699.5 508.507,-30743.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"536.342\" y=\"-30728.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"508.507,-30721.5 564.176,-30721.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"536.342\" y=\"-30706.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"564.176,-30699.5 564.176,-30743.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"627\" y=\"-30728.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"564.176,-30721.5 689.825,-30721.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"627\" y=\"-30706.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5348314584&#45;&gt;5348681544 -->\n",
"<g class=\"edge\" id=\"edge209\"><title>5348314584-&gt;5348681544</title>\n",
"<path d=\"M501.905,-30780.3C504.511,-30772.1 507.55,-30762.5 510.393,-30753.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"513.807,-30754.3 513.488,-30743.7 507.133,-30752.2 513.807,-30754.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5348461424 -->\n",
"<g class=\"node\" id=\"node187\"><title>5348461424</title>\n",
"<polygon fill=\"none\" points=\"350.528,-30618.5 350.528,-30662.5 713.883,-30662.5 713.883,-30618.5 350.528,-30618.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.547\" y=\"-30636.3\">dense_2_6_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"532.566,-30618.5 532.566,-30662.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560.4\" y=\"-30647.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"532.566,-30640.5 588.235,-30640.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560.4\" y=\"-30625.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"588.235,-30618.5 588.235,-30662.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651.059\" y=\"-30647.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"588.235,-30640.5 713.883,-30640.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651.059\" y=\"-30625.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5348681544&#45;&gt;5348461424 -->\n",
"<g class=\"edge\" id=\"edge210\"><title>5348681544-&gt;5348461424</title>\n",
"<path d=\"M523.421,-30699.3C524.659,-30691.2 526.099,-30681.7 527.452,-30672.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"530.939,-30673.1 528.981,-30662.7 524.019,-30672.1 530.939,-30673.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5348461424&#45;&gt;5344085720 -->\n",
"<g class=\"edge\" id=\"edge212\"><title>5348461424-&gt;5344085720</title>\n",
"<path d=\"M561.952,-30618.3C575.14,-30608.9 590.822,-30597.8 604.875,-30587.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"607.26,-30590.4 613.377,-30581.7 603.201,-30584.7 607.26,-30590.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5349502592 -->\n",
"<g class=\"node\" id=\"node189\"><title>5349502592</title>\n",
"<polygon fill=\"none\" points=\"329.655,-30456.5 329.655,-30500.5 728.756,-30500.5 728.756,-30456.5 329.655,-30456.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"438.547\" y=\"-30474.3\">dense_2_7_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"547.438,-30456.5 547.438,-30500.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"575.273\" y=\"-30485.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"547.438,-30478.5 603.107,-30478.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"575.273\" y=\"-30463.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"603.107,-30456.5 603.107,-30500.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.932\" y=\"-30485.3\">(None, 14, 14, 720)</text>\n",
"<polyline fill=\"none\" points=\"603.107,-30478.5 728.756,-30478.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.932\" y=\"-30463.3\">(None, 14, 14, 720)</text>\n",
"</g>\n",
"<!-- 5344085720&#45;&gt;5349502592 -->\n",
"<g class=\"edge\" id=\"edge213\"><title>5344085720-&gt;5349502592</title>\n",
"<path d=\"M612.656,-30537.3C598.983,-30527.9 582.701,-30516.6 568.164,-30506.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"570.053,-30503.5 559.84,-30500.7 566.066,-30509.3 570.053,-30503.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5345951192 -->\n",
"<g class=\"node\" id=\"node195\"><title>5345951192</title>\n",
"<polygon fill=\"none\" points=\"422.241,-29970.5 422.241,-30014.5 902.17,-30014.5 902.17,-29970.5 422.241,-29970.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"512.061\" y=\"-29988.3\">concatenate_26: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"601.88,-29970.5 601.88,-30014.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"629.714\" y=\"-29999.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"601.88,-29992.5 657.549,-29992.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"629.714\" y=\"-29977.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"657.549,-29970.5 657.549,-30014.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779.859\" y=\"-29999.3\">[(None, 14, 14, 720), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"657.549,-29992.5 902.17,-29992.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779.373\" y=\"-29977.3\">(None, 14, 14, 768)</text>\n",
"</g>\n",
"<!-- 5344085720&#45;&gt;5345951192 -->\n",
"<g class=\"edge\" id=\"edge219\"><title>5344085720-&gt;5345951192</title>\n",
"<path d=\"M692.084,-30537.5C708.633,-30528.3 725.996,-30516.2 738.206,-30501 768.391,-30463.5 773.206,-30446.6 773.206,-30398.5 773.206,-30398.5 773.206,-30398.5 773.206,-30153.5 773.206,-30105.9 769.884,-30089.7 742.206,-30051 733.801,-30039.2 722.23,-30029 710.498,-30020.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"712.196,-30017.4 701.969,-30014.7 708.238,-30023.2 712.196,-30017.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5349280176 -->\n",
"<g class=\"node\" id=\"node190\"><title>5349280176</title>\n",
"<polygon fill=\"none\" points=\"351.586,-30375.5 351.586,-30419.5 690.825,-30419.5 690.825,-30375.5 351.586,-30375.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"430.547\" y=\"-30393.3\">activation_54: Activation</text>\n",
"<polyline fill=\"none\" points=\"509.507,-30375.5 509.507,-30419.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"537.342\" y=\"-30404.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"509.507,-30397.5 565.176,-30397.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"537.342\" y=\"-30382.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"565.176,-30375.5 565.176,-30419.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"628\" y=\"-30404.3\">(None, 14, 14, 720)</text>\n",
"<polyline fill=\"none\" points=\"565.176,-30397.5 690.825,-30397.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"628\" y=\"-30382.3\">(None, 14, 14, 720)</text>\n",
"</g>\n",
"<!-- 5349502592&#45;&gt;5349280176 -->\n",
"<g class=\"edge\" id=\"edge214\"><title>5349502592-&gt;5349280176</title>\n",
"<path d=\"M527.062,-30456.3C526.237,-30448.2 525.276,-30438.7 524.375,-30429.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"527.845,-30429.3 523.355,-30419.7 520.881,-30430 527.845,-30429.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5349456976 -->\n",
"<g class=\"node\" id=\"node191\"><title>5349456976</title>\n",
"<polygon fill=\"none\" points=\"302.873,-30294.5 302.873,-30338.5 731.539,-30338.5 731.539,-30294.5 302.873,-30294.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"426.547\" y=\"-30312.3\">dense_2_7_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"550.221,-30294.5 550.221,-30338.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"578.056\" y=\"-30323.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"550.221,-30316.5 605.89,-30316.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"578.056\" y=\"-30301.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"605.89,-30294.5 605.89,-30338.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.714\" y=\"-30323.3\">(None, 14, 14, 720)</text>\n",
"<polyline fill=\"none\" points=\"605.89,-30316.5 731.539,-30316.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.714\" y=\"-30301.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5349280176&#45;&gt;5349456976 -->\n",
"<g class=\"edge\" id=\"edge215\"><title>5349280176-&gt;5349456976</title>\n",
"<path d=\"M520.134,-30375.3C519.721,-30367.2 519.241,-30357.7 518.79,-30348.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"522.282,-30348.5 518.28,-30338.7 515.291,-30348.9 522.282,-30348.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5349899960 -->\n",
"<g class=\"node\" id=\"node192\"><title>5349899960</title>\n",
"<polygon fill=\"none\" points=\"281,-30213.5 281,-30257.5 745.411,-30257.5 745.411,-30213.5 281,-30213.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"422.547\" y=\"-30231.3\">dense_2_7_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"564.094,-30213.5 564.094,-30257.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.928\" y=\"-30242.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"564.094,-30235.5 619.763,-30235.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"591.928\" y=\"-30220.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"619.763,-30213.5 619.763,-30257.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.587\" y=\"-30242.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"619.763,-30235.5 745.411,-30235.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.587\" y=\"-30220.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5349456976&#45;&gt;5349899960 -->\n",
"<g class=\"edge\" id=\"edge216\"><title>5349456976-&gt;5349899960</title>\n",
"<path d=\"M516.134,-30294.3C515.721,-30286.2 515.241,-30276.7 514.79,-30267.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"518.282,-30267.5 514.28,-30257.7 511.291,-30267.9 518.282,-30267.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5350266472 -->\n",
"<g class=\"node\" id=\"node193\"><title>5350266472</title>\n",
"<polygon fill=\"none\" points=\"356.586,-30132.5 356.586,-30176.5 695.825,-30176.5 695.825,-30132.5 356.586,-30132.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"435.547\" y=\"-30150.3\">activation_55: Activation</text>\n",
"<polyline fill=\"none\" points=\"514.507,-30132.5 514.507,-30176.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"542.342\" y=\"-30161.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"514.507,-30154.5 570.176,-30154.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"542.342\" y=\"-30139.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"570.176,-30132.5 570.176,-30176.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"633\" y=\"-30161.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"570.176,-30154.5 695.825,-30154.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"633\" y=\"-30139.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5349899960&#45;&gt;5350266472 -->\n",
"<g class=\"edge\" id=\"edge217\"><title>5349899960-&gt;5350266472</title>\n",
"<path d=\"M516.689,-30213.3C518.03,-30205.2 519.591,-30195.7 521.055,-30186.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"524.542,-30187.2 522.712,-30176.7 517.635,-30186 524.542,-30187.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5350038160 -->\n",
"<g class=\"node\" id=\"node194\"><title>5350038160</title>\n",
"<polygon fill=\"none\" points=\"369.528,-30051.5 369.528,-30095.5 732.883,-30095.5 732.883,-30051.5 369.528,-30051.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"460.547\" y=\"-30069.3\">dense_2_7_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"551.566,-30051.5 551.566,-30095.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"579.4\" y=\"-30080.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"551.566,-30073.5 607.235,-30073.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"579.4\" y=\"-30058.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"607.235,-30051.5 607.235,-30095.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.059\" y=\"-30080.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"607.235,-30073.5 732.883,-30073.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.059\" y=\"-30058.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5350266472&#45;&gt;5350038160 -->\n",
"<g class=\"edge\" id=\"edge218\"><title>5350266472-&gt;5350038160</title>\n",
"<path d=\"M532.905,-30132.3C535.511,-30124.1 538.55,-30114.5 541.393,-30105.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"544.807,-30106.3 544.488,-30095.7 538.133,-30104.2 544.807,-30106.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5350038160&#45;&gt;5345951192 -->\n",
"<g class=\"edge\" id=\"edge220\"><title>5350038160-&gt;5345951192</title>\n",
"<path d=\"M580.952,-30051.3C594.14,-30041.9 609.822,-30030.8 623.875,-30020.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"626.26,-30023.4 632.377,-30014.7 622.201,-30017.7 626.26,-30023.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351039160 -->\n",
"<g class=\"node\" id=\"node196\"><title>5351039160</title>\n",
"<polygon fill=\"none\" points=\"341.655,-29889.5 341.655,-29933.5 740.756,-29933.5 740.756,-29889.5 341.655,-29889.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.547\" y=\"-29907.3\">dense_2_8_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"559.438,-29889.5 559.438,-29933.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"587.273\" y=\"-29918.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"559.438,-29911.5 615.107,-29911.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"587.273\" y=\"-29896.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"615.107,-29889.5 615.107,-29933.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.932\" y=\"-29918.3\">(None, 14, 14, 768)</text>\n",
"<polyline fill=\"none\" points=\"615.107,-29911.5 740.756,-29911.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.932\" y=\"-29896.3\">(None, 14, 14, 768)</text>\n",
"</g>\n",
"<!-- 5345951192&#45;&gt;5351039160 -->\n",
"<g class=\"edge\" id=\"edge221\"><title>5345951192-&gt;5351039160</title>\n",
"<path d=\"M629.78,-29970.3C615.132,-29960.8 597.662,-29949.4 582.124,-29939.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"584.008,-29936.3 573.721,-29933.7 580.181,-29942.1 584.008,-29936.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5347263992 -->\n",
"<g class=\"node\" id=\"node202\"><title>5347263992</title>\n",
"<polygon fill=\"none\" points=\"431.241,-29403.5 431.241,-29447.5 911.17,-29447.5 911.17,-29403.5 431.241,-29403.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"521.061\" y=\"-29421.3\">concatenate_27: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"610.88,-29403.5 610.88,-29447.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"638.714\" y=\"-29432.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"610.88,-29425.5 666.549,-29425.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"638.714\" y=\"-29410.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"666.549,-29403.5 666.549,-29447.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"788.859\" y=\"-29432.3\">[(None, 14, 14, 768), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"666.549,-29425.5 911.17,-29425.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"788.373\" y=\"-29410.3\">(None, 14, 14, 816)</text>\n",
"</g>\n",
"<!-- 5345951192&#45;&gt;5347263992 -->\n",
"<g class=\"edge\" id=\"edge227\"><title>5345951192-&gt;5347263992</title>\n",
"<path d=\"M707.24,-29970.2C722.729,-29961 738.98,-29948.8 750.206,-29934 778.985,-29895.9 782.206,-29879.2 782.206,-29831.5 782.206,-29831.5 782.206,-29831.5 782.206,-29586.5 782.206,-29538.9 778.884,-29522.7 751.206,-29484 742.801,-29472.2 731.23,-29462 719.498,-29453.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"721.196,-29450.4 710.969,-29447.7 717.238,-29456.2 721.196,-29450.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5350856912 -->\n",
"<g class=\"node\" id=\"node197\"><title>5350856912</title>\n",
"<polygon fill=\"none\" points=\"364.586,-29808.5 364.586,-29852.5 703.825,-29852.5 703.825,-29808.5 364.586,-29808.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"443.547\" y=\"-29826.3\">activation_56: Activation</text>\n",
"<polyline fill=\"none\" points=\"522.507,-29808.5 522.507,-29852.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"550.342\" y=\"-29837.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"522.507,-29830.5 578.176,-29830.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"550.342\" y=\"-29815.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"578.176,-29808.5 578.176,-29852.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"641\" y=\"-29837.3\">(None, 14, 14, 768)</text>\n",
"<polyline fill=\"none\" points=\"578.176,-29830.5 703.825,-29830.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"641\" y=\"-29815.3\">(None, 14, 14, 768)</text>\n",
"</g>\n",
"<!-- 5351039160&#45;&gt;5350856912 -->\n",
"<g class=\"edge\" id=\"edge222\"><title>5351039160-&gt;5350856912</title>\n",
"<path d=\"M539.33,-29889.3C538.608,-29881.2 537.768,-29871.7 536.979,-29862.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"540.456,-29862.4 536.087,-29852.7 533.483,-29863 540.456,-29862.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351083984 -->\n",
"<g class=\"node\" id=\"node198\"><title>5351083984</title>\n",
"<polygon fill=\"none\" points=\"316.873,-29727.5 316.873,-29771.5 745.539,-29771.5 745.539,-29727.5 316.873,-29727.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"440.547\" y=\"-29745.3\">dense_2_8_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"564.221,-29727.5 564.221,-29771.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"592.056\" y=\"-29756.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"564.221,-29749.5 619.89,-29749.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"592.056\" y=\"-29734.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"619.89,-29727.5 619.89,-29771.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.714\" y=\"-29756.3\">(None, 14, 14, 768)</text>\n",
"<polyline fill=\"none\" points=\"619.89,-29749.5 745.539,-29749.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.714\" y=\"-29734.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5350856912&#45;&gt;5351083984 -->\n",
"<g class=\"edge\" id=\"edge223\"><title>5350856912-&gt;5351083984</title>\n",
"<path d=\"M533.402,-29808.3C533.092,-29800.2 532.732,-29790.7 532.394,-29781.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"535.889,-29781.6 532.012,-29771.7 528.894,-29781.9 535.889,-29781.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351255064 -->\n",
"<g class=\"node\" id=\"node199\"><title>5351255064</title>\n",
"<polygon fill=\"none\" points=\"290,-29646.5 290,-29690.5 754.411,-29690.5 754.411,-29646.5 290,-29646.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"431.547\" y=\"-29664.3\">dense_2_8_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"573.094,-29646.5 573.094,-29690.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.928\" y=\"-29675.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"573.094,-29668.5 628.763,-29668.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"600.928\" y=\"-29653.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"628.763,-29646.5 628.763,-29690.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"691.587\" y=\"-29675.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"628.763,-29668.5 754.411,-29668.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"691.587\" y=\"-29653.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5351083984&#45;&gt;5351255064 -->\n",
"<g class=\"edge\" id=\"edge224\"><title>5351083984-&gt;5351255064</title>\n",
"<path d=\"M528.794,-29727.3C527.866,-29719.2 526.785,-29709.7 525.771,-29700.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"529.234,-29700.3 524.624,-29690.7 522.279,-29701.1 529.234,-29700.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351859592 -->\n",
"<g class=\"node\" id=\"node200\"><title>5351859592</title>\n",
"<polygon fill=\"none\" points=\"377.586,-29565.5 377.586,-29609.5 716.825,-29609.5 716.825,-29565.5 377.586,-29565.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"456.547\" y=\"-29583.3\">activation_57: Activation</text>\n",
"<polyline fill=\"none\" points=\"535.507,-29565.5 535.507,-29609.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.342\" y=\"-29594.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"535.507,-29587.5 591.176,-29587.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"563.342\" y=\"-29572.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"591.176,-29565.5 591.176,-29609.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654\" y=\"-29594.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"591.176,-29587.5 716.825,-29587.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654\" y=\"-29572.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5351255064&#45;&gt;5351859592 -->\n",
"<g class=\"edge\" id=\"edge225\"><title>5351255064-&gt;5351859592</title>\n",
"<path d=\"M528.905,-29646.3C531.511,-29638.1 534.55,-29628.5 537.393,-29619.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"540.807,-29620.3 540.488,-29609.7 534.133,-29618.2 540.807,-29620.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351627184 -->\n",
"<g class=\"node\" id=\"node201\"><title>5351627184</title>\n",
"<polygon fill=\"none\" points=\"378.528,-29484.5 378.528,-29528.5 741.883,-29528.5 741.883,-29484.5 378.528,-29484.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"469.547\" y=\"-29502.3\">dense_2_8_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"560.566,-29484.5 560.566,-29528.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"588.4\" y=\"-29513.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"560.566,-29506.5 616.235,-29506.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"588.4\" y=\"-29491.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"616.235,-29484.5 616.235,-29528.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"679.059\" y=\"-29513.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"616.235,-29506.5 741.883,-29506.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"679.059\" y=\"-29491.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5351859592&#45;&gt;5351627184 -->\n",
"<g class=\"edge\" id=\"edge226\"><title>5351859592-&gt;5351627184</title>\n",
"<path d=\"M550.689,-29565.3C552.03,-29557.2 553.591,-29547.7 555.055,-29538.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"558.542,-29539.2 556.712,-29528.7 551.635,-29538 558.542,-29539.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5351627184&#45;&gt;5347263992 -->\n",
"<g class=\"edge\" id=\"edge228\"><title>5351627184-&gt;5347263992</title>\n",
"<path d=\"M589.952,-29484.3C603.14,-29474.9 618.822,-29463.8 632.875,-29453.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"635.26,-29456.4 641.377,-29447.7 631.201,-29450.7 635.26,-29456.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5352632784 -->\n",
"<g class=\"node\" id=\"node203\"><title>5352632784</title>\n",
"<polygon fill=\"none\" points=\"357.655,-29322.5 357.655,-29366.5 756.756,-29366.5 756.756,-29322.5 357.655,-29322.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"466.547\" y=\"-29340.3\">dense_2_9_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"575.438,-29322.5 575.438,-29366.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.273\" y=\"-29351.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"575.438,-29344.5 631.107,-29344.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.273\" y=\"-29329.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"631.107,-29322.5 631.107,-29366.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"693.932\" y=\"-29351.3\">(None, 14, 14, 816)</text>\n",
"<polyline fill=\"none\" points=\"631.107,-29344.5 756.756,-29344.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"693.932\" y=\"-29329.3\">(None, 14, 14, 816)</text>\n",
"</g>\n",
"<!-- 5347263992&#45;&gt;5352632784 -->\n",
"<g class=\"edge\" id=\"edge229\"><title>5347263992-&gt;5352632784</title>\n",
"<path d=\"M640.656,-29403.3C626.983,-29393.9 610.701,-29382.6 596.164,-29372.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"598.053,-29369.5 587.84,-29366.7 594.066,-29375.3 598.053,-29369.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5348805712 -->\n",
"<g class=\"node\" id=\"node209\"><title>5348805712</title>\n",
"<polygon fill=\"none\" points=\"441.241,-28836.5 441.241,-28880.5 921.17,-28880.5 921.17,-28836.5 441.241,-28836.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"531.061\" y=\"-28854.3\">concatenate_28: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"620.88,-28836.5 620.88,-28880.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"648.714\" y=\"-28865.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"620.88,-28858.5 676.549,-28858.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"648.714\" y=\"-28843.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"676.549,-28836.5 676.549,-28880.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798.859\" y=\"-28865.3\">[(None, 14, 14, 816), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"676.549,-28858.5 921.17,-28858.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798.373\" y=\"-28843.3\">(None, 14, 14, 864)</text>\n",
"</g>\n",
"<!-- 5347263992&#45;&gt;5348805712 -->\n",
"<g class=\"edge\" id=\"edge235\"><title>5347263992-&gt;5348805712</title>\n",
"<path d=\"M721.755,-29403.5C738.065,-29394.4 754.846,-29382.3 766.206,-29367 794.177,-29329.2 792.206,-29311.5 792.206,-29264.5 792.206,-29264.5 792.206,-29264.5 792.206,-29019.5 792.206,-28971.9 788.884,-28955.7 761.206,-28917 752.801,-28905.2 741.23,-28895 729.498,-28886.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"731.196,-28883.4 720.969,-28880.7 727.238,-28889.2 731.196,-28883.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5352450032 -->\n",
"<g class=\"node\" id=\"node204\"><title>5352450032</title>\n",
"<polygon fill=\"none\" points=\"374.586,-29241.5 374.586,-29285.5 713.825,-29285.5 713.825,-29241.5 374.586,-29241.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"453.547\" y=\"-29259.3\">activation_58: Activation</text>\n",
"<polyline fill=\"none\" points=\"532.507,-29241.5 532.507,-29285.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560.342\" y=\"-29270.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"532.507,-29263.5 588.176,-29263.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"560.342\" y=\"-29248.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"588.176,-29241.5 588.176,-29285.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651\" y=\"-29270.3\">(None, 14, 14, 816)</text>\n",
"<polyline fill=\"none\" points=\"588.176,-29263.5 713.825,-29263.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651\" y=\"-29248.3\">(None, 14, 14, 816)</text>\n",
"</g>\n",
"<!-- 5352632784&#45;&gt;5352450032 -->\n",
"<g class=\"edge\" id=\"edge230\"><title>5352632784-&gt;5352450032</title>\n",
"<path d=\"M553.722,-29322.3C552.381,-29314.2 550.821,-29304.7 549.356,-29295.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"552.776,-29295 547.699,-29285.7 545.869,-29296.2 552.776,-29295\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5352674416 -->\n",
"<g class=\"node\" id=\"node205\"><title>5352674416</title>\n",
"<polygon fill=\"none\" points=\"326.873,-29160.5 326.873,-29204.5 755.539,-29204.5 755.539,-29160.5 326.873,-29160.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.547\" y=\"-29178.3\">dense_2_9_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"574.221,-29160.5 574.221,-29204.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"602.056\" y=\"-29189.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"574.221,-29182.5 629.89,-29182.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"602.056\" y=\"-29167.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"629.89,-29160.5 629.89,-29204.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"692.714\" y=\"-29189.3\">(None, 14, 14, 816)</text>\n",
"<polyline fill=\"none\" points=\"629.89,-29182.5 755.539,-29182.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"692.714\" y=\"-29167.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5352450032&#45;&gt;5352674416 -->\n",
"<g class=\"edge\" id=\"edge231\"><title>5352450032-&gt;5352674416</title>\n",
"<path d=\"M543.402,-29241.3C543.092,-29233.2 542.732,-29223.7 542.394,-29214.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"545.889,-29214.6 542.012,-29204.7 538.894,-29214.9 545.889,-29214.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5352886056 -->\n",
"<g class=\"node\" id=\"node206\"><title>5352886056</title>\n",
"<polygon fill=\"none\" points=\"300,-29079.5 300,-29123.5 764.411,-29123.5 764.411,-29079.5 300,-29079.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"441.547\" y=\"-29097.3\">dense_2_9_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"583.094,-29079.5 583.094,-29123.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.928\" y=\"-29108.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"583.094,-29101.5 638.763,-29101.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.928\" y=\"-29086.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"638.763,-29079.5 638.763,-29123.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.587\" y=\"-29108.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"638.763,-29101.5 764.411,-29101.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.587\" y=\"-29086.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5352674416&#45;&gt;5352886056 -->\n",
"<g class=\"edge\" id=\"edge232\"><title>5352674416-&gt;5352886056</title>\n",
"<path d=\"M538.794,-29160.3C537.866,-29152.2 536.785,-29142.7 535.771,-29133.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"539.234,-29133.3 534.624,-29123.7 532.279,-29134.1 539.234,-29133.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5353434864 -->\n",
"<g class=\"node\" id=\"node207\"><title>5353434864</title>\n",
"<polygon fill=\"none\" points=\"375.586,-28998.5 375.586,-29042.5 714.825,-29042.5 714.825,-28998.5 375.586,-28998.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"454.547\" y=\"-29016.3\">activation_59: Activation</text>\n",
"<polyline fill=\"none\" points=\"533.507,-28998.5 533.507,-29042.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"561.342\" y=\"-29027.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"533.507,-29020.5 589.176,-29020.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"561.342\" y=\"-29005.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"589.176,-28998.5 589.176,-29042.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"652\" y=\"-29027.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"589.176,-29020.5 714.825,-29020.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"652\" y=\"-29005.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5352886056&#45;&gt;5353434864 -->\n",
"<g class=\"edge\" id=\"edge233\"><title>5352886056-&gt;5353434864</title>\n",
"<path d=\"M535.689,-29079.3C537.03,-29071.2 538.591,-29061.7 540.055,-29052.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"543.542,-29053.2 541.712,-29042.7 536.635,-29052 543.542,-29053.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5353203920 -->\n",
"<g class=\"node\" id=\"node208\"><title>5353203920</title>\n",
"<polygon fill=\"none\" points=\"388.528,-28917.5 388.528,-28961.5 751.883,-28961.5 751.883,-28917.5 388.528,-28917.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.547\" y=\"-28935.3\">dense_2_9_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"570.566,-28917.5 570.566,-28961.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"598.4\" y=\"-28946.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"570.566,-28939.5 626.235,-28939.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"598.4\" y=\"-28924.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"626.235,-28917.5 626.235,-28961.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.059\" y=\"-28946.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"626.235,-28939.5 751.883,-28939.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.059\" y=\"-28924.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5353434864&#45;&gt;5353203920 -->\n",
"<g class=\"edge\" id=\"edge234\"><title>5353434864-&gt;5353203920</title>\n",
"<path d=\"M551.905,-28998.3C554.511,-28990.1 557.55,-28980.5 560.393,-28971.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"563.807,-28972.3 563.488,-28961.7 557.133,-28970.2 563.807,-28972.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5353203920&#45;&gt;5348805712 -->\n",
"<g class=\"edge\" id=\"edge236\"><title>5353203920-&gt;5348805712</title>\n",
"<path d=\"M599.952,-28917.3C613.14,-28907.9 628.822,-28896.8 642.875,-28886.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"645.26,-28889.4 651.377,-28880.7 641.201,-28883.7 645.26,-28889.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5354212208 -->\n",
"<g class=\"node\" id=\"node210\"><title>5354212208</title>\n",
"<polygon fill=\"none\" points=\"363.155,-28755.5 363.155,-28799.5 769.256,-28799.5 769.256,-28755.5 363.155,-28755.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"475.547\" y=\"-28773.3\">dense_2_10_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"587.938,-28755.5 587.938,-28799.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"615.773\" y=\"-28784.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"587.938,-28777.5 643.607,-28777.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"615.773\" y=\"-28762.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"643.607,-28755.5 643.607,-28799.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.432\" y=\"-28784.3\">(None, 14, 14, 864)</text>\n",
"<polyline fill=\"none\" points=\"643.607,-28777.5 769.256,-28777.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.432\" y=\"-28762.3\">(None, 14, 14, 864)</text>\n",
"</g>\n",
"<!-- 5348805712&#45;&gt;5354212208 -->\n",
"<g class=\"edge\" id=\"edge237\"><title>5348805712-&gt;5354212208</title>\n",
"<path d=\"M650.388,-28836.3C636.595,-28826.9 620.17,-28815.6 605.506,-28805.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"607.333,-28802.5 597.109,-28799.7 603.369,-28808.3 607.333,-28802.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5350526424 -->\n",
"<g class=\"node\" id=\"node216\"><title>5350526424</title>\n",
"<polygon fill=\"none\" points=\"460.241,-28269.5 460.241,-28313.5 940.17,-28313.5 940.17,-28269.5 460.241,-28269.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"550.061\" y=\"-28287.3\">concatenate_29: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"639.88,-28269.5 639.88,-28313.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"667.714\" y=\"-28298.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"639.88,-28291.5 695.549,-28291.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"667.714\" y=\"-28276.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"695.549,-28269.5 695.549,-28313.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"817.859\" y=\"-28298.3\">[(None, 14, 14, 864), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"695.549,-28291.5 940.17,-28291.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"817.373\" y=\"-28276.3\">(None, 14, 14, 912)</text>\n",
"</g>\n",
"<!-- 5348805712&#45;&gt;5350526424 -->\n",
"<g class=\"edge\" id=\"edge243\"><title>5348805712-&gt;5350526424</title>\n",
"<path d=\"M731.612,-28836.4C748.358,-28827.3 765.86,-28815.2 778.206,-28800 808.563,-28762.6 813.206,-28745.6 813.206,-28697.5 813.206,-28697.5 813.206,-28697.5 813.206,-28452.5 813.206,-28404.8 809.246,-28388.6 781.206,-28350 772.561,-28338.1 760.683,-28327.7 748.686,-28319.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"750.645,-28316.3 740.399,-28313.6 746.725,-28322.1 750.645,-28316.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5353606560 -->\n",
"<g class=\"node\" id=\"node211\"><title>5353606560</title>\n",
"<polygon fill=\"none\" points=\"388.586,-28674.5 388.586,-28718.5 727.825,-28718.5 727.825,-28674.5 388.586,-28674.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"467.547\" y=\"-28692.3\">activation_60: Activation</text>\n",
"<polyline fill=\"none\" points=\"546.507,-28674.5 546.507,-28718.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"574.342\" y=\"-28703.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"546.507,-28696.5 602.176,-28696.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"574.342\" y=\"-28681.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"602.176,-28674.5 602.176,-28718.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665\" y=\"-28703.3\">(None, 14, 14, 864)</text>\n",
"<polyline fill=\"none\" points=\"602.176,-28696.5 727.825,-28696.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665\" y=\"-28681.3\">(None, 14, 14, 864)</text>\n",
"</g>\n",
"<!-- 5354212208&#45;&gt;5353606560 -->\n",
"<g class=\"edge\" id=\"edge238\"><title>5354212208-&gt;5353606560</title>\n",
"<path d=\"M564.062,-28755.3C563.237,-28747.2 562.276,-28737.7 561.375,-28728.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"564.845,-28728.3 560.355,-28718.7 557.881,-28729 564.845,-28728.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5354250424 -->\n",
"<g class=\"node\" id=\"node212\"><title>5354250424</title>\n",
"<polygon fill=\"none\" points=\"335.373,-28593.5 335.373,-28637.5 771.039,-28637.5 771.039,-28593.5 335.373,-28593.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.547\" y=\"-28611.3\">dense_2_10_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"589.721,-28593.5 589.721,-28637.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"617.556\" y=\"-28622.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"589.721,-28615.5 645.39,-28615.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"617.556\" y=\"-28600.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"645.39,-28593.5 645.39,-28637.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708.214\" y=\"-28622.3\">(None, 14, 14, 864)</text>\n",
"<polyline fill=\"none\" points=\"645.39,-28615.5 771.039,-28615.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708.214\" y=\"-28600.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5353606560&#45;&gt;5354250424 -->\n",
"<g class=\"edge\" id=\"edge239\"><title>5353606560-&gt;5354250424</title>\n",
"<path d=\"M556.866,-28674.3C556.35,-28666.2 555.75,-28656.7 555.186,-28647.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"558.674,-28647.5 554.549,-28637.7 551.688,-28647.9 558.674,-28647.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5354520360 -->\n",
"<g class=\"node\" id=\"node213\"><title>5354520360</title>\n",
"<polygon fill=\"none\" points=\"313.5,-28512.5 313.5,-28556.5 784.911,-28556.5 784.911,-28512.5 313.5,-28512.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"458.547\" y=\"-28530.3\">dense_2_10_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"603.594,-28512.5 603.594,-28556.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.428\" y=\"-28541.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"603.594,-28534.5 659.263,-28534.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.428\" y=\"-28519.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"659.263,-28512.5 659.263,-28556.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.087\" y=\"-28541.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"659.263,-28534.5 784.911,-28534.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.087\" y=\"-28519.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5354250424&#45;&gt;5354520360 -->\n",
"<g class=\"edge\" id=\"edge240\"><title>5354250424-&gt;5354520360</title>\n",
"<path d=\"M552.134,-28593.3C551.721,-28585.2 551.241,-28575.7 550.79,-28566.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"554.282,-28566.5 550.28,-28556.7 547.291,-28566.9 554.282,-28566.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5355470800 -->\n",
"<g class=\"node\" id=\"node214\"><title>5355470800</title>\n",
"<polygon fill=\"none\" points=\"404.586,-28431.5 404.586,-28475.5 743.825,-28475.5 743.825,-28431.5 404.586,-28431.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"483.547\" y=\"-28449.3\">activation_61: Activation</text>\n",
"<polyline fill=\"none\" points=\"562.507,-28431.5 562.507,-28475.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"590.342\" y=\"-28460.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"562.507,-28453.5 618.176,-28453.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"590.342\" y=\"-28438.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"618.176,-28431.5 618.176,-28475.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"681\" y=\"-28460.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"618.176,-28453.5 743.825,-28453.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"681\" y=\"-28438.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5354520360&#45;&gt;5355470800 -->\n",
"<g class=\"edge\" id=\"edge241\"><title>5354520360-&gt;5355470800</title>\n",
"<path d=\"M555.905,-28512.3C558.511,-28504.1 561.55,-28494.5 564.393,-28485.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"567.807,-28486.3 567.488,-28475.7 561.133,-28484.2 567.807,-28486.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5354936248 -->\n",
"<g class=\"node\" id=\"node215\"><title>5354936248</title>\n",
"<polygon fill=\"none\" points=\"402.028,-28350.5 402.028,-28394.5 772.383,-28394.5 772.383,-28350.5 402.028,-28350.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.547\" y=\"-28368.3\">dense_2_10_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"591.066,-28350.5 591.066,-28394.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.9\" y=\"-28379.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"591.066,-28372.5 646.735,-28372.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.9\" y=\"-28357.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"646.735,-28350.5 646.735,-28394.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.559\" y=\"-28379.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"646.735,-28372.5 772.383,-28372.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.559\" y=\"-28357.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5355470800&#45;&gt;5354936248 -->\n",
"<g class=\"edge\" id=\"edge242\"><title>5355470800-&gt;5354936248</title>\n",
"<path d=\"M577.689,-28431.3C579.03,-28423.2 580.591,-28413.7 582.055,-28404.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"585.542,-28405.2 583.712,-28394.7 578.635,-28404 585.542,-28405.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5354936248&#45;&gt;5350526424 -->\n",
"<g class=\"edge\" id=\"edge244\"><title>5354936248-&gt;5350526424</title>\n",
"<path d=\"M617.487,-28350.3C631.041,-28340.9 647.18,-28329.6 661.589,-28319.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"663.65,-28322.3 669.84,-28313.7 659.639,-28316.6 663.65,-28322.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5355640984 -->\n",
"<g class=\"node\" id=\"node217\"><title>5355640984</title>\n",
"<polygon fill=\"none\" points=\"366.412,-28188.5 366.412,-28232.5 772,-28232.5 772,-28188.5 366.412,-28188.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"478.547\" y=\"-28206.3\">dense_2_11_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"590.682,-28188.5 590.682,-28232.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.517\" y=\"-28217.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"590.682,-28210.5 646.351,-28210.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"618.517\" y=\"-28195.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"646.351,-28188.5 646.351,-28232.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.175\" y=\"-28217.3\">(None, 14, 14, 912)</text>\n",
"<polyline fill=\"none\" points=\"646.351,-28210.5 772,-28210.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.175\" y=\"-28195.3\">(None, 14, 14, 912)</text>\n",
"</g>\n",
"<!-- 5350526424&#45;&gt;5355640984 -->\n",
"<g class=\"edge\" id=\"edge245\"><title>5350526424-&gt;5355640984</title>\n",
"<path d=\"M665.1,-28269.3C649.094,-28259.7 629.977,-28248.1 613.039,-28237.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"614.779,-28234.9 604.408,-28232.7 611.164,-28240.9 614.779,-28234.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5352357784 -->\n",
"<g class=\"node\" id=\"node223\"><title>5352357784</title>\n",
"<polygon fill=\"none\" points=\"451.241,-27702.5 451.241,-27746.5 931.17,-27746.5 931.17,-27702.5 451.241,-27702.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"541.061\" y=\"-27720.3\">concatenate_30: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"630.88,-27702.5 630.88,-27746.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.714\" y=\"-27731.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"630.88,-27724.5 686.549,-27724.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.714\" y=\"-27709.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"686.549,-27702.5 686.549,-27746.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"808.859\" y=\"-27731.3\">[(None, 14, 14, 912), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"686.549,-27724.5 931.17,-27724.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"808.373\" y=\"-27709.3\">(None, 14, 14, 960)</text>\n",
"</g>\n",
"<!-- 5350526424&#45;&gt;5352357784 -->\n",
"<g class=\"edge\" id=\"edge251\"><title>5350526424-&gt;5352357784</title>\n",
"<path d=\"M741.876,-28269.3C756.332,-28260 771.366,-28247.8 781.206,-28233 807.069,-28194.1 804.206,-28177.2 804.206,-28130.5 804.206,-28130.5 804.206,-28130.5 804.206,-27885.5 804.206,-27837.9 801.109,-27821.6 773.206,-27783 764.592,-27771.1 752.73,-27760.8 740.704,-27752.3\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"742.645,-27749.4 732.389,-27746.7 738.75,-27755.2 742.645,-27749.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5356013104 -->\n",
"<g class=\"node\" id=\"node218\"><title>5356013104</title>\n",
"<polygon fill=\"none\" points=\"383.586,-28107.5 383.586,-28151.5 722.825,-28151.5 722.825,-28107.5 383.586,-28107.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"462.547\" y=\"-28125.3\">activation_62: Activation</text>\n",
"<polyline fill=\"none\" points=\"541.507,-28107.5 541.507,-28151.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"569.342\" y=\"-28136.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"541.507,-28129.5 597.176,-28129.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"569.342\" y=\"-28114.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"597.176,-28107.5 597.176,-28151.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"660\" y=\"-28136.3\">(None, 14, 14, 912)</text>\n",
"<polyline fill=\"none\" points=\"597.176,-28129.5 722.825,-28129.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"660\" y=\"-28114.3\">(None, 14, 14, 912)</text>\n",
"</g>\n",
"<!-- 5355640984&#45;&gt;5356013104 -->\n",
"<g class=\"edge\" id=\"edge246\"><title>5355640984-&gt;5356013104</title>\n",
"<path d=\"M564.918,-28188.3C563.268,-28180.2 561.347,-28170.7 559.544,-28161.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"562.921,-28160.8 557.505,-28151.7 556.06,-28162.2 562.921,-28160.8\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5356195008 -->\n",
"<g class=\"node\" id=\"node219\"><title>5356195008</title>\n",
"<polygon fill=\"none\" points=\"327.629,-28026.5 327.629,-28070.5 762.782,-28070.5 762.782,-28026.5 327.629,-28026.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"454.547\" y=\"-28044.3\">dense_2_11_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"581.465,-28026.5 581.465,-28070.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"609.299\" y=\"-28055.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"581.465,-28048.5 637.134,-28048.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"609.299\" y=\"-28033.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"637.134,-28026.5 637.134,-28070.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"699.958\" y=\"-28055.3\">(None, 14, 14, 912)</text>\n",
"<polyline fill=\"none\" points=\"637.134,-28048.5 762.782,-28048.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"699.958\" y=\"-28033.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5356013104&#45;&gt;5356195008 -->\n",
"<g class=\"edge\" id=\"edge247\"><title>5356013104-&gt;5356195008</title>\n",
"<path d=\"M551.062,-28107.3C550.237,-28099.2 549.276,-28089.7 548.375,-28080.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"551.845,-28080.3 547.355,-28070.7 544.881,-28081 551.845,-28080.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5356546256 -->\n",
"<g class=\"node\" id=\"node220\"><title>5356546256</title>\n",
"<polygon fill=\"none\" points=\"305.756,-27945.5 305.756,-27989.5 776.655,-27989.5 776.655,-27945.5 305.756,-27945.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"450.547\" y=\"-27963.3\">dense_2_11_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"595.337,-27945.5 595.337,-27989.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.172\" y=\"-27974.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"595.337,-27967.5 651.006,-27967.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.172\" y=\"-27952.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"651.006,-27945.5 651.006,-27989.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"713.831\" y=\"-27974.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"651.006,-27967.5 776.655,-27967.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"713.831\" y=\"-27952.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5356195008&#45;&gt;5356546256 -->\n",
"<g class=\"edge\" id=\"edge248\"><title>5356195008-&gt;5356546256</title>\n",
"<path d=\"M544.134,-28026.3C543.721,-28018.2 543.241,-28008.7 542.79,-27999.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"546.282,-27999.5 542.28,-27989.7 539.291,-27999.9 546.282,-27999.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357010616 -->\n",
"<g class=\"node\" id=\"node221\"><title>5357010616</title>\n",
"<polygon fill=\"none\" points=\"396.586,-27864.5 396.586,-27908.5 735.825,-27908.5 735.825,-27864.5 396.586,-27864.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"475.547\" y=\"-27882.3\">activation_63: Activation</text>\n",
"<polyline fill=\"none\" points=\"554.507,-27864.5 554.507,-27908.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"582.342\" y=\"-27893.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"554.507,-27886.5 610.176,-27886.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"582.342\" y=\"-27871.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"610.176,-27864.5 610.176,-27908.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"673\" y=\"-27893.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"610.176,-27886.5 735.825,-27886.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"673\" y=\"-27871.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5356546256&#45;&gt;5357010616 -->\n",
"<g class=\"edge\" id=\"edge249\"><title>5356546256-&gt;5357010616</title>\n",
"<path d=\"M547.905,-27945.3C550.511,-27937.1 553.55,-27927.5 556.393,-27918.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"559.807,-27919.3 559.488,-27908.7 553.133,-27917.2 559.807,-27919.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357055504 -->\n",
"<g class=\"node\" id=\"node222\"><title>5357055504</title>\n",
"<polygon fill=\"none\" points=\"394.284,-27783.5 394.284,-27827.5 764.127,-27827.5 764.127,-27783.5 394.284,-27783.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"488.547\" y=\"-27801.3\">dense_2_11_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"582.81,-27783.5 582.81,-27827.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.644\" y=\"-27812.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"582.81,-27805.5 638.479,-27805.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.644\" y=\"-27790.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"638.479,-27783.5 638.479,-27827.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.303\" y=\"-27812.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"638.479,-27805.5 764.127,-27805.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.303\" y=\"-27790.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5357010616&#45;&gt;5357055504 -->\n",
"<g class=\"edge\" id=\"edge250\"><title>5357010616-&gt;5357055504</title>\n",
"<path d=\"M569.689,-27864.3C571.03,-27856.2 572.591,-27846.7 574.055,-27837.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"577.542,-27838.2 575.712,-27827.7 570.635,-27837 577.542,-27838.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357055504&#45;&gt;5352357784 -->\n",
"<g class=\"edge\" id=\"edge252\"><title>5357055504-&gt;5352357784</title>\n",
"<path d=\"M609.22,-27783.3C622.653,-27773.9 638.649,-27762.6 652.931,-27752.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"654.954,-27755.4 661.109,-27746.7 650.92,-27749.6 654.954,-27755.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357459384 -->\n",
"<g class=\"node\" id=\"node224\"><title>5357459384</title>\n",
"<polygon fill=\"none\" points=\"373.155,-27621.5 373.155,-27665.5 779.256,-27665.5 779.256,-27621.5 373.155,-27621.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"485.547\" y=\"-27639.3\">dense_2_12_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"597.938,-27621.5 597.938,-27665.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"625.773\" y=\"-27650.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"597.938,-27643.5 653.607,-27643.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"625.773\" y=\"-27628.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"653.607,-27621.5 653.607,-27665.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"716.432\" y=\"-27650.3\">(None, 14, 14, 960)</text>\n",
"<polyline fill=\"none\" points=\"653.607,-27643.5 779.256,-27643.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"716.432\" y=\"-27628.3\">(None, 14, 14, 960)</text>\n",
"</g>\n",
"<!-- 5352357784&#45;&gt;5357459384 -->\n",
"<g class=\"edge\" id=\"edge253\"><title>5352357784-&gt;5357459384</title>\n",
"<path d=\"M660.388,-27702.3C646.595,-27692.9 630.17,-27681.6 615.506,-27671.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"617.333,-27668.5 607.109,-27665.7 613.369,-27674.3 617.333,-27668.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5353480432 -->\n",
"<g class=\"node\" id=\"node230\"><title>5353480432</title>\n",
"<polygon fill=\"none\" points=\"461.241,-27135.5 461.241,-27179.5 941.17,-27179.5 941.17,-27135.5 461.241,-27135.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.061\" y=\"-27153.3\">concatenate_31: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"640.88,-27135.5 640.88,-27179.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.714\" y=\"-27164.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"640.88,-27157.5 696.549,-27157.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.714\" y=\"-27142.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"696.549,-27135.5 696.549,-27179.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"818.859\" y=\"-27164.3\">[(None, 14, 14, 960), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"696.549,-27157.5 941.17,-27157.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"818.373\" y=\"-27142.3\">(None, 14, 14, 1008)</text>\n",
"</g>\n",
"<!-- 5352357784&#45;&gt;5353480432 -->\n",
"<g class=\"edge\" id=\"edge259\"><title>5352357784-&gt;5353480432</title>\n",
"<path d=\"M743.315,-27702.4C759.809,-27693.4 776.717,-27681.4 788.206,-27666 816.35,-27628.4 814.206,-27610.5 814.206,-27563.5 814.206,-27563.5 814.206,-27563.5 814.206,-27318.5 814.206,-27270.8 810.246,-27254.6 782.206,-27216 773.561,-27204.1 761.683,-27193.7 749.686,-27185.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"751.645,-27182.3 741.399,-27179.6 747.725,-27188.1 751.645,-27182.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357693808 -->\n",
"<g class=\"node\" id=\"node225\"><title>5357693808</title>\n",
"<polygon fill=\"none\" points=\"402.586,-27540.5 402.586,-27584.5 741.825,-27584.5 741.825,-27540.5 402.586,-27540.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"481.547\" y=\"-27558.3\">activation_64: Activation</text>\n",
"<polyline fill=\"none\" points=\"560.507,-27540.5 560.507,-27584.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"588.342\" y=\"-27569.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"560.507,-27562.5 616.176,-27562.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"588.342\" y=\"-27547.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"616.176,-27540.5 616.176,-27584.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"679\" y=\"-27569.3\">(None, 14, 14, 960)</text>\n",
"<polyline fill=\"none\" points=\"616.176,-27562.5 741.825,-27562.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"679\" y=\"-27547.3\">(None, 14, 14, 960)</text>\n",
"</g>\n",
"<!-- 5357459384&#45;&gt;5357693808 -->\n",
"<g class=\"edge\" id=\"edge254\"><title>5357459384-&gt;5357693808</title>\n",
"<path d=\"M575.134,-27621.3C574.721,-27613.2 574.241,-27603.7 573.79,-27594.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"577.282,-27594.5 573.28,-27584.7 570.291,-27594.9 577.282,-27594.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357825328 -->\n",
"<g class=\"node\" id=\"node226\"><title>5357825328</title>\n",
"<polygon fill=\"none\" points=\"341.373,-27459.5 341.373,-27503.5 777.039,-27503.5 777.039,-27459.5 341.373,-27459.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"468.547\" y=\"-27477.3\">dense_2_12_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"595.721,-27459.5 595.721,-27503.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.556\" y=\"-27488.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"595.721,-27481.5 651.39,-27481.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.556\" y=\"-27466.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"651.39,-27459.5 651.39,-27503.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"714.214\" y=\"-27488.3\">(None, 14, 14, 960)</text>\n",
"<polyline fill=\"none\" points=\"651.39,-27481.5 777.039,-27481.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"714.214\" y=\"-27466.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5357693808&#45;&gt;5357825328 -->\n",
"<g class=\"edge\" id=\"edge255\"><title>5357693808-&gt;5357825328</title>\n",
"<path d=\"M568.722,-27540.3C567.381,-27532.2 565.821,-27522.7 564.356,-27513.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"567.776,-27513 562.699,-27503.7 560.869,-27514.2 567.776,-27513\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5358280152 -->\n",
"<g class=\"node\" id=\"node227\"><title>5358280152</title>\n",
"<polygon fill=\"none\" points=\"314.5,-27378.5 314.5,-27422.5 785.911,-27422.5 785.911,-27378.5 314.5,-27378.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"459.547\" y=\"-27396.3\">dense_2_12_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"604.594,-27378.5 604.594,-27422.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.428\" y=\"-27407.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"604.594,-27400.5 660.263,-27400.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.428\" y=\"-27385.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"660.263,-27378.5 660.263,-27422.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"723.087\" y=\"-27407.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"660.263,-27400.5 785.911,-27400.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"723.087\" y=\"-27385.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5357825328&#45;&gt;5358280152 -->\n",
"<g class=\"edge\" id=\"edge256\"><title>5357825328-&gt;5358280152</title>\n",
"<path d=\"M556.794,-27459.3C555.866,-27451.2 554.785,-27441.7 553.771,-27432.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"557.234,-27432.3 552.624,-27422.7 550.279,-27433.1 557.234,-27432.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5358635664 -->\n",
"<g class=\"node\" id=\"node228\"><title>5358635664</title>\n",
"<polygon fill=\"none\" points=\"393.586,-27297.5 393.586,-27341.5 732.825,-27341.5 732.825,-27297.5 393.586,-27297.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"472.547\" y=\"-27315.3\">activation_65: Activation</text>\n",
"<polyline fill=\"none\" points=\"551.507,-27297.5 551.507,-27341.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"579.342\" y=\"-27326.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"551.507,-27319.5 607.176,-27319.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"579.342\" y=\"-27304.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"607.176,-27297.5 607.176,-27341.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670\" y=\"-27326.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"607.176,-27319.5 732.825,-27319.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670\" y=\"-27304.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5358280152&#45;&gt;5358635664 -->\n",
"<g class=\"edge\" id=\"edge257\"><title>5358280152-&gt;5358635664</title>\n",
"<path d=\"M553.689,-27378.3C555.03,-27370.2 556.591,-27360.7 558.055,-27351.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"561.542,-27352.2 559.712,-27341.7 554.635,-27351 561.542,-27352.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5358514072 -->\n",
"<g class=\"node\" id=\"node229\"><title>5358514072</title>\n",
"<polygon fill=\"none\" points=\"403.028,-27216.5 403.028,-27260.5 773.383,-27260.5 773.383,-27216.5 403.028,-27216.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"497.547\" y=\"-27234.3\">dense_2_12_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"592.066,-27216.5 592.066,-27260.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"619.9\" y=\"-27245.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"592.066,-27238.5 647.735,-27238.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"619.9\" y=\"-27223.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"647.735,-27216.5 647.735,-27260.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"710.559\" y=\"-27245.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"647.735,-27238.5 773.383,-27238.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"710.559\" y=\"-27223.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5358635664&#45;&gt;5358514072 -->\n",
"<g class=\"edge\" id=\"edge258\"><title>5358635664-&gt;5358514072</title>\n",
"<path d=\"M569.905,-27297.3C572.511,-27289.1 575.55,-27279.5 578.393,-27270.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"581.807,-27271.3 581.488,-27260.7 575.133,-27269.2 581.807,-27271.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5358514072&#45;&gt;5353480432 -->\n",
"<g class=\"edge\" id=\"edge260\"><title>5358514072-&gt;5353480432</title>\n",
"<path d=\"M618.487,-27216.3C632.041,-27206.9 648.18,-27195.6 662.589,-27185.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"664.65,-27188.3 670.84,-27179.7 660.639,-27182.6 664.65,-27188.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5359040216 -->\n",
"<g class=\"node\" id=\"node231\"><title>5359040216</title>\n",
"<polygon fill=\"none\" points=\"377.655,-27054.5 377.655,-27098.5 790.756,-27098.5 790.756,-27054.5 377.655,-27054.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"490.047\" y=\"-27072.3\">dense_2_13_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"602.438,-27054.5 602.438,-27098.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"630.273\" y=\"-27083.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"602.438,-27076.5 658.107,-27076.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"630.273\" y=\"-27061.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"658.107,-27054.5 658.107,-27098.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"724.432\" y=\"-27083.3\">(None, 14, 14, 1008)</text>\n",
"<polyline fill=\"none\" points=\"658.107,-27076.5 790.756,-27076.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"724.432\" y=\"-27061.3\">(None, 14, 14, 1008)</text>\n",
"</g>\n",
"<!-- 5353480432&#45;&gt;5359040216 -->\n",
"<g class=\"edge\" id=\"edge261\"><title>5353480432-&gt;5359040216</title>\n",
"<path d=\"M669.852,-27135.3C655.819,-27125.9 639.108,-27114.6 624.189,-27104.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"625.892,-27101.4 615.646,-27098.7 621.975,-27107.2 625.892,-27101.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5355552440 -->\n",
"<g class=\"node\" id=\"node237\"><title>5355552440</title>\n",
"<polygon fill=\"none\" points=\"469.741,-26568.5 469.741,-26612.5 956.67,-26612.5 956.67,-26568.5 469.741,-26568.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"559.561\" y=\"-26586.3\">concatenate_32: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"649.38,-26568.5 649.38,-26612.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.214\" y=\"-26597.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"649.38,-26590.5 705.049,-26590.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.214\" y=\"-26575.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"705.049,-26568.5 705.049,-26612.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"830.859\" y=\"-26597.3\">[(None, 14, 14, 1008), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"705.049,-26590.5 956.67,-26590.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"830.373\" y=\"-26575.3\">(None, 14, 14, 1056)</text>\n",
"</g>\n",
"<!-- 5353480432&#45;&gt;5355552440 -->\n",
"<g class=\"edge\" id=\"edge267\"><title>5353480432-&gt;5355552440</title>\n",
"<path d=\"M754.638,-27135.5C771.389,-27126.5 788.531,-27114.5 800.206,-27099 828.518,-27061.5 826.206,-27043.5 826.206,-26996.5 826.206,-26996.5 826.206,-26996.5 826.206,-26751.5 826.206,-26703.8 822.246,-26687.6 794.206,-26649 785.561,-26637.1 773.683,-26626.7 761.686,-26618.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"763.645,-26615.3 753.399,-26612.6 759.725,-26621.1 763.645,-26615.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5359186608 -->\n",
"<g class=\"node\" id=\"node232\"><title>5359186608</title>\n",
"<polygon fill=\"none\" points=\"400.086,-26973.5 400.086,-27017.5 746.325,-27017.5 746.325,-26973.5 400.086,-26973.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"479.047\" y=\"-26991.3\">activation_66: Activation</text>\n",
"<polyline fill=\"none\" points=\"558.007,-26973.5 558.007,-27017.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.842\" y=\"-27002.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"558.007,-26995.5 613.676,-26995.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"585.842\" y=\"-26980.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"613.676,-26973.5 613.676,-27017.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"680\" y=\"-27002.3\">(None, 14, 14, 1008)</text>\n",
"<polyline fill=\"none\" points=\"613.676,-26995.5 746.325,-26995.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"680\" y=\"-26980.3\">(None, 14, 14, 1008)</text>\n",
"</g>\n",
"<!-- 5359040216&#45;&gt;5359186608 -->\n",
"<g class=\"edge\" id=\"edge262\"><title>5359040216-&gt;5359186608</title>\n",
"<path d=\"M581.258,-27054.3C580.123,-27046.2 578.803,-27036.7 577.563,-27027.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"581.007,-27027.2 576.162,-27017.7 574.074,-27028.1 581.007,-27027.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5359417160 -->\n",
"<g class=\"node\" id=\"node233\"><title>5359417160</title>\n",
"<polygon fill=\"none\" points=\"348.873,-26892.5 348.873,-26936.5 791.539,-26936.5 791.539,-26892.5 348.873,-26892.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"476.047\" y=\"-26910.3\">dense_2_13_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"603.221,-26892.5 603.221,-26936.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.056\" y=\"-26921.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"603.221,-26914.5 658.89,-26914.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.056\" y=\"-26899.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"658.89,-26892.5 658.89,-26936.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725.214\" y=\"-26921.3\">(None, 14, 14, 1008)</text>\n",
"<polyline fill=\"none\" points=\"658.89,-26914.5 791.539,-26914.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725.214\" y=\"-26899.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5359186608&#45;&gt;5359417160 -->\n",
"<g class=\"edge\" id=\"edge263\"><title>5359186608-&gt;5359417160</title>\n",
"<path d=\"M572.402,-26973.3C572.092,-26965.2 571.732,-26955.7 571.394,-26946.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"574.889,-26946.6 571.012,-26936.7 567.894,-26946.9 574.889,-26946.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5359709320 -->\n",
"<g class=\"node\" id=\"node234\"><title>5359709320</title>\n",
"<polygon fill=\"none\" points=\"326.5,-26811.5 326.5,-26855.5 797.911,-26855.5 797.911,-26811.5 326.5,-26811.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"471.547\" y=\"-26829.3\">dense_2_13_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"616.594,-26811.5 616.594,-26855.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.428\" y=\"-26840.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"616.594,-26833.5 672.263,-26833.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.428\" y=\"-26818.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"672.263,-26811.5 672.263,-26855.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"735.087\" y=\"-26840.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"672.263,-26833.5 797.911,-26833.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"735.087\" y=\"-26818.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5359417160&#45;&gt;5359709320 -->\n",
"<g class=\"edge\" id=\"edge264\"><title>5359417160-&gt;5359709320</title>\n",
"<path d=\"M568.062,-26892.3C567.237,-26884.2 566.276,-26874.7 565.375,-26865.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"568.845,-26865.3 564.355,-26855.7 561.881,-26866 568.845,-26865.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360049008 -->\n",
"<g class=\"node\" id=\"node235\"><title>5360049008</title>\n",
"<polygon fill=\"none\" points=\"417.586,-26730.5 417.586,-26774.5 756.825,-26774.5 756.825,-26730.5 417.586,-26730.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.547\" y=\"-26748.3\">activation_67: Activation</text>\n",
"<polyline fill=\"none\" points=\"575.507,-26730.5 575.507,-26774.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.342\" y=\"-26759.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"575.507,-26752.5 631.176,-26752.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.342\" y=\"-26737.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"631.176,-26730.5 631.176,-26774.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694\" y=\"-26759.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"631.176,-26752.5 756.825,-26752.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694\" y=\"-26737.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5359709320&#45;&gt;5360049008 -->\n",
"<g class=\"edge\" id=\"edge265\"><title>5359709320-&gt;5360049008</title>\n",
"<path d=\"M568.905,-26811.3C571.511,-26803.1 574.55,-26793.5 577.393,-26784.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"580.807,-26785.3 580.488,-26774.7 574.133,-26783.2 580.807,-26785.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360230352 -->\n",
"<g class=\"node\" id=\"node236\"><title>5360230352</title>\n",
"<polygon fill=\"none\" points=\"415.028,-26649.5 415.028,-26693.5 785.383,-26693.5 785.383,-26649.5 415.028,-26649.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"509.547\" y=\"-26667.3\">dense_2_13_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"604.066,-26649.5 604.066,-26693.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.9\" y=\"-26678.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"604.066,-26671.5 659.735,-26671.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.9\" y=\"-26656.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"659.735,-26649.5 659.735,-26693.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.559\" y=\"-26678.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"659.735,-26671.5 785.383,-26671.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.559\" y=\"-26656.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5360049008&#45;&gt;5360230352 -->\n",
"<g class=\"edge\" id=\"edge266\"><title>5360049008-&gt;5360230352</title>\n",
"<path d=\"M590.689,-26730.3C592.03,-26722.2 593.591,-26712.7 595.055,-26703.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"598.542,-26704.2 596.712,-26693.7 591.635,-26703 598.542,-26704.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360230352&#45;&gt;5355552440 -->\n",
"<g class=\"edge\" id=\"edge268\"><title>5360230352-&gt;5355552440</title>\n",
"<path d=\"M630.487,-26649.3C644.041,-26639.9 660.18,-26628.6 674.589,-26618.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"676.65,-26621.3 682.84,-26612.7 672.639,-26615.6 676.65,-26621.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360356096 -->\n",
"<g class=\"node\" id=\"node238\"><title>5360356096</title>\n",
"<polygon fill=\"none\" points=\"389.655,-26487.5 389.655,-26531.5 802.756,-26531.5 802.756,-26487.5 389.655,-26487.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"502.047\" y=\"-26505.3\">dense_2_14_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"614.438,-26487.5 614.438,-26531.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"642.273\" y=\"-26516.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"614.438,-26509.5 670.107,-26509.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"642.273\" y=\"-26494.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"670.107,-26487.5 670.107,-26531.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"736.432\" y=\"-26516.3\">(None, 14, 14, 1056)</text>\n",
"<polyline fill=\"none\" points=\"670.107,-26509.5 802.756,-26509.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"736.432\" y=\"-26494.3\">(None, 14, 14, 1056)</text>\n",
"</g>\n",
"<!-- 5355552440&#45;&gt;5360356096 -->\n",
"<g class=\"edge\" id=\"edge269\"><title>5355552440-&gt;5360356096</title>\n",
"<path d=\"M681.852,-26568.3C667.819,-26558.9 651.108,-26547.6 636.189,-26537.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"637.892,-26534.4 627.646,-26531.7 633.975,-26540.2 637.892,-26534.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5357221816 -->\n",
"<g class=\"node\" id=\"node244\"><title>5357221816</title>\n",
"<polygon fill=\"none\" points=\"481.741,-26001.5 481.741,-26045.5 968.67,-26045.5 968.67,-26001.5 481.741,-26001.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"571.561\" y=\"-26019.3\">concatenate_33: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"661.38,-26001.5 661.38,-26045.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.214\" y=\"-26030.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"661.38,-26023.5 717.049,-26023.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.214\" y=\"-26008.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"717.049,-26001.5 717.049,-26045.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"842.859\" y=\"-26030.3\">[(None, 14, 14, 1056), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"717.049,-26023.5 968.67,-26023.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"842.617\" y=\"-26008.3\">(None, 14, 14, 1104)</text>\n",
"</g>\n",
"<!-- 5355552440&#45;&gt;5357221816 -->\n",
"<g class=\"edge\" id=\"edge275\"><title>5355552440-&gt;5357221816</title>\n",
"<path d=\"M766.638,-26568.5C783.389,-26559.5 800.531,-26547.5 812.206,-26532 840.518,-26494.5 838.206,-26476.5 838.206,-26429.5 838.206,-26429.5 838.206,-26429.5 838.206,-26184.5 838.206,-26136.8 834.246,-26120.6 806.206,-26082 797.561,-26070.1 785.683,-26059.7 773.686,-26051.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"775.645,-26048.3 765.399,-26045.6 771.725,-26054.1 775.645,-26048.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360771872 -->\n",
"<g class=\"node\" id=\"node239\"><title>5360771872</title>\n",
"<polygon fill=\"none\" points=\"412.086,-26406.5 412.086,-26450.5 758.325,-26450.5 758.325,-26406.5 412.086,-26406.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"491.047\" y=\"-26424.3\">activation_68: Activation</text>\n",
"<polyline fill=\"none\" points=\"570.007,-26406.5 570.007,-26450.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"597.842\" y=\"-26435.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"570.007,-26428.5 625.676,-26428.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"597.842\" y=\"-26413.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"625.676,-26406.5 625.676,-26450.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"692\" y=\"-26435.3\">(None, 14, 14, 1056)</text>\n",
"<polyline fill=\"none\" points=\"625.676,-26428.5 758.325,-26428.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"692\" y=\"-26413.3\">(None, 14, 14, 1056)</text>\n",
"</g>\n",
"<!-- 5360356096&#45;&gt;5360771872 -->\n",
"<g class=\"edge\" id=\"edge270\"><title>5360356096-&gt;5360771872</title>\n",
"<path d=\"M593.258,-26487.3C592.123,-26479.2 590.803,-26469.7 589.563,-26460.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"593.007,-26460.2 588.162,-26450.7 586.074,-26461.1 593.007,-26460.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360997992 -->\n",
"<g class=\"node\" id=\"node240\"><title>5360997992</title>\n",
"<polygon fill=\"none\" points=\"360.873,-26325.5 360.873,-26369.5 803.539,-26369.5 803.539,-26325.5 360.873,-26325.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"488.047\" y=\"-26343.3\">dense_2_14_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"615.221,-26325.5 615.221,-26369.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"643.056\" y=\"-26354.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"615.221,-26347.5 670.89,-26347.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"643.056\" y=\"-26332.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"670.89,-26325.5 670.89,-26369.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"737.214\" y=\"-26354.3\">(None, 14, 14, 1056)</text>\n",
"<polyline fill=\"none\" points=\"670.89,-26347.5 803.539,-26347.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"737.214\" y=\"-26332.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5360771872&#45;&gt;5360997992 -->\n",
"<g class=\"edge\" id=\"edge271\"><title>5360771872-&gt;5360997992</title>\n",
"<path d=\"M584.402,-26406.3C584.092,-26398.2 583.732,-26388.7 583.394,-26379.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"586.889,-26379.6 583.012,-26369.7 579.894,-26379.9 586.889,-26379.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5361310632 -->\n",
"<g class=\"node\" id=\"node241\"><title>5361310632</title>\n",
"<polygon fill=\"none\" points=\"338.5,-26244.5 338.5,-26288.5 809.911,-26288.5 809.911,-26244.5 338.5,-26244.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"483.547\" y=\"-26262.3\">dense_2_14_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"628.594,-26244.5 628.594,-26288.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.428\" y=\"-26273.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"628.594,-26266.5 684.263,-26266.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.428\" y=\"-26251.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"684.263,-26244.5 684.263,-26288.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"747.087\" y=\"-26273.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"684.263,-26266.5 809.911,-26266.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"747.087\" y=\"-26251.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5360997992&#45;&gt;5361310632 -->\n",
"<g class=\"edge\" id=\"edge272\"><title>5360997992-&gt;5361310632</title>\n",
"<path d=\"M580.062,-26325.3C579.237,-26317.2 578.276,-26307.7 577.375,-26298.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"580.845,-26298.3 576.355,-26288.7 573.881,-26299 580.845,-26298.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5361687128 -->\n",
"<g class=\"node\" id=\"node242\"><title>5361687128</title>\n",
"<polygon fill=\"none\" points=\"417.586,-26163.5 417.586,-26207.5 756.825,-26207.5 756.825,-26163.5 417.586,-26163.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.547\" y=\"-26181.3\">activation_69: Activation</text>\n",
"<polyline fill=\"none\" points=\"575.507,-26163.5 575.507,-26207.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.342\" y=\"-26192.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"575.507,-26185.5 631.176,-26185.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.342\" y=\"-26170.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"631.176,-26163.5 631.176,-26207.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694\" y=\"-26192.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"631.176,-26185.5 756.825,-26185.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694\" y=\"-26170.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5361310632&#45;&gt;5361687128 -->\n",
"<g class=\"edge\" id=\"edge273\"><title>5361310632-&gt;5361687128</title>\n",
"<path d=\"M577.689,-26244.3C579.03,-26236.2 580.591,-26226.7 582.055,-26217.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"585.542,-26218.2 583.712,-26207.7 578.635,-26217 585.542,-26218.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5361818312 -->\n",
"<g class=\"node\" id=\"node243\"><title>5361818312</title>\n",
"<polygon fill=\"none\" points=\"427.028,-26082.5 427.028,-26126.5 797.383,-26126.5 797.383,-26082.5 427.028,-26082.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"521.547\" y=\"-26100.3\">dense_2_14_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"616.066,-26082.5 616.066,-26126.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"643.9\" y=\"-26111.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"616.066,-26104.5 671.735,-26104.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"643.9\" y=\"-26089.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"671.735,-26082.5 671.735,-26126.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"734.559\" y=\"-26111.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"671.735,-26104.5 797.383,-26104.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"734.559\" y=\"-26089.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5361687128&#45;&gt;5361818312 -->\n",
"<g class=\"edge\" id=\"edge274\"><title>5361687128-&gt;5361818312</title>\n",
"<path d=\"M593.905,-26163.3C596.511,-26155.1 599.55,-26145.5 602.393,-26136.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"605.807,-26137.3 605.488,-26126.7 599.133,-26135.2 605.807,-26137.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5361818312&#45;&gt;5357221816 -->\n",
"<g class=\"edge\" id=\"edge276\"><title>5361818312-&gt;5357221816</title>\n",
"<path d=\"M642.487,-26082.3C656.041,-26072.9 672.18,-26061.6 686.589,-26051.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"688.65,-26054.3 694.84,-26045.7 684.639,-26048.6 688.65,-26054.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5362457960 -->\n",
"<g class=\"node\" id=\"node245\"><title>5362457960</title>\n",
"<polygon fill=\"none\" points=\"401.912,-25920.5 401.912,-25964.5 814.5,-25964.5 814.5,-25920.5 401.912,-25920.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"514.303\" y=\"-25938.3\">dense_2_15_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"626.695,-25920.5 626.695,-25964.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654.529\" y=\"-25949.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"626.695,-25942.5 682.364,-25942.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"654.529\" y=\"-25927.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"682.364,-25920.5 682.364,-25964.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.432\" y=\"-25949.3\">(None, 14, 14, 1104)</text>\n",
"<polyline fill=\"none\" points=\"682.364,-25942.5 814.5,-25942.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.432\" y=\"-25927.3\">(None, 14, 14, 1104)</text>\n",
"</g>\n",
"<!-- 5357221816&#45;&gt;5362457960 -->\n",
"<g class=\"edge\" id=\"edge277\"><title>5357221816-&gt;5362457960</title>\n",
"<path d=\"M693.852,-26001.3C679.819,-25991.9 663.108,-25980.6 648.189,-25970.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"649.892,-25967.4 639.646,-25964.7 645.975,-25973.2 649.892,-25967.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5358799336 -->\n",
"<g class=\"node\" id=\"node251\"><title>5358799336</title>\n",
"<polygon fill=\"none\" points=\"500.998,-25434.5 500.998,-25478.5 987.414,-25478.5 987.414,-25434.5 500.998,-25434.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"590.817\" y=\"-25452.3\">concatenate_34: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"680.636,-25434.5 680.636,-25478.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708.471\" y=\"-25463.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"680.636,-25456.5 736.305,-25456.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708.471\" y=\"-25441.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"736.305,-25434.5 736.305,-25478.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"861.859\" y=\"-25463.3\">[(None, 14, 14, 1104), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"736.305,-25456.5 987.414,-25456.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"861.373\" y=\"-25441.3\">(None, 14, 14, 1152)</text>\n",
"</g>\n",
"<!-- 5357221816&#45;&gt;5358799336 -->\n",
"<g class=\"edge\" id=\"edge283\"><title>5357221816-&gt;5358799336</title>\n",
"<path d=\"M776.459,-26001.4C793.307,-25992.3 810.86,-25980.3 823.206,-25965 853.394,-25927.7 857.206,-25910.5 857.206,-25862.5 857.206,-25862.5 857.206,-25862.5 857.206,-25617.5 857.206,-25569.8 853.246,-25553.6 825.206,-25515 816.561,-25503.1 804.683,-25492.7 792.686,-25484.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"794.645,-25481.3 784.399,-25478.6 790.725,-25487.1 794.645,-25481.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5362360896 -->\n",
"<g class=\"node\" id=\"node246\"><title>5362360896</title>\n",
"<polygon fill=\"none\" points=\"428.343,-25839.5 428.343,-25883.5 774.068,-25883.5 774.068,-25839.5 428.343,-25839.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"507.303\" y=\"-25857.3\">activation_70: Activation</text>\n",
"<polyline fill=\"none\" points=\"586.264,-25839.5 586.264,-25883.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"614.098\" y=\"-25868.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"586.264,-25861.5 641.933,-25861.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"614.098\" y=\"-25846.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"641.933,-25839.5 641.933,-25883.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708\" y=\"-25868.3\">(None, 14, 14, 1104)</text>\n",
"<polyline fill=\"none\" points=\"641.933,-25861.5 774.068,-25861.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708\" y=\"-25846.3\">(None, 14, 14, 1104)</text>\n",
"</g>\n",
"<!-- 5362457960&#45;&gt;5362360896 -->\n",
"<g class=\"edge\" id=\"edge278\"><title>5362457960-&gt;5362360896</title>\n",
"<path d=\"M606.33,-25920.3C605.608,-25912.2 604.768,-25902.7 603.979,-25893.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"607.456,-25893.4 603.087,-25883.7 600.483,-25894 607.456,-25893.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5362591112 -->\n",
"<g class=\"node\" id=\"node247\"><title>5362591112</title>\n",
"<polygon fill=\"none\" points=\"376.129,-25758.5 376.129,-25802.5 818.282,-25802.5 818.282,-25758.5 376.129,-25758.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.303\" y=\"-25776.3\">dense_2_15_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"630.478,-25758.5 630.478,-25802.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.312\" y=\"-25787.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"630.478,-25780.5 686.146,-25780.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.312\" y=\"-25765.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"686.146,-25758.5 686.146,-25802.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.214\" y=\"-25787.3\">(None, 14, 14, 1104)</text>\n",
"<polyline fill=\"none\" points=\"686.146,-25780.5 818.282,-25780.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751.971\" y=\"-25765.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5362360896&#45;&gt;5362591112 -->\n",
"<g class=\"edge\" id=\"edge279\"><title>5362360896-&gt;5362591112</title>\n",
"<path d=\"M600.134,-25839.3C599.721,-25831.2 599.241,-25821.7 598.79,-25812.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"602.282,-25812.5 598.28,-25802.7 595.291,-25812.9 602.282,-25812.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363093400 -->\n",
"<g class=\"node\" id=\"node248\"><title>5363093400</title>\n",
"<polygon fill=\"none\" points=\"357.5,-25677.5 357.5,-25721.5 828.911,-25721.5 828.911,-25677.5 357.5,-25677.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"502.547\" y=\"-25695.3\">dense_2_15_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"647.594,-25677.5 647.594,-25721.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"675.428\" y=\"-25706.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"647.594,-25699.5 703.263,-25699.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"675.428\" y=\"-25684.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"703.263,-25677.5 703.263,-25721.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"766.087\" y=\"-25706.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"703.263,-25699.5 828.911,-25699.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"766.087\" y=\"-25684.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5362591112&#45;&gt;5363093400 -->\n",
"<g class=\"edge\" id=\"edge280\"><title>5362591112-&gt;5363093400</title>\n",
"<path d=\"M596.134,-25758.3C595.721,-25750.2 595.241,-25740.7 594.79,-25731.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"598.282,-25731.5 594.28,-25721.7 591.291,-25731.9 598.282,-25731.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363276264 -->\n",
"<g class=\"node\" id=\"node249\"><title>5363276264</title>\n",
"<polygon fill=\"none\" points=\"448.586,-25596.5 448.586,-25640.5 787.825,-25640.5 787.825,-25596.5 448.586,-25596.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"527.547\" y=\"-25614.3\">activation_71: Activation</text>\n",
"<polyline fill=\"none\" points=\"606.507,-25596.5 606.507,-25640.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"634.342\" y=\"-25625.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"606.507,-25618.5 662.176,-25618.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"634.342\" y=\"-25603.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"662.176,-25596.5 662.176,-25640.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725\" y=\"-25625.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"662.176,-25618.5 787.825,-25618.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725\" y=\"-25603.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5363093400&#45;&gt;5363276264 -->\n",
"<g class=\"edge\" id=\"edge281\"><title>5363093400-&gt;5363276264</title>\n",
"<path d=\"M599.905,-25677.3C602.511,-25669.1 605.55,-25659.5 608.393,-25650.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"611.807,-25651.3 611.488,-25640.7 605.133,-25649.2 611.807,-25651.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363399984 -->\n",
"<g class=\"node\" id=\"node250\"><title>5363399984</title>\n",
"<polygon fill=\"none\" points=\"446.028,-25515.5 446.028,-25559.5 816.383,-25559.5 816.383,-25515.5 446.028,-25515.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"540.547\" y=\"-25533.3\">dense_2_15_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"635.066,-25515.5 635.066,-25559.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"662.9\" y=\"-25544.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"635.066,-25537.5 690.735,-25537.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"662.9\" y=\"-25522.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"690.735,-25515.5 690.735,-25559.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753.559\" y=\"-25544.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"690.735,-25537.5 816.383,-25537.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753.559\" y=\"-25522.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5363276264&#45;&gt;5363399984 -->\n",
"<g class=\"edge\" id=\"edge282\"><title>5363276264-&gt;5363399984</title>\n",
"<path d=\"M621.689,-25596.3C623.03,-25588.2 624.591,-25578.7 626.055,-25569.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"629.542,-25570.2 627.712,-25559.7 622.635,-25569 629.542,-25570.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363399984&#45;&gt;5358799336 -->\n",
"<g class=\"edge\" id=\"edge284\"><title>5363399984-&gt;5358799336</title>\n",
"<path d=\"M661.487,-25515.3C675.041,-25505.9 691.18,-25494.6 705.589,-25484.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"707.65,-25487.3 713.84,-25478.7 703.639,-25481.6 707.65,-25487.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5364055176 -->\n",
"<g class=\"node\" id=\"node252\"><title>5364055176</title>\n",
"<polygon fill=\"none\" points=\"405.912,-25353.5 405.912,-25397.5 818.5,-25397.5 818.5,-25353.5 405.912,-25353.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"518.303\" y=\"-25371.3\">dense_2_16_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"630.695,-25353.5 630.695,-25397.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.529\" y=\"-25382.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"630.695,-25375.5 686.364,-25375.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.529\" y=\"-25360.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"686.364,-25353.5 686.364,-25397.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.432\" y=\"-25382.3\">(None, 14, 14, 1152)</text>\n",
"<polyline fill=\"none\" points=\"686.364,-25375.5 818.5,-25375.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.432\" y=\"-25360.3\">(None, 14, 14, 1152)</text>\n",
"</g>\n",
"<!-- 5358799336&#45;&gt;5364055176 -->\n",
"<g class=\"edge\" id=\"edge285\"><title>5358799336-&gt;5364055176</title>\n",
"<path d=\"M708.832,-25434.3C692.704,-25424.7 673.441,-25413.1 656.374,-25402.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"658.055,-25399.9 647.677,-25397.7 654.46,-25405.9 658.055,-25399.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5360447328 -->\n",
"<g class=\"node\" id=\"node258\"><title>5360447328</title>\n",
"<polygon fill=\"none\" points=\"493.998,-24867.5 493.998,-24911.5 980.414,-24911.5 980.414,-24867.5 493.998,-24867.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"583.817\" y=\"-24885.3\">concatenate_35: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"673.636,-24867.5 673.636,-24911.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.471\" y=\"-24896.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"673.636,-24889.5 729.305,-24889.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.471\" y=\"-24874.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"729.305,-24867.5 729.305,-24911.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854.859\" y=\"-24896.3\">[(None, 14, 14, 1152), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"729.305,-24889.5 980.414,-24889.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854.629\" y=\"-24874.3\">(None, 14, 14, 1200)</text>\n",
"</g>\n",
"<!-- 5358799336&#45;&gt;5360447328 -->\n",
"<g class=\"edge\" id=\"edge291\"><title>5358799336-&gt;5360447328</title>\n",
"<path d=\"M786.899,-25434.5C801.711,-25425.2 817.118,-25413 827.206,-25398 853.291,-25359.3 850.206,-25342.2 850.206,-25295.5 850.206,-25295.5 850.206,-25295.5 850.206,-25050.5 850.206,-25002.8 846.246,-24986.6 818.206,-24948 809.561,-24936.1 797.683,-24925.7 785.686,-24917.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"787.645,-24914.3 777.399,-24911.6 783.725,-24920.1 787.645,-24914.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363954184 -->\n",
"<g class=\"node\" id=\"node253\"><title>5363954184</title>\n",
"<polygon fill=\"none\" points=\"424.343,-25272.5 424.343,-25316.5 770.068,-25316.5 770.068,-25272.5 424.343,-25272.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"503.303\" y=\"-25290.3\">activation_72: Activation</text>\n",
"<polyline fill=\"none\" points=\"582.264,-25272.5 582.264,-25316.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.098\" y=\"-25301.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"582.264,-25294.5 637.933,-25294.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"610.098\" y=\"-25279.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"637.933,-25272.5 637.933,-25316.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"704\" y=\"-25301.3\">(None, 14, 14, 1152)</text>\n",
"<polyline fill=\"none\" points=\"637.933,-25294.5 770.068,-25294.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"704\" y=\"-25279.3\">(None, 14, 14, 1152)</text>\n",
"</g>\n",
"<!-- 5364055176&#45;&gt;5363954184 -->\n",
"<g class=\"edge\" id=\"edge286\"><title>5364055176-&gt;5363954184</title>\n",
"<path d=\"M608.186,-25353.3C606.639,-25345.2 604.838,-25335.7 603.148,-25326.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"606.54,-25325.9 601.236,-25316.7 599.663,-25327.2 606.54,-25325.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5364091760 -->\n",
"<g class=\"node\" id=\"node254\"><title>5364091760</title>\n",
"<polygon fill=\"none\" points=\"369.129,-25191.5 369.129,-25235.5 811.282,-25235.5 811.282,-25191.5 369.129,-25191.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"496.303\" y=\"-25209.3\">dense_2_16_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"623.478,-25191.5 623.478,-25235.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651.312\" y=\"-25220.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"623.478,-25213.5 679.146,-25213.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651.312\" y=\"-25198.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"679.146,-25191.5 679.146,-25235.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"745.214\" y=\"-25220.3\">(None, 14, 14, 1152)</text>\n",
"<polyline fill=\"none\" points=\"679.146,-25213.5 811.282,-25213.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"744.971\" y=\"-25198.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5363954184&#45;&gt;5364091760 -->\n",
"<g class=\"edge\" id=\"edge287\"><title>5363954184-&gt;5364091760</title>\n",
"<path d=\"M595.33,-25272.3C594.608,-25264.2 593.768,-25254.7 592.979,-25245.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"596.456,-25245.4 592.087,-25235.7 589.483,-25246 596.456,-25245.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5364299760 -->\n",
"<g class=\"node\" id=\"node255\"><title>5364299760</title>\n",
"<polygon fill=\"none\" points=\"350.5,-25110.5 350.5,-25154.5 821.911,-25154.5 821.911,-25110.5 350.5,-25110.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"495.547\" y=\"-25128.3\">dense_2_16_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"640.594,-25110.5 640.594,-25154.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.428\" y=\"-25139.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"640.594,-25132.5 696.263,-25132.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.428\" y=\"-25117.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"696.263,-25110.5 696.263,-25154.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"759.087\" y=\"-25139.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"696.263,-25132.5 821.911,-25132.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"759.087\" y=\"-25117.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5364091760&#45;&gt;5364299760 -->\n",
"<g class=\"edge\" id=\"edge288\"><title>5364091760-&gt;5364299760</title>\n",
"<path d=\"M589.134,-25191.3C588.721,-25183.2 588.241,-25173.7 587.79,-25164.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"591.282,-25164.5 587.28,-25154.7 584.291,-25164.9 591.282,-25164.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5364728384 -->\n",
"<g class=\"node\" id=\"node256\"><title>5364728384</title>\n",
"<polygon fill=\"none\" points=\"441.586,-25029.5 441.586,-25073.5 780.825,-25073.5 780.825,-25029.5 441.586,-25029.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"520.547\" y=\"-25047.3\">activation_73: Activation</text>\n",
"<polyline fill=\"none\" points=\"599.507,-25029.5 599.507,-25073.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"627.342\" y=\"-25058.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"599.507,-25051.5 655.176,-25051.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"627.342\" y=\"-25036.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"655.176,-25029.5 655.176,-25073.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"718\" y=\"-25058.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"655.176,-25051.5 780.825,-25051.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"718\" y=\"-25036.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5364299760&#45;&gt;5364728384 -->\n",
"<g class=\"edge\" id=\"edge289\"><title>5364299760-&gt;5364728384</title>\n",
"<path d=\"M592.905,-25110.3C595.511,-25102.1 598.55,-25092.5 601.393,-25083.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"604.807,-25084.3 604.488,-25073.7 598.133,-25082.2 604.807,-25084.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365001464 -->\n",
"<g class=\"node\" id=\"node257\"><title>5365001464</title>\n",
"<polygon fill=\"none\" points=\"439.028,-24948.5 439.028,-24992.5 809.383,-24992.5 809.383,-24948.5 439.028,-24948.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"533.547\" y=\"-24966.3\">dense_2_16_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"628.066,-24948.5 628.066,-24992.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"655.9\" y=\"-24977.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"628.066,-24970.5 683.735,-24970.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"655.9\" y=\"-24955.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"683.735,-24948.5 683.735,-24992.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.559\" y=\"-24977.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"683.735,-24970.5 809.383,-24970.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.559\" y=\"-24955.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5364728384&#45;&gt;5365001464 -->\n",
"<g class=\"edge\" id=\"edge290\"><title>5364728384-&gt;5365001464</title>\n",
"<path d=\"M614.689,-25029.3C616.03,-25021.2 617.591,-25011.7 619.055,-25002.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"622.542,-25003.2 620.712,-24992.7 615.635,-25002 622.542,-25003.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365001464&#45;&gt;5360447328 -->\n",
"<g class=\"edge\" id=\"edge292\"><title>5365001464-&gt;5360447328</title>\n",
"<path d=\"M654.487,-24948.3C668.041,-24938.9 684.18,-24927.6 698.589,-24917.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"700.65,-24920.3 706.84,-24911.7 696.639,-24914.6 700.65,-24920.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365627816 -->\n",
"<g class=\"node\" id=\"node259\"><title>5365627816</title>\n",
"<polygon fill=\"none\" points=\"413.655,-24786.5 413.655,-24830.5 826.756,-24830.5 826.756,-24786.5 413.655,-24786.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"526.047\" y=\"-24804.3\">dense_2_17_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"638.438,-24786.5 638.438,-24830.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"666.273\" y=\"-24815.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"638.438,-24808.5 694.107,-24808.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"666.273\" y=\"-24793.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"694.107,-24786.5 694.107,-24830.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760.432\" y=\"-24815.3\">(None, 14, 14, 1200)</text>\n",
"<polyline fill=\"none\" points=\"694.107,-24808.5 826.756,-24808.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760.432\" y=\"-24793.3\">(None, 14, 14, 1200)</text>\n",
"</g>\n",
"<!-- 5360447328&#45;&gt;5365627816 -->\n",
"<g class=\"edge\" id=\"edge293\"><title>5360447328-&gt;5365627816</title>\n",
"<path d=\"M705.852,-24867.3C691.819,-24857.9 675.108,-24846.6 660.189,-24836.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"661.892,-24833.4 651.646,-24830.7 657.975,-24839.2 661.892,-24833.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5361896136 -->\n",
"<g class=\"node\" id=\"node265\"><title>5361896136</title>\n",
"<polygon fill=\"none\" points=\"512.741,-24300.5 512.741,-24344.5 999.67,-24344.5 999.67,-24300.5 512.741,-24300.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"602.561\" y=\"-24318.3\">concatenate_36: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"692.38,-24300.5 692.38,-24344.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"720.214\" y=\"-24329.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"692.38,-24322.5 748.049,-24322.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"720.214\" y=\"-24307.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"748.049,-24300.5 748.049,-24344.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"873.859\" y=\"-24329.3\">[(None, 14, 14, 1200), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"748.049,-24322.5 999.67,-24322.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"873.373\" y=\"-24307.3\">(None, 14, 14, 1248)</text>\n",
"</g>\n",
"<!-- 5360447328&#45;&gt;5361896136 -->\n",
"<g class=\"edge\" id=\"edge299\"><title>5360447328-&gt;5361896136</title>\n",
"<path d=\"M789.313,-24867.4C806.26,-24858.4 823.863,-24846.3 836.206,-24831 866.226,-24793.7 869.206,-24776.4 869.206,-24728.5 869.206,-24728.5 869.206,-24728.5 869.206,-24483.5 869.206,-24435.8 865.246,-24419.6 837.206,-24381 828.561,-24369.1 816.683,-24358.7 804.686,-24350.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"806.645,-24347.3 796.399,-24344.6 802.725,-24353.1 806.645,-24347.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365544552 -->\n",
"<g class=\"node\" id=\"node260\"><title>5365544552</title>\n",
"<polygon fill=\"none\" points=\"440.086,-24705.5 440.086,-24749.5 786.325,-24749.5 786.325,-24705.5 440.086,-24705.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"519.047\" y=\"-24723.3\">activation_74: Activation</text>\n",
"<polyline fill=\"none\" points=\"598.007,-24705.5 598.007,-24749.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"625.842\" y=\"-24734.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"598.007,-24727.5 653.676,-24727.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"625.842\" y=\"-24712.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"653.676,-24705.5 653.676,-24749.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"720\" y=\"-24734.3\">(None, 14, 14, 1200)</text>\n",
"<polyline fill=\"none\" points=\"653.676,-24727.5 786.325,-24727.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"720\" y=\"-24712.3\">(None, 14, 14, 1200)</text>\n",
"</g>\n",
"<!-- 5365627816&#45;&gt;5365544552 -->\n",
"<g class=\"edge\" id=\"edge294\"><title>5365627816-&gt;5365544552</title>\n",
"<path d=\"M618.33,-24786.3C617.608,-24778.2 616.768,-24768.7 615.979,-24759.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"619.456,-24759.4 615.087,-24749.7 612.483,-24760 619.456,-24759.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365684880 -->\n",
"<g class=\"node\" id=\"node261\"><title>5365684880</title>\n",
"<polygon fill=\"none\" points=\"387.873,-24624.5 387.873,-24668.5 830.539,-24668.5 830.539,-24624.5 387.873,-24624.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"515.047\" y=\"-24642.3\">dense_2_17_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"642.221,-24624.5 642.221,-24668.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.056\" y=\"-24653.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"642.221,-24646.5 697.89,-24646.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.056\" y=\"-24631.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"697.89,-24624.5 697.89,-24668.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"764.214\" y=\"-24653.3\">(None, 14, 14, 1200)</text>\n",
"<polyline fill=\"none\" points=\"697.89,-24646.5 830.539,-24646.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"764.214\" y=\"-24631.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5365544552&#45;&gt;5365684880 -->\n",
"<g class=\"edge\" id=\"edge295\"><title>5365544552-&gt;5365684880</title>\n",
"<path d=\"M612.134,-24705.3C611.721,-24697.2 611.241,-24687.7 610.79,-24678.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"614.282,-24678.5 610.28,-24668.7 607.291,-24678.9 614.282,-24678.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365888784 -->\n",
"<g class=\"node\" id=\"node262\"><title>5365888784</title>\n",
"<polygon fill=\"none\" points=\"369.5,-24543.5 369.5,-24587.5 840.911,-24587.5 840.911,-24543.5 369.5,-24543.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"514.547\" y=\"-24561.3\">dense_2_17_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"659.594,-24543.5 659.594,-24587.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"687.428\" y=\"-24572.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"659.594,-24565.5 715.263,-24565.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"687.428\" y=\"-24550.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"715.263,-24543.5 715.263,-24587.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"778.087\" y=\"-24572.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"715.263,-24565.5 840.911,-24565.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"778.087\" y=\"-24550.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5365684880&#45;&gt;5365888784 -->\n",
"<g class=\"edge\" id=\"edge296\"><title>5365684880-&gt;5365888784</title>\n",
"<path d=\"M608.134,-24624.3C607.721,-24616.2 607.241,-24606.7 606.79,-24597.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"610.282,-24597.5 606.28,-24587.7 603.291,-24597.9 610.282,-24597.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5366313480 -->\n",
"<g class=\"node\" id=\"node263\"><title>5366313480</title>\n",
"<polygon fill=\"none\" points=\"460.586,-24462.5 460.586,-24506.5 799.825,-24506.5 799.825,-24462.5 460.586,-24462.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"539.547\" y=\"-24480.3\">activation_75: Activation</text>\n",
"<polyline fill=\"none\" points=\"618.507,-24462.5 618.507,-24506.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"646.342\" y=\"-24491.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"618.507,-24484.5 674.176,-24484.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"646.342\" y=\"-24469.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"674.176,-24462.5 674.176,-24506.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"737\" y=\"-24491.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"674.176,-24484.5 799.825,-24484.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"737\" y=\"-24469.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5365888784&#45;&gt;5366313480 -->\n",
"<g class=\"edge\" id=\"edge297\"><title>5365888784-&gt;5366313480</title>\n",
"<path d=\"M611.905,-24543.3C614.511,-24535.1 617.55,-24525.5 620.393,-24516.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"623.807,-24517.3 623.488,-24506.7 617.133,-24515.2 623.807,-24517.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5366574888 -->\n",
"<g class=\"node\" id=\"node264\"><title>5366574888</title>\n",
"<polygon fill=\"none\" points=\"458.028,-24381.5 458.028,-24425.5 828.383,-24425.5 828.383,-24381.5 458.028,-24381.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"552.547\" y=\"-24399.3\">dense_2_17_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"647.066,-24381.5 647.066,-24425.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"674.9\" y=\"-24410.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"647.066,-24403.5 702.735,-24403.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"674.9\" y=\"-24388.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"702.735,-24381.5 702.735,-24425.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"765.559\" y=\"-24410.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"702.735,-24403.5 828.383,-24403.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"765.559\" y=\"-24388.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5366313480&#45;&gt;5366574888 -->\n",
"<g class=\"edge\" id=\"edge298\"><title>5366313480-&gt;5366574888</title>\n",
"<path d=\"M633.689,-24462.3C635.03,-24454.2 636.591,-24444.7 638.055,-24435.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"641.542,-24436.2 639.712,-24425.7 634.635,-24435 641.542,-24436.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5366574888&#45;&gt;5361896136 -->\n",
"<g class=\"edge\" id=\"edge300\"><title>5366574888-&gt;5361896136</title>\n",
"<path d=\"M673.487,-24381.3C687.041,-24371.9 703.18,-24360.6 717.589,-24350.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"719.65,-24353.3 725.84,-24344.7 715.639,-24347.6 719.65,-24353.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5367216840 -->\n",
"<g class=\"node\" id=\"node266\"><title>5367216840</title>\n",
"<polygon fill=\"none\" points=\"432.655,-24219.5 432.655,-24263.5 845.756,-24263.5 845.756,-24219.5 432.655,-24219.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"545.047\" y=\"-24237.3\">dense_2_18_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"657.438,-24219.5 657.438,-24263.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"685.273\" y=\"-24248.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"657.438,-24241.5 713.107,-24241.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"685.273\" y=\"-24226.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"713.107,-24219.5 713.107,-24263.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779.432\" y=\"-24248.3\">(None, 14, 14, 1248)</text>\n",
"<polyline fill=\"none\" points=\"713.107,-24241.5 845.756,-24241.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779.432\" y=\"-24226.3\">(None, 14, 14, 1248)</text>\n",
"</g>\n",
"<!-- 5361896136&#45;&gt;5367216840 -->\n",
"<g class=\"edge\" id=\"edge301\"><title>5361896136-&gt;5367216840</title>\n",
"<path d=\"M724.852,-24300.3C710.819,-24290.9 694.108,-24279.6 679.189,-24269.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"680.892,-24266.4 670.646,-24263.7 676.975,-24272.2 680.892,-24266.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5363626896 -->\n",
"<g class=\"node\" id=\"node272\"><title>5363626896</title>\n",
"<polygon fill=\"none\" points=\"531.741,-23733.5 531.741,-23777.5 1018.67,-23777.5 1018.67,-23733.5 531.741,-23733.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"621.561\" y=\"-23751.3\">concatenate_37: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"711.38,-23733.5 711.38,-23777.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.214\" y=\"-23762.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"711.38,-23755.5 767.049,-23755.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.214\" y=\"-23740.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"767.049,-23733.5 767.049,-23777.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"892.859\" y=\"-23762.3\">[(None, 14, 14, 1248), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"767.049,-23755.5 1018.67,-23755.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"892.373\" y=\"-23740.3\">(None, 14, 14, 1296)</text>\n",
"</g>\n",
"<!-- 5361896136&#45;&gt;5363626896 -->\n",
"<g class=\"edge\" id=\"edge307\"><title>5361896136-&gt;5363626896</title>\n",
"<path d=\"M808.313,-24300.4C825.26,-24291.4 842.863,-24279.3 855.206,-24264 885.226,-24226.7 888.206,-24209.4 888.206,-24161.5 888.206,-24161.5 888.206,-24161.5 888.206,-23916.5 888.206,-23868.8 884.246,-23852.6 856.206,-23814 847.561,-23802.1 835.683,-23791.7 823.686,-23783.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"825.645,-23780.3 815.399,-23777.6 821.725,-23786.1 825.645,-23780.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5367127792 -->\n",
"<g class=\"node\" id=\"node267\"><title>5367127792</title>\n",
"<polygon fill=\"none\" points=\"459.086,-24138.5 459.086,-24182.5 805.325,-24182.5 805.325,-24138.5 459.086,-24138.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"538.047\" y=\"-24156.3\">activation_76: Activation</text>\n",
"<polyline fill=\"none\" points=\"617.007,-24138.5 617.007,-24182.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.842\" y=\"-24167.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"617.007,-24160.5 672.676,-24160.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"644.842\" y=\"-24145.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"672.676,-24138.5 672.676,-24182.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739\" y=\"-24167.3\">(None, 14, 14, 1248)</text>\n",
"<polyline fill=\"none\" points=\"672.676,-24160.5 805.325,-24160.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739\" y=\"-24145.3\">(None, 14, 14, 1248)</text>\n",
"</g>\n",
"<!-- 5367216840&#45;&gt;5367127792 -->\n",
"<g class=\"edge\" id=\"edge302\"><title>5367216840-&gt;5367127792</title>\n",
"<path d=\"M637.33,-24219.3C636.608,-24211.2 635.768,-24201.7 634.979,-24192.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"638.456,-24192.4 634.087,-24182.7 631.483,-24193 638.456,-24192.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5367257520 -->\n",
"<g class=\"node\" id=\"node268\"><title>5367257520</title>\n",
"<polygon fill=\"none\" points=\"406.873,-24057.5 406.873,-24101.5 849.539,-24101.5 849.539,-24057.5 406.873,-24057.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"534.047\" y=\"-24075.3\">dense_2_18_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"661.221,-24057.5 661.221,-24101.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.056\" y=\"-24086.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"661.221,-24079.5 716.89,-24079.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.056\" y=\"-24064.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"716.89,-24057.5 716.89,-24101.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"783.214\" y=\"-24086.3\">(None, 14, 14, 1248)</text>\n",
"<polyline fill=\"none\" points=\"716.89,-24079.5 849.539,-24079.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"783.214\" y=\"-24064.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5367127792&#45;&gt;5367257520 -->\n",
"<g class=\"edge\" id=\"edge303\"><title>5367127792-&gt;5367257520</title>\n",
"<path d=\"M631.134,-24138.3C630.721,-24130.2 630.241,-24120.7 629.79,-24111.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"633.282,-24111.5 629.28,-24101.7 626.291,-24111.9 633.282,-24111.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5367660496 -->\n",
"<g class=\"node\" id=\"node269\"><title>5367660496</title>\n",
"<polygon fill=\"none\" points=\"388.5,-23976.5 388.5,-24020.5 859.911,-24020.5 859.911,-23976.5 388.5,-23976.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"533.547\" y=\"-23994.3\">dense_2_18_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"678.594,-23976.5 678.594,-24020.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.428\" y=\"-24005.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"678.594,-23998.5 734.263,-23998.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.428\" y=\"-23983.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"734.263,-23976.5 734.263,-24020.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"797.087\" y=\"-24005.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"734.263,-23998.5 859.911,-23998.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"797.087\" y=\"-23983.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5367257520&#45;&gt;5367660496 -->\n",
"<g class=\"edge\" id=\"edge304\"><title>5367257520-&gt;5367660496</title>\n",
"<path d=\"M627.134,-24057.3C626.721,-24049.2 626.241,-24039.7 625.79,-24030.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"629.282,-24030.5 625.28,-24020.7 622.291,-24030.9 629.282,-24030.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5367898408 -->\n",
"<g class=\"node\" id=\"node270\"><title>5367898408</title>\n",
"<polygon fill=\"none\" points=\"479.586,-23895.5 479.586,-23939.5 818.825,-23939.5 818.825,-23895.5 479.586,-23895.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"558.547\" y=\"-23913.3\">activation_77: Activation</text>\n",
"<polyline fill=\"none\" points=\"637.507,-23895.5 637.507,-23939.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.342\" y=\"-23924.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"637.507,-23917.5 693.176,-23917.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.342\" y=\"-23902.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"693.176,-23895.5 693.176,-23939.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"756\" y=\"-23924.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"693.176,-23917.5 818.825,-23917.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"756\" y=\"-23902.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5367660496&#45;&gt;5367898408 -->\n",
"<g class=\"edge\" id=\"edge305\"><title>5367660496-&gt;5367898408</title>\n",
"<path d=\"M630.905,-23976.3C633.511,-23968.1 636.55,-23958.5 639.393,-23949.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"642.807,-23950.3 642.488,-23939.7 636.133,-23948.2 642.807,-23950.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368163912 -->\n",
"<g class=\"node\" id=\"node271\"><title>5368163912</title>\n",
"<polygon fill=\"none\" points=\"477.028,-23814.5 477.028,-23858.5 847.383,-23858.5 847.383,-23814.5 477.028,-23814.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"571.547\" y=\"-23832.3\">dense_2_18_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"666.066,-23814.5 666.066,-23858.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"693.9\" y=\"-23843.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"666.066,-23836.5 721.735,-23836.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"693.9\" y=\"-23821.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"721.735,-23814.5 721.735,-23858.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"784.559\" y=\"-23843.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"721.735,-23836.5 847.383,-23836.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"784.559\" y=\"-23821.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5367898408&#45;&gt;5368163912 -->\n",
"<g class=\"edge\" id=\"edge306\"><title>5367898408-&gt;5368163912</title>\n",
"<path d=\"M652.689,-23895.3C654.03,-23887.2 655.591,-23877.7 657.055,-23868.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"660.542,-23869.2 658.712,-23858.7 653.635,-23868 660.542,-23869.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368163912&#45;&gt;5363626896 -->\n",
"<g class=\"edge\" id=\"edge308\"><title>5368163912-&gt;5363626896</title>\n",
"<path d=\"M692.487,-23814.3C706.041,-23804.9 722.18,-23793.6 736.589,-23783.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"738.65,-23786.3 744.84,-23777.7 734.639,-23780.6 738.65,-23786.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368803960 -->\n",
"<g class=\"node\" id=\"node273\"><title>5368803960</title>\n",
"<polygon fill=\"none\" points=\"444.655,-23652.5 444.655,-23696.5 857.756,-23696.5 857.756,-23652.5 444.655,-23652.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"557.047\" y=\"-23670.3\">dense_2_19_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"669.438,-23652.5 669.438,-23696.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"697.273\" y=\"-23681.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"669.438,-23674.5 725.107,-23674.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"697.273\" y=\"-23659.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"725.107,-23652.5 725.107,-23696.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"791.432\" y=\"-23681.3\">(None, 14, 14, 1296)</text>\n",
"<polyline fill=\"none\" points=\"725.107,-23674.5 857.756,-23674.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"791.432\" y=\"-23659.3\">(None, 14, 14, 1296)</text>\n",
"</g>\n",
"<!-- 5363626896&#45;&gt;5368803960 -->\n",
"<g class=\"edge\" id=\"edge309\"><title>5363626896-&gt;5368803960</title>\n",
"<path d=\"M741.976,-23733.3C726.964,-23723.8 709.062,-23712.4 693.139,-23702.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"694.841,-23699.2 684.527,-23696.7 691.08,-23705.1 694.841,-23699.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5365215920 -->\n",
"<g class=\"node\" id=\"node279\"><title>5365215920</title>\n",
"<polygon fill=\"none\" points=\"540.741,-23166.5 540.741,-23210.5 1027.67,-23210.5 1027.67,-23166.5 540.741,-23166.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"630.561\" y=\"-23184.3\">concatenate_38: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"720.38,-23166.5 720.38,-23210.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.214\" y=\"-23195.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"720.38,-23188.5 776.049,-23188.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.214\" y=\"-23173.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"776.049,-23166.5 776.049,-23210.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"901.859\" y=\"-23195.3\">[(None, 14, 14, 1296), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"776.049,-23188.5 1027.67,-23188.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"901.373\" y=\"-23173.3\">(None, 14, 14, 1344)</text>\n",
"</g>\n",
"<!-- 5363626896&#45;&gt;5365215920 -->\n",
"<g class=\"edge\" id=\"edge315\"><title>5363626896-&gt;5365215920</title>\n",
"<path d=\"M822.908,-23733.5C838.972,-23724.3 855.716,-23712.2 867.206,-23697 895.874,-23659.2 897.206,-23642 897.206,-23594.5 897.206,-23594.5 897.206,-23594.5 897.206,-23349.5 897.206,-23301.8 893.246,-23285.6 865.206,-23247 856.561,-23235.1 844.683,-23224.7 832.686,-23216.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"834.645,-23213.3 824.399,-23210.6 830.725,-23219.1 834.645,-23213.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368712720 -->\n",
"<g class=\"node\" id=\"node274\"><title>5368712720</title>\n",
"<polygon fill=\"none\" points=\"471.086,-23571.5 471.086,-23615.5 817.325,-23615.5 817.325,-23571.5 471.086,-23571.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"550.047\" y=\"-23589.3\">activation_78: Activation</text>\n",
"<polyline fill=\"none\" points=\"629.007,-23571.5 629.007,-23615.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.842\" y=\"-23600.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"629.007,-23593.5 684.676,-23593.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.842\" y=\"-23578.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"684.676,-23571.5 684.676,-23615.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751\" y=\"-23600.3\">(None, 14, 14, 1296)</text>\n",
"<polyline fill=\"none\" points=\"684.676,-23593.5 817.325,-23593.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751\" y=\"-23578.3\">(None, 14, 14, 1296)</text>\n",
"</g>\n",
"<!-- 5368803960&#45;&gt;5368712720 -->\n",
"<g class=\"edge\" id=\"edge310\"><title>5368803960-&gt;5368712720</title>\n",
"<path d=\"M649.33,-23652.3C648.608,-23644.2 647.768,-23634.7 646.979,-23625.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"650.456,-23625.4 646.087,-23615.7 643.483,-23626 650.456,-23625.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368850640 -->\n",
"<g class=\"node\" id=\"node275\"><title>5368850640</title>\n",
"<polygon fill=\"none\" points=\"419.873,-23490.5 419.873,-23534.5 862.539,-23534.5 862.539,-23490.5 419.873,-23490.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"547.047\" y=\"-23508.3\">dense_2_19_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"674.221,-23490.5 674.221,-23534.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.056\" y=\"-23519.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"674.221,-23512.5 729.89,-23512.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.056\" y=\"-23497.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"729.89,-23490.5 729.89,-23534.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"796.214\" y=\"-23519.3\">(None, 14, 14, 1296)</text>\n",
"<polyline fill=\"none\" points=\"729.89,-23512.5 862.539,-23512.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"796.214\" y=\"-23497.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5368712720&#45;&gt;5368850640 -->\n",
"<g class=\"edge\" id=\"edge311\"><title>5368712720-&gt;5368850640</title>\n",
"<path d=\"M643.402,-23571.3C643.092,-23563.2 642.732,-23553.7 642.394,-23544.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"645.889,-23544.6 642.012,-23534.7 638.894,-23544.9 645.889,-23544.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5369207888 -->\n",
"<g class=\"node\" id=\"node276\"><title>5369207888</title>\n",
"<polygon fill=\"none\" points=\"397.5,-23409.5 397.5,-23453.5 868.911,-23453.5 868.911,-23409.5 397.5,-23409.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"542.547\" y=\"-23427.3\">dense_2_19_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"687.594,-23409.5 687.594,-23453.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"715.428\" y=\"-23438.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"687.594,-23431.5 743.263,-23431.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"715.428\" y=\"-23416.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"743.263,-23409.5 743.263,-23453.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"806.087\" y=\"-23438.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"743.263,-23431.5 868.911,-23431.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"806.087\" y=\"-23416.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5368850640&#45;&gt;5369207888 -->\n",
"<g class=\"edge\" id=\"edge312\"><title>5368850640-&gt;5369207888</title>\n",
"<path d=\"M639.062,-23490.3C638.237,-23482.2 637.276,-23472.7 636.375,-23463.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"639.845,-23463.3 635.355,-23453.7 632.881,-23464 639.845,-23463.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5369572040 -->\n",
"<g class=\"node\" id=\"node277\"><title>5369572040</title>\n",
"<polygon fill=\"none\" points=\"476.586,-23328.5 476.586,-23372.5 815.825,-23372.5 815.825,-23328.5 476.586,-23328.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"555.547\" y=\"-23346.3\">activation_79: Activation</text>\n",
"<polyline fill=\"none\" points=\"634.507,-23328.5 634.507,-23372.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"662.342\" y=\"-23357.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"634.507,-23350.5 690.176,-23350.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"662.342\" y=\"-23335.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"690.176,-23328.5 690.176,-23372.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753\" y=\"-23357.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"690.176,-23350.5 815.825,-23350.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753\" y=\"-23335.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5369207888&#45;&gt;5369572040 -->\n",
"<g class=\"edge\" id=\"edge313\"><title>5369207888-&gt;5369572040</title>\n",
"<path d=\"M636.689,-23409.3C638.03,-23401.2 639.591,-23391.7 641.055,-23382.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"644.542,-23383.2 642.712,-23372.7 637.635,-23382 644.542,-23383.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5369752936 -->\n",
"<g class=\"node\" id=\"node278\"><title>5369752936</title>\n",
"<polygon fill=\"none\" points=\"486.028,-23247.5 486.028,-23291.5 856.383,-23291.5 856.383,-23247.5 486.028,-23247.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"580.547\" y=\"-23265.3\">dense_2_19_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"675.066,-23247.5 675.066,-23291.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.9\" y=\"-23276.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"675.066,-23269.5 730.735,-23269.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.9\" y=\"-23254.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"730.735,-23247.5 730.735,-23291.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.559\" y=\"-23276.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"730.735,-23269.5 856.383,-23269.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.559\" y=\"-23254.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5369572040&#45;&gt;5369752936 -->\n",
"<g class=\"edge\" id=\"edge314\"><title>5369572040-&gt;5369752936</title>\n",
"<path d=\"M652.905,-23328.3C655.511,-23320.1 658.55,-23310.5 661.393,-23301.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"664.807,-23302.3 664.488,-23291.7 658.133,-23300.2 664.807,-23302.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5369752936&#45;&gt;5365215920 -->\n",
"<g class=\"edge\" id=\"edge316\"><title>5369752936-&gt;5365215920</title>\n",
"<path d=\"M701.487,-23247.3C715.041,-23237.9 731.18,-23226.6 745.589,-23216.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"747.65,-23219.3 753.84,-23210.7 743.639,-23213.6 747.65,-23219.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5370392816 -->\n",
"<g class=\"node\" id=\"node280\"><title>5370392816</title>\n",
"<polygon fill=\"none\" points=\"453.655,-23085.5 453.655,-23129.5 866.756,-23129.5 866.756,-23085.5 453.655,-23085.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"566.047\" y=\"-23103.3\">dense_2_20_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"678.438,-23085.5 678.438,-23129.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.273\" y=\"-23114.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"678.438,-23107.5 734.107,-23107.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.273\" y=\"-23092.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"734.107,-23085.5 734.107,-23129.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800.432\" y=\"-23114.3\">(None, 14, 14, 1344)</text>\n",
"<polyline fill=\"none\" points=\"734.107,-23107.5 866.756,-23107.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800.432\" y=\"-23092.3\">(None, 14, 14, 1344)</text>\n",
"</g>\n",
"<!-- 5365215920&#45;&gt;5370392816 -->\n",
"<g class=\"edge\" id=\"edge317\"><title>5365215920-&gt;5370392816</title>\n",
"<path d=\"M750.976,-23166.3C735.964,-23156.8 718.062,-23145.4 702.139,-23135.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"703.841,-23132.2 693.527,-23129.7 700.08,-23138.1 703.841,-23132.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5366574608 -->\n",
"<g class=\"node\" id=\"node286\"><title>5366574608</title>\n",
"<polygon fill=\"none\" points=\"549.741,-22599.5 549.741,-22643.5 1036.67,-22643.5 1036.67,-22599.5 549.741,-22599.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"639.561\" y=\"-22617.3\">concatenate_39: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"729.38,-22599.5 729.38,-22643.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.214\" y=\"-22628.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"729.38,-22621.5 785.049,-22621.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.214\" y=\"-22606.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"785.049,-22599.5 785.049,-22643.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"910.859\" y=\"-22628.3\">[(None, 14, 14, 1344), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"785.049,-22621.5 1036.67,-22621.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"910.373\" y=\"-22606.3\">(None, 14, 14, 1392)</text>\n",
"</g>\n",
"<!-- 5365215920&#45;&gt;5366574608 -->\n",
"<g class=\"edge\" id=\"edge323\"><title>5365215920-&gt;5366574608</title>\n",
"<path d=\"M831.908,-23166.5C847.972,-23157.3 864.716,-23145.2 876.206,-23130 904.874,-23092.2 906.206,-23075 906.206,-23027.5 906.206,-23027.5 906.206,-23027.5 906.206,-22782.5 906.206,-22734.8 902.246,-22718.6 874.206,-22680 865.561,-22668.1 853.683,-22657.7 841.686,-22649.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"843.645,-22646.3 833.399,-22643.6 839.725,-22652.1 843.645,-22646.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5370302360 -->\n",
"<g class=\"node\" id=\"node281\"><title>5370302360</title>\n",
"<polygon fill=\"none\" points=\"480.086,-23004.5 480.086,-23048.5 826.325,-23048.5 826.325,-23004.5 480.086,-23004.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"559.047\" y=\"-23022.3\">activation_80: Activation</text>\n",
"<polyline fill=\"none\" points=\"638.007,-23004.5 638.007,-23048.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.842\" y=\"-23033.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"638.007,-23026.5 693.676,-23026.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"665.842\" y=\"-23011.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"693.676,-23004.5 693.676,-23048.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760\" y=\"-23033.3\">(None, 14, 14, 1344)</text>\n",
"<polyline fill=\"none\" points=\"693.676,-23026.5 826.325,-23026.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"760\" y=\"-23011.3\">(None, 14, 14, 1344)</text>\n",
"</g>\n",
"<!-- 5370392816&#45;&gt;5370302360 -->\n",
"<g class=\"edge\" id=\"edge318\"><title>5370392816-&gt;5370302360</title>\n",
"<path d=\"M658.33,-23085.3C657.608,-23077.2 656.768,-23067.7 655.979,-23058.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"659.456,-23058.4 655.087,-23048.7 652.483,-23059 659.456,-23058.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5370443760 -->\n",
"<g class=\"node\" id=\"node282\"><title>5370443760</title>\n",
"<polygon fill=\"none\" points=\"428.873,-22923.5 428.873,-22967.5 871.539,-22967.5 871.539,-22923.5 428.873,-22923.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"556.047\" y=\"-22941.3\">dense_2_20_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"683.221,-22923.5 683.221,-22967.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.056\" y=\"-22952.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"683.221,-22945.5 738.89,-22945.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.056\" y=\"-22930.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"738.89,-22923.5 738.89,-22967.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"805.214\" y=\"-22952.3\">(None, 14, 14, 1344)</text>\n",
"<polyline fill=\"none\" points=\"738.89,-22945.5 871.539,-22945.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"805.214\" y=\"-22930.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5370302360&#45;&gt;5370443760 -->\n",
"<g class=\"edge\" id=\"edge319\"><title>5370302360-&gt;5370443760</title>\n",
"<path d=\"M652.402,-23004.3C652.092,-22996.2 651.732,-22986.7 651.394,-22977.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"654.889,-22977.6 651.012,-22967.7 647.894,-22977.9 654.889,-22977.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5370558056 -->\n",
"<g class=\"node\" id=\"node283\"><title>5370558056</title>\n",
"<polygon fill=\"none\" points=\"406.5,-22842.5 406.5,-22886.5 877.911,-22886.5 877.911,-22842.5 406.5,-22842.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"551.547\" y=\"-22860.3\">dense_2_20_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"696.594,-22842.5 696.594,-22886.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"724.428\" y=\"-22871.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"696.594,-22864.5 752.263,-22864.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"724.428\" y=\"-22849.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"752.263,-22842.5 752.263,-22886.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"815.087\" y=\"-22871.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"752.263,-22864.5 877.911,-22864.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"815.087\" y=\"-22849.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5370443760&#45;&gt;5370558056 -->\n",
"<g class=\"edge\" id=\"edge320\"><title>5370443760-&gt;5370558056</title>\n",
"<path d=\"M648.062,-22923.3C647.237,-22915.2 646.276,-22905.7 645.375,-22896.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"648.845,-22896.3 644.355,-22886.7 641.881,-22897 648.845,-22896.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371150968 -->\n",
"<g class=\"node\" id=\"node284\"><title>5371150968</title>\n",
"<polygon fill=\"none\" points=\"497.586,-22761.5 497.586,-22805.5 836.825,-22805.5 836.825,-22761.5 497.586,-22761.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"576.547\" y=\"-22779.3\">activation_81: Activation</text>\n",
"<polyline fill=\"none\" points=\"655.507,-22761.5 655.507,-22805.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"683.342\" y=\"-22790.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"655.507,-22783.5 711.176,-22783.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"683.342\" y=\"-22768.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"711.176,-22761.5 711.176,-22805.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774\" y=\"-22790.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"711.176,-22783.5 836.825,-22783.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774\" y=\"-22768.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5370558056&#45;&gt;5371150968 -->\n",
"<g class=\"edge\" id=\"edge321\"><title>5370558056-&gt;5371150968</title>\n",
"<path d=\"M648.905,-22842.3C651.511,-22834.1 654.55,-22824.5 657.393,-22815.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"660.807,-22816.3 660.488,-22805.7 654.133,-22814.2 660.807,-22816.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371251400 -->\n",
"<g class=\"node\" id=\"node285\"><title>5371251400</title>\n",
"<polygon fill=\"none\" points=\"495.028,-22680.5 495.028,-22724.5 865.383,-22724.5 865.383,-22680.5 495.028,-22680.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"589.547\" y=\"-22698.3\">dense_2_20_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"684.066,-22680.5 684.066,-22724.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.9\" y=\"-22709.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"684.066,-22702.5 739.735,-22702.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"711.9\" y=\"-22687.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"739.735,-22680.5 739.735,-22724.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"802.559\" y=\"-22709.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"739.735,-22702.5 865.383,-22702.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"802.559\" y=\"-22687.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5371150968&#45;&gt;5371251400 -->\n",
"<g class=\"edge\" id=\"edge322\"><title>5371150968-&gt;5371251400</title>\n",
"<path d=\"M670.689,-22761.3C672.03,-22753.2 673.591,-22743.7 675.055,-22734.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"678.542,-22735.2 676.712,-22724.7 671.635,-22734 678.542,-22735.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371251400&#45;&gt;5366574608 -->\n",
"<g class=\"edge\" id=\"edge324\"><title>5371251400-&gt;5366574608</title>\n",
"<path d=\"M710.487,-22680.3C724.041,-22670.9 740.18,-22659.6 754.589,-22649.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"756.65,-22652.3 762.84,-22643.7 752.639,-22646.6 756.65,-22652.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371969040 -->\n",
"<g class=\"node\" id=\"node287\"><title>5371969040</title>\n",
"<polygon fill=\"none\" points=\"469.655,-22518.5 469.655,-22562.5 882.756,-22562.5 882.756,-22518.5 469.655,-22518.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"582.047\" y=\"-22536.3\">dense_2_21_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"694.438,-22518.5 694.438,-22562.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.273\" y=\"-22547.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"694.438,-22540.5 750.107,-22540.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"722.273\" y=\"-22525.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"750.107,-22518.5 750.107,-22562.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816.432\" y=\"-22547.3\">(None, 14, 14, 1392)</text>\n",
"<polyline fill=\"none\" points=\"750.107,-22540.5 882.756,-22540.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816.432\" y=\"-22525.3\">(None, 14, 14, 1392)</text>\n",
"</g>\n",
"<!-- 5366574608&#45;&gt;5371969040 -->\n",
"<g class=\"edge\" id=\"edge325\"><title>5366574608-&gt;5371969040</title>\n",
"<path d=\"M761.852,-22599.3C747.819,-22589.9 731.108,-22578.6 716.189,-22568.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"717.892,-22565.4 707.646,-22562.7 713.975,-22571.2 717.892,-22565.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5368293024 -->\n",
"<g class=\"node\" id=\"node293\"><title>5368293024</title>\n",
"<polygon fill=\"none\" points=\"568.741,-22032.5 568.741,-22076.5 1055.67,-22076.5 1055.67,-22032.5 568.741,-22032.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.561\" y=\"-22050.3\">concatenate_40: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"748.38,-22032.5 748.38,-22076.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.214\" y=\"-22061.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"748.38,-22054.5 804.049,-22054.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.214\" y=\"-22039.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"804.049,-22032.5 804.049,-22076.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.859\" y=\"-22061.3\">[(None, 14, 14, 1392), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"804.049,-22054.5 1055.67,-22054.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.373\" y=\"-22039.3\">(None, 14, 14, 1440)</text>\n",
"</g>\n",
"<!-- 5366574608&#45;&gt;5368293024 -->\n",
"<g class=\"edge\" id=\"edge331\"><title>5366574608-&gt;5368293024</title>\n",
"<path d=\"M845.313,-22599.4C862.26,-22590.4 879.863,-22578.3 892.206,-22563 922.226,-22525.7 925.206,-22508.4 925.206,-22460.5 925.206,-22460.5 925.206,-22460.5 925.206,-22215.5 925.206,-22167.8 921.246,-22151.6 893.206,-22113 884.561,-22101.1 872.683,-22090.7 860.686,-22082.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"862.645,-22079.3 852.399,-22076.6 858.725,-22085.1 862.645,-22079.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371829552 -->\n",
"<g class=\"node\" id=\"node288\"><title>5371829552</title>\n",
"<polygon fill=\"none\" points=\"499.086,-22437.5 499.086,-22481.5 845.325,-22481.5 845.325,-22437.5 499.086,-22437.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"578.047\" y=\"-22455.3\">activation_82: Activation</text>\n",
"<polyline fill=\"none\" points=\"657.007,-22437.5 657.007,-22481.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"684.842\" y=\"-22466.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"657.007,-22459.5 712.676,-22459.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"684.842\" y=\"-22444.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"712.676,-22437.5 712.676,-22481.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779\" y=\"-22466.3\">(None, 14, 14, 1392)</text>\n",
"<polyline fill=\"none\" points=\"712.676,-22459.5 845.325,-22459.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"779\" y=\"-22444.3\">(None, 14, 14, 1392)</text>\n",
"</g>\n",
"<!-- 5371969040&#45;&gt;5371829552 -->\n",
"<g class=\"edge\" id=\"edge326\"><title>5371969040-&gt;5371829552</title>\n",
"<path d=\"M675.134,-22518.3C674.721,-22510.2 674.241,-22500.7 673.79,-22491.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"677.282,-22491.5 673.28,-22481.7 670.291,-22491.9 677.282,-22491.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5372066000 -->\n",
"<g class=\"node\" id=\"node289\"><title>5372066000</title>\n",
"<polygon fill=\"none\" points=\"443.873,-22356.5 443.873,-22400.5 886.539,-22400.5 886.539,-22356.5 443.873,-22356.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"571.047\" y=\"-22374.3\">dense_2_21_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"698.221,-22356.5 698.221,-22400.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"726.056\" y=\"-22385.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"698.221,-22378.5 753.89,-22378.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"726.056\" y=\"-22363.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"753.89,-22356.5 753.89,-22400.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.214\" y=\"-22385.3\">(None, 14, 14, 1392)</text>\n",
"<polyline fill=\"none\" points=\"753.89,-22378.5 886.539,-22378.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.214\" y=\"-22363.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5371829552&#45;&gt;5372066000 -->\n",
"<g class=\"edge\" id=\"edge327\"><title>5371829552-&gt;5372066000</title>\n",
"<path d=\"M670.33,-22437.3C669.608,-22429.2 668.768,-22419.7 667.979,-22410.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"671.456,-22410.4 667.087,-22400.7 664.483,-22411 671.456,-22410.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5372140960 -->\n",
"<g class=\"node\" id=\"node290\"><title>5372140960</title>\n",
"<polygon fill=\"none\" points=\"425.5,-22275.5 425.5,-22319.5 896.911,-22319.5 896.911,-22275.5 425.5,-22275.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"570.547\" y=\"-22293.3\">dense_2_21_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"715.594,-22275.5 715.594,-22319.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"743.428\" y=\"-22304.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"715.594,-22297.5 771.263,-22297.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"743.428\" y=\"-22282.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"771.263,-22275.5 771.263,-22319.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.087\" y=\"-22304.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"771.263,-22297.5 896.911,-22297.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.087\" y=\"-22282.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5372066000&#45;&gt;5372140960 -->\n",
"<g class=\"edge\" id=\"edge328\"><title>5372066000-&gt;5372140960</title>\n",
"<path d=\"M664.134,-22356.3C663.721,-22348.2 663.241,-22338.7 662.79,-22329.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"666.282,-22329.5 662.28,-22319.7 659.291,-22329.9 666.282,-22329.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5372747960 -->\n",
"<g class=\"node\" id=\"node291\"><title>5372747960</title>\n",
"<polygon fill=\"none\" points=\"504.586,-22194.5 504.586,-22238.5 843.825,-22238.5 843.825,-22194.5 504.586,-22194.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"583.547\" y=\"-22212.3\">activation_83: Activation</text>\n",
"<polyline fill=\"none\" points=\"662.507,-22194.5 662.507,-22238.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"690.342\" y=\"-22223.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"662.507,-22216.5 718.176,-22216.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"690.342\" y=\"-22201.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"718.176,-22194.5 718.176,-22238.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"781\" y=\"-22223.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"718.176,-22216.5 843.825,-22216.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"781\" y=\"-22201.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5372140960&#45;&gt;5372747960 -->\n",
"<g class=\"edge\" id=\"edge329\"><title>5372140960-&gt;5372747960</title>\n",
"<path d=\"M664.689,-22275.3C666.03,-22267.2 667.591,-22257.7 669.055,-22248.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"672.542,-22249.2 670.712,-22238.7 665.635,-22248 672.542,-22249.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5372836328 -->\n",
"<g class=\"node\" id=\"node292\"><title>5372836328</title>\n",
"<polygon fill=\"none\" points=\"514.028,-22113.5 514.028,-22157.5 884.383,-22157.5 884.383,-22113.5 514.028,-22113.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"608.547\" y=\"-22131.3\">dense_2_21_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"703.066,-22113.5 703.066,-22157.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"730.9\" y=\"-22142.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"703.066,-22135.5 758.735,-22135.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"730.9\" y=\"-22120.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"758.735,-22113.5 758.735,-22157.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"821.559\" y=\"-22142.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"758.735,-22135.5 884.383,-22135.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"821.559\" y=\"-22120.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5372747960&#45;&gt;5372836328 -->\n",
"<g class=\"edge\" id=\"edge330\"><title>5372747960-&gt;5372836328</title>\n",
"<path d=\"M680.905,-22194.3C683.511,-22186.1 686.55,-22176.5 689.393,-22167.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"692.807,-22168.3 692.488,-22157.7 686.133,-22166.2 692.807,-22168.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5372836328&#45;&gt;5368293024 -->\n",
"<g class=\"edge\" id=\"edge332\"><title>5372836328-&gt;5368293024</title>\n",
"<path d=\"M729.487,-22113.3C743.041,-22103.9 759.18,-22092.6 773.589,-22082.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"775.65,-22085.3 781.84,-22076.7 771.639,-22079.6 775.65,-22085.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5373570352 -->\n",
"<g class=\"node\" id=\"node294\"><title>5373570352</title>\n",
"<polygon fill=\"none\" points=\"488.655,-21951.5 488.655,-21995.5 901.756,-21995.5 901.756,-21951.5 488.655,-21951.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"601.047\" y=\"-21969.3\">dense_2_22_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"713.438,-21951.5 713.438,-21995.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"741.273\" y=\"-21980.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"713.438,-21973.5 769.107,-21973.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"741.273\" y=\"-21958.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"769.107,-21951.5 769.107,-21995.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.432\" y=\"-21980.3\">(None, 14, 14, 1440)</text>\n",
"<polyline fill=\"none\" points=\"769.107,-21973.5 901.756,-21973.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.432\" y=\"-21958.3\">(None, 14, 14, 1440)</text>\n",
"</g>\n",
"<!-- 5368293024&#45;&gt;5373570352 -->\n",
"<g class=\"edge\" id=\"edge333\"><title>5368293024-&gt;5373570352</title>\n",
"<path d=\"M780.852,-22032.3C766.819,-22022.9 750.108,-22011.6 735.189,-22001.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"736.892,-21998.4 726.646,-21995.7 732.975,-22004.2 736.892,-21998.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5370109176 -->\n",
"<g class=\"node\" id=\"node300\"><title>5370109176</title>\n",
"<polygon fill=\"none\" points=\"587.741,-21465.5 587.741,-21509.5 1074.67,-21509.5 1074.67,-21465.5 587.741,-21465.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.561\" y=\"-21483.3\">concatenate_41: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"767.38,-21465.5 767.38,-21509.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"795.214\" y=\"-21494.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"767.38,-21487.5 823.049,-21487.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"795.214\" y=\"-21472.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"823.049,-21465.5 823.049,-21509.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"948.859\" y=\"-21494.3\">[(None, 14, 14, 1440), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"823.049,-21487.5 1074.67,-21487.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"948.373\" y=\"-21472.3\">(None, 14, 14, 1488)</text>\n",
"</g>\n",
"<!-- 5368293024&#45;&gt;5370109176 -->\n",
"<g class=\"edge\" id=\"edge339\"><title>5368293024-&gt;5370109176</title>\n",
"<path d=\"M864.313,-22032.4C881.26,-22023.4 898.863,-22011.3 911.206,-21996 941.226,-21958.7 944.206,-21941.4 944.206,-21893.5 944.206,-21893.5 944.206,-21893.5 944.206,-21648.5 944.206,-21600.8 940.246,-21584.6 912.206,-21546 903.561,-21534.1 891.683,-21523.7 879.686,-21515.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"881.645,-21512.3 871.399,-21509.6 877.725,-21518.1 881.645,-21512.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5373418576 -->\n",
"<g class=\"node\" id=\"node295\"><title>5373418576</title>\n",
"<polygon fill=\"none\" points=\"518.086,-21870.5 518.086,-21914.5 864.325,-21914.5 864.325,-21870.5 518.086,-21870.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"597.047\" y=\"-21888.3\">activation_84: Activation</text>\n",
"<polyline fill=\"none\" points=\"676.007,-21870.5 676.007,-21914.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.842\" y=\"-21899.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"676.007,-21892.5 731.676,-21892.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.842\" y=\"-21877.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"731.676,-21870.5 731.676,-21914.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798\" y=\"-21899.3\">(None, 14, 14, 1440)</text>\n",
"<polyline fill=\"none\" points=\"731.676,-21892.5 864.325,-21892.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798\" y=\"-21877.3\">(None, 14, 14, 1440)</text>\n",
"</g>\n",
"<!-- 5373570352&#45;&gt;5373418576 -->\n",
"<g class=\"edge\" id=\"edge334\"><title>5373570352-&gt;5373418576</title>\n",
"<path d=\"M694.134,-21951.3C693.721,-21943.2 693.241,-21933.7 692.79,-21924.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"696.282,-21924.5 692.28,-21914.7 689.291,-21924.9 696.282,-21924.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5373663216 -->\n",
"<g class=\"node\" id=\"node296\"><title>5373663216</title>\n",
"<polygon fill=\"none\" points=\"462.873,-21789.5 462.873,-21833.5 905.539,-21833.5 905.539,-21789.5 462.873,-21789.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"590.047\" y=\"-21807.3\">dense_2_22_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"717.221,-21789.5 717.221,-21833.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"745.056\" y=\"-21818.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"717.221,-21811.5 772.89,-21811.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"745.056\" y=\"-21796.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"772.89,-21789.5 772.89,-21833.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"839.214\" y=\"-21818.3\">(None, 14, 14, 1440)</text>\n",
"<polyline fill=\"none\" points=\"772.89,-21811.5 905.539,-21811.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"839.214\" y=\"-21796.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5373418576&#45;&gt;5373663216 -->\n",
"<g class=\"edge\" id=\"edge335\"><title>5373418576-&gt;5373663216</title>\n",
"<path d=\"M689.33,-21870.3C688.608,-21862.2 687.768,-21852.7 686.979,-21843.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"690.456,-21843.4 686.087,-21833.7 683.483,-21844 690.456,-21843.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5373877384 -->\n",
"<g class=\"node\" id=\"node297\"><title>5373877384</title>\n",
"<polygon fill=\"none\" points=\"444.5,-21708.5 444.5,-21752.5 915.911,-21752.5 915.911,-21708.5 444.5,-21708.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"589.547\" y=\"-21726.3\">dense_2_22_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"734.594,-21708.5 734.594,-21752.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.428\" y=\"-21737.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"734.594,-21730.5 790.263,-21730.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.428\" y=\"-21715.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"790.263,-21708.5 790.263,-21752.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.087\" y=\"-21737.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"790.263,-21730.5 915.911,-21730.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.087\" y=\"-21715.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5373663216&#45;&gt;5373877384 -->\n",
"<g class=\"edge\" id=\"edge336\"><title>5373663216-&gt;5373877384</title>\n",
"<path d=\"M683.134,-21789.3C682.721,-21781.2 682.241,-21771.7 681.79,-21762.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"685.282,-21762.5 681.28,-21752.7 678.291,-21762.9 685.282,-21762.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5374383944 -->\n",
"<g class=\"node\" id=\"node298\"><title>5374383944</title>\n",
"<polygon fill=\"none\" points=\"523.586,-21627.5 523.586,-21671.5 862.825,-21671.5 862.825,-21627.5 523.586,-21627.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"602.547\" y=\"-21645.3\">activation_85: Activation</text>\n",
"<polyline fill=\"none\" points=\"681.507,-21627.5 681.507,-21671.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.342\" y=\"-21656.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"681.507,-21649.5 737.176,-21649.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"709.342\" y=\"-21634.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"737.176,-21627.5 737.176,-21671.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800\" y=\"-21656.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"737.176,-21649.5 862.825,-21649.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800\" y=\"-21634.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5373877384&#45;&gt;5374383944 -->\n",
"<g class=\"edge\" id=\"edge337\"><title>5373877384-&gt;5374383944</title>\n",
"<path d=\"M683.689,-21708.3C685.03,-21700.2 686.591,-21690.7 688.055,-21681.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"691.542,-21682.2 689.712,-21671.7 684.635,-21681 691.542,-21682.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5374198560 -->\n",
"<g class=\"node\" id=\"node299\"><title>5374198560</title>\n",
"<polygon fill=\"none\" points=\"533.028,-21546.5 533.028,-21590.5 903.383,-21590.5 903.383,-21546.5 533.028,-21546.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"627.547\" y=\"-21564.3\">dense_2_22_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"722.066,-21546.5 722.066,-21590.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"749.9\" y=\"-21575.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"722.066,-21568.5 777.735,-21568.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"749.9\" y=\"-21553.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"777.735,-21546.5 777.735,-21590.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"840.559\" y=\"-21575.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"777.735,-21568.5 903.383,-21568.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"840.559\" y=\"-21553.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5374383944&#45;&gt;5374198560 -->\n",
"<g class=\"edge\" id=\"edge338\"><title>5374383944-&gt;5374198560</title>\n",
"<path d=\"M699.905,-21627.3C702.511,-21619.1 705.55,-21609.5 708.393,-21600.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"711.807,-21601.3 711.488,-21590.7 705.133,-21599.2 711.807,-21601.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5374198560&#45;&gt;5370109176 -->\n",
"<g class=\"edge\" id=\"edge340\"><title>5374198560-&gt;5370109176</title>\n",
"<path d=\"M748.487,-21546.3C762.041,-21536.9 778.18,-21525.6 792.589,-21515.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"794.65,-21518.3 800.84,-21509.7 790.639,-21512.6 794.65,-21518.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375156064 -->\n",
"<g class=\"node\" id=\"node301\"><title>5375156064</title>\n",
"<polygon fill=\"none\" points=\"500.655,-21384.5 500.655,-21428.5 913.756,-21428.5 913.756,-21384.5 500.655,-21384.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"613.047\" y=\"-21402.3\">dense_2_23_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"725.438,-21384.5 725.438,-21428.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753.273\" y=\"-21413.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"725.438,-21406.5 781.107,-21406.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753.273\" y=\"-21391.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"781.107,-21384.5 781.107,-21428.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.432\" y=\"-21413.3\">(None, 14, 14, 1488)</text>\n",
"<polyline fill=\"none\" points=\"781.107,-21406.5 913.756,-21406.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.432\" y=\"-21391.3\">(None, 14, 14, 1488)</text>\n",
"</g>\n",
"<!-- 5370109176&#45;&gt;5375156064 -->\n",
"<g class=\"edge\" id=\"edge341\"><title>5370109176-&gt;5375156064</title>\n",
"<path d=\"M797.976,-21465.3C782.964,-21455.8 765.062,-21444.4 749.139,-21434.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"750.841,-21431.2 740.527,-21428.7 747.08,-21437.1 750.841,-21431.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5371416304 -->\n",
"<g class=\"node\" id=\"node307\"><title>5371416304</title>\n",
"<polygon fill=\"none\" points=\"596.741,-20898.5 596.741,-20942.5 1083.67,-20942.5 1083.67,-20898.5 596.741,-20898.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"686.561\" y=\"-20916.3\">concatenate_42: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"776.38,-20898.5 776.38,-20942.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"804.214\" y=\"-20927.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"776.38,-20920.5 832.049,-20920.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"804.214\" y=\"-20905.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"832.049,-20898.5 832.049,-20942.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"957.859\" y=\"-20927.3\">[(None, 14, 14, 1488), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"832.049,-20920.5 1083.67,-20920.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"957.373\" y=\"-20905.3\">(None, 14, 14, 1536)</text>\n",
"</g>\n",
"<!-- 5370109176&#45;&gt;5371416304 -->\n",
"<g class=\"edge\" id=\"edge347\"><title>5370109176-&gt;5371416304</title>\n",
"<path d=\"M878.908,-21465.5C894.972,-21456.3 911.716,-21444.2 923.206,-21429 951.874,-21391.2 953.206,-21374 953.206,-21326.5 953.206,-21326.5 953.206,-21326.5 953.206,-21081.5 953.206,-21033.8 949.246,-21017.6 921.206,-20979 912.561,-20967.1 900.683,-20956.7 888.686,-20948.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"890.645,-20945.3 880.399,-20942.6 886.725,-20951.1 890.645,-20945.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375015792 -->\n",
"<g class=\"node\" id=\"node302\"><title>5375015792</title>\n",
"<polygon fill=\"none\" points=\"527.086,-21303.5 527.086,-21347.5 873.325,-21347.5 873.325,-21303.5 527.086,-21303.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"606.047\" y=\"-21321.3\">activation_86: Activation</text>\n",
"<polyline fill=\"none\" points=\"685.007,-21303.5 685.007,-21347.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"712.842\" y=\"-21332.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"685.007,-21325.5 740.676,-21325.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"712.842\" y=\"-21310.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"740.676,-21303.5 740.676,-21347.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"807\" y=\"-21332.3\">(None, 14, 14, 1488)</text>\n",
"<polyline fill=\"none\" points=\"740.676,-21325.5 873.325,-21325.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"807\" y=\"-21310.3\">(None, 14, 14, 1488)</text>\n",
"</g>\n",
"<!-- 5375156064&#45;&gt;5375015792 -->\n",
"<g class=\"edge\" id=\"edge342\"><title>5375156064-&gt;5375015792</title>\n",
"<path d=\"M705.33,-21384.3C704.608,-21376.2 703.768,-21366.7 702.979,-21357.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"706.456,-21357.4 702.087,-21347.7 699.483,-21358 706.456,-21357.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375246288 -->\n",
"<g class=\"node\" id=\"node303\"><title>5375246288</title>\n",
"<polygon fill=\"none\" points=\"475.873,-21222.5 475.873,-21266.5 918.539,-21266.5 918.539,-21222.5 475.873,-21222.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"603.047\" y=\"-21240.3\">dense_2_23_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"730.221,-21222.5 730.221,-21266.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"758.056\" y=\"-21251.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"730.221,-21244.5 785.89,-21244.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"758.056\" y=\"-21229.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"785.89,-21222.5 785.89,-21266.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"852.214\" y=\"-21251.3\">(None, 14, 14, 1488)</text>\n",
"<polyline fill=\"none\" points=\"785.89,-21244.5 918.539,-21244.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"852.214\" y=\"-21229.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5375015792&#45;&gt;5375246288 -->\n",
"<g class=\"edge\" id=\"edge343\"><title>5375015792-&gt;5375246288</title>\n",
"<path d=\"M699.402,-21303.3C699.092,-21295.2 698.732,-21285.7 698.394,-21276.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"701.889,-21276.6 698.012,-21266.7 694.894,-21276.9 701.889,-21276.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375545016 -->\n",
"<g class=\"node\" id=\"node304\"><title>5375545016</title>\n",
"<polygon fill=\"none\" points=\"453.5,-21141.5 453.5,-21185.5 924.911,-21185.5 924.911,-21141.5 453.5,-21141.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"598.547\" y=\"-21159.3\">dense_2_23_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"743.594,-21141.5 743.594,-21185.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"771.428\" y=\"-21170.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"743.594,-21163.5 799.263,-21163.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"771.428\" y=\"-21148.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"799.263,-21141.5 799.263,-21185.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.087\" y=\"-21170.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"799.263,-21163.5 924.911,-21163.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.087\" y=\"-21148.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5375246288&#45;&gt;5375545016 -->\n",
"<g class=\"edge\" id=\"edge344\"><title>5375246288-&gt;5375545016</title>\n",
"<path d=\"M695.062,-21222.3C694.237,-21214.2 693.276,-21204.7 692.375,-21195.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"695.845,-21195.3 691.355,-21185.7 688.881,-21196 695.845,-21195.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375981160 -->\n",
"<g class=\"node\" id=\"node305\"><title>5375981160</title>\n",
"<polygon fill=\"none\" points=\"544.586,-21060.5 544.586,-21104.5 883.825,-21104.5 883.825,-21060.5 544.586,-21060.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.547\" y=\"-21078.3\">activation_87: Activation</text>\n",
"<polyline fill=\"none\" points=\"702.507,-21060.5 702.507,-21104.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"730.342\" y=\"-21089.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"702.507,-21082.5 758.176,-21082.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"730.342\" y=\"-21067.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"758.176,-21060.5 758.176,-21104.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"821\" y=\"-21089.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"758.176,-21082.5 883.825,-21082.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"821\" y=\"-21067.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5375545016&#45;&gt;5375981160 -->\n",
"<g class=\"edge\" id=\"edge345\"><title>5375545016-&gt;5375981160</title>\n",
"<path d=\"M695.905,-21141.3C698.511,-21133.1 701.55,-21123.5 704.393,-21114.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"707.807,-21115.3 707.488,-21104.7 701.133,-21113.2 707.807,-21115.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375783264 -->\n",
"<g class=\"node\" id=\"node306\"><title>5375783264</title>\n",
"<polygon fill=\"none\" points=\"542.028,-20979.5 542.028,-21023.5 912.383,-21023.5 912.383,-20979.5 542.028,-20979.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"636.547\" y=\"-20997.3\">dense_2_23_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"731.066,-20979.5 731.066,-21023.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"758.9\" y=\"-21008.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"731.066,-21001.5 786.735,-21001.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"758.9\" y=\"-20986.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"786.735,-20979.5 786.735,-21023.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"849.559\" y=\"-21008.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"786.735,-21001.5 912.383,-21001.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"849.559\" y=\"-20986.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5375981160&#45;&gt;5375783264 -->\n",
"<g class=\"edge\" id=\"edge346\"><title>5375981160-&gt;5375783264</title>\n",
"<path d=\"M717.689,-21060.3C719.03,-21052.2 720.591,-21042.7 722.055,-21033.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"725.542,-21034.2 723.712,-21023.7 718.635,-21033 725.542,-21034.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5375783264&#45;&gt;5371416304 -->\n",
"<g class=\"edge\" id=\"edge348\"><title>5375783264-&gt;5371416304</title>\n",
"<path d=\"M757.487,-20979.3C771.041,-20969.9 787.18,-20958.6 801.589,-20948.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"803.65,-20951.3 809.84,-20942.7 799.639,-20945.6 803.65,-20951.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5376795536 -->\n",
"<g class=\"node\" id=\"node308\"><title>5376795536</title>\n",
"<polygon fill=\"none\" points=\"509.655,-20817.5 509.655,-20861.5 922.756,-20861.5 922.756,-20817.5 509.655,-20817.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"622.047\" y=\"-20835.3\">dense_2_24_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"734.438,-20817.5 734.438,-20861.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.273\" y=\"-20846.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"734.438,-20839.5 790.107,-20839.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.273\" y=\"-20824.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"790.107,-20817.5 790.107,-20861.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.432\" y=\"-20846.3\">(None, 14, 14, 1536)</text>\n",
"<polyline fill=\"none\" points=\"790.107,-20839.5 922.756,-20839.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.432\" y=\"-20824.3\">(None, 14, 14, 1536)</text>\n",
"</g>\n",
"<!-- 5371416304&#45;&gt;5376795536 -->\n",
"<g class=\"edge\" id=\"edge349\"><title>5371416304-&gt;5376795536</title>\n",
"<path d=\"M806.976,-20898.3C791.964,-20888.8 774.062,-20877.4 758.139,-20867.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"759.841,-20864.2 749.527,-20861.7 756.08,-20870.1 759.841,-20864.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5373003480 -->\n",
"<g class=\"node\" id=\"node314\"><title>5373003480</title>\n",
"<polygon fill=\"none\" points=\"605.741,-20331.5 605.741,-20375.5 1092.67,-20375.5 1092.67,-20331.5 605.741,-20331.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"695.561\" y=\"-20349.3\">concatenate_43: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"785.38,-20331.5 785.38,-20375.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"813.214\" y=\"-20360.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"785.38,-20353.5 841.049,-20353.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"813.214\" y=\"-20338.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"841.049,-20331.5 841.049,-20375.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"966.859\" y=\"-20360.3\">[(None, 14, 14, 1536), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"841.049,-20353.5 1092.67,-20353.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"966.373\" y=\"-20338.3\">(None, 14, 14, 1584)</text>\n",
"</g>\n",
"<!-- 5371416304&#45;&gt;5373003480 -->\n",
"<g class=\"edge\" id=\"edge355\"><title>5371416304-&gt;5373003480</title>\n",
"<path d=\"M887.908,-20898.5C903.972,-20889.3 920.716,-20877.2 932.206,-20862 960.874,-20824.2 962.206,-20807 962.206,-20759.5 962.206,-20759.5 962.206,-20759.5 962.206,-20514.5 962.206,-20466.8 958.246,-20450.6 930.206,-20412 921.561,-20400.1 909.683,-20389.7 897.686,-20381.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"899.645,-20378.3 889.399,-20375.6 895.725,-20384.1 899.645,-20378.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5376600720 -->\n",
"<g class=\"node\" id=\"node309\"><title>5376600720</title>\n",
"<polygon fill=\"none\" points=\"536.086,-20736.5 536.086,-20780.5 882.325,-20780.5 882.325,-20736.5 536.086,-20736.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"615.047\" y=\"-20754.3\">activation_88: Activation</text>\n",
"<polyline fill=\"none\" points=\"694.007,-20736.5 694.007,-20780.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"721.842\" y=\"-20765.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"694.007,-20758.5 749.676,-20758.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"721.842\" y=\"-20743.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"749.676,-20736.5 749.676,-20780.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816\" y=\"-20765.3\">(None, 14, 14, 1536)</text>\n",
"<polyline fill=\"none\" points=\"749.676,-20758.5 882.325,-20758.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816\" y=\"-20743.3\">(None, 14, 14, 1536)</text>\n",
"</g>\n",
"<!-- 5376795536&#45;&gt;5376600720 -->\n",
"<g class=\"edge\" id=\"edge350\"><title>5376795536-&gt;5376600720</title>\n",
"<path d=\"M714.33,-20817.3C713.608,-20809.2 712.768,-20799.7 711.979,-20790.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"715.456,-20790.4 711.087,-20780.7 708.483,-20791 715.456,-20790.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5376749352 -->\n",
"<g class=\"node\" id=\"node310\"><title>5376749352</title>\n",
"<polygon fill=\"none\" points=\"484.873,-20655.5 484.873,-20699.5 927.539,-20699.5 927.539,-20655.5 484.873,-20655.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"612.047\" y=\"-20673.3\">dense_2_24_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"739.221,-20655.5 739.221,-20699.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"767.056\" y=\"-20684.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"739.221,-20677.5 794.89,-20677.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"767.056\" y=\"-20662.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"794.89,-20655.5 794.89,-20699.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"861.214\" y=\"-20684.3\">(None, 14, 14, 1536)</text>\n",
"<polyline fill=\"none\" points=\"794.89,-20677.5 927.539,-20677.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"861.214\" y=\"-20662.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5376600720&#45;&gt;5376749352 -->\n",
"<g class=\"edge\" id=\"edge351\"><title>5376600720-&gt;5376749352</title>\n",
"<path d=\"M708.402,-20736.3C708.092,-20728.2 707.732,-20718.7 707.394,-20709.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"710.889,-20709.6 707.012,-20699.7 703.894,-20709.9 710.889,-20709.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5377232344 -->\n",
"<g class=\"node\" id=\"node311\"><title>5377232344</title>\n",
"<polygon fill=\"none\" points=\"462.5,-20574.5 462.5,-20618.5 933.911,-20618.5 933.911,-20574.5 462.5,-20574.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"607.547\" y=\"-20592.3\">dense_2_24_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"752.594,-20574.5 752.594,-20618.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"780.428\" y=\"-20603.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"752.594,-20596.5 808.263,-20596.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"780.428\" y=\"-20581.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"808.263,-20574.5 808.263,-20618.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.087\" y=\"-20603.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"808.263,-20596.5 933.911,-20596.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.087\" y=\"-20581.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5376749352&#45;&gt;5377232344 -->\n",
"<g class=\"edge\" id=\"edge352\"><title>5376749352-&gt;5377232344</title>\n",
"<path d=\"M704.062,-20655.3C703.237,-20647.2 702.276,-20637.7 701.375,-20628.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"704.845,-20628.3 700.355,-20618.7 697.881,-20629 704.845,-20628.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5377607496 -->\n",
"<g class=\"node\" id=\"node312\"><title>5377607496</title>\n",
"<polygon fill=\"none\" points=\"553.586,-20493.5 553.586,-20537.5 892.825,-20537.5 892.825,-20493.5 553.586,-20493.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.547\" y=\"-20511.3\">activation_89: Activation</text>\n",
"<polyline fill=\"none\" points=\"711.507,-20493.5 711.507,-20537.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.342\" y=\"-20522.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"711.507,-20515.5 767.176,-20515.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.342\" y=\"-20500.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"767.176,-20493.5 767.176,-20537.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"830\" y=\"-20522.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"767.176,-20515.5 892.825,-20515.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"830\" y=\"-20500.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5377232344&#45;&gt;5377607496 -->\n",
"<g class=\"edge\" id=\"edge353\"><title>5377232344-&gt;5377607496</title>\n",
"<path d=\"M704.905,-20574.3C707.511,-20566.1 710.55,-20556.5 713.393,-20547.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"716.807,-20548.3 716.488,-20537.7 710.133,-20546.2 716.807,-20548.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5377379184 -->\n",
"<g class=\"node\" id=\"node313\"><title>5377379184</title>\n",
"<polygon fill=\"none\" points=\"551.028,-20412.5 551.028,-20456.5 921.383,-20456.5 921.383,-20412.5 551.028,-20412.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.547\" y=\"-20430.3\">dense_2_24_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"740.066,-20412.5 740.066,-20456.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"767.9\" y=\"-20441.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"740.066,-20434.5 795.735,-20434.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"767.9\" y=\"-20419.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"795.735,-20412.5 795.735,-20456.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"858.559\" y=\"-20441.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"795.735,-20434.5 921.383,-20434.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"858.559\" y=\"-20419.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5377607496&#45;&gt;5377379184 -->\n",
"<g class=\"edge\" id=\"edge354\"><title>5377607496-&gt;5377379184</title>\n",
"<path d=\"M726.689,-20493.3C728.03,-20485.2 729.591,-20475.7 731.055,-20466.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"734.542,-20467.2 732.712,-20456.7 727.635,-20466 734.542,-20467.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5377379184&#45;&gt;5373003480 -->\n",
"<g class=\"edge\" id=\"edge356\"><title>5377379184-&gt;5373003480</title>\n",
"<path d=\"M766.487,-20412.3C780.041,-20402.9 796.18,-20391.6 810.589,-20381.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"812.65,-20384.3 818.84,-20375.7 808.639,-20378.6 812.65,-20384.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378376368 -->\n",
"<g class=\"node\" id=\"node315\"><title>5378376368</title>\n",
"<polygon fill=\"none\" points=\"510.655,-20250.5 510.655,-20294.5 923.756,-20294.5 923.756,-20250.5 510.655,-20250.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"623.047\" y=\"-20268.3\">dense_2_25_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"735.438,-20250.5 735.438,-20294.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"763.273\" y=\"-20279.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"735.438,-20272.5 791.107,-20272.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"763.273\" y=\"-20257.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"791.107,-20250.5 791.107,-20294.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.432\" y=\"-20279.3\">(None, 14, 14, 1584)</text>\n",
"<polyline fill=\"none\" points=\"791.107,-20272.5 923.756,-20272.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.432\" y=\"-20257.3\">(None, 14, 14, 1584)</text>\n",
"</g>\n",
"<!-- 5373003480&#45;&gt;5378376368 -->\n",
"<g class=\"edge\" id=\"edge357\"><title>5373003480-&gt;5378376368</title>\n",
"<path d=\"M813.832,-20331.3C797.704,-20321.7 778.441,-20310.1 761.374,-20299.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"763.055,-20296.9 752.677,-20294.7 759.46,-20302.9 763.055,-20296.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5374877144 -->\n",
"<g class=\"node\" id=\"node321\"><title>5374877144</title>\n",
"<polygon fill=\"none\" points=\"599.741,-19764.5 599.741,-19808.5 1086.67,-19808.5 1086.67,-19764.5 599.741,-19764.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.561\" y=\"-19782.3\">concatenate_44: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"779.38,-19764.5 779.38,-19808.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"807.214\" y=\"-19793.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"779.38,-19786.5 835.049,-19786.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"807.214\" y=\"-19771.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"835.049,-19764.5 835.049,-19808.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"960.859\" y=\"-19793.3\">[(None, 14, 14, 1584), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"835.049,-19786.5 1086.67,-19786.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"960.373\" y=\"-19771.3\">(None, 14, 14, 1632)</text>\n",
"</g>\n",
"<!-- 5373003480&#45;&gt;5374877144 -->\n",
"<g class=\"edge\" id=\"edge363\"><title>5373003480-&gt;5374877144</title>\n",
"<path d=\"M892.847,-20331.3C907.703,-20322.1 923.092,-20309.9 933.206,-20295 959.399,-20256.4 956.206,-20239.2 956.206,-20192.5 956.206,-20192.5 956.206,-20192.5 956.206,-19947.5 956.206,-19899.8 952.246,-19883.6 924.206,-19845 915.561,-19833.1 903.683,-19822.7 891.686,-19814.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"893.645,-19811.3 883.399,-19808.6 889.725,-19817.1 893.645,-19811.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378185648 -->\n",
"<g class=\"node\" id=\"node316\"><title>5378185648</title>\n",
"<polygon fill=\"none\" points=\"530.086,-20169.5 530.086,-20213.5 876.325,-20213.5 876.325,-20169.5 530.086,-20169.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"609.047\" y=\"-20187.3\">activation_90: Activation</text>\n",
"<polyline fill=\"none\" points=\"688.007,-20169.5 688.007,-20213.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"715.842\" y=\"-20198.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"688.007,-20191.5 743.676,-20191.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"715.842\" y=\"-20176.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"743.676,-20169.5 743.676,-20213.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810\" y=\"-20198.3\">(None, 14, 14, 1584)</text>\n",
"<polyline fill=\"none\" points=\"743.676,-20191.5 876.325,-20191.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810\" y=\"-20176.3\">(None, 14, 14, 1584)</text>\n",
"</g>\n",
"<!-- 5378376368&#45;&gt;5378185648 -->\n",
"<g class=\"edge\" id=\"edge358\"><title>5378376368-&gt;5378185648</title>\n",
"<path d=\"M713.454,-20250.3C712.01,-20242.2 710.329,-20232.7 708.752,-20223.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"712.159,-20223 706.968,-20213.7 705.266,-20224.2 712.159,-20223\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378330408 -->\n",
"<g class=\"node\" id=\"node317\"><title>5378330408</title>\n",
"<polygon fill=\"none\" points=\"474.873,-20088.5 474.873,-20132.5 917.539,-20132.5 917.539,-20088.5 474.873,-20088.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"602.047\" y=\"-20106.3\">dense_2_25_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"729.221,-20088.5 729.221,-20132.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.056\" y=\"-20117.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"729.221,-20110.5 784.89,-20110.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.056\" y=\"-20095.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"784.89,-20088.5 784.89,-20132.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.214\" y=\"-20117.3\">(None, 14, 14, 1584)</text>\n",
"<polyline fill=\"none\" points=\"784.89,-20110.5 917.539,-20110.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.214\" y=\"-20095.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5378185648&#45;&gt;5378330408 -->\n",
"<g class=\"edge\" id=\"edge359\"><title>5378185648-&gt;5378330408</title>\n",
"<path d=\"M701.33,-20169.3C700.608,-20161.2 699.768,-20151.7 698.979,-20142.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"702.456,-20142.4 698.087,-20132.7 695.483,-20143 702.456,-20142.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378817720 -->\n",
"<g class=\"node\" id=\"node318\"><title>5378817720</title>\n",
"<polygon fill=\"none\" points=\"456.5,-20007.5 456.5,-20051.5 927.911,-20051.5 927.911,-20007.5 456.5,-20007.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"601.547\" y=\"-20025.3\">dense_2_25_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"746.594,-20007.5 746.594,-20051.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.428\" y=\"-20036.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"746.594,-20029.5 802.263,-20029.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.428\" y=\"-20014.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"802.263,-20007.5 802.263,-20051.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.087\" y=\"-20036.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"802.263,-20029.5 927.911,-20029.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.087\" y=\"-20014.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5378330408&#45;&gt;5378817720 -->\n",
"<g class=\"edge\" id=\"edge360\"><title>5378330408-&gt;5378817720</title>\n",
"<path d=\"M695.134,-20088.3C694.721,-20080.2 694.241,-20070.7 693.79,-20061.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"697.282,-20061.5 693.28,-20051.7 690.291,-20061.9 697.282,-20061.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5379180136 -->\n",
"<g class=\"node\" id=\"node319\"><title>5379180136</title>\n",
"<polygon fill=\"none\" points=\"535.586,-19926.5 535.586,-19970.5 874.825,-19970.5 874.825,-19926.5 535.586,-19926.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"614.547\" y=\"-19944.3\">activation_91: Activation</text>\n",
"<polyline fill=\"none\" points=\"693.507,-19926.5 693.507,-19970.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"721.342\" y=\"-19955.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"693.507,-19948.5 749.176,-19948.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"721.342\" y=\"-19933.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"749.176,-19926.5 749.176,-19970.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812\" y=\"-19955.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"749.176,-19948.5 874.825,-19948.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812\" y=\"-19933.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5378817720&#45;&gt;5379180136 -->\n",
"<g class=\"edge\" id=\"edge361\"><title>5378817720-&gt;5379180136</title>\n",
"<path d=\"M695.689,-20007.3C697.03,-19999.2 698.591,-19989.7 700.055,-19980.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"703.542,-19981.2 701.712,-19970.7 696.635,-19980 703.542,-19981.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378955920 -->\n",
"<g class=\"node\" id=\"node320\"><title>5378955920</title>\n",
"<polygon fill=\"none\" points=\"545.028,-19845.5 545.028,-19889.5 915.383,-19889.5 915.383,-19845.5 545.028,-19845.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"639.547\" y=\"-19863.3\">dense_2_25_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"734.066,-19845.5 734.066,-19889.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"761.9\" y=\"-19874.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"734.066,-19867.5 789.735,-19867.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"761.9\" y=\"-19852.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"789.735,-19845.5 789.735,-19889.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"852.559\" y=\"-19874.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"789.735,-19867.5 915.383,-19867.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"852.559\" y=\"-19852.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5379180136&#45;&gt;5378955920 -->\n",
"<g class=\"edge\" id=\"edge362\"><title>5379180136-&gt;5378955920</title>\n",
"<path d=\"M711.905,-19926.3C714.511,-19918.1 717.55,-19908.5 720.393,-19899.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"723.807,-19900.3 723.488,-19889.7 717.133,-19898.2 723.807,-19900.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5378955920&#45;&gt;5374877144 -->\n",
"<g class=\"edge\" id=\"edge364\"><title>5378955920-&gt;5374877144</title>\n",
"<path d=\"M760.487,-19845.3C774.041,-19835.9 790.18,-19824.6 804.589,-19814.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"806.65,-19817.3 812.84,-19808.7 802.639,-19811.6 806.65,-19817.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5379973472 -->\n",
"<g class=\"node\" id=\"node322\"><title>5379973472</title>\n",
"<polygon fill=\"none\" points=\"519.655,-19683.5 519.655,-19727.5 932.756,-19727.5 932.756,-19683.5 519.655,-19683.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"632.047\" y=\"-19701.3\">dense_2_26_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"744.438,-19683.5 744.438,-19727.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"772.273\" y=\"-19712.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"744.438,-19705.5 800.107,-19705.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"772.273\" y=\"-19690.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"800.107,-19683.5 800.107,-19727.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.432\" y=\"-19712.3\">(None, 14, 14, 1632)</text>\n",
"<polyline fill=\"none\" points=\"800.107,-19705.5 932.756,-19705.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.432\" y=\"-19690.3\">(None, 14, 14, 1632)</text>\n",
"</g>\n",
"<!-- 5374877144&#45;&gt;5379973472 -->\n",
"<g class=\"edge\" id=\"edge365\"><title>5374877144-&gt;5379973472</title>\n",
"<path d=\"M811.852,-19764.3C797.819,-19754.9 781.108,-19743.6 766.189,-19733.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"767.892,-19730.4 757.646,-19727.7 763.975,-19736.2 767.892,-19730.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5376185848 -->\n",
"<g class=\"node\" id=\"node328\"><title>5376185848</title>\n",
"<polygon fill=\"none\" points=\"618.741,-19197.5 618.741,-19241.5 1105.67,-19241.5 1105.67,-19197.5 618.741,-19197.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"708.561\" y=\"-19215.3\">concatenate_45: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"798.38,-19197.5 798.38,-19241.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"826.214\" y=\"-19226.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"798.38,-19219.5 854.049,-19219.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"826.214\" y=\"-19204.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"854.049,-19197.5 854.049,-19241.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"979.859\" y=\"-19226.3\">[(None, 14, 14, 1632), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"854.049,-19219.5 1105.67,-19219.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"979.373\" y=\"-19204.3\">(None, 14, 14, 1680)</text>\n",
"</g>\n",
"<!-- 5374877144&#45;&gt;5376185848 -->\n",
"<g class=\"edge\" id=\"edge371\"><title>5374877144-&gt;5376185848</title>\n",
"<path d=\"M895.313,-19764.4C912.26,-19755.4 929.863,-19743.3 942.206,-19728 972.226,-19690.7 975.206,-19673.4 975.206,-19625.5 975.206,-19625.5 975.206,-19625.5 975.206,-19380.5 975.206,-19332.8 971.246,-19316.6 943.206,-19278 934.561,-19266.1 922.683,-19255.7 910.686,-19247.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"912.645,-19244.3 902.399,-19241.6 908.725,-19250.1 912.645,-19244.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5379778768 -->\n",
"<g class=\"node\" id=\"node323\"><title>5379778768</title>\n",
"<polygon fill=\"none\" points=\"546.086,-19602.5 546.086,-19646.5 892.325,-19646.5 892.325,-19602.5 546.086,-19602.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"625.047\" y=\"-19620.3\">activation_92: Activation</text>\n",
"<polyline fill=\"none\" points=\"704.007,-19602.5 704.007,-19646.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"731.842\" y=\"-19631.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"704.007,-19624.5 759.676,-19624.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"731.842\" y=\"-19609.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"759.676,-19602.5 759.676,-19646.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"826\" y=\"-19631.3\">(None, 14, 14, 1632)</text>\n",
"<polyline fill=\"none\" points=\"759.676,-19624.5 892.325,-19624.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"826\" y=\"-19609.3\">(None, 14, 14, 1632)</text>\n",
"</g>\n",
"<!-- 5379973472&#45;&gt;5379778768 -->\n",
"<g class=\"edge\" id=\"edge366\"><title>5379973472-&gt;5379778768</title>\n",
"<path d=\"M724.33,-19683.3C723.608,-19675.2 722.768,-19665.7 721.979,-19656.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"725.456,-19656.4 721.087,-19646.7 718.483,-19657 725.456,-19656.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5380009936 -->\n",
"<g class=\"node\" id=\"node324\"><title>5380009936</title>\n",
"<polygon fill=\"none\" points=\"493.873,-19521.5 493.873,-19565.5 936.539,-19565.5 936.539,-19521.5 493.873,-19521.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"621.047\" y=\"-19539.3\">dense_2_26_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"748.221,-19521.5 748.221,-19565.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.056\" y=\"-19550.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"748.221,-19543.5 803.89,-19543.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.056\" y=\"-19528.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"803.89,-19521.5 803.89,-19565.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"870.214\" y=\"-19550.3\">(None, 14, 14, 1632)</text>\n",
"<polyline fill=\"none\" points=\"803.89,-19543.5 936.539,-19543.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"870.214\" y=\"-19528.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5379778768&#45;&gt;5380009936 -->\n",
"<g class=\"edge\" id=\"edge367\"><title>5379778768-&gt;5380009936</title>\n",
"<path d=\"M718.134,-19602.3C717.721,-19594.2 717.241,-19584.7 716.79,-19575.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"720.282,-19575.5 716.28,-19565.7 713.291,-19575.9 720.282,-19575.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5380185112 -->\n",
"<g class=\"node\" id=\"node325\"><title>5380185112</title>\n",
"<polygon fill=\"none\" points=\"475.5,-19440.5 475.5,-19484.5 946.911,-19484.5 946.911,-19440.5 475.5,-19440.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"620.547\" y=\"-19458.3\">dense_2_26_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"765.594,-19440.5 765.594,-19484.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.428\" y=\"-19469.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"765.594,-19462.5 821.263,-19462.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.428\" y=\"-19447.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"821.263,-19440.5 821.263,-19484.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"884.087\" y=\"-19469.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"821.263,-19462.5 946.911,-19462.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"884.087\" y=\"-19447.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5380009936&#45;&gt;5380185112 -->\n",
"<g class=\"edge\" id=\"edge368\"><title>5380009936-&gt;5380185112</title>\n",
"<path d=\"M714.134,-19521.3C713.721,-19513.2 713.241,-19503.7 712.79,-19494.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"716.282,-19494.5 712.28,-19484.7 709.291,-19494.9 716.282,-19494.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5380769160 -->\n",
"<g class=\"node\" id=\"node326\"><title>5380769160</title>\n",
"<polygon fill=\"none\" points=\"566.586,-19359.5 566.586,-19403.5 905.825,-19403.5 905.825,-19359.5 566.586,-19359.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.547\" y=\"-19377.3\">activation_93: Activation</text>\n",
"<polyline fill=\"none\" points=\"724.507,-19359.5 724.507,-19403.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.342\" y=\"-19388.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"724.507,-19381.5 780.176,-19381.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.342\" y=\"-19366.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"780.176,-19359.5 780.176,-19403.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843\" y=\"-19388.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"780.176,-19381.5 905.825,-19381.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843\" y=\"-19366.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5380185112&#45;&gt;5380769160 -->\n",
"<g class=\"edge\" id=\"edge369\"><title>5380185112-&gt;5380769160</title>\n",
"<path d=\"M717.905,-19440.3C720.511,-19432.1 723.55,-19422.5 726.393,-19413.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"729.807,-19414.3 729.488,-19403.7 723.133,-19412.2 729.807,-19414.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5380544944 -->\n",
"<g class=\"node\" id=\"node327\"><title>5380544944</title>\n",
"<polygon fill=\"none\" points=\"564.028,-19278.5 564.028,-19322.5 934.383,-19322.5 934.383,-19278.5 564.028,-19278.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"658.547\" y=\"-19296.3\">dense_2_26_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"753.066,-19278.5 753.066,-19322.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"780.9\" y=\"-19307.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"753.066,-19300.5 808.735,-19300.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"780.9\" y=\"-19285.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"808.735,-19278.5 808.735,-19322.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.559\" y=\"-19307.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"808.735,-19300.5 934.383,-19300.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.559\" y=\"-19285.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5380769160&#45;&gt;5380544944 -->\n",
"<g class=\"edge\" id=\"edge370\"><title>5380769160-&gt;5380544944</title>\n",
"<path d=\"M739.689,-19359.3C741.03,-19351.2 742.591,-19341.7 744.055,-19332.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"747.542,-19333.2 745.712,-19322.7 740.635,-19332 747.542,-19333.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5380544944&#45;&gt;5376185848 -->\n",
"<g class=\"edge\" id=\"edge372\"><title>5380544944-&gt;5376185848</title>\n",
"<path d=\"M779.487,-19278.3C793.041,-19268.9 809.18,-19257.6 823.589,-19247.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"825.65,-19250.3 831.84,-19241.7 821.639,-19244.6 825.65,-19250.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5381542352 -->\n",
"<g class=\"node\" id=\"node329\"><title>5381542352</title>\n",
"<polygon fill=\"none\" points=\"523.655,-19116.5 523.655,-19160.5 936.756,-19160.5 936.756,-19116.5 523.655,-19116.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"636.047\" y=\"-19134.3\">dense_2_27_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"748.438,-19116.5 748.438,-19160.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.273\" y=\"-19145.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"748.438,-19138.5 804.107,-19138.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.273\" y=\"-19123.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"804.107,-19116.5 804.107,-19160.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"870.432\" y=\"-19145.3\">(None, 14, 14, 1680)</text>\n",
"<polyline fill=\"none\" points=\"804.107,-19138.5 936.756,-19138.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"870.432\" y=\"-19123.3\">(None, 14, 14, 1680)</text>\n",
"</g>\n",
"<!-- 5376185848&#45;&gt;5381542352 -->\n",
"<g class=\"edge\" id=\"edge373\"><title>5376185848-&gt;5381542352</title>\n",
"<path d=\"M826.832,-19197.3C810.704,-19187.7 791.441,-19176.1 774.374,-19165.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"776.055,-19162.9 765.677,-19160.7 772.46,-19168.9 776.055,-19162.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5377731664 -->\n",
"<g class=\"node\" id=\"node335\"><title>5377731664</title>\n",
"<polygon fill=\"none\" points=\"612.741,-18630.5 612.741,-18674.5 1099.67,-18674.5 1099.67,-18630.5 612.741,-18630.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.561\" y=\"-18648.3\">concatenate_46: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"792.38,-18630.5 792.38,-18674.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.214\" y=\"-18659.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"792.38,-18652.5 848.049,-18652.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.214\" y=\"-18637.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"848.049,-18630.5 848.049,-18674.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"973.859\" y=\"-18659.3\">[(None, 14, 14, 1680), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"848.049,-18652.5 1099.67,-18652.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"973.373\" y=\"-18637.3\">(None, 14, 14, 1728)</text>\n",
"</g>\n",
"<!-- 5376185848&#45;&gt;5377731664 -->\n",
"<g class=\"edge\" id=\"edge379\"><title>5376185848-&gt;5377731664</title>\n",
"<path d=\"M905.847,-19197.3C920.703,-19188.1 936.092,-19175.9 946.206,-19161 972.399,-19122.4 969.206,-19105.2 969.206,-19058.5 969.206,-19058.5 969.206,-19058.5 969.206,-18813.5 969.206,-18765.8 965.246,-18749.6 937.206,-18711 928.561,-18699.1 916.683,-18688.7 904.686,-18680.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"906.645,-18677.3 896.399,-18674.6 902.725,-18683.1 906.645,-18677.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5381359600 -->\n",
"<g class=\"node\" id=\"node330\"><title>5381359600</title>\n",
"<polygon fill=\"none\" points=\"543.086,-19035.5 543.086,-19079.5 889.325,-19079.5 889.325,-19035.5 543.086,-19035.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"622.047\" y=\"-19053.3\">activation_94: Activation</text>\n",
"<polyline fill=\"none\" points=\"701.007,-19035.5 701.007,-19079.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"728.842\" y=\"-19064.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"701.007,-19057.5 756.676,-19057.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"728.842\" y=\"-19042.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"756.676,-19035.5 756.676,-19079.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823\" y=\"-19064.3\">(None, 14, 14, 1680)</text>\n",
"<polyline fill=\"none\" points=\"756.676,-19057.5 889.325,-19057.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823\" y=\"-19042.3\">(None, 14, 14, 1680)</text>\n",
"</g>\n",
"<!-- 5381542352&#45;&gt;5381359600 -->\n",
"<g class=\"edge\" id=\"edge374\"><title>5381542352-&gt;5381359600</title>\n",
"<path d=\"M726.454,-19116.3C725.01,-19108.2 723.329,-19098.7 721.752,-19089.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"725.159,-19089 719.968,-19079.7 718.266,-19090.2 725.159,-19089\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5381583984 -->\n",
"<g class=\"node\" id=\"node331\"><title>5381583984</title>\n",
"<polygon fill=\"none\" points=\"487.873,-18954.5 487.873,-18998.5 930.539,-18998.5 930.539,-18954.5 487.873,-18954.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"615.047\" y=\"-18972.3\">dense_2_27_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"742.221,-18954.5 742.221,-18998.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"770.056\" y=\"-18983.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"742.221,-18976.5 797.89,-18976.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"770.056\" y=\"-18961.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"797.89,-18954.5 797.89,-18998.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"864.214\" y=\"-18983.3\">(None, 14, 14, 1680)</text>\n",
"<polyline fill=\"none\" points=\"797.89,-18976.5 930.539,-18976.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"864.214\" y=\"-18961.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5381359600&#45;&gt;5381583984 -->\n",
"<g class=\"edge\" id=\"edge375\"><title>5381359600-&gt;5381583984</title>\n",
"<path d=\"M714.33,-19035.3C713.608,-19027.2 712.768,-19017.7 711.979,-19008.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"715.456,-19008.4 711.087,-18998.7 708.483,-19009 715.456,-19008.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5381799720 -->\n",
"<g class=\"node\" id=\"node332\"><title>5381799720</title>\n",
"<polygon fill=\"none\" points=\"469.5,-18873.5 469.5,-18917.5 940.911,-18917.5 940.911,-18873.5 469.5,-18873.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"614.547\" y=\"-18891.3\">dense_2_27_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"759.594,-18873.5 759.594,-18917.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"787.428\" y=\"-18902.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"759.594,-18895.5 815.263,-18895.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"787.428\" y=\"-18880.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"815.263,-18873.5 815.263,-18917.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"878.087\" y=\"-18902.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"815.263,-18895.5 940.911,-18895.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"878.087\" y=\"-18880.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5381583984&#45;&gt;5381799720 -->\n",
"<g class=\"edge\" id=\"edge376\"><title>5381583984-&gt;5381799720</title>\n",
"<path d=\"M708.134,-18954.3C707.721,-18946.2 707.241,-18936.7 706.79,-18927.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"710.282,-18927.5 706.28,-18917.7 703.291,-18927.9 710.282,-18927.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5382356720 -->\n",
"<g class=\"node\" id=\"node333\"><title>5382356720</title>\n",
"<polygon fill=\"none\" points=\"560.586,-18792.5 560.586,-18836.5 899.825,-18836.5 899.825,-18792.5 560.586,-18792.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"639.547\" y=\"-18810.3\">activation_95: Activation</text>\n",
"<polyline fill=\"none\" points=\"718.507,-18792.5 718.507,-18836.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.342\" y=\"-18821.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"718.507,-18814.5 774.176,-18814.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.342\" y=\"-18799.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"774.176,-18792.5 774.176,-18836.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837\" y=\"-18821.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"774.176,-18814.5 899.825,-18814.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837\" y=\"-18799.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5381799720&#45;&gt;5382356720 -->\n",
"<g class=\"edge\" id=\"edge377\"><title>5381799720-&gt;5382356720</title>\n",
"<path d=\"M711.905,-18873.3C714.511,-18865.1 717.55,-18855.5 720.393,-18846.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"723.807,-18847.3 723.488,-18836.7 717.133,-18845.2 723.807,-18847.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5382121680 -->\n",
"<g class=\"node\" id=\"node334\"><title>5382121680</title>\n",
"<polygon fill=\"none\" points=\"558.028,-18711.5 558.028,-18755.5 928.383,-18755.5 928.383,-18711.5 558.028,-18711.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"652.547\" y=\"-18729.3\">dense_2_27_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"747.066,-18711.5 747.066,-18755.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.9\" y=\"-18740.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"747.066,-18733.5 802.735,-18733.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.9\" y=\"-18718.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"802.735,-18711.5 802.735,-18755.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.559\" y=\"-18740.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"802.735,-18733.5 928.383,-18733.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.559\" y=\"-18718.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5382356720&#45;&gt;5382121680 -->\n",
"<g class=\"edge\" id=\"edge378\"><title>5382356720-&gt;5382121680</title>\n",
"<path d=\"M733.689,-18792.3C735.03,-18784.2 736.591,-18774.7 738.055,-18765.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"741.542,-18766.2 739.712,-18755.7 734.635,-18765 741.542,-18766.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5382121680&#45;&gt;5377731664 -->\n",
"<g class=\"edge\" id=\"edge380\"><title>5382121680-&gt;5377731664</title>\n",
"<path d=\"M773.487,-18711.3C787.041,-18701.9 803.18,-18690.6 817.589,-18680.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"819.65,-18683.3 825.84,-18674.7 815.639,-18677.6 819.65,-18683.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383138160 -->\n",
"<g class=\"node\" id=\"node336\"><title>5383138160</title>\n",
"<polygon fill=\"none\" points=\"532.655,-18549.5 532.655,-18593.5 945.756,-18593.5 945.756,-18549.5 532.655,-18549.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.047\" y=\"-18567.3\">dense_2_28_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"757.438,-18549.5 757.438,-18593.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"785.273\" y=\"-18578.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"757.438,-18571.5 813.107,-18571.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"785.273\" y=\"-18556.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"813.107,-18549.5 813.107,-18593.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"879.432\" y=\"-18578.3\">(None, 14, 14, 1728)</text>\n",
"<polyline fill=\"none\" points=\"813.107,-18571.5 945.756,-18571.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"879.432\" y=\"-18556.3\">(None, 14, 14, 1728)</text>\n",
"</g>\n",
"<!-- 5377731664&#45;&gt;5383138160 -->\n",
"<g class=\"edge\" id=\"edge381\"><title>5377731664-&gt;5383138160</title>\n",
"<path d=\"M824.852,-18630.3C810.819,-18620.9 794.108,-18609.6 779.189,-18599.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"780.892,-18596.4 770.646,-18593.7 776.975,-18602.2 780.892,-18596.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5379448280 -->\n",
"<g class=\"node\" id=\"node342\"><title>5379448280</title>\n",
"<polygon fill=\"none\" points=\"624.741,-18063.5 624.741,-18107.5 1111.67,-18107.5 1111.67,-18063.5 624.741,-18063.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"714.561\" y=\"-18081.3\">concatenate_47: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"804.38,-18063.5 804.38,-18107.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"832.214\" y=\"-18092.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"804.38,-18085.5 860.049,-18085.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"832.214\" y=\"-18070.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"860.049,-18063.5 860.049,-18107.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"985.859\" y=\"-18092.3\">[(None, 14, 14, 1728), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"860.049,-18085.5 1111.67,-18085.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"985.373\" y=\"-18070.3\">(None, 14, 14, 1776)</text>\n",
"</g>\n",
"<!-- 5377731664&#45;&gt;5379448280 -->\n",
"<g class=\"edge\" id=\"edge387\"><title>5377731664-&gt;5379448280</title>\n",
"<path d=\"M909.638,-18630.5C926.389,-18621.5 943.531,-18609.5 955.206,-18594 983.518,-18556.5 981.206,-18538.5 981.206,-18491.5 981.206,-18491.5 981.206,-18491.5 981.206,-18246.5 981.206,-18198.8 977.246,-18182.6 949.206,-18144 940.561,-18132.1 928.683,-18121.7 916.686,-18113.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"918.645,-18110.3 908.399,-18107.6 914.725,-18116.1 918.645,-18110.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5382524320 -->\n",
"<g class=\"node\" id=\"node337\"><title>5382524320</title>\n",
"<polygon fill=\"none\" points=\"563.086,-18468.5 563.086,-18512.5 909.325,-18512.5 909.325,-18468.5 563.086,-18468.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"642.047\" y=\"-18486.3\">activation_96: Activation</text>\n",
"<polyline fill=\"none\" points=\"721.007,-18468.5 721.007,-18512.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.842\" y=\"-18497.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"721.007,-18490.5 776.676,-18490.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"748.842\" y=\"-18475.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"776.676,-18468.5 776.676,-18512.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843\" y=\"-18497.3\">(None, 14, 14, 1728)</text>\n",
"<polyline fill=\"none\" points=\"776.676,-18490.5 909.325,-18490.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843\" y=\"-18475.3\">(None, 14, 14, 1728)</text>\n",
"</g>\n",
"<!-- 5383138160&#45;&gt;5382524320 -->\n",
"<g class=\"edge\" id=\"edge382\"><title>5383138160-&gt;5382524320</title>\n",
"<path d=\"M738.402,-18549.3C738.092,-18541.2 737.732,-18531.7 737.394,-18522.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"740.889,-18522.6 737.012,-18512.7 733.894,-18522.9 740.889,-18522.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383176376 -->\n",
"<g class=\"node\" id=\"node338\"><title>5383176376</title>\n",
"<polygon fill=\"none\" points=\"503.873,-18387.5 503.873,-18431.5 946.539,-18431.5 946.539,-18387.5 503.873,-18387.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"631.047\" y=\"-18405.3\">dense_2_28_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"758.221,-18387.5 758.221,-18431.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"786.056\" y=\"-18416.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"758.221,-18409.5 813.89,-18409.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"786.056\" y=\"-18394.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"813.89,-18387.5 813.89,-18431.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"880.214\" y=\"-18416.3\">(None, 14, 14, 1728)</text>\n",
"<polyline fill=\"none\" points=\"813.89,-18409.5 946.539,-18409.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"880.214\" y=\"-18394.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5382524320&#45;&gt;5383176376 -->\n",
"<g class=\"edge\" id=\"edge383\"><title>5382524320-&gt;5383176376</title>\n",
"<path d=\"M733.258,-18468.3C732.123,-18460.2 730.803,-18450.7 729.563,-18441.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"733.007,-18441.2 728.162,-18431.7 726.074,-18442.1 733.007,-18441.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383438120 -->\n",
"<g class=\"node\" id=\"node339\"><title>5383438120</title>\n",
"<polygon fill=\"none\" points=\"481.5,-18306.5 481.5,-18350.5 952.911,-18350.5 952.911,-18306.5 481.5,-18306.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"626.547\" y=\"-18324.3\">dense_2_28_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"771.594,-18306.5 771.594,-18350.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.428\" y=\"-18335.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"771.594,-18328.5 827.263,-18328.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.428\" y=\"-18313.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"827.263,-18306.5 827.263,-18350.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.087\" y=\"-18335.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"827.263,-18328.5 952.911,-18328.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.087\" y=\"-18313.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5383176376&#45;&gt;5383438120 -->\n",
"<g class=\"edge\" id=\"edge384\"><title>5383176376-&gt;5383438120</title>\n",
"<path d=\"M723.062,-18387.3C722.237,-18379.2 721.276,-18369.7 720.375,-18360.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"723.845,-18360.3 719.355,-18350.7 716.881,-18361 723.845,-18360.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383987152 -->\n",
"<g class=\"node\" id=\"node340\"><title>5383987152</title>\n",
"<polygon fill=\"none\" points=\"560.586,-18225.5 560.586,-18269.5 899.825,-18269.5 899.825,-18225.5 560.586,-18225.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"639.547\" y=\"-18243.3\">activation_97: Activation</text>\n",
"<polyline fill=\"none\" points=\"718.507,-18225.5 718.507,-18269.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.342\" y=\"-18254.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"718.507,-18247.5 774.176,-18247.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.342\" y=\"-18232.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"774.176,-18225.5 774.176,-18269.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837\" y=\"-18254.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"774.176,-18247.5 899.825,-18247.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837\" y=\"-18232.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5383438120&#45;&gt;5383987152 -->\n",
"<g class=\"edge\" id=\"edge385\"><title>5383438120-&gt;5383987152</title>\n",
"<path d=\"M720.689,-18306.3C722.03,-18298.2 723.591,-18288.7 725.055,-18279.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"728.542,-18280.2 726.712,-18269.7 721.635,-18279 728.542,-18280.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383854008 -->\n",
"<g class=\"node\" id=\"node341\"><title>5383854008</title>\n",
"<polygon fill=\"none\" points=\"570.028,-18144.5 570.028,-18188.5 940.383,-18188.5 940.383,-18144.5 570.028,-18144.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"664.547\" y=\"-18162.3\">dense_2_28_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"759.066,-18144.5 759.066,-18188.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"786.9\" y=\"-18173.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"759.066,-18166.5 814.735,-18166.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"786.9\" y=\"-18151.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"814.735,-18144.5 814.735,-18188.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"877.559\" y=\"-18173.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"814.735,-18166.5 940.383,-18166.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"877.559\" y=\"-18151.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5383987152&#45;&gt;5383854008 -->\n",
"<g class=\"edge\" id=\"edge386\"><title>5383987152-&gt;5383854008</title>\n",
"<path d=\"M736.905,-18225.3C739.511,-18217.1 742.55,-18207.5 745.393,-18198.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"748.807,-18199.3 748.488,-18188.7 742.133,-18197.2 748.807,-18199.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383854008&#45;&gt;5379448280 -->\n",
"<g class=\"edge\" id=\"edge388\"><title>5383854008-&gt;5379448280</title>\n",
"<path d=\"M785.487,-18144.3C799.041,-18134.9 815.18,-18123.6 829.589,-18113.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"831.65,-18116.3 837.84,-18107.7 827.639,-18110.6 831.65,-18116.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5384063800 -->\n",
"<g class=\"node\" id=\"node343\"><title>5384063800</title>\n",
"<polygon fill=\"none\" points=\"544.655,-17982.5 544.655,-18026.5 957.756,-18026.5 957.756,-17982.5 544.655,-17982.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"657.047\" y=\"-18000.3\">dense_2_29_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"769.438,-17982.5 769.438,-18026.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"797.273\" y=\"-18011.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"769.438,-18004.5 825.107,-18004.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"797.273\" y=\"-17989.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"825.107,-17982.5 825.107,-18026.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"891.432\" y=\"-18011.3\">(None, 14, 14, 1776)</text>\n",
"<polyline fill=\"none\" points=\"825.107,-18004.5 957.756,-18004.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"891.432\" y=\"-17989.3\">(None, 14, 14, 1776)</text>\n",
"</g>\n",
"<!-- 5379448280&#45;&gt;5384063800 -->\n",
"<g class=\"edge\" id=\"edge389\"><title>5379448280-&gt;5384063800</title>\n",
"<path d=\"M836.852,-18063.3C822.819,-18053.9 806.108,-18042.6 791.189,-18032.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"792.892,-18029.4 782.646,-18026.7 788.975,-18035.2 792.892,-18029.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5381267352 -->\n",
"<g class=\"node\" id=\"node349\"><title>5381267352</title>\n",
"<polygon fill=\"none\" points=\"643.741,-17496.5 643.741,-17540.5 1130.67,-17540.5 1130.67,-17496.5 643.741,-17496.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"733.561\" y=\"-17514.3\">concatenate_48: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"823.38,-17496.5 823.38,-17540.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.214\" y=\"-17525.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"823.38,-17518.5 879.049,-17518.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.214\" y=\"-17503.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"879.049,-17496.5 879.049,-17540.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1004.86\" y=\"-17525.3\">[(None, 14, 14, 1776), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"879.049,-17518.5 1130.67,-17518.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1004.37\" y=\"-17503.3\">(None, 14, 14, 1824)</text>\n",
"</g>\n",
"<!-- 5379448280&#45;&gt;5381267352 -->\n",
"<g class=\"edge\" id=\"edge395\"><title>5379448280-&gt;5381267352</title>\n",
"<path d=\"M920.313,-18063.4C937.26,-18054.4 954.863,-18042.3 967.206,-18027 997.226,-17989.7 1000.21,-17972.4 1000.21,-17924.5 1000.21,-17924.5 1000.21,-17924.5 1000.21,-17679.5 1000.21,-17631.8 996.246,-17615.6 968.206,-17577 959.561,-17565.1 947.683,-17554.7 935.686,-17546.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"937.645,-17543.3 927.399,-17540.6 933.725,-17549.1 937.645,-17543.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5384529344 -->\n",
"<g class=\"node\" id=\"node344\"><title>5384529344</title>\n",
"<polygon fill=\"none\" points=\"574.086,-17901.5 574.086,-17945.5 920.325,-17945.5 920.325,-17901.5 574.086,-17901.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"653.047\" y=\"-17919.3\">activation_98: Activation</text>\n",
"<polyline fill=\"none\" points=\"732.007,-17901.5 732.007,-17945.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"759.842\" y=\"-17930.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"732.007,-17923.5 787.676,-17923.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"759.842\" y=\"-17908.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"787.676,-17901.5 787.676,-17945.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854\" y=\"-17930.3\">(None, 14, 14, 1776)</text>\n",
"<polyline fill=\"none\" points=\"787.676,-17923.5 920.325,-17923.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854\" y=\"-17908.3\">(None, 14, 14, 1776)</text>\n",
"</g>\n",
"<!-- 5384063800&#45;&gt;5384529344 -->\n",
"<g class=\"edge\" id=\"edge390\"><title>5384063800-&gt;5384529344</title>\n",
"<path d=\"M750.134,-17982.3C749.721,-17974.2 749.241,-17964.7 748.79,-17955.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"752.282,-17955.5 748.28,-17945.7 745.291,-17955.9 752.282,-17955.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5384731840 -->\n",
"<g class=\"node\" id=\"node345\"><title>5384731840</title>\n",
"<polygon fill=\"none\" points=\"518.873,-17820.5 518.873,-17864.5 961.539,-17864.5 961.539,-17820.5 518.873,-17820.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"646.047\" y=\"-17838.3\">dense_2_29_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"773.221,-17820.5 773.221,-17864.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"801.056\" y=\"-17849.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"773.221,-17842.5 828.89,-17842.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"801.056\" y=\"-17827.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"828.89,-17820.5 828.89,-17864.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"895.214\" y=\"-17849.3\">(None, 14, 14, 1776)</text>\n",
"<polyline fill=\"none\" points=\"828.89,-17842.5 961.539,-17842.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"895.214\" y=\"-17827.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5384529344&#45;&gt;5384731840 -->\n",
"<g class=\"edge\" id=\"edge391\"><title>5384529344-&gt;5384731840</title>\n",
"<path d=\"M745.33,-17901.3C744.608,-17893.2 743.768,-17883.7 742.979,-17874.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"746.456,-17874.4 742.087,-17864.7 739.483,-17875 746.456,-17874.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385066704 -->\n",
"<g class=\"node\" id=\"node346\"><title>5385066704</title>\n",
"<polygon fill=\"none\" points=\"500.5,-17739.5 500.5,-17783.5 971.911,-17783.5 971.911,-17739.5 500.5,-17739.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"645.547\" y=\"-17757.3\">dense_2_29_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"790.594,-17739.5 790.594,-17783.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"818.428\" y=\"-17768.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"790.594,-17761.5 846.263,-17761.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"818.428\" y=\"-17746.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"846.263,-17739.5 846.263,-17783.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.087\" y=\"-17768.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"846.263,-17761.5 971.911,-17761.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.087\" y=\"-17746.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5384731840&#45;&gt;5385066704 -->\n",
"<g class=\"edge\" id=\"edge392\"><title>5384731840-&gt;5385066704</title>\n",
"<path d=\"M739.134,-17820.3C738.721,-17812.2 738.241,-17802.7 737.79,-17793.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"741.282,-17793.5 737.28,-17783.7 734.291,-17793.9 741.282,-17793.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385526968 -->\n",
"<g class=\"node\" id=\"node347\"><title>5385526968</title>\n",
"<polygon fill=\"none\" points=\"591.586,-17658.5 591.586,-17702.5 930.825,-17702.5 930.825,-17658.5 591.586,-17658.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.547\" y=\"-17676.3\">activation_99: Activation</text>\n",
"<polyline fill=\"none\" points=\"749.507,-17658.5 749.507,-17702.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"777.342\" y=\"-17687.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"749.507,-17680.5 805.176,-17680.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"777.342\" y=\"-17665.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"805.176,-17658.5 805.176,-17702.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"868\" y=\"-17687.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"805.176,-17680.5 930.825,-17680.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"868\" y=\"-17665.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5385066704&#45;&gt;5385526968 -->\n",
"<g class=\"edge\" id=\"edge393\"><title>5385066704-&gt;5385526968</title>\n",
"<path d=\"M742.905,-17739.3C745.511,-17731.1 748.55,-17721.5 751.393,-17712.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"754.807,-17713.3 754.488,-17702.7 748.133,-17711.2 754.807,-17713.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385580048 -->\n",
"<g class=\"node\" id=\"node348\"><title>5385580048</title>\n",
"<polygon fill=\"none\" points=\"589.028,-17577.5 589.028,-17621.5 959.383,-17621.5 959.383,-17577.5 589.028,-17577.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"683.547\" y=\"-17595.3\">dense_2_29_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"778.066,-17577.5 778.066,-17621.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"805.9\" y=\"-17606.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"778.066,-17599.5 833.735,-17599.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"805.9\" y=\"-17584.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"833.735,-17577.5 833.735,-17621.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"896.559\" y=\"-17606.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"833.735,-17599.5 959.383,-17599.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"896.559\" y=\"-17584.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5385526968&#45;&gt;5385580048 -->\n",
"<g class=\"edge\" id=\"edge394\"><title>5385526968-&gt;5385580048</title>\n",
"<path d=\"M764.689,-17658.3C766.03,-17650.2 767.591,-17640.7 769.055,-17631.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"772.542,-17632.2 770.712,-17621.7 765.635,-17631 772.542,-17632.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385580048&#45;&gt;5381267352 -->\n",
"<g class=\"edge\" id=\"edge396\"><title>5385580048-&gt;5381267352</title>\n",
"<path d=\"M804.487,-17577.3C818.041,-17567.9 834.18,-17556.6 848.589,-17546.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"850.65,-17549.3 856.84,-17540.7 846.639,-17543.6 850.65,-17549.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385975736 -->\n",
"<g class=\"node\" id=\"node350\"><title>5385975736</title>\n",
"<polygon fill=\"none\" points=\"548.655,-17415.5 548.655,-17459.5 961.756,-17459.5 961.756,-17415.5 548.655,-17415.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"661.047\" y=\"-17433.3\">dense_2_30_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"773.438,-17415.5 773.438,-17459.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"801.273\" y=\"-17444.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"773.438,-17437.5 829.107,-17437.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"801.273\" y=\"-17422.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"829.107,-17415.5 829.107,-17459.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"895.432\" y=\"-17444.3\">(None, 14, 14, 1824)</text>\n",
"<polyline fill=\"none\" points=\"829.107,-17437.5 961.756,-17437.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"895.432\" y=\"-17422.3\">(None, 14, 14, 1824)</text>\n",
"</g>\n",
"<!-- 5381267352&#45;&gt;5385975736 -->\n",
"<g class=\"edge\" id=\"edge397\"><title>5381267352-&gt;5385975736</title>\n",
"<path d=\"M851.832,-17496.3C835.704,-17486.7 816.441,-17475.1 799.374,-17464.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"801.055,-17461.9 790.677,-17459.7 797.46,-17467.9 801.055,-17461.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5382402288 -->\n",
"<g class=\"node\" id=\"node356\"><title>5382402288</title>\n",
"<polygon fill=\"none\" points=\"637.741,-16929.5 637.741,-16973.5 1124.67,-16973.5 1124.67,-16929.5 637.741,-16929.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"727.561\" y=\"-16947.3\">concatenate_49: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"817.38,-16929.5 817.38,-16973.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"845.214\" y=\"-16958.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"817.38,-16951.5 873.049,-16951.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"845.214\" y=\"-16936.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"873.049,-16929.5 873.049,-16973.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.859\" y=\"-16958.3\">[(None, 14, 14, 1824), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"873.049,-16951.5 1124.67,-16951.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.373\" y=\"-16936.3\">(None, 14, 14, 1872)</text>\n",
"</g>\n",
"<!-- 5381267352&#45;&gt;5382402288 -->\n",
"<g class=\"edge\" id=\"edge403\"><title>5381267352-&gt;5382402288</title>\n",
"<path d=\"M930.847,-17496.3C945.703,-17487.1 961.092,-17474.9 971.206,-17460 997.399,-17421.4 994.206,-17404.2 994.206,-17357.5 994.206,-17357.5 994.206,-17357.5 994.206,-17112.5 994.206,-17064.8 990.246,-17048.6 962.206,-17010 953.561,-16998.1 941.683,-16987.7 929.686,-16979.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"931.645,-16976.3 921.399,-16973.6 927.725,-16982.1 931.645,-16976.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5386222448 -->\n",
"<g class=\"node\" id=\"node351\"><title>5386222448</title>\n",
"<polygon fill=\"none\" points=\"564.586,-17334.5 564.586,-17378.5 917.825,-17378.5 917.825,-17334.5 564.586,-17334.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"647.047\" y=\"-17352.3\">activation_100: Activation</text>\n",
"<polyline fill=\"none\" points=\"729.507,-17334.5 729.507,-17378.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.342\" y=\"-17363.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"729.507,-17356.5 785.176,-17356.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.342\" y=\"-17341.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"785.176,-17334.5 785.176,-17378.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.5\" y=\"-17363.3\">(None, 14, 14, 1824)</text>\n",
"<polyline fill=\"none\" points=\"785.176,-17356.5 917.825,-17356.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"851.5\" y=\"-17341.3\">(None, 14, 14, 1824)</text>\n",
"</g>\n",
"<!-- 5385975736&#45;&gt;5386222448 -->\n",
"<g class=\"edge\" id=\"edge398\"><title>5385975736-&gt;5386222448</title>\n",
"<path d=\"M751.454,-17415.3C750.01,-17407.2 748.329,-17397.7 746.752,-17388.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"750.159,-17388 744.968,-17378.7 743.266,-17389.2 750.159,-17388\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5386349872 -->\n",
"<g class=\"node\" id=\"node352\"><title>5386349872</title>\n",
"<polygon fill=\"none\" points=\"512.873,-17253.5 512.873,-17297.5 955.539,-17297.5 955.539,-17253.5 512.873,-17253.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"640.047\" y=\"-17271.3\">dense_2_30_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"767.221,-17253.5 767.221,-17297.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"795.056\" y=\"-17282.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"767.221,-17275.5 822.89,-17275.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"795.056\" y=\"-17260.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"822.89,-17253.5 822.89,-17297.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"889.214\" y=\"-17282.3\">(None, 14, 14, 1824)</text>\n",
"<polyline fill=\"none\" points=\"822.89,-17275.5 955.539,-17275.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"889.214\" y=\"-17260.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5386222448&#45;&gt;5386349872 -->\n",
"<g class=\"edge\" id=\"edge399\"><title>5386222448-&gt;5386349872</title>\n",
"<path d=\"M739.33,-17334.3C738.608,-17326.2 737.768,-17316.7 736.979,-17307.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"740.456,-17307.4 736.087,-17297.7 733.483,-17308 740.456,-17307.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5386808792 -->\n",
"<g class=\"node\" id=\"node353\"><title>5386808792</title>\n",
"<polygon fill=\"none\" points=\"494.5,-17172.5 494.5,-17216.5 965.911,-17216.5 965.911,-17172.5 494.5,-17172.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"639.547\" y=\"-17190.3\">dense_2_30_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"784.594,-17172.5 784.594,-17216.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812.428\" y=\"-17201.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"784.594,-17194.5 840.263,-17194.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812.428\" y=\"-17179.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"840.263,-17172.5 840.263,-17216.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.087\" y=\"-17201.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"840.263,-17194.5 965.911,-17194.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.087\" y=\"-17179.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5386349872&#45;&gt;5386808792 -->\n",
"<g class=\"edge\" id=\"edge400\"><title>5386349872-&gt;5386808792</title>\n",
"<path d=\"M733.134,-17253.3C732.721,-17245.2 732.241,-17235.7 731.79,-17226.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"735.282,-17226.5 731.28,-17216.7 728.291,-17226.9 735.282,-17226.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387168400 -->\n",
"<g class=\"node\" id=\"node354\"><title>5387168400</title>\n",
"<polygon fill=\"none\" points=\"570.086,-17091.5 570.086,-17135.5 916.325,-17135.5 916.325,-17091.5 570.086,-17091.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"652.547\" y=\"-17109.3\">activation_101: Activation</text>\n",
"<polyline fill=\"none\" points=\"735.007,-17091.5 735.007,-17135.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.842\" y=\"-17120.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"735.007,-17113.5 790.676,-17113.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.842\" y=\"-17098.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"790.676,-17091.5 790.676,-17135.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.5\" y=\"-17120.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"790.676,-17113.5 916.325,-17113.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.5\" y=\"-17098.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5386808792&#45;&gt;5387168400 -->\n",
"<g class=\"edge\" id=\"edge401\"><title>5386808792-&gt;5387168400</title>\n",
"<path d=\"M733.689,-17172.3C735.03,-17164.2 736.591,-17154.7 738.055,-17145.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"741.542,-17146.2 739.712,-17135.7 734.635,-17145 741.542,-17146.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387038616 -->\n",
"<g class=\"node\" id=\"node355\"><title>5387038616</title>\n",
"<polygon fill=\"none\" points=\"583.028,-17010.5 583.028,-17054.5 953.383,-17054.5 953.383,-17010.5 583.028,-17010.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"677.547\" y=\"-17028.3\">dense_2_30_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"772.066,-17010.5 772.066,-17054.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.9\" y=\"-17039.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"772.066,-17032.5 827.735,-17032.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.9\" y=\"-17017.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"827.735,-17010.5 827.735,-17054.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.559\" y=\"-17039.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"827.735,-17032.5 953.383,-17032.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.559\" y=\"-17017.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5387168400&#45;&gt;5387038616 -->\n",
"<g class=\"edge\" id=\"edge402\"><title>5387168400-&gt;5387038616</title>\n",
"<path d=\"M749.905,-17091.3C752.511,-17083.1 755.55,-17073.5 758.393,-17064.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"761.807,-17065.3 761.488,-17054.7 755.133,-17063.2 761.807,-17065.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387038616&#45;&gt;5382402288 -->\n",
"<g class=\"edge\" id=\"edge404\"><title>5387038616-&gt;5382402288</title>\n",
"<path d=\"M798.487,-17010.3C812.041,-17000.9 828.18,-16989.6 842.589,-16979.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"844.65,-16982.3 850.84,-16973.7 840.639,-16976.6 844.65,-16982.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387572952 -->\n",
"<g class=\"node\" id=\"node357\"><title>5387572952</title>\n",
"<polygon fill=\"none\" points=\"557.655,-16848.5 557.655,-16892.5 970.756,-16892.5 970.756,-16848.5 557.655,-16848.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"670.047\" y=\"-16866.3\">dense_2_31_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"782.438,-16848.5 782.438,-16892.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810.273\" y=\"-16877.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"782.438,-16870.5 838.107,-16870.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810.273\" y=\"-16855.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"838.107,-16848.5 838.107,-16892.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"904.432\" y=\"-16877.3\">(None, 14, 14, 1872)</text>\n",
"<polyline fill=\"none\" points=\"838.107,-16870.5 970.756,-16870.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"904.432\" y=\"-16855.3\">(None, 14, 14, 1872)</text>\n",
"</g>\n",
"<!-- 5382402288&#45;&gt;5387572952 -->\n",
"<g class=\"edge\" id=\"edge405\"><title>5382402288-&gt;5387572952</title>\n",
"<path d=\"M849.852,-16929.3C835.819,-16919.9 819.108,-16908.6 804.189,-16898.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"805.892,-16895.4 795.646,-16892.7 801.975,-16901.2 805.892,-16895.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5383909160 -->\n",
"<g class=\"node\" id=\"node363\"><title>5383909160</title>\n",
"<polygon fill=\"none\" points=\"649.741,-16362.5 649.741,-16406.5 1136.67,-16406.5 1136.67,-16362.5 649.741,-16362.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.561\" y=\"-16380.3\">concatenate_50: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"829.38,-16362.5 829.38,-16406.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.214\" y=\"-16391.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"829.38,-16384.5 885.049,-16384.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.214\" y=\"-16369.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"885.049,-16362.5 885.049,-16406.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.86\" y=\"-16391.3\">[(None, 14, 14, 1872), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"885.049,-16384.5 1136.67,-16384.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.37\" y=\"-16369.3\">(None, 14, 14, 1920)</text>\n",
"</g>\n",
"<!-- 5382402288&#45;&gt;5383909160 -->\n",
"<g class=\"edge\" id=\"edge411\"><title>5382402288-&gt;5383909160</title>\n",
"<path d=\"M934.638,-16929.5C951.389,-16920.5 968.531,-16908.5 980.206,-16893 1008.52,-16855.5 1006.21,-16837.5 1006.21,-16790.5 1006.21,-16790.5 1006.21,-16790.5 1006.21,-16545.5 1006.21,-16497.8 1002.25,-16481.6 974.206,-16443 965.561,-16431.1 953.683,-16420.7 941.686,-16412.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"943.645,-16409.3 933.399,-16406.6 939.725,-16415.1 943.645,-16409.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387715248 -->\n",
"<g class=\"node\" id=\"node358\"><title>5387715248</title>\n",
"<polygon fill=\"none\" points=\"584.586,-16767.5 584.586,-16811.5 937.825,-16811.5 937.825,-16767.5 584.586,-16767.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"667.047\" y=\"-16785.3\">activation_102: Activation</text>\n",
"<polyline fill=\"none\" points=\"749.507,-16767.5 749.507,-16811.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"777.342\" y=\"-16796.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"749.507,-16789.5 805.176,-16789.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"777.342\" y=\"-16774.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"805.176,-16767.5 805.176,-16811.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.5\" y=\"-16796.3\">(None, 14, 14, 1872)</text>\n",
"<polyline fill=\"none\" points=\"805.176,-16789.5 937.825,-16789.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.5\" y=\"-16774.3\">(None, 14, 14, 1872)</text>\n",
"</g>\n",
"<!-- 5387572952&#45;&gt;5387715248 -->\n",
"<g class=\"edge\" id=\"edge406\"><title>5387572952-&gt;5387715248</title>\n",
"<path d=\"M763.402,-16848.3C763.092,-16840.2 762.732,-16830.7 762.394,-16821.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"765.889,-16821.6 762.012,-16811.7 758.894,-16821.9 765.889,-16821.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387945800 -->\n",
"<g class=\"node\" id=\"node359\"><title>5387945800</title>\n",
"<polygon fill=\"none\" points=\"528.873,-16686.5 528.873,-16730.5 971.539,-16730.5 971.539,-16686.5 528.873,-16686.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"656.047\" y=\"-16704.3\">dense_2_31_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"783.221,-16686.5 783.221,-16730.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"811.056\" y=\"-16715.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"783.221,-16708.5 838.89,-16708.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"811.056\" y=\"-16693.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"838.89,-16686.5 838.89,-16730.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"905.214\" y=\"-16715.3\">(None, 14, 14, 1872)</text>\n",
"<polyline fill=\"none\" points=\"838.89,-16708.5 971.539,-16708.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"905.214\" y=\"-16693.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5387715248&#45;&gt;5387945800 -->\n",
"<g class=\"edge\" id=\"edge407\"><title>5387715248-&gt;5387945800</title>\n",
"<path d=\"M758.258,-16767.3C757.123,-16759.2 755.803,-16749.7 754.563,-16740.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"758.007,-16740.2 753.162,-16730.7 751.074,-16741.1 758.007,-16740.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388246152 -->\n",
"<g class=\"node\" id=\"node360\"><title>5388246152</title>\n",
"<polygon fill=\"none\" points=\"506.5,-16605.5 506.5,-16649.5 977.911,-16649.5 977.911,-16605.5 506.5,-16605.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"651.547\" y=\"-16623.3\">dense_2_31_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"796.594,-16605.5 796.594,-16649.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"824.428\" y=\"-16634.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"796.594,-16627.5 852.263,-16627.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"824.428\" y=\"-16612.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"852.263,-16605.5 852.263,-16649.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"915.087\" y=\"-16634.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"852.263,-16627.5 977.911,-16627.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"915.087\" y=\"-16612.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5387945800&#45;&gt;5388246152 -->\n",
"<g class=\"edge\" id=\"edge408\"><title>5387945800-&gt;5388246152</title>\n",
"<path d=\"M748.062,-16686.3C747.237,-16678.2 746.276,-16668.7 745.375,-16659.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"748.845,-16659.3 744.355,-16649.7 741.881,-16660 748.845,-16659.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388577648 -->\n",
"<g class=\"node\" id=\"node361\"><title>5388577648</title>\n",
"<polygon fill=\"none\" points=\"582.086,-16524.5 582.086,-16568.5 928.325,-16568.5 928.325,-16524.5 582.086,-16524.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"664.547\" y=\"-16542.3\">activation_103: Activation</text>\n",
"<polyline fill=\"none\" points=\"747.007,-16524.5 747.007,-16568.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.842\" y=\"-16553.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"747.007,-16546.5 802.676,-16546.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"774.842\" y=\"-16531.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"802.676,-16524.5 802.676,-16568.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.5\" y=\"-16553.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"802.676,-16546.5 928.325,-16546.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.5\" y=\"-16531.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5388246152&#45;&gt;5388577648 -->\n",
"<g class=\"edge\" id=\"edge409\"><title>5388246152-&gt;5388577648</title>\n",
"<path d=\"M745.689,-16605.3C747.03,-16597.2 748.591,-16587.7 750.055,-16578.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"753.542,-16579.2 751.712,-16568.7 746.635,-16578 753.542,-16579.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388750800 -->\n",
"<g class=\"node\" id=\"node362\"><title>5388750800</title>\n",
"<polygon fill=\"none\" points=\"595.028,-16443.5 595.028,-16487.5 965.383,-16487.5 965.383,-16443.5 595.028,-16443.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.547\" y=\"-16461.3\">dense_2_31_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"784.066,-16443.5 784.066,-16487.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"811.9\" y=\"-16472.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"784.066,-16465.5 839.735,-16465.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"811.9\" y=\"-16450.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"839.735,-16443.5 839.735,-16487.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.559\" y=\"-16472.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"839.735,-16465.5 965.383,-16465.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.559\" y=\"-16450.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5388577648&#45;&gt;5388750800 -->\n",
"<g class=\"edge\" id=\"edge410\"><title>5388577648-&gt;5388750800</title>\n",
"<path d=\"M761.905,-16524.3C764.511,-16516.1 767.55,-16506.5 770.393,-16497.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"773.807,-16498.3 773.488,-16487.7 767.133,-16496.2 773.807,-16498.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388750800&#45;&gt;5383909160 -->\n",
"<g class=\"edge\" id=\"edge412\"><title>5388750800-&gt;5383909160</title>\n",
"<path d=\"M810.487,-16443.3C824.041,-16433.9 840.18,-16422.6 854.589,-16412.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"856.65,-16415.3 862.84,-16406.7 852.639,-16409.6 856.65,-16415.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388876544 -->\n",
"<g class=\"node\" id=\"node364\"><title>5388876544</title>\n",
"<polygon fill=\"none\" points=\"569.655,-16281.5 569.655,-16325.5 982.756,-16325.5 982.756,-16281.5 569.655,-16281.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.047\" y=\"-16299.3\">dense_2_32_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"794.438,-16281.5 794.438,-16325.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.273\" y=\"-16310.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"794.438,-16303.5 850.107,-16303.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.273\" y=\"-16288.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"850.107,-16281.5 850.107,-16325.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"916.432\" y=\"-16310.3\">(None, 14, 14, 1920)</text>\n",
"<polyline fill=\"none\" points=\"850.107,-16303.5 982.756,-16303.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"916.432\" y=\"-16288.3\">(None, 14, 14, 1920)</text>\n",
"</g>\n",
"<!-- 5383909160&#45;&gt;5388876544 -->\n",
"<g class=\"edge\" id=\"edge413\"><title>5383909160-&gt;5388876544</title>\n",
"<path d=\"M861.852,-16362.3C847.819,-16352.9 831.108,-16341.6 816.189,-16331.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"817.892,-16328.4 807.646,-16325.7 813.975,-16334.2 817.892,-16328.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5385742264 -->\n",
"<g class=\"node\" id=\"node370\"><title>5385742264</title>\n",
"<polygon fill=\"none\" points=\"661.741,-15795.5 661.741,-15839.5 1148.67,-15839.5 1148.67,-15795.5 661.741,-15795.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751.561\" y=\"-15813.3\">concatenate_51: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"841.38,-15795.5 841.38,-15839.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"869.214\" y=\"-15824.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"841.38,-15817.5 897.049,-15817.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"869.214\" y=\"-15802.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"897.049,-15795.5 897.049,-15839.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1022.86\" y=\"-15824.3\">[(None, 14, 14, 1920), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"897.049,-15817.5 1148.67,-15817.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1022.37\" y=\"-15802.3\">(None, 14, 14, 1968)</text>\n",
"</g>\n",
"<!-- 5383909160&#45;&gt;5385742264 -->\n",
"<g class=\"edge\" id=\"edge419\"><title>5383909160-&gt;5385742264</title>\n",
"<path d=\"M946.638,-16362.5C963.389,-16353.5 980.531,-16341.5 992.206,-16326 1020.52,-16288.5 1018.21,-16270.5 1018.21,-16223.5 1018.21,-16223.5 1018.21,-16223.5 1018.21,-15978.5 1018.21,-15930.8 1014.25,-15914.6 986.206,-15876 977.561,-15864.1 965.683,-15853.7 953.686,-15845.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"955.645,-15842.3 945.399,-15839.6 951.725,-15848.1 955.645,-15842.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5389300512 -->\n",
"<g class=\"node\" id=\"node365\"><title>5389300512</title>\n",
"<polygon fill=\"none\" points=\"596.586,-16200.5 596.586,-16244.5 949.825,-16244.5 949.825,-16200.5 596.586,-16200.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"679.047\" y=\"-16218.3\">activation_104: Activation</text>\n",
"<polyline fill=\"none\" points=\"761.507,-16200.5 761.507,-16244.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"789.342\" y=\"-16229.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"761.507,-16222.5 817.176,-16222.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"789.342\" y=\"-16207.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"817.176,-16200.5 817.176,-16244.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"883.5\" y=\"-16229.3\">(None, 14, 14, 1920)</text>\n",
"<polyline fill=\"none\" points=\"817.176,-16222.5 949.825,-16222.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"883.5\" y=\"-16207.3\">(None, 14, 14, 1920)</text>\n",
"</g>\n",
"<!-- 5388876544&#45;&gt;5389300512 -->\n",
"<g class=\"edge\" id=\"edge414\"><title>5388876544-&gt;5389300512</title>\n",
"<path d=\"M775.402,-16281.3C775.092,-16273.2 774.732,-16263.7 774.394,-16254.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"777.889,-16254.6 774.012,-16244.7 770.894,-16254.9 777.889,-16254.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5389526632 -->\n",
"<g class=\"node\" id=\"node366\"><title>5389526632</title>\n",
"<polygon fill=\"none\" points=\"540.873,-16119.5 540.873,-16163.5 983.539,-16163.5 983.539,-16119.5 540.873,-16119.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"668.047\" y=\"-16137.3\">dense_2_32_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"795.221,-16119.5 795.221,-16163.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823.056\" y=\"-16148.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"795.221,-16141.5 850.89,-16141.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823.056\" y=\"-16126.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"850.89,-16119.5 850.89,-16163.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"917.214\" y=\"-16148.3\">(None, 14, 14, 1920)</text>\n",
"<polyline fill=\"none\" points=\"850.89,-16141.5 983.539,-16141.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"917.214\" y=\"-16126.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5389300512&#45;&gt;5389526632 -->\n",
"<g class=\"edge\" id=\"edge415\"><title>5389300512-&gt;5389526632</title>\n",
"<path d=\"M770.258,-16200.3C769.123,-16192.2 767.803,-16182.7 766.563,-16173.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"770.007,-16173.2 765.162,-16163.7 763.074,-16174.1 770.007,-16173.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5389839272 -->\n",
"<g class=\"node\" id=\"node367\"><title>5389839272</title>\n",
"<polygon fill=\"none\" points=\"518.5,-16038.5 518.5,-16082.5 989.911,-16082.5 989.911,-16038.5 518.5,-16038.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"663.547\" y=\"-16056.3\">dense_2_32_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"808.594,-16038.5 808.594,-16082.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"836.428\" y=\"-16067.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"808.594,-16060.5 864.263,-16060.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"836.428\" y=\"-16045.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"864.263,-16038.5 864.263,-16082.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"927.087\" y=\"-16067.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"864.263,-16060.5 989.911,-16060.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"927.087\" y=\"-16045.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5389526632&#45;&gt;5389839272 -->\n",
"<g class=\"edge\" id=\"edge416\"><title>5389526632-&gt;5389839272</title>\n",
"<path d=\"M760.062,-16119.3C759.237,-16111.2 758.276,-16101.7 757.375,-16092.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"760.845,-16092.3 756.355,-16082.7 753.881,-16093 760.845,-16092.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390207576 -->\n",
"<g class=\"node\" id=\"node368\"><title>5390207576</title>\n",
"<polygon fill=\"none\" points=\"606.086,-15957.5 606.086,-16001.5 952.325,-16001.5 952.325,-15957.5 606.086,-15957.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"688.547\" y=\"-15975.3\">activation_105: Activation</text>\n",
"<polyline fill=\"none\" points=\"771.007,-15957.5 771.007,-16001.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798.842\" y=\"-15986.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"771.007,-15979.5 826.676,-15979.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"798.842\" y=\"-15964.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"826.676,-15957.5 826.676,-16001.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"889.5\" y=\"-15986.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"826.676,-15979.5 952.325,-15979.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"889.5\" y=\"-15964.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5389839272&#45;&gt;5390207576 -->\n",
"<g class=\"edge\" id=\"edge417\"><title>5389839272-&gt;5390207576</title>\n",
"<path d=\"M760.905,-16038.3C763.511,-16030.1 766.55,-16020.5 769.393,-16011.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"772.807,-16012.3 772.488,-16001.7 766.133,-16010.2 772.807,-16012.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390342856 -->\n",
"<g class=\"node\" id=\"node369\"><title>5390342856</title>\n",
"<polygon fill=\"none\" points=\"607.028,-15876.5 607.028,-15920.5 977.383,-15920.5 977.383,-15876.5 607.028,-15876.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"701.547\" y=\"-15894.3\">dense_2_32_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"796.066,-15876.5 796.066,-15920.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823.9\" y=\"-15905.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"796.066,-15898.5 851.735,-15898.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823.9\" y=\"-15883.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"851.735,-15876.5 851.735,-15920.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.559\" y=\"-15905.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"851.735,-15898.5 977.383,-15898.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.559\" y=\"-15883.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5390207576&#45;&gt;5390342856 -->\n",
"<g class=\"edge\" id=\"edge418\"><title>5390207576-&gt;5390342856</title>\n",
"<path d=\"M782.689,-15957.3C784.03,-15949.2 785.591,-15939.7 787.055,-15930.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"790.542,-15931.2 788.712,-15920.7 783.635,-15930 790.542,-15931.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390342856&#45;&gt;5385742264 -->\n",
"<g class=\"edge\" id=\"edge420\"><title>5390342856-&gt;5385742264</title>\n",
"<path d=\"M822.487,-15876.3C836.041,-15866.9 852.18,-15855.6 866.589,-15845.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"868.65,-15848.3 874.84,-15839.7 864.639,-15842.6 868.65,-15848.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390982504 -->\n",
"<g class=\"node\" id=\"node371\"><title>5390982504</title>\n",
"<polygon fill=\"none\" points=\"581.655,-15714.5 581.655,-15758.5 994.756,-15758.5 994.756,-15714.5 581.655,-15714.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"694.047\" y=\"-15732.3\">dense_2_33_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"806.438,-15714.5 806.438,-15758.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.273\" y=\"-15743.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"806.438,-15736.5 862.107,-15736.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.273\" y=\"-15721.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"862.107,-15714.5 862.107,-15758.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"928.432\" y=\"-15743.3\">(None, 14, 14, 1968)</text>\n",
"<polyline fill=\"none\" points=\"862.107,-15736.5 994.756,-15736.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"928.432\" y=\"-15721.3\">(None, 14, 14, 1968)</text>\n",
"</g>\n",
"<!-- 5385742264&#45;&gt;5390982504 -->\n",
"<g class=\"edge\" id=\"edge421\"><title>5385742264-&gt;5390982504</title>\n",
"<path d=\"M873.852,-15795.3C859.819,-15785.9 843.108,-15774.6 828.189,-15764.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"829.892,-15761.4 819.646,-15758.7 825.975,-15767.2 829.892,-15761.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5387332072 -->\n",
"<g class=\"node\" id=\"node377\"><title>5387332072</title>\n",
"<polygon fill=\"none\" points=\"673.741,-15228.5 673.741,-15272.5 1160.67,-15272.5 1160.67,-15228.5 673.741,-15228.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"763.561\" y=\"-15246.3\">concatenate_52: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"853.38,-15228.5 853.38,-15272.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"881.214\" y=\"-15257.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"853.38,-15250.5 909.049,-15250.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"881.214\" y=\"-15235.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"909.049,-15228.5 909.049,-15272.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1034.86\" y=\"-15257.3\">[(None, 14, 14, 1968), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"909.049,-15250.5 1160.67,-15250.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1034.37\" y=\"-15235.3\">(None, 14, 14, 2016)</text>\n",
"</g>\n",
"<!-- 5385742264&#45;&gt;5387332072 -->\n",
"<g class=\"edge\" id=\"edge427\"><title>5385742264-&gt;5387332072</title>\n",
"<path d=\"M958.638,-15795.5C975.389,-15786.5 992.531,-15774.5 1004.21,-15759 1032.52,-15721.5 1030.21,-15703.5 1030.21,-15656.5 1030.21,-15656.5 1030.21,-15656.5 1030.21,-15411.5 1030.21,-15363.8 1026.25,-15347.6 998.206,-15309 989.561,-15297.1 977.683,-15286.7 965.686,-15278.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"967.645,-15275.3 957.399,-15272.6 963.725,-15281.1 967.645,-15275.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390885440 -->\n",
"<g class=\"node\" id=\"node372\"><title>5390885440</title>\n",
"<polygon fill=\"none\" points=\"600.586,-15633.5 600.586,-15677.5 953.825,-15677.5 953.825,-15633.5 600.586,-15633.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"683.047\" y=\"-15651.3\">activation_106: Activation</text>\n",
"<polyline fill=\"none\" points=\"765.507,-15633.5 765.507,-15677.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.342\" y=\"-15662.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"765.507,-15655.5 821.176,-15655.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"793.342\" y=\"-15640.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"821.176,-15633.5 821.176,-15677.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"887.5\" y=\"-15662.3\">(None, 14, 14, 1968)</text>\n",
"<polyline fill=\"none\" points=\"821.176,-15655.5 953.825,-15655.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"887.5\" y=\"-15640.3\">(None, 14, 14, 1968)</text>\n",
"</g>\n",
"<!-- 5390982504&#45;&gt;5390885440 -->\n",
"<g class=\"edge\" id=\"edge422\"><title>5390982504-&gt;5390885440</title>\n",
"<path d=\"M785.258,-15714.3C784.123,-15706.2 782.803,-15696.7 781.563,-15687.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"785.007,-15687.2 780.162,-15677.7 778.074,-15688.1 785.007,-15687.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5391115656 -->\n",
"<g class=\"node\" id=\"node373\"><title>5391115656</title>\n",
"<polygon fill=\"none\" points=\"552.873,-15552.5 552.873,-15596.5 995.539,-15596.5 995.539,-15552.5 552.873,-15552.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"680.047\" y=\"-15570.3\">dense_2_33_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"807.221,-15552.5 807.221,-15596.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.056\" y=\"-15581.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"807.221,-15574.5 862.89,-15574.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.056\" y=\"-15559.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"862.89,-15552.5 862.89,-15596.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.214\" y=\"-15581.3\">(None, 14, 14, 1968)</text>\n",
"<polyline fill=\"none\" points=\"862.89,-15574.5 995.539,-15574.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.214\" y=\"-15559.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5390885440&#45;&gt;5391115656 -->\n",
"<g class=\"edge\" id=\"edge423\"><title>5390885440-&gt;5391115656</title>\n",
"<path d=\"M776.402,-15633.3C776.092,-15625.2 775.732,-15615.7 775.394,-15606.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"778.889,-15606.6 775.012,-15596.7 771.894,-15606.9 778.889,-15606.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5391609752 -->\n",
"<g class=\"node\" id=\"node374\"><title>5391609752</title>\n",
"<polygon fill=\"none\" points=\"530.5,-15471.5 530.5,-15515.5 1001.91,-15515.5 1001.91,-15471.5 530.5,-15471.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"675.547\" y=\"-15489.3\">dense_2_33_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"820.594,-15471.5 820.594,-15515.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"848.428\" y=\"-15500.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"820.594,-15493.5 876.263,-15493.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"848.428\" y=\"-15478.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"876.263,-15471.5 876.263,-15515.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"939.087\" y=\"-15500.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"876.263,-15493.5 1001.91,-15493.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"939.087\" y=\"-15478.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5391115656&#45;&gt;5391609752 -->\n",
"<g class=\"edge\" id=\"edge424\"><title>5391115656-&gt;5391609752</title>\n",
"<path d=\"M772.062,-15552.3C771.237,-15544.2 770.276,-15534.7 769.375,-15525.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"772.845,-15525.3 768.355,-15515.7 765.881,-15526 772.845,-15525.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5391784424 -->\n",
"<g class=\"node\" id=\"node375\"><title>5391784424</title>\n",
"<polygon fill=\"none\" points=\"618.086,-15390.5 618.086,-15434.5 964.325,-15434.5 964.325,-15390.5 618.086,-15390.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"700.547\" y=\"-15408.3\">activation_107: Activation</text>\n",
"<polyline fill=\"none\" points=\"783.007,-15390.5 783.007,-15434.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810.842\" y=\"-15419.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"783.007,-15412.5 838.676,-15412.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810.842\" y=\"-15397.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"838.676,-15390.5 838.676,-15434.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"901.5\" y=\"-15419.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"838.676,-15412.5 964.325,-15412.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"901.5\" y=\"-15397.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5391609752&#45;&gt;5391784424 -->\n",
"<g class=\"edge\" id=\"edge425\"><title>5391609752-&gt;5391784424</title>\n",
"<path d=\"M772.905,-15471.3C775.511,-15463.1 778.55,-15453.5 781.393,-15444.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"784.807,-15445.3 784.488,-15434.7 778.133,-15443.2 784.807,-15445.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5391928624 -->\n",
"<g class=\"node\" id=\"node376\"><title>5391928624</title>\n",
"<polygon fill=\"none\" points=\"619.028,-15309.5 619.028,-15353.5 989.383,-15353.5 989.383,-15309.5 619.028,-15309.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"713.547\" y=\"-15327.3\">dense_2_33_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"808.066,-15309.5 808.066,-15353.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.9\" y=\"-15338.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"808.066,-15331.5 863.735,-15331.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"835.9\" y=\"-15316.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"863.735,-15309.5 863.735,-15353.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.559\" y=\"-15338.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"863.735,-15331.5 989.383,-15331.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.559\" y=\"-15316.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5391784424&#45;&gt;5391928624 -->\n",
"<g class=\"edge\" id=\"edge426\"><title>5391784424-&gt;5391928624</title>\n",
"<path d=\"M794.689,-15390.3C796.03,-15382.2 797.591,-15372.7 799.055,-15363.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"802.542,-15364.2 800.712,-15353.7 795.635,-15363 802.542,-15364.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5391928624&#45;&gt;5387332072 -->\n",
"<g class=\"edge\" id=\"edge428\"><title>5391928624-&gt;5387332072</title>\n",
"<path d=\"M834.487,-15309.3C848.041,-15299.9 864.18,-15288.6 878.589,-15278.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"880.65,-15281.3 886.84,-15272.7 876.639,-15275.6 880.65,-15281.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5392575624 -->\n",
"<g class=\"node\" id=\"node378\"><title>5392575624</title>\n",
"<polygon fill=\"none\" points=\"593.655,-15147.5 593.655,-15191.5 1006.76,-15191.5 1006.76,-15147.5 593.655,-15147.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.047\" y=\"-15165.3\">dense_2_34_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"818.438,-15147.5 818.438,-15191.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"846.273\" y=\"-15176.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"818.438,-15169.5 874.107,-15169.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"846.273\" y=\"-15154.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"874.107,-15147.5 874.107,-15191.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.432\" y=\"-15176.3\">(None, 14, 14, 2016)</text>\n",
"<polyline fill=\"none\" points=\"874.107,-15169.5 1006.76,-15169.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.432\" y=\"-15154.3\">(None, 14, 14, 2016)</text>\n",
"</g>\n",
"<!-- 5387332072&#45;&gt;5392575624 -->\n",
"<g class=\"edge\" id=\"edge429\"><title>5387332072-&gt;5392575624</title>\n",
"<path d=\"M885.852,-15228.3C871.819,-15218.9 855.108,-15207.6 840.189,-15197.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"841.892,-15194.4 831.646,-15191.7 837.975,-15200.2 841.892,-15194.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5388963680 -->\n",
"<g class=\"node\" id=\"node384\"><title>5388963680</title>\n",
"<polygon fill=\"none\" points=\"685.741,-14661.5 685.741,-14705.5 1172.67,-14705.5 1172.67,-14661.5 685.741,-14661.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"775.561\" y=\"-14679.3\">concatenate_53: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"865.38,-14661.5 865.38,-14705.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"893.214\" y=\"-14690.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"865.38,-14683.5 921.049,-14683.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"893.214\" y=\"-14668.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"921.049,-14661.5 921.049,-14705.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1046.86\" y=\"-14690.3\">[(None, 14, 14, 2016), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"921.049,-14683.5 1172.67,-14683.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1046.37\" y=\"-14668.3\">(None, 14, 14, 2064)</text>\n",
"</g>\n",
"<!-- 5387332072&#45;&gt;5388963680 -->\n",
"<g class=\"edge\" id=\"edge435\"><title>5387332072-&gt;5388963680</title>\n",
"<path d=\"M970.638,-15228.5C987.389,-15219.5 1004.53,-15207.5 1016.21,-15192 1044.52,-15154.5 1042.21,-15136.5 1042.21,-15089.5 1042.21,-15089.5 1042.21,-15089.5 1042.21,-14844.5 1042.21,-14796.8 1038.25,-14780.6 1010.21,-14742 1001.56,-14730.1 989.683,-14719.7 977.686,-14711.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"979.645,-14708.3 969.399,-14705.6 975.725,-14714.1 979.645,-14708.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5392474632 -->\n",
"<g class=\"node\" id=\"node379\"><title>5392474632</title>\n",
"<polygon fill=\"none\" points=\"620.586,-15066.5 620.586,-15110.5 973.825,-15110.5 973.825,-15066.5 620.586,-15066.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.047\" y=\"-15084.3\">activation_108: Activation</text>\n",
"<polyline fill=\"none\" points=\"785.507,-15066.5 785.507,-15110.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"813.342\" y=\"-15095.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"785.507,-15088.5 841.176,-15088.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"813.342\" y=\"-15073.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"841.176,-15066.5 841.176,-15110.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.5\" y=\"-15095.3\">(None, 14, 14, 2016)</text>\n",
"<polyline fill=\"none\" points=\"841.176,-15088.5 973.825,-15088.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.5\" y=\"-15073.3\">(None, 14, 14, 2016)</text>\n",
"</g>\n",
"<!-- 5392575624&#45;&gt;5392474632 -->\n",
"<g class=\"edge\" id=\"edge430\"><title>5392575624-&gt;5392474632</title>\n",
"<path d=\"M799.402,-15147.3C799.092,-15139.2 798.732,-15129.7 798.394,-15120.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"801.889,-15120.6 798.012,-15110.7 794.894,-15120.9 801.889,-15120.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5392608112 -->\n",
"<g class=\"node\" id=\"node380\"><title>5392608112</title>\n",
"<polygon fill=\"none\" points=\"564.873,-14985.5 564.873,-15029.5 1007.54,-15029.5 1007.54,-14985.5 564.873,-14985.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"692.047\" y=\"-15003.3\">dense_2_34_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"819.221,-14985.5 819.221,-15029.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.056\" y=\"-15014.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"819.221,-15007.5 874.89,-15007.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.056\" y=\"-14992.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"874.89,-14985.5 874.89,-15029.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"941.214\" y=\"-15014.3\">(None, 14, 14, 2016)</text>\n",
"<polyline fill=\"none\" points=\"874.89,-15007.5 1007.54,-15007.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"941.214\" y=\"-14992.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5392474632&#45;&gt;5392608112 -->\n",
"<g class=\"edge\" id=\"edge431\"><title>5392474632-&gt;5392608112</title>\n",
"<path d=\"M794.258,-15066.3C793.123,-15058.2 791.803,-15048.7 790.563,-15039.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"794.007,-15039.2 789.162,-15029.7 787.074,-15040.1 794.007,-15039.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5392824304 -->\n",
"<g class=\"node\" id=\"node381\"><title>5392824304</title>\n",
"<polygon fill=\"none\" points=\"542.5,-14904.5 542.5,-14948.5 1013.91,-14948.5 1013.91,-14904.5 542.5,-14904.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"687.547\" y=\"-14922.3\">dense_2_34_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"832.594,-14904.5 832.594,-14948.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"860.428\" y=\"-14933.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"832.594,-14926.5 888.263,-14926.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"860.428\" y=\"-14911.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"888.263,-14904.5 888.263,-14948.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"951.087\" y=\"-14933.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"888.263,-14926.5 1013.91,-14926.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"951.087\" y=\"-14911.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5392608112&#45;&gt;5392824304 -->\n",
"<g class=\"edge\" id=\"edge432\"><title>5392608112-&gt;5392824304</title>\n",
"<path d=\"M784.062,-14985.3C783.237,-14977.2 782.276,-14967.7 781.375,-14958.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"784.845,-14958.3 780.355,-14948.7 777.881,-14959 784.845,-14958.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5393244736 -->\n",
"<g class=\"node\" id=\"node382\"><title>5393244736</title>\n",
"<polygon fill=\"none\" points=\"630.086,-14823.5 630.086,-14867.5 976.325,-14867.5 976.325,-14823.5 630.086,-14823.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"712.547\" y=\"-14841.3\">activation_109: Activation</text>\n",
"<polyline fill=\"none\" points=\"795.007,-14823.5 795.007,-14867.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.842\" y=\"-14852.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"795.007,-14845.5 850.676,-14845.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.842\" y=\"-14830.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"850.676,-14823.5 850.676,-14867.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"913.5\" y=\"-14852.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"850.676,-14845.5 976.325,-14845.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"913.5\" y=\"-14830.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5392824304&#45;&gt;5393244736 -->\n",
"<g class=\"edge\" id=\"edge433\"><title>5392824304-&gt;5393244736</title>\n",
"<path d=\"M784.905,-14904.3C787.511,-14896.1 790.55,-14886.5 793.393,-14877.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"796.807,-14878.3 796.488,-14867.7 790.133,-14876.2 796.807,-14878.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5393505528 -->\n",
"<g class=\"node\" id=\"node383\"><title>5393505528</title>\n",
"<polygon fill=\"none\" points=\"631.028,-14742.5 631.028,-14786.5 1001.38,-14786.5 1001.38,-14742.5 631.028,-14742.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725.547\" y=\"-14760.3\">dense_2_34_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"820.066,-14742.5 820.066,-14786.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.9\" y=\"-14771.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"820.066,-14764.5 875.735,-14764.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"847.9\" y=\"-14749.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"875.735,-14742.5 875.735,-14786.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"938.559\" y=\"-14771.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"875.735,-14764.5 1001.38,-14764.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"938.559\" y=\"-14749.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5393244736&#45;&gt;5393505528 -->\n",
"<g class=\"edge\" id=\"edge434\"><title>5393244736-&gt;5393505528</title>\n",
"<path d=\"M806.689,-14823.3C808.03,-14815.2 809.591,-14805.7 811.055,-14796.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"814.542,-14797.2 812.712,-14786.7 807.635,-14796 814.542,-14797.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5393505528&#45;&gt;5388963680 -->\n",
"<g class=\"edge\" id=\"edge436\"><title>5393505528-&gt;5388963680</title>\n",
"<path d=\"M846.487,-14742.3C860.041,-14732.9 876.18,-14721.6 890.589,-14711.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"892.65,-14714.3 898.84,-14705.7 888.639,-14708.6 892.65,-14714.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5394144168 -->\n",
"<g class=\"node\" id=\"node385\"><title>5394144168</title>\n",
"<polygon fill=\"none\" points=\"590.655,-14580.5 590.655,-14624.5 1003.76,-14624.5 1003.76,-14580.5 590.655,-14580.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"703.047\" y=\"-14598.3\">dense_2_35_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"815.438,-14580.5 815.438,-14624.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843.273\" y=\"-14609.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"815.438,-14602.5 871.107,-14602.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"843.273\" y=\"-14587.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"871.107,-14580.5 871.107,-14624.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"937.432\" y=\"-14609.3\">(None, 14, 14, 2064)</text>\n",
"<polyline fill=\"none\" points=\"871.107,-14602.5 1003.76,-14602.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"937.432\" y=\"-14587.3\">(None, 14, 14, 2064)</text>\n",
"</g>\n",
"<!-- 5388963680&#45;&gt;5394144168 -->\n",
"<g class=\"edge\" id=\"edge437\"><title>5388963680-&gt;5394144168</title>\n",
"<path d=\"M893.832,-14661.3C877.704,-14651.7 858.441,-14640.1 841.374,-14629.9\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"843.055,-14626.9 832.677,-14624.7 839.46,-14632.9 843.055,-14626.9\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5390420680 -->\n",
"<g class=\"node\" id=\"node391\"><title>5390420680</title>\n",
"<polygon fill=\"none\" points=\"679.741,-14094.5 679.741,-14138.5 1166.67,-14138.5 1166.67,-14094.5 679.741,-14094.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"769.561\" y=\"-14112.3\">concatenate_54: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"859.38,-14094.5 859.38,-14138.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"887.214\" y=\"-14123.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"859.38,-14116.5 915.049,-14116.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"887.214\" y=\"-14101.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"915.049,-14094.5 915.049,-14138.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1040.86\" y=\"-14123.3\">[(None, 14, 14, 2064), (None, 14, 14, 48)]</text>\n",
"<polyline fill=\"none\" points=\"915.049,-14116.5 1166.67,-14116.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1040.62\" y=\"-14101.3\">(None, 14, 14, 2112)</text>\n",
"</g>\n",
"<!-- 5388963680&#45;&gt;5390420680 -->\n",
"<g class=\"edge\" id=\"edge443\"><title>5388963680-&gt;5390420680</title>\n",
"<path d=\"M972.847,-14661.3C987.703,-14652.1 1003.09,-14639.9 1013.21,-14625 1039.4,-14586.4 1036.21,-14569.2 1036.21,-14522.5 1036.21,-14522.5 1036.21,-14522.5 1036.21,-14277.5 1036.21,-14229.8 1032.25,-14213.6 1004.21,-14175 995.561,-14163.1 983.683,-14152.7 971.686,-14144.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"973.645,-14141.3 963.399,-14138.6 969.725,-14147.1 973.645,-14141.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5394063656 -->\n",
"<g class=\"node\" id=\"node386\"><title>5394063656</title>\n",
"<polygon fill=\"none\" points=\"606.843,-14499.5 606.843,-14543.5 959.568,-14543.5 959.568,-14499.5 606.843,-14499.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"689.047\" y=\"-14517.3\">activation_110: Activation</text>\n",
"<polyline fill=\"none\" points=\"771.251,-14499.5 771.251,-14543.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.085\" y=\"-14528.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"771.251,-14521.5 826.92,-14521.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.085\" y=\"-14506.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"826.92,-14499.5 826.92,-14543.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"893.244\" y=\"-14528.3\">(None, 14, 14, 2064)</text>\n",
"<polyline fill=\"none\" points=\"826.92,-14521.5 959.568,-14521.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"893.244\" y=\"-14506.3\">(None, 14, 14, 2064)</text>\n",
"</g>\n",
"<!-- 5394144168&#45;&gt;5394063656 -->\n",
"<g class=\"edge\" id=\"edge438\"><title>5394144168-&gt;5394063656</title>\n",
"<path d=\"M793.454,-14580.3C792.01,-14572.2 790.329,-14562.7 788.752,-14553.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"792.159,-14553 786.968,-14543.7 785.266,-14554.2 792.159,-14553\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5394201232 -->\n",
"<g class=\"node\" id=\"node387\"><title>5394201232</title>\n",
"<polygon fill=\"none\" points=\"554.873,-14418.5 554.873,-14462.5 997.539,-14462.5 997.539,-14418.5 554.873,-14418.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"682.047\" y=\"-14436.3\">dense_2_35_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"809.221,-14418.5 809.221,-14462.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837.056\" y=\"-14447.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"809.221,-14440.5 864.89,-14440.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837.056\" y=\"-14425.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"864.89,-14418.5 864.89,-14462.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"931.214\" y=\"-14447.3\">(None, 14, 14, 2064)</text>\n",
"<polyline fill=\"none\" points=\"864.89,-14440.5 997.539,-14440.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"931.214\" y=\"-14425.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5394063656&#45;&gt;5394201232 -->\n",
"<g class=\"edge\" id=\"edge439\"><title>5394063656-&gt;5394201232</title>\n",
"<path d=\"M781.33,-14499.3C780.608,-14491.2 779.768,-14481.7 778.979,-14472.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"782.456,-14472.4 778.087,-14462.7 775.483,-14473 782.456,-14472.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5394409232 -->\n",
"<g class=\"node\" id=\"node388\"><title>5394409232</title>\n",
"<polygon fill=\"none\" points=\"536.5,-14337.5 536.5,-14381.5 1007.91,-14381.5 1007.91,-14337.5 536.5,-14337.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"681.547\" y=\"-14355.3\">dense_2_35_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"826.594,-14337.5 826.594,-14381.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854.428\" y=\"-14366.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"826.594,-14359.5 882.263,-14359.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"854.428\" y=\"-14344.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"882.263,-14337.5 882.263,-14381.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"945.087\" y=\"-14366.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"882.263,-14359.5 1007.91,-14359.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"945.087\" y=\"-14344.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5394201232&#45;&gt;5394409232 -->\n",
"<g class=\"edge\" id=\"edge440\"><title>5394201232-&gt;5394409232</title>\n",
"<path d=\"M775.134,-14418.3C774.721,-14410.2 774.241,-14400.7 773.79,-14391.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"777.282,-14391.5 773.28,-14381.7 770.291,-14391.9 777.282,-14391.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5394833928 -->\n",
"<g class=\"node\" id=\"node389\"><title>5394833928</title>\n",
"<polygon fill=\"none\" points=\"624.599,-14256.5 624.599,-14300.5 969.812,-14300.5 969.812,-14256.5 624.599,-14256.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.547\" y=\"-14274.3\">activation_111: Activation</text>\n",
"<polyline fill=\"none\" points=\"788.495,-14256.5 788.495,-14300.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816.329\" y=\"-14285.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"788.495,-14278.5 844.164,-14278.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"816.329\" y=\"-14263.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"844.164,-14256.5 844.164,-14300.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"906.988\" y=\"-14285.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"844.164,-14278.5 969.812,-14278.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"906.988\" y=\"-14263.3\">(None, 14, 14, 192)</text>\n",
"</g>\n",
"<!-- 5394409232&#45;&gt;5394833928 -->\n",
"<g class=\"edge\" id=\"edge441\"><title>5394409232-&gt;5394833928</title>\n",
"<path d=\"M778.905,-14337.3C781.511,-14329.1 784.55,-14319.5 787.393,-14310.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"790.807,-14311.3 790.488,-14300.7 784.133,-14309.2 790.807,-14311.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5395095336 -->\n",
"<g class=\"node\" id=\"node390\"><title>5395095336</title>\n",
"<polygon fill=\"none\" points=\"625.028,-14175.5 625.028,-14219.5 995.383,-14219.5 995.383,-14175.5 625.028,-14175.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"719.547\" y=\"-14193.3\">dense_2_35_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"814.066,-14175.5 814.066,-14219.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"841.9\" y=\"-14204.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"814.066,-14197.5 869.735,-14197.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"841.9\" y=\"-14182.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"869.735,-14175.5 869.735,-14219.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"932.559\" y=\"-14204.3\">(None, 14, 14, 192)</text>\n",
"<polyline fill=\"none\" points=\"869.735,-14197.5 995.383,-14197.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"932.559\" y=\"-14182.3\">(None, 14, 14, 48)</text>\n",
"</g>\n",
"<!-- 5394833928&#45;&gt;5395095336 -->\n",
"<g class=\"edge\" id=\"edge442\"><title>5394833928-&gt;5395095336</title>\n",
"<path d=\"M800.689,-14256.3C802.03,-14248.2 803.591,-14238.7 805.055,-14229.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"808.542,-14230.2 806.712,-14219.7 801.635,-14229 808.542,-14230.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5395095336&#45;&gt;5390420680 -->\n",
"<g class=\"edge\" id=\"edge444\"><title>5395095336-&gt;5390420680</title>\n",
"<path d=\"M840.487,-14175.3C854.041,-14165.9 870.18,-14154.6 884.589,-14144.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"886.65,-14147.3 892.84,-14138.7 882.639,-14141.6 886.65,-14147.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5393462888 -->\n",
"<g class=\"node\" id=\"node392\"><title>5393462888</title>\n",
"<polygon fill=\"none\" points=\"739.074,-14013.5 739.074,-14057.5 1107.34,-14057.5 1107.34,-14013.5 739.074,-14013.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"829.303\" y=\"-14031.3\">tr_2_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"919.533,-14013.5 919.533,-14057.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"947.367\" y=\"-14042.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"919.533,-14035.5 975.202,-14035.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"947.367\" y=\"-14020.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"975.202,-14013.5 975.202,-14057.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.27\" y=\"-14042.3\">(None, 14, 14, 2112)</text>\n",
"<polyline fill=\"none\" points=\"975.202,-14035.5 1107.34,-14035.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.27\" y=\"-14020.3\">(None, 14, 14, 2112)</text>\n",
"</g>\n",
"<!-- 5390420680&#45;&gt;5393462888 -->\n",
"<g class=\"edge\" id=\"edge445\"><title>5390420680-&gt;5393462888</title>\n",
"<path d=\"M923.206,-14094.3C923.206,-14086.2 923.206,-14076.7 923.206,-14067.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"926.706,-14067.7 923.206,-14057.7 919.706,-14067.7 926.706,-14067.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5395652336 -->\n",
"<g class=\"node\" id=\"node393\"><title>5395652336</title>\n",
"<polygon fill=\"none\" points=\"747.099,-13932.5 747.099,-13976.5 1099.31,-13976.5 1099.31,-13932.5 747.099,-13932.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"829.303\" y=\"-13950.3\">activation_112: Activation</text>\n",
"<polyline fill=\"none\" points=\"911.507,-13932.5 911.507,-13976.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"939.342\" y=\"-13961.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"911.507,-13954.5 967.176,-13954.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"939.342\" y=\"-13939.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"967.176,-13932.5 967.176,-13976.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1033.24\" y=\"-13961.3\">(None, 14, 14, 2112)</text>\n",
"<polyline fill=\"none\" points=\"967.176,-13954.5 1099.31,-13954.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1033.24\" y=\"-13939.3\">(None, 14, 14, 2112)</text>\n",
"</g>\n",
"<!-- 5393462888&#45;&gt;5395652336 -->\n",
"<g class=\"edge\" id=\"edge446\"><title>5393462888-&gt;5395652336</title>\n",
"<path d=\"M923.206,-14013.3C923.206,-14005.2 923.206,-13995.7 923.206,-13986.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"926.706,-13986.7 923.206,-13976.7 919.706,-13986.7 926.706,-13986.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5395828576 -->\n",
"<g class=\"node\" id=\"node394\"><title>5395828576</title>\n",
"<polygon fill=\"none\" points=\"756.69,-13851.5 756.69,-13895.5 1089.72,-13895.5 1089.72,-13851.5 756.69,-13851.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"829.047\" y=\"-13869.3\">tr_2_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"901.404,-13851.5 901.404,-13895.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.238\" y=\"-13880.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"901.404,-13873.5 957.073,-13873.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.238\" y=\"-13858.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"957.073,-13851.5 957.073,-13895.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1023.14\" y=\"-13880.3\">(None, 14, 14, 2112)</text>\n",
"<polyline fill=\"none\" points=\"957.073,-13873.5 1089.72,-13873.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1023.4\" y=\"-13858.3\">(None, 14, 14, 1056)</text>\n",
"</g>\n",
"<!-- 5395652336&#45;&gt;5395828576 -->\n",
"<g class=\"edge\" id=\"edge447\"><title>5395652336-&gt;5395828576</title>\n",
"<path d=\"M923.206,-13932.3C923.206,-13924.2 923.206,-13914.7 923.206,-13905.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"926.706,-13905.7 923.206,-13895.7 919.706,-13905.7 926.706,-13905.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396255408 -->\n",
"<g class=\"node\" id=\"node395\"><title>5396255408</title>\n",
"<polygon fill=\"none\" points=\"703.558,-13770.5 703.558,-13814.5 1142.85,-13814.5 1142.85,-13770.5 703.558,-13770.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"829.047\" y=\"-13788.3\">average_pooling2d_3: AveragePooling2D</text>\n",
"<polyline fill=\"none\" points=\"954.536,-13770.5 954.536,-13814.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"982.371\" y=\"-13799.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"954.536,-13792.5 1010.21,-13792.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"982.371\" y=\"-13777.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1010.21,-13770.5 1010.21,-13814.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1076.53\" y=\"-13799.3\">(None, 14, 14, 1056)</text>\n",
"<polyline fill=\"none\" points=\"1010.21,-13792.5 1142.85,-13792.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1076.53\" y=\"-13777.3\">(None, 7, 7, 1056)</text>\n",
"</g>\n",
"<!-- 5395828576&#45;&gt;5396255408 -->\n",
"<g class=\"edge\" id=\"edge448\"><title>5395828576-&gt;5396255408</title>\n",
"<path d=\"M923.206,-13851.3C923.206,-13843.2 923.206,-13833.7 923.206,-13824.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"926.706,-13824.7 923.206,-13814.7 919.706,-13824.7 926.706,-13824.7\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396573152 -->\n",
"<g class=\"node\" id=\"node396\"><title>5396573152</title>\n",
"<polygon fill=\"none\" points=\"608.155,-13689.5 608.155,-13733.5 1000.26,-13733.5 1000.26,-13689.5 608.155,-13689.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"717.047\" y=\"-13707.3\">dense_3_0_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"825.938,-13689.5 825.938,-13733.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.773\" y=\"-13718.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"825.938,-13711.5 881.607,-13711.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"853.773\" y=\"-13696.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"881.607,-13689.5 881.607,-13733.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.932\" y=\"-13718.3\">(None, 7, 7, 1056)</text>\n",
"<polyline fill=\"none\" points=\"881.607,-13711.5 1000.26,-13711.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.932\" y=\"-13696.3\">(None, 7, 7, 1056)</text>\n",
"</g>\n",
"<!-- 5396255408&#45;&gt;5396573152 -->\n",
"<g class=\"edge\" id=\"edge449\"><title>5396255408-&gt;5396573152</title>\n",
"<path d=\"M891.316,-13770.3C877.043,-13760.9 860.047,-13749.6 844.873,-13739.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"846.45,-13736.3 836.183,-13733.7 842.579,-13742.2 846.45,-13736.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396488600 -->\n",
"<g class=\"node\" id=\"node402\"><title>5396488600</title>\n",
"<polygon fill=\"none\" points=\"701.741,-13203.5 701.741,-13247.5 1160.67,-13247.5 1160.67,-13203.5 701.741,-13203.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"791.561\" y=\"-13221.3\">concatenate_55: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"881.38,-13203.5 881.38,-13247.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.214\" y=\"-13232.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"881.38,-13225.5 937.049,-13225.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.214\" y=\"-13210.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"937.049,-13203.5 937.049,-13247.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1048.86\" y=\"-13232.3\">[(None, 7, 7, 1056), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"937.049,-13225.5 1160.67,-13225.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1048.62\" y=\"-13210.3\">(None, 7, 7, 1104)</text>\n",
"</g>\n",
"<!-- 5396255408&#45;&gt;5396488600 -->\n",
"<g class=\"edge\" id=\"edge455\"><title>5396255408-&gt;5396488600</title>\n",
"<path d=\"M966.915,-13770.4C982.201,-13761.1 998.261,-13748.9 1009.21,-13734 1037.29,-13695.7 1039.21,-13679 1039.21,-13631.5 1039.21,-13631.5 1039.21,-13631.5 1039.21,-13386.5 1039.21,-13338.9 1035.53,-13323 1008.21,-13284 1000.04,-13272.3 988.761,-13262.1 977.359,-13253.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"979.255,-13250.6 969.076,-13247.7 975.2,-13256.3 979.255,-13250.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396530232 -->\n",
"<g class=\"node\" id=\"node397\"><title>5396530232</title>\n",
"<polygon fill=\"none\" points=\"627.843,-13608.5 627.843,-13652.5 966.568,-13652.5 966.568,-13608.5 627.843,-13608.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"710.047\" y=\"-13626.3\">activation_113: Activation</text>\n",
"<polyline fill=\"none\" points=\"792.251,-13608.5 792.251,-13652.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.085\" y=\"-13637.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"792.251,-13630.5 847.92,-13630.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.085\" y=\"-13615.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"847.92,-13608.5 847.92,-13652.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.244\" y=\"-13637.3\">(None, 7, 7, 1056)</text>\n",
"<polyline fill=\"none\" points=\"847.92,-13630.5 966.568,-13630.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.244\" y=\"-13615.3\">(None, 7, 7, 1056)</text>\n",
"</g>\n",
"<!-- 5396573152&#45;&gt;5396530232 -->\n",
"<g class=\"edge\" id=\"edge450\"><title>5396573152-&gt;5396530232</title>\n",
"<path d=\"M802.33,-13689.3C801.608,-13681.2 800.768,-13671.7 799.979,-13662.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"803.456,-13662.4 799.087,-13652.7 796.483,-13663 803.456,-13662.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396671904 -->\n",
"<g class=\"node\" id=\"node398\"><title>5396671904</title>\n",
"<polygon fill=\"none\" points=\"582.373,-13527.5 582.373,-13571.5 1004.04,-13571.5 1004.04,-13527.5 582.373,-13527.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"706.047\" y=\"-13545.3\">dense_3_0_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"829.721,-13527.5 829.721,-13571.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.556\" y=\"-13556.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"829.721,-13549.5 885.39,-13549.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.556\" y=\"-13534.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"885.39,-13527.5 885.39,-13571.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.714\" y=\"-13556.3\">(None, 7, 7, 1056)</text>\n",
"<polyline fill=\"none\" points=\"885.39,-13549.5 1004.04,-13549.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.714\" y=\"-13534.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5396530232&#45;&gt;5396671904 -->\n",
"<g class=\"edge\" id=\"edge451\"><title>5396530232-&gt;5396671904</title>\n",
"<path d=\"M796.134,-13608.3C795.721,-13600.2 795.241,-13590.7 794.79,-13581.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"798.282,-13581.5 794.28,-13571.7 791.291,-13581.9 798.282,-13581.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396974616 -->\n",
"<g class=\"node\" id=\"node399\"><title>5396974616</title>\n",
"<polygon fill=\"none\" points=\"561,-13446.5 561,-13490.5 1011.41,-13490.5 1011.41,-13446.5 561,-13446.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"702.547\" y=\"-13464.3\">dense_3_0_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"844.094,-13446.5 844.094,-13490.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.928\" y=\"-13475.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"844.094,-13468.5 899.763,-13468.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.928\" y=\"-13453.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"899.763,-13446.5 899.763,-13490.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.587\" y=\"-13475.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"899.763,-13468.5 1011.41,-13468.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.587\" y=\"-13453.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5396671904&#45;&gt;5396974616 -->\n",
"<g class=\"edge\" id=\"edge452\"><title>5396671904-&gt;5396974616</title>\n",
"<path d=\"M791.33,-13527.3C790.608,-13519.2 789.768,-13509.7 788.979,-13500.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"792.456,-13500.4 788.087,-13490.7 785.483,-13501 792.456,-13500.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5397342640 -->\n",
"<g class=\"node\" id=\"node400\"><title>5397342640</title>\n",
"<polygon fill=\"none\" points=\"645.343,-13365.5 645.343,-13409.5 977.068,-13409.5 977.068,-13365.5 645.343,-13365.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"727.547\" y=\"-13383.3\">activation_114: Activation</text>\n",
"<polyline fill=\"none\" points=\"809.751,-13365.5 809.751,-13409.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837.585\" y=\"-13394.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"809.751,-13387.5 865.42,-13387.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"837.585\" y=\"-13372.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"865.42,-13365.5 865.42,-13409.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"921.244\" y=\"-13394.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"865.42,-13387.5 977.068,-13387.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"921.244\" y=\"-13372.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5396974616&#45;&gt;5397342640 -->\n",
"<g class=\"edge\" id=\"edge453\"><title>5396974616-&gt;5397342640</title>\n",
"<path d=\"M792.905,-13446.3C795.511,-13438.1 798.55,-13428.5 801.393,-13419.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"804.807,-13420.3 804.488,-13409.7 798.133,-13418.2 804.807,-13420.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5397478928 -->\n",
"<g class=\"node\" id=\"node401\"><title>5397478928</title>\n",
"<polygon fill=\"none\" points=\"649.528,-13284.5 649.528,-13328.5 998.883,-13328.5 998.883,-13284.5 649.528,-13284.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"740.547\" y=\"-13302.3\">dense_3_0_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"831.566,-13284.5 831.566,-13328.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"859.4\" y=\"-13313.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"831.566,-13306.5 887.235,-13306.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"859.4\" y=\"-13291.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"887.235,-13284.5 887.235,-13328.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"943.059\" y=\"-13313.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"887.235,-13306.5 998.883,-13306.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"943.059\" y=\"-13291.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5397342640&#45;&gt;5397478928 -->\n",
"<g class=\"edge\" id=\"edge454\"><title>5397342640-&gt;5397478928</title>\n",
"<path d=\"M814.689,-13365.3C816.03,-13357.2 817.591,-13347.7 819.055,-13338.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"822.542,-13339.2 820.712,-13328.7 815.635,-13338 822.542,-13339.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5397478928&#45;&gt;5396488600 -->\n",
"<g class=\"edge\" id=\"edge456\"><title>5397478928-&gt;5396488600</title>\n",
"<path d=\"M852.88,-13284.3C865.593,-13274.9 880.71,-13263.8 894.256,-13253.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"896.486,-13256.5 902.452,-13247.7 892.329,-13250.9 896.486,-13256.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5398117848 -->\n",
"<g class=\"node\" id=\"node403\"><title>5398117848</title>\n",
"<polygon fill=\"none\" points=\"616.412,-13122.5 616.412,-13166.5 1008,-13166.5 1008,-13122.5 616.412,-13122.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725.303\" y=\"-13140.3\">dense_3_1_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"834.195,-13122.5 834.195,-13166.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.029\" y=\"-13151.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"834.195,-13144.5 889.864,-13144.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.029\" y=\"-13129.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"889.864,-13122.5 889.864,-13166.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"948.932\" y=\"-13151.3\">(None, 7, 7, 1104)</text>\n",
"<polyline fill=\"none\" points=\"889.864,-13144.5 1008,-13144.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"948.932\" y=\"-13129.3\">(None, 7, 7, 1104)</text>\n",
"</g>\n",
"<!-- 5396488600&#45;&gt;5398117848 -->\n",
"<g class=\"edge\" id=\"edge457\"><title>5396488600-&gt;5398117848</title>\n",
"<path d=\"M899.316,-13203.3C885.043,-13193.9 868.047,-13182.6 852.873,-13172.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"854.45,-13169.3 844.183,-13166.7 850.579,-13175.2 854.45,-13169.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396491008 -->\n",
"<g class=\"node\" id=\"node409\"><title>5396491008</title>\n",
"<polygon fill=\"none\" points=\"709.998,-12636.5 709.998,-12680.5 1168.41,-12680.5 1168.41,-12636.5 709.998,-12636.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"799.817\" y=\"-12654.3\">concatenate_56: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"889.636,-12636.5 889.636,-12680.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"917.471\" y=\"-12665.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"889.636,-12658.5 945.305,-12658.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"917.471\" y=\"-12643.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"945.305,-12636.5 945.305,-12680.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1056.86\" y=\"-12665.3\">[(None, 7, 7, 1104), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"945.305,-12658.5 1168.41,-12658.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1056.37\" y=\"-12643.3\">(None, 7, 7, 1152)</text>\n",
"</g>\n",
"<!-- 5396488600&#45;&gt;5396491008 -->\n",
"<g class=\"edge\" id=\"edge463\"><title>5396488600-&gt;5396491008</title>\n",
"<path d=\"M974.915,-13203.4C990.201,-13194.1 1006.26,-13181.9 1017.21,-13167 1045.29,-13128.7 1047.21,-13112 1047.21,-13064.5 1047.21,-13064.5 1047.21,-13064.5 1047.21,-12819.5 1047.21,-12771.8 1042.66,-12756 1015.21,-12717 1007.01,-12705.3 995.732,-12695 984.37,-12686.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"986.289,-12683.5 976.124,-12680.5 982.206,-12689.2 986.289,-12683.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5398028976 -->\n",
"<g class=\"node\" id=\"node404\"><title>5398028976</title>\n",
"<polygon fill=\"none\" points=\"636.099,-13041.5 636.099,-13085.5 974.312,-13085.5 974.312,-13041.5 636.099,-13041.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"718.303\" y=\"-13059.3\">activation_115: Activation</text>\n",
"<polyline fill=\"none\" points=\"800.507,-13041.5 800.507,-13085.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"828.342\" y=\"-13070.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"800.507,-13063.5 856.176,-13063.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"828.342\" y=\"-13048.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"856.176,-13041.5 856.176,-13085.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"915.244\" y=\"-13070.3\">(None, 7, 7, 1104)</text>\n",
"<polyline fill=\"none\" points=\"856.176,-13063.5 974.312,-13063.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"915.244\" y=\"-13048.3\">(None, 7, 7, 1104)</text>\n",
"</g>\n",
"<!-- 5398117848&#45;&gt;5398028976 -->\n",
"<g class=\"edge\" id=\"edge458\"><title>5398117848-&gt;5398028976</title>\n",
"<path d=\"M810.33,-13122.3C809.608,-13114.2 808.768,-13104.7 807.979,-13095.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"811.456,-13095.4 807.087,-13085.7 804.483,-13096 811.456,-13095.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5398255096 -->\n",
"<g class=\"node\" id=\"node405\"><title>5398255096</title>\n",
"<polygon fill=\"none\" points=\"590.629,-12960.5 590.629,-13004.5 1011.78,-13004.5 1011.78,-12960.5 590.629,-12960.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"714.303\" y=\"-12978.3\">dense_3_1_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"837.978,-12960.5 837.978,-13004.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.812\" y=\"-12989.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"837.978,-12982.5 893.646,-12982.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"865.812\" y=\"-12967.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"893.646,-12960.5 893.646,-13004.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"952.714\" y=\"-12989.3\">(None, 7, 7, 1104)</text>\n",
"<polyline fill=\"none\" points=\"893.646,-12982.5 1011.78,-12982.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"952.471\" y=\"-12967.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5398028976&#45;&gt;5398255096 -->\n",
"<g class=\"edge\" id=\"edge459\"><title>5398028976-&gt;5398255096</title>\n",
"<path d=\"M804.134,-13041.3C803.721,-13033.2 803.241,-13023.7 802.79,-13014.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"806.282,-13014.5 802.28,-13004.7 799.291,-13014.9 806.282,-13014.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5398387792 -->\n",
"<g class=\"node\" id=\"node406\"><title>5398387792</title>\n",
"<polygon fill=\"none\" points=\"569,-12879.5 569,-12923.5 1019.41,-12923.5 1019.41,-12879.5 569,-12879.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"710.547\" y=\"-12897.3\">dense_3_1_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"852.094,-12879.5 852.094,-12923.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"879.928\" y=\"-12908.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"852.094,-12901.5 907.763,-12901.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"879.928\" y=\"-12886.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"907.763,-12879.5 907.763,-12923.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.587\" y=\"-12908.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"907.763,-12901.5 1019.41,-12901.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.587\" y=\"-12886.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5398255096&#45;&gt;5398387792 -->\n",
"<g class=\"edge\" id=\"edge460\"><title>5398255096-&gt;5398387792</title>\n",
"<path d=\"M799.33,-12960.3C798.608,-12952.2 797.768,-12942.7 796.979,-12933.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"800.456,-12933.4 796.087,-12923.7 793.483,-12934 800.456,-12933.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5398936040 -->\n",
"<g class=\"node\" id=\"node407\"><title>5398936040</title>\n",
"<polygon fill=\"none\" points=\"653.343,-12798.5 653.343,-12842.5 985.068,-12842.5 985.068,-12798.5 653.343,-12798.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"735.547\" y=\"-12816.3\">activation_116: Activation</text>\n",
"<polyline fill=\"none\" points=\"817.751,-12798.5 817.751,-12842.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"845.585\" y=\"-12827.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"817.751,-12820.5 873.42,-12820.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"845.585\" y=\"-12805.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"873.42,-12798.5 873.42,-12842.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.244\" y=\"-12827.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"873.42,-12820.5 985.068,-12820.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"929.244\" y=\"-12805.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5398387792&#45;&gt;5398936040 -->\n",
"<g class=\"edge\" id=\"edge461\"><title>5398387792-&gt;5398936040</title>\n",
"<path d=\"M800.905,-12879.3C803.511,-12871.1 806.55,-12861.5 809.393,-12852.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"812.807,-12853.3 812.488,-12842.7 806.133,-12851.2 812.807,-12853.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399063968 -->\n",
"<g class=\"node\" id=\"node408\"><title>5399063968</title>\n",
"<polygon fill=\"none\" points=\"656.528,-12717.5 656.528,-12761.5 1005.88,-12761.5 1005.88,-12717.5 656.528,-12717.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"747.547\" y=\"-12735.3\">dense_3_1_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"838.566,-12717.5 838.566,-12761.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.4\" y=\"-12746.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"838.566,-12739.5 894.235,-12739.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.4\" y=\"-12724.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"894.235,-12717.5 894.235,-12761.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"950.059\" y=\"-12746.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"894.235,-12739.5 1005.88,-12739.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"950.059\" y=\"-12724.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5398936040&#45;&gt;5399063968 -->\n",
"<g class=\"edge\" id=\"edge462\"><title>5398936040-&gt;5399063968</title>\n",
"<path d=\"M822.421,-12798.3C823.659,-12790.2 825.099,-12780.7 826.452,-12771.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"829.939,-12772.1 827.981,-12761.7 823.019,-12771.1 829.939,-12772.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399063968&#45;&gt;5396491008 -->\n",
"<g class=\"edge\" id=\"edge464\"><title>5399063968-&gt;5396491008</title>\n",
"<path d=\"M860.148,-12717.3C872.98,-12707.9 888.238,-12696.8 901.911,-12686.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"904.179,-12689.5 910.184,-12680.7 900.046,-12683.8 904.179,-12689.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399710968 -->\n",
"<g class=\"node\" id=\"node410\"><title>5399710968</title>\n",
"<polygon fill=\"none\" points=\"631.412,-12555.5 631.412,-12599.5 1023,-12599.5 1023,-12555.5 631.412,-12555.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"740.303\" y=\"-12573.3\">dense_3_2_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"849.195,-12555.5 849.195,-12599.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"877.029\" y=\"-12584.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"849.195,-12577.5 904.864,-12577.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"877.029\" y=\"-12562.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"904.864,-12555.5 904.864,-12599.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.932\" y=\"-12584.3\">(None, 7, 7, 1152)</text>\n",
"<polyline fill=\"none\" points=\"904.864,-12577.5 1023,-12577.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.932\" y=\"-12562.3\">(None, 7, 7, 1152)</text>\n",
"</g>\n",
"<!-- 5396491008&#45;&gt;5399710968 -->\n",
"<g class=\"edge\" id=\"edge465\"><title>5396491008-&gt;5399710968</title>\n",
"<path d=\"M909.192,-12636.3C895.759,-12626.9 879.762,-12615.6 865.481,-12605.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"867.491,-12602.6 857.302,-12599.7 863.457,-12608.4 867.491,-12602.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5396620288 -->\n",
"<g class=\"node\" id=\"node416\"><title>5396620288</title>\n",
"<polygon fill=\"none\" points=\"720.998,-12069.5 720.998,-12113.5 1179.41,-12113.5 1179.41,-12069.5 720.998,-12069.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"810.817\" y=\"-12087.3\">concatenate_57: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"900.636,-12069.5 900.636,-12113.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"928.471\" y=\"-12098.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"900.636,-12091.5 956.305,-12091.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"928.471\" y=\"-12076.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"956.305,-12069.5 956.305,-12113.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1067.86\" y=\"-12098.3\">[(None, 7, 7, 1152), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"956.305,-12091.5 1179.41,-12091.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1067.63\" y=\"-12076.3\">(None, 7, 7, 1200)</text>\n",
"</g>\n",
"<!-- 5396491008&#45;&gt;5396620288 -->\n",
"<g class=\"edge\" id=\"edge471\"><title>5396491008-&gt;5396620288</title>\n",
"<path d=\"M988.699,-12636.2C1004.67,-12627.2 1021.09,-12615.2 1032.21,-12600 1060,-12562.1 1058.21,-12544.5 1058.21,-12497.5 1058.21,-12497.5 1058.21,-12497.5 1058.21,-12252.5 1058.21,-12204.9 1054.53,-12189 1027.21,-12150 1019.04,-12138.3 1007.76,-12128.1 996.359,-12119.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"998.255,-12116.6 988.076,-12113.7 994.2,-12122.3 998.255,-12116.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399613904 -->\n",
"<g class=\"node\" id=\"node411\"><title>5399613904</title>\n",
"<polygon fill=\"none\" points=\"647.099,-12474.5 647.099,-12518.5 985.312,-12518.5 985.312,-12474.5 647.099,-12474.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"729.303\" y=\"-12492.3\">activation_117: Activation</text>\n",
"<polyline fill=\"none\" points=\"811.507,-12474.5 811.507,-12518.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"839.342\" y=\"-12503.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"811.507,-12496.5 867.176,-12496.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"839.342\" y=\"-12481.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"867.176,-12474.5 867.176,-12518.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.244\" y=\"-12503.3\">(None, 7, 7, 1152)</text>\n",
"<polyline fill=\"none\" points=\"867.176,-12496.5 985.312,-12496.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.244\" y=\"-12481.3\">(None, 7, 7, 1152)</text>\n",
"</g>\n",
"<!-- 5399710968&#45;&gt;5399613904 -->\n",
"<g class=\"edge\" id=\"edge466\"><title>5399710968-&gt;5399613904</title>\n",
"<path d=\"M824.258,-12555.3C823.123,-12547.2 821.803,-12537.7 820.563,-12528.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"824.007,-12528.2 819.162,-12518.7 817.074,-12529.1 824.007,-12528.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399747552 -->\n",
"<g class=\"node\" id=\"node412\"><title>5399747552</title>\n",
"<polygon fill=\"none\" points=\"601.629,-12393.5 601.629,-12437.5 1022.78,-12437.5 1022.78,-12393.5 601.629,-12393.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"725.303\" y=\"-12411.3\">dense_3_2_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"848.978,-12393.5 848.978,-12437.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"876.812\" y=\"-12422.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"848.978,-12415.5 904.646,-12415.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"876.812\" y=\"-12400.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"904.646,-12393.5 904.646,-12437.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.714\" y=\"-12422.3\">(None, 7, 7, 1152)</text>\n",
"<polyline fill=\"none\" points=\"904.646,-12415.5 1022.78,-12415.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"963.471\" y=\"-12400.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5399613904&#45;&gt;5399747552 -->\n",
"<g class=\"edge\" id=\"edge467\"><title>5399613904-&gt;5399747552</title>\n",
"<path d=\"M815.134,-12474.3C814.721,-12466.2 814.241,-12456.7 813.79,-12447.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"817.282,-12447.5 813.28,-12437.7 810.291,-12447.9 817.282,-12447.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5400340688 -->\n",
"<g class=\"node\" id=\"node413\"><title>5400340688</title>\n",
"<polygon fill=\"none\" points=\"580,-12312.5 580,-12356.5 1030.41,-12356.5 1030.41,-12312.5 580,-12312.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"721.547\" y=\"-12330.3\">dense_3_2_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"863.094,-12312.5 863.094,-12356.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.928\" y=\"-12341.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"863.094,-12334.5 918.763,-12334.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.928\" y=\"-12319.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"918.763,-12312.5 918.763,-12356.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"974.587\" y=\"-12341.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"918.763,-12334.5 1030.41,-12334.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"974.587\" y=\"-12319.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5399747552&#45;&gt;5400340688 -->\n",
"<g class=\"edge\" id=\"edge468\"><title>5399747552-&gt;5400340688</title>\n",
"<path d=\"M810.33,-12393.3C809.608,-12385.2 808.768,-12375.7 807.979,-12366.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"811.456,-12366.4 807.087,-12356.7 804.483,-12367 811.456,-12366.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5400388272 -->\n",
"<g class=\"node\" id=\"node414\"><title>5400388272</title>\n",
"<polygon fill=\"none\" points=\"664.343,-12231.5 664.343,-12275.5 996.068,-12275.5 996.068,-12231.5 664.343,-12231.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.547\" y=\"-12249.3\">activation_118: Activation</text>\n",
"<polyline fill=\"none\" points=\"828.751,-12231.5 828.751,-12275.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.585\" y=\"-12260.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"828.751,-12253.5 884.42,-12253.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.585\" y=\"-12238.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"884.42,-12231.5 884.42,-12275.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.244\" y=\"-12260.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"884.42,-12253.5 996.068,-12253.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.244\" y=\"-12238.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5400340688&#45;&gt;5400388272 -->\n",
"<g class=\"edge\" id=\"edge469\"><title>5400340688-&gt;5400388272</title>\n",
"<path d=\"M811.905,-12312.3C814.511,-12304.1 817.55,-12294.5 820.393,-12285.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"823.807,-12286.3 823.488,-12275.7 817.133,-12284.2 823.807,-12286.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5400649064 -->\n",
"<g class=\"node\" id=\"node415\"><title>5400649064</title>\n",
"<polygon fill=\"none\" points=\"668.528,-12150.5 668.528,-12194.5 1017.88,-12194.5 1017.88,-12150.5 668.528,-12150.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"759.547\" y=\"-12168.3\">dense_3_2_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"850.566,-12150.5 850.566,-12194.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"878.4\" y=\"-12179.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"850.566,-12172.5 906.235,-12172.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"878.4\" y=\"-12157.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"906.235,-12150.5 906.235,-12194.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"962.059\" y=\"-12179.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"906.235,-12172.5 1017.88,-12172.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"962.059\" y=\"-12157.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5400388272&#45;&gt;5400649064 -->\n",
"<g class=\"edge\" id=\"edge470\"><title>5400388272-&gt;5400649064</title>\n",
"<path d=\"M833.689,-12231.3C835.03,-12223.2 836.591,-12213.7 838.055,-12204.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"841.542,-12205.2 839.712,-12194.7 834.635,-12204 841.542,-12205.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5400649064&#45;&gt;5396620288 -->\n",
"<g class=\"edge\" id=\"edge472\"><title>5400649064-&gt;5396620288</title>\n",
"<path d=\"M871.88,-12150.3C884.593,-12140.9 899.71,-12129.8 913.256,-12119.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"915.486,-12122.5 921.452,-12113.7 911.329,-12116.9 915.486,-12122.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5401295896 -->\n",
"<g class=\"node\" id=\"node417\"><title>5401295896</title>\n",
"<polygon fill=\"none\" points=\"628.155,-11988.5 628.155,-12032.5 1020.26,-12032.5 1020.26,-11988.5 628.155,-11988.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"737.047\" y=\"-12006.3\">dense_3_3_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"845.938,-11988.5 845.938,-12032.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"873.773\" y=\"-12017.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"845.938,-12010.5 901.607,-12010.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"873.773\" y=\"-11995.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"901.607,-11988.5 901.607,-12032.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"960.932\" y=\"-12017.3\">(None, 7, 7, 1200)</text>\n",
"<polyline fill=\"none\" points=\"901.607,-12010.5 1020.26,-12010.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"960.932\" y=\"-11995.3\">(None, 7, 7, 1200)</text>\n",
"</g>\n",
"<!-- 5396620288&#45;&gt;5401295896 -->\n",
"<g class=\"edge\" id=\"edge473\"><title>5396620288-&gt;5401295896</title>\n",
"<path d=\"M916.44,-12069.3C901.186,-12059.8 882.995,-12048.4 866.815,-12038.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"868.396,-12035.1 858.064,-12032.7 864.678,-12041 868.396,-12035.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5397692368 -->\n",
"<g class=\"node\" id=\"node423\"><title>5397692368</title>\n",
"<polygon fill=\"none\" points=\"714.741,-11502.5 714.741,-11546.5 1173.67,-11546.5 1173.67,-11502.5 714.741,-11502.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"804.561\" y=\"-11520.3\">concatenate_58: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"894.38,-11502.5 894.38,-11546.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"922.214\" y=\"-11531.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"894.38,-11524.5 950.049,-11524.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"922.214\" y=\"-11509.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"950.049,-11502.5 950.049,-11546.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1061.86\" y=\"-11531.3\">[(None, 7, 7, 1200), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"950.049,-11524.5 1173.67,-11524.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1061.37\" y=\"-11509.3\">(None, 7, 7, 1248)</text>\n",
"</g>\n",
"<!-- 5396620288&#45;&gt;5397692368 -->\n",
"<g class=\"edge\" id=\"edge479\"><title>5396620288-&gt;5397692368</title>\n",
"<path d=\"M990.441,-12069.4C1004.67,-12060 1019.52,-12047.7 1029.21,-12033 1054.84,-11994 1052.21,-11977.2 1052.21,-11930.5 1052.21,-11930.5 1052.21,-11930.5 1052.21,-11685.5 1052.21,-11637.8 1047.66,-11622 1020.21,-11583 1012.01,-11571.3 1000.73,-11561 989.37,-11552.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"991.289,-11549.5 981.124,-11546.5 987.206,-11555.2 991.289,-11549.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5401199000 -->\n",
"<g class=\"node\" id=\"node418\"><title>5401199000</title>\n",
"<polygon fill=\"none\" points=\"640.843,-11907.5 640.843,-11951.5 979.568,-11951.5 979.568,-11907.5 640.843,-11907.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"723.047\" y=\"-11925.3\">activation_119: Activation</text>\n",
"<polyline fill=\"none\" points=\"805.251,-11907.5 805.251,-11951.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"833.085\" y=\"-11936.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"805.251,-11929.5 860.92,-11929.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"833.085\" y=\"-11914.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"860.92,-11907.5 860.92,-11951.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"920.244\" y=\"-11936.3\">(None, 7, 7, 1200)</text>\n",
"<polyline fill=\"none\" points=\"860.92,-11929.5 979.568,-11929.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"920.244\" y=\"-11914.3\">(None, 7, 7, 1200)</text>\n",
"</g>\n",
"<!-- 5401295896&#45;&gt;5401199000 -->\n",
"<g class=\"edge\" id=\"edge474\"><title>5401295896-&gt;5401199000</title>\n",
"<path d=\"M820.454,-11988.3C819.01,-11980.2 817.329,-11970.7 815.752,-11961.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"819.159,-11961 813.968,-11951.7 812.266,-11962.2 819.159,-11961\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5401328384 -->\n",
"<g class=\"node\" id=\"node419\"><title>5401328384</title>\n",
"<polygon fill=\"none\" points=\"592.373,-11826.5 592.373,-11870.5 1014.04,-11870.5 1014.04,-11826.5 592.373,-11826.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"716.047\" y=\"-11844.3\">dense_3_3_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"839.721,-11826.5 839.721,-11870.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"867.556\" y=\"-11855.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"839.721,-11848.5 895.39,-11848.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"867.556\" y=\"-11833.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"895.39,-11826.5 895.39,-11870.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"954.714\" y=\"-11855.3\">(None, 7, 7, 1200)</text>\n",
"<polyline fill=\"none\" points=\"895.39,-11848.5 1014.04,-11848.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"954.714\" y=\"-11833.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5401199000&#45;&gt;5401328384 -->\n",
"<g class=\"edge\" id=\"edge475\"><title>5401199000-&gt;5401328384</title>\n",
"<path d=\"M808.33,-11907.3C807.608,-11899.2 806.768,-11889.7 805.979,-11880.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"809.456,-11880.4 805.087,-11870.7 802.483,-11881 809.456,-11880.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5401548672 -->\n",
"<g class=\"node\" id=\"node420\"><title>5401548672</title>\n",
"<polygon fill=\"none\" points=\"574,-11745.5 574,-11789.5 1024.41,-11789.5 1024.41,-11745.5 574,-11745.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"715.547\" y=\"-11763.3\">dense_3_3_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"857.094,-11745.5 857.094,-11789.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"884.928\" y=\"-11774.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"857.094,-11767.5 912.763,-11767.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"884.928\" y=\"-11752.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"912.763,-11745.5 912.763,-11789.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"968.587\" y=\"-11774.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"912.763,-11767.5 1024.41,-11767.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"968.587\" y=\"-11752.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5401328384&#45;&gt;5401548672 -->\n",
"<g class=\"edge\" id=\"edge476\"><title>5401328384-&gt;5401548672</title>\n",
"<path d=\"M802.134,-11826.3C801.721,-11818.2 801.241,-11808.7 800.79,-11799.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"804.282,-11799.5 800.28,-11789.7 797.291,-11799.9 804.282,-11799.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5401973200 -->\n",
"<g class=\"node\" id=\"node421\"><title>5401973200</title>\n",
"<polygon fill=\"none\" points=\"658.086,-11664.5 658.086,-11708.5 990.325,-11708.5 990.325,-11664.5 658.086,-11664.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"740.547\" y=\"-11682.3\">activation_120: Activation</text>\n",
"<polyline fill=\"none\" points=\"823.007,-11664.5 823.007,-11708.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"850.842\" y=\"-11693.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"823.007,-11686.5 878.676,-11686.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"850.842\" y=\"-11671.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"878.676,-11664.5 878.676,-11708.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"934.5\" y=\"-11693.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"878.676,-11686.5 990.325,-11686.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"934.5\" y=\"-11671.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5401548672&#45;&gt;5401973200 -->\n",
"<g class=\"edge\" id=\"edge477\"><title>5401548672-&gt;5401973200</title>\n",
"<path d=\"M805.905,-11745.3C808.511,-11737.1 811.55,-11727.5 814.393,-11718.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"817.807,-11719.3 817.488,-11708.7 811.133,-11717.2 817.807,-11719.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5402234776 -->\n",
"<g class=\"node\" id=\"node422\"><title>5402234776</title>\n",
"<polygon fill=\"none\" points=\"661.528,-11583.5 661.528,-11627.5 1010.88,-11627.5 1010.88,-11583.5 661.528,-11583.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.547\" y=\"-11601.3\">dense_3_3_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"843.566,-11583.5 843.566,-11627.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.4\" y=\"-11612.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"843.566,-11605.5 899.235,-11605.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"871.4\" y=\"-11590.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"899.235,-11583.5 899.235,-11627.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.059\" y=\"-11612.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"899.235,-11605.5 1010.88,-11605.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.059\" y=\"-11590.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5401973200&#45;&gt;5402234776 -->\n",
"<g class=\"edge\" id=\"edge478\"><title>5401973200-&gt;5402234776</title>\n",
"<path d=\"M827.421,-11664.3C828.659,-11656.2 830.099,-11646.7 831.452,-11637.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"834.939,-11638.1 832.981,-11627.7 828.019,-11637.1 834.939,-11638.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5402234776&#45;&gt;5397692368 -->\n",
"<g class=\"edge\" id=\"edge480\"><title>5402234776-&gt;5397692368</title>\n",
"<path d=\"M865.148,-11583.3C877.98,-11573.9 893.238,-11562.8 906.911,-11552.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"909.179,-11555.5 915.184,-11546.7 905.046,-11549.8 909.179,-11555.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5403675448 -->\n",
"<g class=\"node\" id=\"node424\"><title>5403675448</title>\n",
"<polygon fill=\"none\" points=\"636.155,-11421.5 636.155,-11465.5 1028.26,-11465.5 1028.26,-11421.5 636.155,-11421.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"745.047\" y=\"-11439.3\">dense_3_4_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"853.938,-11421.5 853.938,-11465.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"881.773\" y=\"-11450.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"853.938,-11443.5 909.607,-11443.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"881.773\" y=\"-11428.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"909.607,-11421.5 909.607,-11465.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"968.932\" y=\"-11450.3\">(None, 7, 7, 1248)</text>\n",
"<polyline fill=\"none\" points=\"909.607,-11443.5 1028.26,-11443.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"968.932\" y=\"-11428.3\">(None, 7, 7, 1248)</text>\n",
"</g>\n",
"<!-- 5397692368&#45;&gt;5403675448 -->\n",
"<g class=\"edge\" id=\"edge481\"><title>5397692368-&gt;5403675448</title>\n",
"<path d=\"M914.192,-11502.3C900.759,-11492.9 884.762,-11481.6 870.481,-11471.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"872.491,-11468.6 862.302,-11465.7 868.457,-11474.4 872.491,-11468.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5399194032 -->\n",
"<g class=\"node\" id=\"node430\"><title>5399194032</title>\n",
"<polygon fill=\"none\" points=\"732.741,-10935.5 732.741,-10979.5 1191.67,-10979.5 1191.67,-10935.5 732.741,-10935.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.561\" y=\"-10953.3\">concatenate_59: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"912.38,-10935.5 912.38,-10979.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.214\" y=\"-10964.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"912.38,-10957.5 968.049,-10957.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.214\" y=\"-10942.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"968.049,-10935.5 968.049,-10979.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1079.86\" y=\"-10964.3\">[(None, 7, 7, 1248), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"968.049,-10957.5 1191.67,-10957.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1079.37\" y=\"-10942.3\">(None, 7, 7, 1296)</text>\n",
"</g>\n",
"<!-- 5397692368&#45;&gt;5399194032 -->\n",
"<g class=\"edge\" id=\"edge487\"><title>5397692368-&gt;5399194032</title>\n",
"<path d=\"M992.202,-11502.4C1008.42,-11493.2 1025.39,-11481.1 1037.21,-11466 1066.71,-11428.3 1070.21,-11411.4 1070.21,-11363.5 1070.21,-11363.5 1070.21,-11363.5 1070.21,-11118.5 1070.21,-11070.9 1066.53,-11055 1039.21,-11016 1031.04,-11004.3 1019.76,-10994.1 1008.36,-10985.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1010.25,-10982.6 1000.08,-10979.7 1006.2,-10988.3 1010.25,-10982.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5403588200 -->\n",
"<g class=\"node\" id=\"node425\"><title>5403588200</title>\n",
"<polygon fill=\"none\" points=\"655.586,-11340.5 655.586,-11384.5 994.825,-11384.5 994.825,-11340.5 655.586,-11340.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"738.047\" y=\"-11358.3\">activation_121: Activation</text>\n",
"<polyline fill=\"none\" points=\"820.507,-11340.5 820.507,-11384.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"848.342\" y=\"-11369.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"820.507,-11362.5 876.176,-11362.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"848.342\" y=\"-11347.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"876.176,-11340.5 876.176,-11384.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"935.5\" y=\"-11369.3\">(None, 7, 7, 1248)</text>\n",
"<polyline fill=\"none\" points=\"876.176,-11362.5 994.825,-11362.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"935.5\" y=\"-11347.3\">(None, 7, 7, 1248)</text>\n",
"</g>\n",
"<!-- 5403675448&#45;&gt;5403588200 -->\n",
"<g class=\"edge\" id=\"edge482\"><title>5403675448-&gt;5403588200</title>\n",
"<path d=\"M830.33,-11421.3C829.608,-11413.2 828.768,-11403.7 827.979,-11394.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"831.456,-11394.4 827.087,-11384.7 824.483,-11395 831.456,-11394.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5403720224 -->\n",
"<g class=\"node\" id=\"node426\"><title>5403720224</title>\n",
"<polygon fill=\"none\" points=\"610.373,-11259.5 610.373,-11303.5 1032.04,-11303.5 1032.04,-11259.5 610.373,-11259.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"734.047\" y=\"-11277.3\">dense_3_4_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"857.721,-11259.5 857.721,-11303.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"885.556\" y=\"-11288.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"857.721,-11281.5 913.39,-11281.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"885.556\" y=\"-11266.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"913.39,-11259.5 913.39,-11303.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"972.714\" y=\"-11288.3\">(None, 7, 7, 1248)</text>\n",
"<polyline fill=\"none\" points=\"913.39,-11281.5 1032.04,-11281.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"972.714\" y=\"-11266.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5403588200&#45;&gt;5403720224 -->\n",
"<g class=\"edge\" id=\"edge483\"><title>5403588200-&gt;5403720224</title>\n",
"<path d=\"M824.134,-11340.3C823.721,-11332.2 823.241,-11322.7 822.79,-11313.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"826.282,-11313.5 822.28,-11303.7 819.291,-11313.9 826.282,-11313.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5403920816 -->\n",
"<g class=\"node\" id=\"node427\"><title>5403920816</title>\n",
"<polygon fill=\"none\" points=\"592,-11178.5 592,-11222.5 1042.41,-11222.5 1042.41,-11178.5 592,-11178.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"733.547\" y=\"-11196.3\">dense_3_4_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"875.094,-11178.5 875.094,-11222.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.928\" y=\"-11207.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"875.094,-11200.5 930.763,-11200.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.928\" y=\"-11185.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"930.763,-11178.5 930.763,-11222.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.587\" y=\"-11207.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"930.763,-11200.5 1042.41,-11200.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.587\" y=\"-11185.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5403720224&#45;&gt;5403920816 -->\n",
"<g class=\"edge\" id=\"edge484\"><title>5403720224-&gt;5403920816</title>\n",
"<path d=\"M820.134,-11259.3C819.721,-11251.2 819.241,-11241.7 818.79,-11232.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"822.282,-11232.5 818.28,-11222.7 815.291,-11232.9 822.282,-11232.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5404348824 -->\n",
"<g class=\"node\" id=\"node428\"><title>5404348824</title>\n",
"<polygon fill=\"none\" points=\"664.086,-11097.5 664.086,-11141.5 996.325,-11141.5 996.325,-11097.5 664.086,-11097.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.547\" y=\"-11115.3\">activation_122: Activation</text>\n",
"<polyline fill=\"none\" points=\"829.007,-11097.5 829.007,-11141.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.842\" y=\"-11126.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"829.007,-11119.5 884.676,-11119.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"856.842\" y=\"-11104.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"884.676,-11097.5 884.676,-11141.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.5\" y=\"-11126.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"884.676,-11119.5 996.325,-11119.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"940.5\" y=\"-11104.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5403920816&#45;&gt;5404348824 -->\n",
"<g class=\"edge\" id=\"edge485\"><title>5403920816-&gt;5404348824</title>\n",
"<path d=\"M820.689,-11178.3C822.03,-11170.2 823.591,-11160.7 825.055,-11151.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"828.542,-11152.2 826.712,-11141.7 821.635,-11151 828.542,-11152.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5404618424 -->\n",
"<g class=\"node\" id=\"node429\"><title>5404618424</title>\n",
"<polygon fill=\"none\" points=\"680.528,-11016.5 680.528,-11060.5 1029.88,-11060.5 1029.88,-11016.5 680.528,-11016.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"771.547\" y=\"-11034.3\">dense_3_4_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"862.566,-11016.5 862.566,-11060.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.4\" y=\"-11045.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"862.566,-11038.5 918.235,-11038.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.4\" y=\"-11023.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"918.235,-11016.5 918.235,-11060.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"974.059\" y=\"-11045.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"918.235,-11038.5 1029.88,-11038.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"974.059\" y=\"-11023.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5404348824&#45;&gt;5404618424 -->\n",
"<g class=\"edge\" id=\"edge486\"><title>5404348824-&gt;5404618424</title>\n",
"<path d=\"M836.905,-11097.3C839.511,-11089.1 842.55,-11079.5 845.393,-11070.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"848.807,-11071.3 848.488,-11060.7 842.133,-11069.2 848.807,-11071.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5404618424&#45;&gt;5399194032 -->\n",
"<g class=\"edge\" id=\"edge488\"><title>5404618424-&gt;5399194032</title>\n",
"<path d=\"M883.88,-11016.3C896.593,-11006.9 911.71,-10995.8 925.256,-10985.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"927.486,-10988.5 933.452,-10979.7 923.329,-10982.9 927.486,-10988.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405262568 -->\n",
"<g class=\"node\" id=\"node431\"><title>5405262568</title>\n",
"<polygon fill=\"none\" points=\"654.155,-10854.5 654.155,-10898.5 1046.26,-10898.5 1046.26,-10854.5 654.155,-10854.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"763.047\" y=\"-10872.3\">dense_3_5_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"871.938,-10854.5 871.938,-10898.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"899.773\" y=\"-10883.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"871.938,-10876.5 927.607,-10876.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"899.773\" y=\"-10861.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"927.607,-10854.5 927.607,-10898.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.932\" y=\"-10883.3\">(None, 7, 7, 1296)</text>\n",
"<polyline fill=\"none\" points=\"927.607,-10876.5 1046.26,-10876.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.932\" y=\"-10861.3\">(None, 7, 7, 1296)</text>\n",
"</g>\n",
"<!-- 5399194032&#45;&gt;5405262568 -->\n",
"<g class=\"edge\" id=\"edge489\"><title>5399194032-&gt;5405262568</title>\n",
"<path d=\"M932.192,-10935.3C918.759,-10925.9 902.762,-10914.6 888.481,-10904.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"890.491,-10901.6 880.302,-10898.7 886.457,-10907.4 890.491,-10901.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5400521752 -->\n",
"<g class=\"node\" id=\"node437\"><title>5400521752</title>\n",
"<polygon fill=\"none\" points=\"750.741,-10368.5 750.741,-10412.5 1209.67,-10412.5 1209.67,-10368.5 750.741,-10368.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"840.561\" y=\"-10386.3\">concatenate_60: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"930.38,-10368.5 930.38,-10412.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"958.214\" y=\"-10397.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"930.38,-10390.5 986.049,-10390.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"958.214\" y=\"-10375.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"986.049,-10368.5 986.049,-10412.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1097.86\" y=\"-10397.3\">[(None, 7, 7, 1296), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"986.049,-10390.5 1209.67,-10390.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1097.37\" y=\"-10375.3\">(None, 7, 7, 1344)</text>\n",
"</g>\n",
"<!-- 5399194032&#45;&gt;5400521752 -->\n",
"<g class=\"edge\" id=\"edge495\"><title>5399194032-&gt;5400521752</title>\n",
"<path d=\"M1010.2,-10935.4C1026.42,-10926.2 1043.39,-10914.1 1055.21,-10899 1084.71,-10861.3 1088.21,-10844.4 1088.21,-10796.5 1088.21,-10796.5 1088.21,-10796.5 1088.21,-10551.5 1088.21,-10503.9 1084.53,-10488 1057.21,-10449 1049.04,-10437.3 1037.76,-10427.1 1026.36,-10418.6\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1028.25,-10415.6 1018.08,-10412.7 1024.2,-10421.3 1028.25,-10415.6\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405171328 -->\n",
"<g class=\"node\" id=\"node432\"><title>5405171328</title>\n",
"<polygon fill=\"none\" points=\"673.586,-10773.5 673.586,-10817.5 1012.82,-10817.5 1012.82,-10773.5 673.586,-10773.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"756.047\" y=\"-10791.3\">activation_123: Activation</text>\n",
"<polyline fill=\"none\" points=\"838.507,-10773.5 838.507,-10817.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.342\" y=\"-10802.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"838.507,-10795.5 894.176,-10795.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"866.342\" y=\"-10780.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"894.176,-10773.5 894.176,-10817.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"953.5\" y=\"-10802.3\">(None, 7, 7, 1296)</text>\n",
"<polyline fill=\"none\" points=\"894.176,-10795.5 1012.82,-10795.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"953.5\" y=\"-10780.3\">(None, 7, 7, 1296)</text>\n",
"</g>\n",
"<!-- 5405262568&#45;&gt;5405171328 -->\n",
"<g class=\"edge\" id=\"edge490\"><title>5405262568-&gt;5405171328</title>\n",
"<path d=\"M848.33,-10854.3C847.608,-10846.2 846.768,-10836.7 845.979,-10827.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"849.456,-10827.4 845.087,-10817.7 842.483,-10828 849.456,-10827.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405301056 -->\n",
"<g class=\"node\" id=\"node433\"><title>5405301056</title>\n",
"<polygon fill=\"none\" points=\"628.373,-10692.5 628.373,-10736.5 1050.04,-10736.5 1050.04,-10692.5 628.373,-10692.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.047\" y=\"-10710.3\">dense_3_5_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"875.721,-10692.5 875.721,-10736.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.556\" y=\"-10721.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"875.721,-10714.5 931.39,-10714.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.556\" y=\"-10699.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"931.39,-10692.5 931.39,-10736.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"990.714\" y=\"-10721.3\">(None, 7, 7, 1296)</text>\n",
"<polyline fill=\"none\" points=\"931.39,-10714.5 1050.04,-10714.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"990.714\" y=\"-10699.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5405171328&#45;&gt;5405301056 -->\n",
"<g class=\"edge\" id=\"edge491\"><title>5405171328-&gt;5405301056</title>\n",
"<path d=\"M842.134,-10773.3C841.721,-10765.2 841.241,-10755.7 840.79,-10746.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"844.282,-10746.5 840.28,-10736.7 837.291,-10746.9 844.282,-10746.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405790952 -->\n",
"<g class=\"node\" id=\"node434\"><title>5405790952</title>\n",
"<polygon fill=\"none\" points=\"610,-10611.5 610,-10655.5 1060.41,-10655.5 1060.41,-10611.5 610,-10611.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"751.547\" y=\"-10629.3\">dense_3_5_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"893.094,-10611.5 893.094,-10655.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"920.928\" y=\"-10640.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"893.094,-10633.5 948.763,-10633.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"920.928\" y=\"-10618.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"948.763,-10611.5 948.763,-10655.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1004.59\" y=\"-10640.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"948.763,-10633.5 1060.41,-10633.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1004.59\" y=\"-10618.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5405301056&#45;&gt;5405790952 -->\n",
"<g class=\"edge\" id=\"edge492\"><title>5405301056-&gt;5405790952</title>\n",
"<path d=\"M838.134,-10692.3C837.721,-10684.2 837.241,-10674.7 836.79,-10665.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"840.282,-10665.5 836.28,-10655.7 833.291,-10665.9 840.282,-10665.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405939304 -->\n",
"<g class=\"node\" id=\"node435\"><title>5405939304</title>\n",
"<polygon fill=\"none\" points=\"682.086,-10530.5 682.086,-10574.5 1014.32,-10574.5 1014.32,-10530.5 682.086,-10530.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"764.547\" y=\"-10548.3\">activation_124: Activation</text>\n",
"<polyline fill=\"none\" points=\"847.007,-10530.5 847.007,-10574.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"874.842\" y=\"-10559.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"847.007,-10552.5 902.676,-10552.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"874.842\" y=\"-10537.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"902.676,-10530.5 902.676,-10574.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"958.5\" y=\"-10559.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"902.676,-10552.5 1014.32,-10552.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"958.5\" y=\"-10537.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5405790952&#45;&gt;5405939304 -->\n",
"<g class=\"edge\" id=\"edge493\"><title>5405790952-&gt;5405939304</title>\n",
"<path d=\"M838.689,-10611.3C840.03,-10603.2 841.591,-10593.7 843.055,-10584.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"846.542,-10585.2 844.712,-10574.7 839.635,-10584 846.542,-10585.2\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406203352 -->\n",
"<g class=\"node\" id=\"node436\"><title>5406203352</title>\n",
"<polygon fill=\"none\" points=\"698.528,-10449.5 698.528,-10493.5 1047.88,-10493.5 1047.88,-10449.5 698.528,-10449.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"789.547\" y=\"-10467.3\">dense_3_5_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"880.566,-10449.5 880.566,-10493.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"908.4\" y=\"-10478.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"880.566,-10471.5 936.235,-10471.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"908.4\" y=\"-10456.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"936.235,-10449.5 936.235,-10493.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.059\" y=\"-10478.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"936.235,-10471.5 1047.88,-10471.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.059\" y=\"-10456.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5405939304&#45;&gt;5406203352 -->\n",
"<g class=\"edge\" id=\"edge494\"><title>5405939304-&gt;5406203352</title>\n",
"<path d=\"M854.905,-10530.3C857.511,-10522.1 860.55,-10512.5 863.393,-10503.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"866.807,-10504.3 866.488,-10493.7 860.133,-10502.2 866.807,-10504.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406203352&#45;&gt;5400521752 -->\n",
"<g class=\"edge\" id=\"edge496\"><title>5406203352-&gt;5400521752</title>\n",
"<path d=\"M901.88,-10449.3C914.593,-10439.9 929.71,-10428.8 943.256,-10418.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"945.486,-10421.5 951.452,-10412.7 941.329,-10415.9 945.486,-10421.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406847272 -->\n",
"<g class=\"node\" id=\"node438\"><title>5406847272</title>\n",
"<polygon fill=\"none\" points=\"658.155,-10287.5 658.155,-10331.5 1050.26,-10331.5 1050.26,-10287.5 658.155,-10287.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"767.047\" y=\"-10305.3\">dense_3_6_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"875.938,-10287.5 875.938,-10331.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.773\" y=\"-10316.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"875.938,-10309.5 931.607,-10309.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"903.773\" y=\"-10294.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"931.607,-10287.5 931.607,-10331.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"990.932\" y=\"-10316.3\">(None, 7, 7, 1344)</text>\n",
"<polyline fill=\"none\" points=\"931.607,-10309.5 1050.26,-10309.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"990.932\" y=\"-10294.3\">(None, 7, 7, 1344)</text>\n",
"</g>\n",
"<!-- 5400521752&#45;&gt;5406847272 -->\n",
"<g class=\"edge\" id=\"edge497\"><title>5400521752-&gt;5406847272</title>\n",
"<path d=\"M946.44,-10368.3C931.186,-10358.8 912.995,-10347.4 896.815,-10337.2\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"898.396,-10334.1 888.064,-10331.7 894.678,-10340 898.396,-10334.1\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5403438720 -->\n",
"<g class=\"node\" id=\"node444\"><title>5403438720</title>\n",
"<polygon fill=\"none\" points=\"744.741,-9801.5 744.741,-9845.5 1203.67,-9845.5 1203.67,-9801.5 744.741,-9801.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.561\" y=\"-9819.3\">concatenate_61: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"924.38,-9801.5 924.38,-9845.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"952.214\" y=\"-9830.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"924.38,-9823.5 980.049,-9823.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"952.214\" y=\"-9808.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"980.049,-9801.5 980.049,-9845.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1091.86\" y=\"-9830.3\">[(None, 7, 7, 1344), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"980.049,-9823.5 1203.67,-9823.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1091.37\" y=\"-9808.3\">(None, 7, 7, 1392)</text>\n",
"</g>\n",
"<!-- 5400521752&#45;&gt;5403438720 -->\n",
"<g class=\"edge\" id=\"edge503\"><title>5400521752-&gt;5403438720</title>\n",
"<path d=\"M1020.44,-10368.4C1034.67,-10359 1049.52,-10346.7 1059.21,-10332 1084.84,-10293 1082.21,-10276.2 1082.21,-10229.5 1082.21,-10229.5 1082.21,-10229.5 1082.21,-9984.5 1082.21,-9936.91 1078.53,-9920.97 1051.21,-9882 1043.04,-9870.35 1031.76,-9860.08 1020.36,-9851.56\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1022.25,-9848.61 1012.08,-9845.68 1018.2,-9854.32 1022.25,-9848.61\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406752160 -->\n",
"<g class=\"node\" id=\"node439\"><title>5406752160</title>\n",
"<polygon fill=\"none\" points=\"670.586,-10206.5 670.586,-10250.5 1009.82,-10250.5 1009.82,-10206.5 670.586,-10206.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"753.047\" y=\"-10224.3\">activation_125: Activation</text>\n",
"<polyline fill=\"none\" points=\"835.507,-10206.5 835.507,-10250.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"863.342\" y=\"-10235.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"835.507,-10228.5 891.176,-10228.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"863.342\" y=\"-10213.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"891.176,-10206.5 891.176,-10250.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"950.5\" y=\"-10235.3\">(None, 7, 7, 1344)</text>\n",
"<polyline fill=\"none\" points=\"891.176,-10228.5 1009.82,-10228.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"950.5\" y=\"-10213.3\">(None, 7, 7, 1344)</text>\n",
"</g>\n",
"<!-- 5406847272&#45;&gt;5406752160 -->\n",
"<g class=\"edge\" id=\"edge498\"><title>5406847272-&gt;5406752160</title>\n",
"<path d=\"M850.454,-10287.3C849.01,-10279.2 847.329,-10269.7 845.752,-10260.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"849.159,-10260 843.968,-10250.7 842.266,-10261.2 849.159,-10260\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406890080 -->\n",
"<g class=\"node\" id=\"node440\"><title>5406890080</title>\n",
"<polygon fill=\"none\" points=\"622.373,-10125.5 622.373,-10169.5 1044.04,-10169.5 1044.04,-10125.5 622.373,-10125.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"746.047\" y=\"-10143.3\">dense_3_6_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"869.721,-10125.5 869.721,-10169.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"897.556\" y=\"-10154.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"869.721,-10147.5 925.39,-10147.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"897.556\" y=\"-10132.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"925.39,-10125.5 925.39,-10169.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"984.714\" y=\"-10154.3\">(None, 7, 7, 1344)</text>\n",
"<polyline fill=\"none\" points=\"925.39,-10147.5 1044.04,-10147.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"984.714\" y=\"-10132.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5406752160&#45;&gt;5406890080 -->\n",
"<g class=\"edge\" id=\"edge499\"><title>5406752160-&gt;5406890080</title>\n",
"<path d=\"M838.33,-10206.3C837.608,-10198.2 836.768,-10188.7 835.979,-10179.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"839.456,-10179.4 835.087,-10169.7 832.483,-10180 839.456,-10179.4\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5407012568 -->\n",
"<g class=\"node\" id=\"node441\"><title>5407012568</title>\n",
"<polygon fill=\"none\" points=\"604,-10044.5 604,-10088.5 1054.41,-10088.5 1054.41,-10044.5 604,-10044.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"745.547\" y=\"-10062.3\">dense_3_6_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"887.094,-10044.5 887.094,-10088.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.928\" y=\"-10073.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"887.094,-10066.5 942.763,-10066.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.928\" y=\"-10051.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"942.763,-10044.5 942.763,-10088.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.587\" y=\"-10073.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"942.763,-10066.5 1054.41,-10066.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.587\" y=\"-10051.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5406890080&#45;&gt;5407012568 -->\n",
"<g class=\"edge\" id=\"edge500\"><title>5406890080-&gt;5407012568</title>\n",
"<path d=\"M832.134,-10125.3C831.721,-10117.2 831.241,-10107.7 830.79,-10098.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"834.282,-10098.5 830.28,-10088.7 827.291,-10098.9 834.282,-10098.5\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5407605480 -->\n",
"<g class=\"node\" id=\"node442\"><title>5407605480</title>\n",
"<polygon fill=\"none\" points=\"688.086,-9963.5 688.086,-10007.5 1020.32,-10007.5 1020.32,-9963.5 688.086,-9963.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"770.547\" y=\"-9981.3\">activation_126: Activation</text>\n",
"<polyline fill=\"none\" points=\"853.007,-9963.5 853.007,-10007.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"880.842\" y=\"-9992.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"853.007,-9985.5 908.676,-9985.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"880.842\" y=\"-9970.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"908.676,-9963.5 908.676,-10007.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"964.5\" y=\"-9992.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"908.676,-9985.5 1020.32,-9985.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"964.5\" y=\"-9970.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5407012568&#45;&gt;5407605480 -->\n",
"<g class=\"edge\" id=\"edge501\"><title>5407012568-&gt;5407605480</title>\n",
"<path d=\"M835.905,-10044.3C838.511,-10036.1 841.55,-10026.5 844.393,-10017.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"847.807,-10018.3 847.488,-10007.7 841.133,-10016.2 847.807,-10018.3\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5407792376 -->\n",
"<g class=\"node\" id=\"node443\"><title>5407792376</title>\n",
"<polygon fill=\"none\" points=\"692.528,-9882.5 692.528,-9926.5 1041.88,-9926.5 1041.88,-9882.5 692.528,-9882.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"783.547\" y=\"-9900.3\">dense_3_6_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"874.566,-9882.5 874.566,-9926.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.4\" y=\"-9911.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"874.566,-9904.5 930.235,-9904.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.4\" y=\"-9889.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"930.235,-9882.5 930.235,-9926.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.059\" y=\"-9911.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"930.235,-9904.5 1041.88,-9904.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"986.059\" y=\"-9889.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5407605480&#45;&gt;5407792376 -->\n",
"<g class=\"edge\" id=\"edge502\"><title>5407605480-&gt;5407792376</title>\n",
"<path d=\"M857.689,-9963.33C859.03,-9955.18 860.591,-9945.7 862.055,-9936.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"865.542,-9937.16 863.712,-9926.73 858.635,-9936.03 865.542,-9937.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5407792376&#45;&gt;5403438720 -->\n",
"<g class=\"edge\" id=\"edge504\"><title>5407792376-&gt;5403438720</title>\n",
"<path d=\"M895.88,-9882.33C908.593,-9872.94 923.71,-9861.78 937.256,-9851.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"939.486,-9854.48 945.452,-9845.73 935.329,-9848.85 939.486,-9854.48\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5408428104 -->\n",
"<g class=\"node\" id=\"node445\"><title>5408428104</title>\n",
"<polygon fill=\"none\" points=\"652.155,-9720.5 652.155,-9764.5 1044.26,-9764.5 1044.26,-9720.5 652.155,-9720.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"761.047\" y=\"-9738.3\">dense_3_7_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"869.938,-9720.5 869.938,-9764.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"897.773\" y=\"-9749.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"869.938,-9742.5 925.607,-9742.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"897.773\" y=\"-9727.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"925.607,-9720.5 925.607,-9764.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"984.932\" y=\"-9749.3\">(None, 7, 7, 1392)</text>\n",
"<polyline fill=\"none\" points=\"925.607,-9742.5 1044.26,-9742.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"984.932\" y=\"-9727.3\">(None, 7, 7, 1392)</text>\n",
"</g>\n",
"<!-- 5403438720&#45;&gt;5408428104 -->\n",
"<g class=\"edge\" id=\"edge505\"><title>5403438720-&gt;5408428104</title>\n",
"<path d=\"M940.44,-9801.33C925.186,-9791.77 906.995,-9780.36 890.815,-9770.22\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"892.396,-9767.08 882.064,-9764.73 888.678,-9773.01 892.396,-9767.08\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5405019552 -->\n",
"<g class=\"node\" id=\"node451\"><title>5405019552</title>\n",
"<polygon fill=\"none\" points=\"738.741,-9234.5 738.741,-9278.5 1197.67,-9278.5 1197.67,-9234.5 738.741,-9234.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"828.561\" y=\"-9252.3\">concatenate_62: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"918.38,-9234.5 918.38,-9278.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"946.214\" y=\"-9263.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"918.38,-9256.5 974.049,-9256.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"946.214\" y=\"-9241.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"974.049,-9234.5 974.049,-9278.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1085.86\" y=\"-9263.3\">[(None, 7, 7, 1392), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"974.049,-9256.5 1197.67,-9256.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1085.37\" y=\"-9241.3\">(None, 7, 7, 1440)</text>\n",
"</g>\n",
"<!-- 5403438720&#45;&gt;5405019552 -->\n",
"<g class=\"edge\" id=\"edge511\"><title>5403438720-&gt;5405019552</title>\n",
"<path d=\"M1014.44,-9801.35C1028.67,-9792 1043.52,-9779.75 1053.21,-9765 1078.84,-9725.98 1076.21,-9709.19 1076.21,-9662.5 1076.21,-9662.5 1076.21,-9662.5 1076.21,-9417.5 1076.21,-9369.91 1072.53,-9353.97 1045.21,-9315 1037.04,-9303.35 1025.76,-9293.08 1014.36,-9284.56\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1016.25,-9281.61 1006.08,-9278.68 1012.2,-9287.32 1016.25,-9281.61\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5408345896 -->\n",
"<g class=\"node\" id=\"node446\"><title>5408345896</title>\n",
"<polygon fill=\"none\" points=\"664.586,-9639.5 664.586,-9683.5 1003.82,-9683.5 1003.82,-9639.5 664.586,-9639.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"747.047\" y=\"-9657.3\">activation_127: Activation</text>\n",
"<polyline fill=\"none\" points=\"829.507,-9639.5 829.507,-9683.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.342\" y=\"-9668.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"829.507,-9661.5 885.176,-9661.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"857.342\" y=\"-9646.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"885.176,-9639.5 885.176,-9683.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.5\" y=\"-9668.3\">(None, 7, 7, 1392)</text>\n",
"<polyline fill=\"none\" points=\"885.176,-9661.5 1003.82,-9661.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.5\" y=\"-9646.3\">(None, 7, 7, 1392)</text>\n",
"</g>\n",
"<!-- 5408428104&#45;&gt;5408345896 -->\n",
"<g class=\"edge\" id=\"edge506\"><title>5408428104-&gt;5408345896</title>\n",
"<path d=\"M844.454,-9720.33C843.01,-9712.18 841.329,-9702.7 839.752,-9693.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"843.159,-9692.96 837.968,-9683.73 836.266,-9694.19 843.159,-9692.96\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5408475008 -->\n",
"<g class=\"node\" id=\"node447\"><title>5408475008</title>\n",
"<polygon fill=\"none\" points=\"616.373,-9558.5 616.373,-9602.5 1038.04,-9602.5 1038.04,-9558.5 616.373,-9558.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"740.047\" y=\"-9576.3\">dense_3_7_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"863.721,-9558.5 863.721,-9602.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"891.556\" y=\"-9587.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"863.721,-9580.5 919.39,-9580.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"891.556\" y=\"-9565.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"919.39,-9558.5 919.39,-9602.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"978.714\" y=\"-9587.3\">(None, 7, 7, 1392)</text>\n",
"<polyline fill=\"none\" points=\"919.39,-9580.5 1038.04,-9580.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"978.714\" y=\"-9565.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5408345896&#45;&gt;5408475008 -->\n",
"<g class=\"edge\" id=\"edge507\"><title>5408345896-&gt;5408475008</title>\n",
"<path d=\"M832.33,-9639.33C831.608,-9631.18 830.768,-9621.7 829.979,-9612.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"833.456,-9612.38 829.087,-9602.73 826.483,-9613 833.456,-9612.38\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5408910808 -->\n",
"<g class=\"node\" id=\"node448\"><title>5408910808</title>\n",
"<polygon fill=\"none\" points=\"598,-9477.5 598,-9521.5 1048.41,-9521.5 1048.41,-9477.5 598,-9477.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"739.547\" y=\"-9495.3\">dense_3_7_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"881.094,-9477.5 881.094,-9521.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"908.928\" y=\"-9506.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"881.094,-9499.5 936.763,-9499.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"908.928\" y=\"-9484.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"936.763,-9477.5 936.763,-9521.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.587\" y=\"-9506.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"936.763,-9499.5 1048.41,-9499.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.587\" y=\"-9484.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5408475008&#45;&gt;5408910808 -->\n",
"<g class=\"edge\" id=\"edge508\"><title>5408475008-&gt;5408910808</title>\n",
"<path d=\"M826.134,-9558.33C825.721,-9550.18 825.241,-9540.7 824.79,-9531.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"828.282,-9531.54 824.28,-9521.73 821.291,-9531.89 828.282,-9531.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5409286688 -->\n",
"<g class=\"node\" id=\"node449\"><title>5409286688</title>\n",
"<polygon fill=\"none\" points=\"670.086,-9396.5 670.086,-9440.5 1002.32,-9440.5 1002.32,-9396.5 670.086,-9396.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"752.547\" y=\"-9414.3\">activation_128: Activation</text>\n",
"<polyline fill=\"none\" points=\"835.007,-9396.5 835.007,-9440.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.842\" y=\"-9425.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"835.007,-9418.5 890.676,-9418.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"862.842\" y=\"-9403.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"890.676,-9396.5 890.676,-9440.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"946.5\" y=\"-9425.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"890.676,-9418.5 1002.32,-9418.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"946.5\" y=\"-9403.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5408910808&#45;&gt;5409286688 -->\n",
"<g class=\"edge\" id=\"edge509\"><title>5408910808-&gt;5409286688</title>\n",
"<path d=\"M826.689,-9477.33C828.03,-9469.18 829.591,-9459.7 831.055,-9450.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"834.542,-9451.16 832.712,-9440.73 827.635,-9450.03 834.542,-9451.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5409196632 -->\n",
"<g class=\"node\" id=\"node450\"><title>5409196632</title>\n",
"<polygon fill=\"none\" points=\"686.528,-9315.5 686.528,-9359.5 1035.88,-9359.5 1035.88,-9315.5 686.528,-9315.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"777.547\" y=\"-9333.3\">dense_3_7_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"868.566,-9315.5 868.566,-9359.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"896.4\" y=\"-9344.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"868.566,-9337.5 924.235,-9337.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"896.4\" y=\"-9322.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"924.235,-9315.5 924.235,-9359.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"980.059\" y=\"-9344.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"924.235,-9337.5 1035.88,-9337.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"980.059\" y=\"-9322.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5409286688&#45;&gt;5409196632 -->\n",
"<g class=\"edge\" id=\"edge510\"><title>5409286688-&gt;5409196632</title>\n",
"<path d=\"M842.905,-9396.33C845.511,-9388.09 848.55,-9378.49 851.393,-9369.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"854.807,-9370.32 854.488,-9359.73 848.133,-9368.21 854.807,-9370.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5409196632&#45;&gt;5405019552 -->\n",
"<g class=\"edge\" id=\"edge512\"><title>5409196632-&gt;5405019552</title>\n",
"<path d=\"M889.88,-9315.33C902.593,-9305.94 917.71,-9294.78 931.256,-9284.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"933.486,-9287.48 939.452,-9278.73 929.329,-9281.85 933.486,-9287.48\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410016672 -->\n",
"<g class=\"node\" id=\"node452\"><title>5410016672</title>\n",
"<polygon fill=\"none\" points=\"660.155,-9153.5 660.155,-9197.5 1052.26,-9197.5 1052.26,-9153.5 660.155,-9153.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"769.047\" y=\"-9171.3\">dense_3_8_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"877.938,-9153.5 877.938,-9197.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"905.773\" y=\"-9182.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"877.938,-9175.5 933.607,-9175.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"905.773\" y=\"-9160.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"933.607,-9153.5 933.607,-9197.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.932\" y=\"-9182.3\">(None, 7, 7, 1440)</text>\n",
"<polyline fill=\"none\" points=\"933.607,-9175.5 1052.26,-9175.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"992.932\" y=\"-9160.3\">(None, 7, 7, 1440)</text>\n",
"</g>\n",
"<!-- 5405019552&#45;&gt;5410016672 -->\n",
"<g class=\"edge\" id=\"edge513\"><title>5405019552-&gt;5410016672</title>\n",
"<path d=\"M938.192,-9234.33C924.759,-9224.85 908.762,-9213.57 894.481,-9203.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"896.491,-9200.63 886.302,-9197.73 892.457,-9206.35 896.491,-9200.63\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5406336560 -->\n",
"<g class=\"node\" id=\"node458\"><title>5406336560</title>\n",
"<polygon fill=\"none\" points=\"756.741,-8667.5 756.741,-8711.5 1215.67,-8711.5 1215.67,-8667.5 756.741,-8667.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"846.561\" y=\"-8685.3\">concatenate_63: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"936.38,-8667.5 936.38,-8711.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"964.214\" y=\"-8696.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"936.38,-8689.5 992.049,-8689.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"964.214\" y=\"-8674.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"992.049,-8667.5 992.049,-8711.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1103.86\" y=\"-8696.3\">[(None, 7, 7, 1440), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"992.049,-8689.5 1215.67,-8689.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1103.37\" y=\"-8674.3\">(None, 7, 7, 1488)</text>\n",
"</g>\n",
"<!-- 5405019552&#45;&gt;5406336560 -->\n",
"<g class=\"edge\" id=\"edge519\"><title>5405019552-&gt;5406336560</title>\n",
"<path d=\"M1016.2,-9234.39C1032.42,-9225.23 1049.39,-9213.1 1061.21,-9198 1090.71,-9160.32 1094.21,-9143.36 1094.21,-9095.5 1094.21,-9095.5 1094.21,-9095.5 1094.21,-8850.5 1094.21,-8802.91 1090.53,-8786.97 1063.21,-8748 1055.04,-8736.35 1043.76,-8726.08 1032.36,-8717.56\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1034.25,-8714.61 1024.08,-8711.68 1030.2,-8720.32 1034.25,-8714.61\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5409868992 -->\n",
"<g class=\"node\" id=\"node453\"><title>5409868992</title>\n",
"<polygon fill=\"none\" points=\"679.586,-9072.5 679.586,-9116.5 1018.82,-9116.5 1018.82,-9072.5 679.586,-9072.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"762.047\" y=\"-9090.3\">activation_129: Activation</text>\n",
"<polyline fill=\"none\" points=\"844.507,-9072.5 844.507,-9116.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"872.342\" y=\"-9101.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"844.507,-9094.5 900.176,-9094.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"872.342\" y=\"-9079.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"900.176,-9072.5 900.176,-9116.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"959.5\" y=\"-9101.3\">(None, 7, 7, 1440)</text>\n",
"<polyline fill=\"none\" points=\"900.176,-9094.5 1018.82,-9094.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"959.5\" y=\"-9079.3\">(None, 7, 7, 1440)</text>\n",
"</g>\n",
"<!-- 5410016672&#45;&gt;5409868992 -->\n",
"<g class=\"edge\" id=\"edge514\"><title>5410016672-&gt;5409868992</title>\n",
"<path d=\"M854.33,-9153.33C853.608,-9145.18 852.768,-9135.7 851.979,-9126.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"855.456,-9126.38 851.087,-9116.73 848.483,-9127 855.456,-9126.38\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410105440 -->\n",
"<g class=\"node\" id=\"node454\"><title>5410105440</title>\n",
"<polygon fill=\"none\" points=\"634.373,-8991.5 634.373,-9035.5 1056.04,-9035.5 1056.04,-8991.5 634.373,-8991.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"758.047\" y=\"-9009.3\">dense_3_8_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"881.721,-8991.5 881.721,-9035.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.556\" y=\"-9020.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"881.721,-9013.5 937.39,-9013.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"909.556\" y=\"-8998.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"937.39,-8991.5 937.39,-9035.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"996.714\" y=\"-9020.3\">(None, 7, 7, 1440)</text>\n",
"<polyline fill=\"none\" points=\"937.39,-9013.5 1056.04,-9013.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"996.714\" y=\"-8998.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5409868992&#45;&gt;5410105440 -->\n",
"<g class=\"edge\" id=\"edge515\"><title>5409868992-&gt;5410105440</title>\n",
"<path d=\"M848.134,-9072.33C847.721,-9064.18 847.241,-9054.7 846.79,-9045.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"850.282,-9045.54 846.28,-9035.73 843.291,-9045.89 850.282,-9045.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410220296 -->\n",
"<g class=\"node\" id=\"node455\"><title>5410220296</title>\n",
"<polygon fill=\"none\" points=\"616,-8910.5 616,-8954.5 1066.41,-8954.5 1066.41,-8910.5 616,-8910.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"757.547\" y=\"-8928.3\">dense_3_8_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"899.094,-8910.5 899.094,-8954.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.928\" y=\"-8939.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"899.094,-8932.5 954.763,-8932.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"926.928\" y=\"-8917.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"954.763,-8910.5 954.763,-8954.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.59\" y=\"-8939.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"954.763,-8932.5 1066.41,-8932.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.59\" y=\"-8917.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5410105440&#45;&gt;5410220296 -->\n",
"<g class=\"edge\" id=\"edge516\"><title>5410105440-&gt;5410220296</title>\n",
"<path d=\"M844.134,-8991.33C843.721,-8983.18 843.241,-8973.7 842.79,-8964.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"846.282,-8964.54 842.28,-8954.73 839.291,-8964.89 846.282,-8964.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410779208 -->\n",
"<g class=\"node\" id=\"node456\"><title>5410779208</title>\n",
"<polygon fill=\"none\" points=\"700.086,-8829.5 700.086,-8873.5 1032.32,-8873.5 1032.32,-8829.5 700.086,-8829.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"782.547\" y=\"-8847.3\">activation_130: Activation</text>\n",
"<polyline fill=\"none\" points=\"865.007,-8829.5 865.007,-8873.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"892.842\" y=\"-8858.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"865.007,-8851.5 920.676,-8851.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"892.842\" y=\"-8836.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"920.676,-8829.5 920.676,-8873.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"976.5\" y=\"-8858.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"920.676,-8851.5 1032.32,-8851.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"976.5\" y=\"-8836.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5410220296&#45;&gt;5410779208 -->\n",
"<g class=\"edge\" id=\"edge517\"><title>5410220296-&gt;5410779208</title>\n",
"<path d=\"M847.905,-8910.33C850.511,-8902.09 853.55,-8892.49 856.393,-8883.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"859.807,-8884.32 859.488,-8873.73 853.133,-8882.21 859.807,-8884.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410871672 -->\n",
"<g class=\"node\" id=\"node457\"><title>5410871672</title>\n",
"<polygon fill=\"none\" points=\"704.528,-8748.5 704.528,-8792.5 1053.88,-8792.5 1053.88,-8748.5 704.528,-8748.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"795.547\" y=\"-8766.3\">dense_3_8_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"886.566,-8748.5 886.566,-8792.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.4\" y=\"-8777.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"886.566,-8770.5 942.235,-8770.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"914.4\" y=\"-8755.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"942.235,-8748.5 942.235,-8792.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.059\" y=\"-8777.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"942.235,-8770.5 1053.88,-8770.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"998.059\" y=\"-8755.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5410779208&#45;&gt;5410871672 -->\n",
"<g class=\"edge\" id=\"edge518\"><title>5410779208-&gt;5410871672</title>\n",
"<path d=\"M869.689,-8829.33C871.03,-8821.18 872.591,-8811.7 874.055,-8802.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"877.542,-8803.16 875.712,-8792.73 870.635,-8802.03 877.542,-8803.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5410871672&#45;&gt;5406336560 -->\n",
"<g class=\"edge\" id=\"edge520\"><title>5410871672-&gt;5406336560</title>\n",
"<path d=\"M907.88,-8748.33C920.593,-8738.94 935.71,-8727.78 949.256,-8717.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"951.486,-8720.48 957.452,-8711.73 947.329,-8714.85 951.486,-8720.48\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5411601600 -->\n",
"<g class=\"node\" id=\"node459\"><title>5411601600</title>\n",
"<polygon fill=\"none\" points=\"678.155,-8586.5 678.155,-8630.5 1070.26,-8630.5 1070.26,-8586.5 678.155,-8586.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"787.047\" y=\"-8604.3\">dense_3_9_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"895.938,-8586.5 895.938,-8630.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"923.773\" y=\"-8615.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"895.938,-8608.5 951.607,-8608.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"923.773\" y=\"-8593.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"951.607,-8586.5 951.607,-8630.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.93\" y=\"-8615.3\">(None, 7, 7, 1488)</text>\n",
"<polyline fill=\"none\" points=\"951.607,-8608.5 1070.26,-8608.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1010.93\" y=\"-8593.3\">(None, 7, 7, 1488)</text>\n",
"</g>\n",
"<!-- 5406336560&#45;&gt;5411601600 -->\n",
"<g class=\"edge\" id=\"edge521\"><title>5406336560-&gt;5411601600</title>\n",
"<path d=\"M956.192,-8667.33C942.759,-8657.85 926.762,-8646.57 912.481,-8636.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"914.491,-8633.63 904.302,-8630.73 910.457,-8639.35 914.491,-8633.63\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5407792096 -->\n",
"<g class=\"node\" id=\"node465\"><title>5407792096</title>\n",
"<polygon fill=\"none\" points=\"774.741,-8100.5 774.741,-8144.5 1233.67,-8144.5 1233.67,-8100.5 774.741,-8100.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"864.561\" y=\"-8118.3\">concatenate_64: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"954.38,-8100.5 954.38,-8144.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"982.214\" y=\"-8129.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"954.38,-8122.5 1010.05,-8122.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"982.214\" y=\"-8107.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1010.05,-8100.5 1010.05,-8144.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1121.86\" y=\"-8129.3\">[(None, 7, 7, 1488), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"1010.05,-8122.5 1233.67,-8122.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1121.37\" y=\"-8107.3\">(None, 7, 7, 1536)</text>\n",
"</g>\n",
"<!-- 5406336560&#45;&gt;5407792096 -->\n",
"<g class=\"edge\" id=\"edge527\"><title>5406336560-&gt;5407792096</title>\n",
"<path d=\"M1034.2,-8667.39C1050.42,-8658.23 1067.39,-8646.1 1079.21,-8631 1108.71,-8593.32 1112.21,-8576.36 1112.21,-8528.5 1112.21,-8528.5 1112.21,-8528.5 1112.21,-8283.5 1112.21,-8235.78 1107.66,-8220.04 1080.21,-8181 1072.01,-8169.35 1060.73,-8159.03 1049.37,-8150.46\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1051.29,-8147.53 1041.12,-8144.54 1047.21,-8153.22 1051.29,-8147.53\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5411458016 -->\n",
"<g class=\"node\" id=\"node460\"><title>5411458016</title>\n",
"<polygon fill=\"none\" points=\"697.586,-8505.5 697.586,-8549.5 1036.82,-8549.5 1036.82,-8505.5 697.586,-8505.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"780.047\" y=\"-8523.3\">activation_131: Activation</text>\n",
"<polyline fill=\"none\" points=\"862.507,-8505.5 862.507,-8549.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.342\" y=\"-8534.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"862.507,-8527.5 918.176,-8527.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"890.342\" y=\"-8512.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"918.176,-8505.5 918.176,-8549.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"977.5\" y=\"-8534.3\">(None, 7, 7, 1488)</text>\n",
"<polyline fill=\"none\" points=\"918.176,-8527.5 1036.82,-8527.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"977.5\" y=\"-8512.3\">(None, 7, 7, 1488)</text>\n",
"</g>\n",
"<!-- 5411601600&#45;&gt;5411458016 -->\n",
"<g class=\"edge\" id=\"edge522\"><title>5411601600-&gt;5411458016</title>\n",
"<path d=\"M872.33,-8586.33C871.608,-8578.18 870.768,-8568.7 869.979,-8559.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"873.456,-8559.38 869.087,-8549.73 866.483,-8560 873.456,-8559.38\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5411698560 -->\n",
"<g class=\"node\" id=\"node461\"><title>5411698560</title>\n",
"<polygon fill=\"none\" points=\"652.373,-8424.5 652.373,-8468.5 1074.04,-8468.5 1074.04,-8424.5 652.373,-8424.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"776.047\" y=\"-8442.3\">dense_3_9_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"899.721,-8424.5 899.721,-8468.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"927.556\" y=\"-8453.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"899.721,-8446.5 955.39,-8446.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"927.556\" y=\"-8431.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"955.39,-8424.5 955.39,-8468.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1014.71\" y=\"-8453.3\">(None, 7, 7, 1488)</text>\n",
"<polyline fill=\"none\" points=\"955.39,-8446.5 1074.04,-8446.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1014.71\" y=\"-8431.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5411458016&#45;&gt;5411698560 -->\n",
"<g class=\"edge\" id=\"edge523\"><title>5411458016-&gt;5411698560</title>\n",
"<path d=\"M866.134,-8505.33C865.721,-8497.18 865.241,-8487.7 864.79,-8478.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"868.282,-8478.54 864.28,-8468.73 861.291,-8478.89 868.282,-8478.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412093512 -->\n",
"<g class=\"node\" id=\"node462\"><title>5412093512</title>\n",
"<polygon fill=\"none\" points=\"634,-8343.5 634,-8387.5 1084.41,-8387.5 1084.41,-8343.5 634,-8343.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"775.547\" y=\"-8361.3\">dense_3_9_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"917.094,-8343.5 917.094,-8387.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.928\" y=\"-8372.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"917.094,-8365.5 972.763,-8365.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.928\" y=\"-8350.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"972.763,-8343.5 972.763,-8387.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1028.59\" y=\"-8372.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"972.763,-8365.5 1084.41,-8365.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1028.59\" y=\"-8350.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5411698560&#45;&gt;5412093512 -->\n",
"<g class=\"edge\" id=\"edge524\"><title>5411698560-&gt;5412093512</title>\n",
"<path d=\"M862.134,-8424.33C861.721,-8416.18 861.241,-8406.7 860.79,-8397.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"864.282,-8397.54 860.28,-8387.73 857.291,-8397.89 864.282,-8397.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412423384 -->\n",
"<g class=\"node\" id=\"node463\"><title>5412423384</title>\n",
"<polygon fill=\"none\" points=\"718.086,-8262.5 718.086,-8306.5 1050.32,-8306.5 1050.32,-8262.5 718.086,-8262.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800.547\" y=\"-8280.3\">activation_132: Activation</text>\n",
"<polyline fill=\"none\" points=\"883.007,-8262.5 883.007,-8306.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"910.842\" y=\"-8291.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"883.007,-8284.5 938.676,-8284.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"910.842\" y=\"-8269.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"938.676,-8262.5 938.676,-8306.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"994.5\" y=\"-8291.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"938.676,-8284.5 1050.32,-8284.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"994.5\" y=\"-8269.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5412093512&#45;&gt;5412423384 -->\n",
"<g class=\"edge\" id=\"edge525\"><title>5412093512-&gt;5412423384</title>\n",
"<path d=\"M865.905,-8343.33C868.511,-8335.09 871.55,-8325.49 874.393,-8316.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"877.807,-8317.32 877.488,-8306.73 871.133,-8315.21 877.807,-8317.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412221392 -->\n",
"<g class=\"node\" id=\"node464\"><title>5412221392</title>\n",
"<polygon fill=\"none\" points=\"721.528,-8181.5 721.528,-8225.5 1070.88,-8225.5 1070.88,-8181.5 721.528,-8181.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812.547\" y=\"-8199.3\">dense_3_9_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"903.566,-8181.5 903.566,-8225.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"931.4\" y=\"-8210.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"903.566,-8203.5 959.235,-8203.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"931.4\" y=\"-8188.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"959.235,-8181.5 959.235,-8225.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1015.06\" y=\"-8210.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"959.235,-8203.5 1070.88,-8203.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1015.06\" y=\"-8188.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5412423384&#45;&gt;5412221392 -->\n",
"<g class=\"edge\" id=\"edge526\"><title>5412423384-&gt;5412221392</title>\n",
"<path d=\"M887.421,-8262.33C888.659,-8254.18 890.099,-8244.7 891.452,-8235.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"894.939,-8236.14 892.981,-8225.73 888.019,-8235.09 894.939,-8236.14\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412221392&#45;&gt;5407792096 -->\n",
"<g class=\"edge\" id=\"edge528\"><title>5412221392-&gt;5407792096</title>\n",
"<path d=\"M925.148,-8181.33C937.98,-8171.94 953.238,-8160.78 966.911,-8150.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"969.179,-8153.46 975.184,-8144.73 965.046,-8147.81 969.179,-8153.46\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412546376 -->\n",
"<g class=\"node\" id=\"node466\"><title>5412546376</title>\n",
"<polygon fill=\"none\" points=\"690.655,-8019.5 690.655,-8063.5 1089.76,-8063.5 1089.76,-8019.5 690.655,-8019.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"803.047\" y=\"-8037.3\">dense_3_10_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"915.438,-8019.5 915.438,-8063.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"943.273\" y=\"-8048.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"915.438,-8041.5 971.107,-8041.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"943.273\" y=\"-8026.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"971.107,-8019.5 971.107,-8063.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1030.43\" y=\"-8048.3\">(None, 7, 7, 1536)</text>\n",
"<polyline fill=\"none\" points=\"971.107,-8041.5 1089.76,-8041.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1030.43\" y=\"-8026.3\">(None, 7, 7, 1536)</text>\n",
"</g>\n",
"<!-- 5407792096&#45;&gt;5412546376 -->\n",
"<g class=\"edge\" id=\"edge529\"><title>5407792096-&gt;5412546376</title>\n",
"<path d=\"M973.656,-8100.33C959.983,-8090.85 943.701,-8079.57 929.164,-8069.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"931.053,-8066.55 920.84,-8063.73 927.066,-8072.3 931.053,-8066.55\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5409545968 -->\n",
"<g class=\"node\" id=\"node472\"><title>5409545968</title>\n",
"<polygon fill=\"none\" points=\"785.741,-7533.5 785.741,-7577.5 1244.67,-7577.5 1244.67,-7533.5 785.741,-7533.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"875.561\" y=\"-7551.3\">concatenate_65: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"965.38,-7533.5 965.38,-7577.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"993.214\" y=\"-7562.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"965.38,-7555.5 1021.05,-7555.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"993.214\" y=\"-7540.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1021.05,-7533.5 1021.05,-7577.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1132.86\" y=\"-7562.3\">[(None, 7, 7, 1536), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"1021.05,-7555.5 1244.67,-7555.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1132.37\" y=\"-7540.3\">(None, 7, 7, 1584)</text>\n",
"</g>\n",
"<!-- 5407792096&#45;&gt;5409545968 -->\n",
"<g class=\"edge\" id=\"edge535\"><title>5407792096-&gt;5409545968</title>\n",
"<path d=\"M1054.75,-8100.45C1071.07,-8091.41 1087.85,-8079.34 1099.21,-8064 1127.18,-8026.23 1125.21,-8008.5 1125.21,-7961.5 1125.21,-7961.5 1125.21,-7961.5 1125.21,-7716.5 1125.21,-7668.78 1120.9,-7652.87 1093.21,-7614 1084.88,-7602.31 1073.44,-7592.03 1061.89,-7583.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1063.7,-7580.51 1053.5,-7577.63 1059.68,-7586.24 1063.7,-7580.51\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5413279392 -->\n",
"<g class=\"node\" id=\"node467\"><title>5413279392</title>\n",
"<polygon fill=\"none\" points=\"709.586,-7938.5 709.586,-7982.5 1048.82,-7982.5 1048.82,-7938.5 709.586,-7938.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"792.047\" y=\"-7956.3\">activation_133: Activation</text>\n",
"<polyline fill=\"none\" points=\"874.507,-7938.5 874.507,-7982.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.342\" y=\"-7967.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"874.507,-7960.5 930.176,-7960.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"902.342\" y=\"-7945.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"930.176,-7938.5 930.176,-7982.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"989.5\" y=\"-7967.3\">(None, 7, 7, 1536)</text>\n",
"<polyline fill=\"none\" points=\"930.176,-7960.5 1048.82,-7960.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"989.5\" y=\"-7945.3\">(None, 7, 7, 1536)</text>\n",
"</g>\n",
"<!-- 5412546376&#45;&gt;5413279392 -->\n",
"<g class=\"edge\" id=\"edge530\"><title>5412546376-&gt;5413279392</title>\n",
"<path d=\"M887.258,-8019.33C886.123,-8011.18 884.803,-8001.7 883.563,-7992.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"887.007,-7992.15 882.162,-7982.73 880.074,-7993.12 887.007,-7992.15\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5413182432 -->\n",
"<g class=\"node\" id=\"node468\"><title>5413182432</title>\n",
"<polygon fill=\"none\" points=\"661.873,-7857.5 661.873,-7901.5 1090.54,-7901.5 1090.54,-7857.5 661.873,-7857.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"789.047\" y=\"-7875.3\">dense_3_10_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"916.221,-7857.5 916.221,-7901.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.056\" y=\"-7886.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"916.221,-7879.5 971.89,-7879.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.056\" y=\"-7864.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"971.89,-7857.5 971.89,-7901.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1031.21\" y=\"-7886.3\">(None, 7, 7, 1536)</text>\n",
"<polyline fill=\"none\" points=\"971.89,-7879.5 1090.54,-7879.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1031.21\" y=\"-7864.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5413279392&#45;&gt;5413182432 -->\n",
"<g class=\"edge\" id=\"edge531\"><title>5413279392-&gt;5413182432</title>\n",
"<path d=\"M878.402,-7938.33C878.092,-7930.18 877.732,-7920.7 877.394,-7911.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"880.889,-7911.59 877.012,-7901.73 873.894,-7911.85 880.889,-7911.59\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5413580248 -->\n",
"<g class=\"node\" id=\"node469\"><title>5413580248</title>\n",
"<polygon fill=\"none\" points=\"639.5,-7776.5 639.5,-7820.5 1096.91,-7820.5 1096.91,-7776.5 639.5,-7776.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"784.547\" y=\"-7794.3\">dense_3_10_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"929.594,-7776.5 929.594,-7820.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"957.428\" y=\"-7805.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"929.594,-7798.5 985.263,-7798.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"957.428\" y=\"-7783.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"985.263,-7776.5 985.263,-7820.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.09\" y=\"-7805.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"985.263,-7798.5 1096.91,-7798.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.09\" y=\"-7783.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5413182432&#45;&gt;5413580248 -->\n",
"<g class=\"edge\" id=\"edge532\"><title>5413182432-&gt;5413580248</title>\n",
"<path d=\"M874.062,-7857.33C873.237,-7849.18 872.276,-7839.7 871.375,-7830.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"874.845,-7830.33 870.355,-7820.73 867.881,-7831.03 874.845,-7830.33\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414000120 -->\n",
"<g class=\"node\" id=\"node470\"><title>5414000120</title>\n",
"<polygon fill=\"none\" points=\"715.086,-7695.5 715.086,-7739.5 1047.32,-7739.5 1047.32,-7695.5 715.086,-7695.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"797.547\" y=\"-7713.3\">activation_134: Activation</text>\n",
"<polyline fill=\"none\" points=\"880.007,-7695.5 880.007,-7739.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.842\" y=\"-7724.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"880.007,-7717.5 935.676,-7717.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"907.842\" y=\"-7702.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"935.676,-7695.5 935.676,-7739.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"991.5\" y=\"-7724.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"935.676,-7717.5 1047.32,-7717.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"991.5\" y=\"-7702.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5413580248&#45;&gt;5414000120 -->\n",
"<g class=\"edge\" id=\"edge533\"><title>5413580248-&gt;5414000120</title>\n",
"<path d=\"M871.689,-7776.33C873.03,-7768.18 874.591,-7758.7 876.055,-7749.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"879.542,-7750.16 877.712,-7739.73 872.635,-7749.03 879.542,-7750.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5413810808 -->\n",
"<g class=\"node\" id=\"node471\"><title>5413810808</title>\n",
"<polygon fill=\"none\" points=\"728.028,-7614.5 728.028,-7658.5 1084.38,-7658.5 1084.38,-7614.5 728.028,-7614.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"822.547\" y=\"-7632.3\">dense_3_10_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"917.066,-7614.5 917.066,-7658.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.9\" y=\"-7643.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"917.066,-7636.5 972.735,-7636.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"944.9\" y=\"-7621.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"972.735,-7614.5 972.735,-7658.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1028.56\" y=\"-7643.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"972.735,-7636.5 1084.38,-7636.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1028.56\" y=\"-7621.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5414000120&#45;&gt;5413810808 -->\n",
"<g class=\"edge\" id=\"edge534\"><title>5414000120-&gt;5413810808</title>\n",
"<path d=\"M887.905,-7695.33C890.511,-7687.09 893.55,-7677.49 896.393,-7668.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"899.807,-7669.32 899.488,-7658.73 893.133,-7667.21 899.807,-7669.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5413810808&#45;&gt;5409545968 -->\n",
"<g class=\"edge\" id=\"edge536\"><title>5413810808-&gt;5409545968</title>\n",
"<path d=\"M935.416,-7614.33C948.367,-7604.94 963.766,-7593.78 977.566,-7583.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"979.872,-7586.43 985.915,-7577.73 975.764,-7580.76 979.872,-7586.43\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414818592 -->\n",
"<g class=\"node\" id=\"node473\"><title>5414818592</title>\n",
"<polygon fill=\"none\" points=\"702.912,-7452.5 702.912,-7496.5 1101.5,-7496.5 1101.5,-7452.5 702.912,-7452.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"815.047\" y=\"-7470.3\">dense_3_11_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"927.182,-7452.5 927.182,-7496.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.017\" y=\"-7481.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"927.182,-7474.5 982.851,-7474.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"955.017\" y=\"-7459.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"982.851,-7452.5 982.851,-7496.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1042.18\" y=\"-7481.3\">(None, 7, 7, 1584)</text>\n",
"<polyline fill=\"none\" points=\"982.851,-7474.5 1101.5,-7474.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1042.18\" y=\"-7459.3\">(None, 7, 7, 1584)</text>\n",
"</g>\n",
"<!-- 5409545968&#45;&gt;5414818592 -->\n",
"<g class=\"edge\" id=\"edge537\"><title>5409545968-&gt;5414818592</title>\n",
"<path d=\"M984.924,-7533.33C971.371,-7523.85 955.231,-7512.57 940.822,-7502.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"942.772,-7499.59 932.571,-7496.73 938.761,-7505.33 942.772,-7499.59\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5411220952 -->\n",
"<g class=\"node\" id=\"node479\"><title>5411220952</title>\n",
"<polygon fill=\"none\" points=\"797.741,-6966.5 797.741,-7010.5 1256.67,-7010.5 1256.67,-6966.5 797.741,-6966.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"887.561\" y=\"-6984.3\">concatenate_66: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"977.38,-6966.5 977.38,-7010.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1005.21\" y=\"-6995.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"977.38,-6988.5 1033.05,-6988.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1005.21\" y=\"-6973.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1033.05,-6966.5 1033.05,-7010.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1144.86\" y=\"-6995.3\">[(None, 7, 7, 1584), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"1033.05,-6988.5 1256.67,-6988.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1144.37\" y=\"-6973.3\">(None, 7, 7, 1632)</text>\n",
"</g>\n",
"<!-- 5409545968&#45;&gt;5411220952 -->\n",
"<g class=\"edge\" id=\"edge543\"><title>5409545968-&gt;5411220952</title>\n",
"<path d=\"M1065.75,-7533.45C1082.07,-7524.41 1098.85,-7512.34 1110.21,-7497 1138.18,-7459.23 1136.21,-7441.5 1136.21,-7394.5 1136.21,-7394.5 1136.21,-7394.5 1136.21,-7149.5 1136.21,-7101.91 1132.65,-7085.88 1105.21,-7047 1096.93,-7035.28 1085.51,-7024.98 1073.96,-7016.47\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1075.77,-7013.46 1065.57,-7010.58 1071.75,-7019.19 1075.77,-7013.46\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414631968 -->\n",
"<g class=\"node\" id=\"node474\"><title>5414631968</title>\n",
"<polygon fill=\"none\" points=\"728.586,-7371.5 728.586,-7415.5 1067.82,-7415.5 1067.82,-7371.5 728.586,-7371.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"811.047\" y=\"-7389.3\">activation_135: Activation</text>\n",
"<polyline fill=\"none\" points=\"893.507,-7371.5 893.507,-7415.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"921.342\" y=\"-7400.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"893.507,-7393.5 949.176,-7393.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"921.342\" y=\"-7378.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"949.176,-7371.5 949.176,-7415.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1008.5\" y=\"-7400.3\">(None, 7, 7, 1584)</text>\n",
"<polyline fill=\"none\" points=\"949.176,-7393.5 1067.82,-7393.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1008.5\" y=\"-7378.3\">(None, 7, 7, 1584)</text>\n",
"</g>\n",
"<!-- 5414818592&#45;&gt;5414631968 -->\n",
"<g class=\"edge\" id=\"edge538\"><title>5414818592-&gt;5414631968</title>\n",
"<path d=\"M901.134,-7452.33C900.721,-7444.18 900.241,-7434.7 899.79,-7425.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"903.282,-7425.54 899.28,-7415.73 896.291,-7425.89 903.282,-7425.54\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414780712 -->\n",
"<g class=\"node\" id=\"node475\"><title>5414780712</title>\n",
"<polygon fill=\"none\" points=\"673.129,-7290.5 673.129,-7334.5 1101.28,-7334.5 1101.28,-7290.5 673.129,-7290.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"800.047\" y=\"-7308.3\">dense_3_11_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"926.965,-7290.5 926.965,-7334.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"954.799\" y=\"-7319.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"926.965,-7312.5 982.634,-7312.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"954.799\" y=\"-7297.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"982.634,-7290.5 982.634,-7334.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.96\" y=\"-7319.3\">(None, 7, 7, 1584)</text>\n",
"<polyline fill=\"none\" points=\"982.634,-7312.5 1101.28,-7312.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1041.96\" y=\"-7297.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5414631968&#45;&gt;5414780712 -->\n",
"<g class=\"edge\" id=\"edge539\"><title>5414631968-&gt;5414780712</title>\n",
"<path d=\"M895.258,-7371.33C894.123,-7363.18 892.803,-7353.7 891.563,-7344.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"895.007,-7344.15 890.162,-7334.73 888.074,-7345.12 895.007,-7344.15\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414991464 -->\n",
"<g class=\"node\" id=\"node476\"><title>5414991464</title>\n",
"<polygon fill=\"none\" points=\"651.756,-7209.5 651.756,-7253.5 1108.65,-7253.5 1108.65,-7209.5 651.756,-7209.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"796.547\" y=\"-7227.3\">dense_3_11_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"941.337,-7209.5 941.337,-7253.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"969.172\" y=\"-7238.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"941.337,-7231.5 997.006,-7231.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"969.172\" y=\"-7216.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"997.006,-7209.5 997.006,-7253.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1052.83\" y=\"-7238.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"997.006,-7231.5 1108.65,-7231.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1052.83\" y=\"-7216.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5414780712&#45;&gt;5414991464 -->\n",
"<g class=\"edge\" id=\"edge540\"><title>5414780712-&gt;5414991464</title>\n",
"<path d=\"M885.33,-7290.33C884.608,-7282.18 883.768,-7272.7 882.979,-7263.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"886.456,-7263.38 882.087,-7253.73 879.483,-7264 886.456,-7263.38\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5415592400 -->\n",
"<g class=\"node\" id=\"node477\"><title>5415592400</title>\n",
"<polygon fill=\"none\" points=\"727.086,-7128.5 727.086,-7172.5 1059.32,-7172.5 1059.32,-7128.5 727.086,-7128.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"809.547\" y=\"-7146.3\">activation_136: Activation</text>\n",
"<polyline fill=\"none\" points=\"892.007,-7128.5 892.007,-7172.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"919.842\" y=\"-7157.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"892.007,-7150.5 947.676,-7150.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"919.842\" y=\"-7135.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"947.676,-7128.5 947.676,-7172.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1003.5\" y=\"-7157.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"947.676,-7150.5 1059.32,-7150.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1003.5\" y=\"-7135.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5414991464&#45;&gt;5415592400 -->\n",
"<g class=\"edge\" id=\"edge541\"><title>5414991464-&gt;5415592400</title>\n",
"<path d=\"M883.689,-7209.33C885.03,-7201.18 886.591,-7191.7 888.055,-7182.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"891.542,-7183.16 889.712,-7172.73 884.635,-7182.03 891.542,-7183.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5415534432 -->\n",
"<g class=\"node\" id=\"node478\"><title>5415534432</title>\n",
"<polygon fill=\"none\" points=\"740.284,-7047.5 740.284,-7091.5 1096.13,-7091.5 1096.13,-7047.5 740.284,-7047.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"834.547\" y=\"-7065.3\">dense_3_11_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"928.81,-7047.5 928.81,-7091.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"956.644\" y=\"-7076.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"928.81,-7069.5 984.479,-7069.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"956.644\" y=\"-7054.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"984.479,-7047.5 984.479,-7091.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1040.3\" y=\"-7076.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"984.479,-7069.5 1096.13,-7069.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1040.3\" y=\"-7054.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5415592400&#45;&gt;5415534432 -->\n",
"<g class=\"edge\" id=\"edge542\"><title>5415592400-&gt;5415534432</title>\n",
"<path d=\"M899.905,-7128.33C902.511,-7120.09 905.55,-7110.49 908.393,-7101.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"911.807,-7102.32 911.488,-7091.73 905.133,-7100.21 911.807,-7102.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5415534432&#45;&gt;5411220952 -->\n",
"<g class=\"edge\" id=\"edge544\"><title>5415534432-&gt;5411220952</title>\n",
"<path d=\"M947.416,-7047.33C960.367,-7037.94 975.766,-7026.78 989.566,-7016.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"991.872,-7019.43 997.915,-7010.73 987.764,-7013.76 991.872,-7019.43\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416411712 -->\n",
"<g class=\"node\" id=\"node480\"><title>5416411712</title>\n",
"<polygon fill=\"none\" points=\"713.655,-6885.5 713.655,-6929.5 1112.76,-6929.5 1112.76,-6885.5 713.655,-6885.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"826.047\" y=\"-6903.3\">dense_3_12_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"938.438,-6885.5 938.438,-6929.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"966.273\" y=\"-6914.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"938.438,-6907.5 994.107,-6907.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"966.273\" y=\"-6892.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"994.107,-6885.5 994.107,-6929.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1053.43\" y=\"-6914.3\">(None, 7, 7, 1632)</text>\n",
"<polyline fill=\"none\" points=\"994.107,-6907.5 1112.76,-6907.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1053.43\" y=\"-6892.3\">(None, 7, 7, 1632)</text>\n",
"</g>\n",
"<!-- 5411220952&#45;&gt;5416411712 -->\n",
"<g class=\"edge\" id=\"edge545\"><title>5411220952-&gt;5416411712</title>\n",
"<path d=\"M996.656,-6966.33C982.983,-6956.85 966.701,-6945.57 952.164,-6935.5\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"954.053,-6932.55 943.84,-6929.73 950.066,-6938.3 954.053,-6932.55\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5412632168 -->\n",
"<g class=\"node\" id=\"node486\"><title>5412632168</title>\n",
"<polygon fill=\"none\" points=\"808.741,-6399.5 808.741,-6443.5 1267.67,-6443.5 1267.67,-6399.5 808.741,-6399.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"898.561\" y=\"-6417.3\">concatenate_67: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"988.38,-6399.5 988.38,-6443.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1016.21\" y=\"-6428.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"988.38,-6421.5 1044.05,-6421.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1016.21\" y=\"-6406.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1044.05,-6399.5 1044.05,-6443.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1155.86\" y=\"-6428.3\">[(None, 7, 7, 1632), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"1044.05,-6421.5 1267.67,-6421.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1155.37\" y=\"-6406.3\">(None, 7, 7, 1680)</text>\n",
"</g>\n",
"<!-- 5411220952&#45;&gt;5412632168 -->\n",
"<g class=\"edge\" id=\"edge551\"><title>5411220952-&gt;5412632168</title>\n",
"<path d=\"M1077.75,-6966.45C1094.07,-6957.41 1110.85,-6945.34 1122.21,-6930 1150.18,-6892.23 1148.21,-6874.5 1148.21,-6827.5 1148.21,-6827.5 1148.21,-6827.5 1148.21,-6582.5 1148.21,-6534.78 1143.9,-6518.87 1116.21,-6480 1107.88,-6468.31 1096.44,-6458.03 1084.89,-6449.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1086.7,-6446.51 1076.5,-6443.63 1082.68,-6452.24 1086.7,-6446.51\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416225088 -->\n",
"<g class=\"node\" id=\"node481\"><title>5416225088</title>\n",
"<polygon fill=\"none\" points=\"732.586,-6804.5 732.586,-6848.5 1071.82,-6848.5 1071.82,-6804.5 732.586,-6804.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"815.047\" y=\"-6822.3\">activation_137: Activation</text>\n",
"<polyline fill=\"none\" points=\"897.507,-6804.5 897.507,-6848.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"925.342\" y=\"-6833.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"897.507,-6826.5 953.176,-6826.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"925.342\" y=\"-6811.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"953.176,-6804.5 953.176,-6848.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1012.5\" y=\"-6833.3\">(None, 7, 7, 1632)</text>\n",
"<polyline fill=\"none\" points=\"953.176,-6826.5 1071.82,-6826.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1012.5\" y=\"-6811.3\">(None, 7, 7, 1632)</text>\n",
"</g>\n",
"<!-- 5416411712&#45;&gt;5416225088 -->\n",
"<g class=\"edge\" id=\"edge546\"><title>5416411712-&gt;5416225088</title>\n",
"<path d=\"M910.258,-6885.33C909.123,-6877.18 907.803,-6867.7 906.563,-6858.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"910.007,-6858.15 905.162,-6848.73 903.074,-6859.12 910.007,-6858.15\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416361656 -->\n",
"<g class=\"node\" id=\"node482\"><title>5416361656</title>\n",
"<polygon fill=\"none\" points=\"684.873,-6723.5 684.873,-6767.5 1113.54,-6767.5 1113.54,-6723.5 684.873,-6723.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"812.047\" y=\"-6741.3\">dense_3_12_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"939.221,-6723.5 939.221,-6767.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"967.056\" y=\"-6752.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"939.221,-6745.5 994.89,-6745.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"967.056\" y=\"-6730.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"994.89,-6723.5 994.89,-6767.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1054.21\" y=\"-6752.3\">(None, 7, 7, 1632)</text>\n",
"<polyline fill=\"none\" points=\"994.89,-6745.5 1113.54,-6745.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1054.21\" y=\"-6730.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5416225088&#45;&gt;5416361656 -->\n",
"<g class=\"edge\" id=\"edge547\"><title>5416225088-&gt;5416361656</title>\n",
"<path d=\"M901.402,-6804.33C901.092,-6796.18 900.732,-6786.7 900.394,-6777.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"903.889,-6777.59 900.012,-6767.73 896.894,-6777.85 903.889,-6777.59\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416853064 -->\n",
"<g class=\"node\" id=\"node483\"><title>5416853064</title>\n",
"<polygon fill=\"none\" points=\"662.5,-6642.5 662.5,-6686.5 1119.91,-6686.5 1119.91,-6642.5 662.5,-6642.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"807.547\" y=\"-6660.3\">dense_3_12_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"952.594,-6642.5 952.594,-6686.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"980.428\" y=\"-6671.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"952.594,-6664.5 1008.26,-6664.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"980.428\" y=\"-6649.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1008.26,-6642.5 1008.26,-6686.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1064.09\" y=\"-6671.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"1008.26,-6664.5 1119.91,-6664.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1064.09\" y=\"-6649.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5416361656&#45;&gt;5416853064 -->\n",
"<g class=\"edge\" id=\"edge548\"><title>5416361656-&gt;5416853064</title>\n",
"<path d=\"M897.062,-6723.33C896.237,-6715.18 895.276,-6705.7 894.375,-6696.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"897.845,-6696.33 893.355,-6686.73 890.881,-6697.03 897.845,-6696.33\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5417223672 -->\n",
"<g class=\"node\" id=\"node484\"><title>5417223672</title>\n",
"<polygon fill=\"none\" points=\"750.086,-6561.5 750.086,-6605.5 1082.32,-6605.5 1082.32,-6561.5 750.086,-6561.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"832.547\" y=\"-6579.3\">activation_138: Activation</text>\n",
"<polyline fill=\"none\" points=\"915.007,-6561.5 915.007,-6605.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"942.842\" y=\"-6590.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"915.007,-6583.5 970.676,-6583.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"942.842\" y=\"-6568.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"970.676,-6561.5 970.676,-6605.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1026.5\" y=\"-6590.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"970.676,-6583.5 1082.32,-6583.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1026.5\" y=\"-6568.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5416853064&#45;&gt;5417223672 -->\n",
"<g class=\"edge\" id=\"edge549\"><title>5416853064-&gt;5417223672</title>\n",
"<path d=\"M897.905,-6642.33C900.511,-6634.09 903.55,-6624.49 906.393,-6615.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"909.807,-6616.32 909.488,-6605.73 903.133,-6614.21 909.807,-6616.32\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416995360 -->\n",
"<g class=\"node\" id=\"node485\"><title>5416995360</title>\n",
"<polygon fill=\"none\" points=\"751.028,-6480.5 751.028,-6524.5 1107.38,-6524.5 1107.38,-6480.5 751.028,-6480.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"845.547\" y=\"-6498.3\">dense_3_12_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"940.066,-6480.5 940.066,-6524.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"967.9\" y=\"-6509.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"940.066,-6502.5 995.735,-6502.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"967.9\" y=\"-6487.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"995.735,-6480.5 995.735,-6524.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1051.56\" y=\"-6509.3\">(None, 7, 7, 192)</text>\n",
"<polyline fill=\"none\" points=\"995.735,-6502.5 1107.38,-6502.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1051.56\" y=\"-6487.3\">(None, 7, 7, 48)</text>\n",
"</g>\n",
"<!-- 5417223672&#45;&gt;5416995360 -->\n",
"<g class=\"edge\" id=\"edge550\"><title>5417223672-&gt;5416995360</title>\n",
"<path d=\"M919.689,-6561.33C921.03,-6553.18 922.591,-6543.7 924.055,-6534.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"927.542,-6535.16 925.712,-6524.73 920.635,-6534.03 927.542,-6535.16\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5416995360&#45;&gt;5412632168 -->\n",
"<g class=\"edge\" id=\"edge552\"><title>5416995360-&gt;5412632168</title>\n",
"<path d=\"M958.416,-6480.33C971.367,-6470.94 986.766,-6459.78 1000.57,-6449.78\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1002.87,-6452.43 1008.91,-6443.73 998.764,-6446.76 1002.87,-6452.43\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5417992376 -->\n",
"<g class=\"node\" id=\"node487\"><title>5417992376</title>\n",
"<polygon fill=\"none\" points=\"717.655,-6318.5 717.655,-6362.5 1116.76,-6362.5 1116.76,-6318.5 717.655,-6318.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"830.047\" y=\"-6336.3\">dense_3_13_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"942.438,-6318.5 942.438,-6362.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"970.273\" y=\"-6347.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"942.438,-6340.5 998.107,-6340.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"970.273\" y=\"-6325.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"998.107,-6318.5 998.107,-6362.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1057.43\" y=\"-6347.3\">(None, 7, 7, 1680)</text>\n",
"<polyline fill=\"none\" points=\"998.107,-6340.5 1116.76,-6340.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1057.43\" y=\"-6325.3\">(None, 7, 7, 1680)</text>\n",
"</g>\n",
"<!-- 5412632168&#45;&gt;5417992376 -->\n",
"<g class=\"edge\" id=\"edge553\"><title>5412632168-&gt;5417992376</title>\n",
"<path d=\"M1005.78,-6399.33C991.132,-6389.77 973.662,-6378.36 958.124,-6368.22\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"960.008,-6365.27 949.721,-6362.73 956.181,-6371.13 960.008,-6365.27\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5414174672 -->\n",
"<g class=\"node\" id=\"node493\"><title>5414174672</title>\n",
"<polygon fill=\"none\" points=\"816.741,-5832.5 816.741,-5876.5 1275.67,-5876.5 1275.67,-5832.5 816.741,-5832.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"906.561\" y=\"-5850.3\">concatenate_68: Concatenate</text>\n",
"<polyline fill=\"none\" points=\"996.38,-5832.5 996.38,-5876.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1024.21\" y=\"-5861.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"996.38,-5854.5 1052.05,-5854.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1024.21\" y=\"-5839.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1052.05,-5832.5 1052.05,-5876.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1163.86\" y=\"-5861.3\">[(None, 7, 7, 1680), (None, 7, 7, 48)]</text>\n",
"<polyline fill=\"none\" points=\"1052.05,-5854.5 1275.67,-5854.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1163.37\" y=\"-5839.3\">(None, 7, 7, 1728)</text>\n",
"</g>\n",
"<!-- 5412632168&#45;&gt;5414174672 -->\n",
"<g class=\"edge\" id=\"edge559\"><title>5412632168-&gt;5414174672</title>\n",
"<path d=\"M1083.38,-6399.34C1098.89,-6390.11 1115.11,-6377.95 1126.21,-6363 1154.49,-6324.88 1156.21,-6307.97 1156.21,-6260.5 1156.21,-6260.5 1156.21,-6260.5 1156.21,-6015.5 1156.21,-5967.78 1151.9,-5951.87 1124.21,-5913 1115.88,-5901.31 1104.44,-5891.03 1092.89,-5882.51\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"1094.7,-5879.51 1084.5,-5876.63 1090.68,-5885.24 1094.7,-5879.51\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5417801824 -->\n",
"<g class=\"node\" id=\"node488\"><title>5417801824</title>\n",
"<polygon fill=\"none\" points=\"740.586,-6237.5 740.586,-6281.5 1079.82,-6281.5 1079.82,-6237.5 740.586,-6237.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"823.047\" y=\"-6255.3\">activation_139: Activation</text>\n",
"<polyline fill=\"none\" points=\"905.507,-6237.5 905.507,-6281.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"933.342\" y=\"-6266.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"905.507,-6259.5 961.176,-6259.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"933.342\" y=\"-6244.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"961.176,-6237.5 961.176,-6281.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1020.5\" y=\"-6266.3\">(None, 7, 7, 1680)</text>\n",
"<polyline fill=\"none\" points=\"961.176,-6259.5 1079.82,-6259.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1020.5\" y=\"-6244.3\">(None, 7, 7, 1680)</text>\n",
"</g>\n",
"<!-- 5417992376&#45;&gt;5417801824 -->\n",
"<g class=\"edge\" id=\"edge554\"><title>5417992376-&gt;5417801824</title>\n",
"<path d=\"M915.33,-6318.33C914.608,-6310.18 913.768,-6300.7 912.979,-6291.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"916.456,-6291.38 912.087,-6281.73 909.483,-6292 916.456,-6291.38\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5418036472 -->\n",
"<g class=\"node\" id=\"node489\"><title>5418036472</title>\n",
"<polygon fill=\"none\" points=\"692.873,-6156.5 692.873,-6200.5 1121.54,-6200.5 1121.54,-6156.5 692.873,-6156.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"820.047\" y=\"-6174.3\">dense_3_13_bottleneck_conv2D: Conv2D</text>\n",
"<polyline fill=\"none\" points=\"947.221,-6156.5 947.221,-6200.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"975.056\" y=\"-6185.3\">input:</text>\n",
"<polyline fill=\"none\" points=\"947.221,-6178.5 1002.89,-6178.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"975.056\" y=\"-6163.3\">output:</text>\n",
"<polyline fill=\"none\" points=\"1002.89,-6156.5 1002.89,-6200.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1062.21\" y=\"-6185.3\">(None, 7, 7, 1680)</text>\n",
"<polyline fill=\"none\" points=\"1002.89,-6178.5 1121.54,-6178.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"1062.21\" y=\"-6163.3\">(None, 7, 7, 192)</text>\n",
"</g>\n",
"<!-- 5417801824&#45;&gt;5418036472 -->\n",
"<g class=\"edge\" id=\"edge555\"><title>5417801824-&gt;5418036472</title>\n",
"<path d=\"M909.402,-6237.33C909.092,-6229.18 908.732,-6219.7 908.394,-6210.8\" fill=\"none\" stroke=\"black\"/>\n",
"<polygon fill=\"black\" points=\"911.889,-6210.59 908.012,-6200.73 904.894,-6210.85 911.889,-6210.59\" stroke=\"black\"/>\n",
"</g>\n",
"<!-- 5418250192 -->\n",
"<g class=\"node\" id=\"node490\"><title>5418250192</title>\n",
"<polygon fill=\"none\" points=\"670.5,-6075.5 670.5,-6119.5 1127.91,-6119.5 1127.91,-6075.5 670.5,-6075.5\" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"815.547\" y=\"-6093.3\">dense_3_13_bottleneck_bn: BatchNormalization</text>\n",
"<polyline fill=\"none\" points=\"960.594,-6075.5 960.594,-6119.5 \" stroke=\"black\"/>\n",
"<text font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"988.428\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment