{
  "format": "layers-model",
  "generatedBy": "keras v2.4.0",
  "convertedBy": "TensorFlow.js Converter v2.0.1.post1",
  "modelTopology": {
    "keras_version": "2.4.0",
    "backend": "tensorflow",
    "model_config": {
      "class_name": "Model",
      "config": {
        "name": "generator",
        "layers": [
          {
            "class_name": "InputLayer",
            "config": {
              "batch_input_shape": [
                null,
                null,
                null,
                3
              ],
              "dtype": "float32",
              "sparse": false,
              "ragged": false,
              "name": "LR_input"
            },
            "name": "LR_input",
            "inbound_nodes": []
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "Pre_blocks_conv",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "Pre_blocks_conv",
            "inbound_nodes": [
              [
                [
                  "LR_input",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_1_1",
            "inbound_nodes": [
              [
                [
                  "Pre_blocks_conv",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_1_1",
            "inbound_nodes": [
              [
                [
                  "Pre_blocks_conv",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_1_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_401",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_401",
            "inbound_nodes": [
              [
                [
                  "LFF_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_1_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_1_1",
            "inbound_nodes": [
              [
                [
                  "Pre_blocks_conv",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_401",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_402",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_402",
            "inbound_nodes": [
              [
                [
                  "LFF_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_1_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_1_2",
            "inbound_nodes": [
              [
                [
                  "LRL_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_402",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_1_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_1_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_1_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_1_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_1_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_1_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_1_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_1_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_1_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_403",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_403",
            "inbound_nodes": [
              [
                [
                  "LFF_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_1_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_1_3",
            "inbound_nodes": [
              [
                [
                  "LRL_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_403",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_404",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_404",
            "inbound_nodes": [
              [
                [
                  "LRL_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_1_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_1_out",
            "inbound_nodes": [
              [
                [
                  "Pre_blocks_conv",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_404",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_1_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_1_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_2_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_405",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_405",
            "inbound_nodes": [
              [
                [
                  "LFF_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_2_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_2_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_1_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_405",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_406",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_406",
            "inbound_nodes": [
              [
                [
                  "LFF_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_2_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_2_2",
            "inbound_nodes": [
              [
                [
                  "LRL_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_406",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_2_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_2_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_2_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_2_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_2_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_2_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_2_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_2_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_2_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_407",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_407",
            "inbound_nodes": [
              [
                [
                  "LFF_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_2_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_2_3",
            "inbound_nodes": [
              [
                [
                  "LRL_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_407",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_408",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_408",
            "inbound_nodes": [
              [
                [
                  "LRL_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_2_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_2_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_1_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_408",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_2_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_2_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_3_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_409",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_409",
            "inbound_nodes": [
              [
                [
                  "LFF_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_3_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_3_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_2_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_409",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_410",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_410",
            "inbound_nodes": [
              [
                [
                  "LFF_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_3_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_3_2",
            "inbound_nodes": [
              [
                [
                  "LRL_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_410",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_3_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_3_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_3_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_3_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_3_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_3_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_3_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_3_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_3_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_411",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_411",
            "inbound_nodes": [
              [
                [
                  "LFF_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_3_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_3_3",
            "inbound_nodes": [
              [
                [
                  "LRL_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_411",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_412",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_412",
            "inbound_nodes": [
              [
                [
                  "LRL_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_3_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_3_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_2_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_412",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_3_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_3_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_4_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_4_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_413",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_413",
            "inbound_nodes": [
              [
                [
                  "LFF_4_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_4_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_4_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_3_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_413",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_4_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_4_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_4_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_4_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_414",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_414",
            "inbound_nodes": [
              [
                [
                  "LFF_4_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_4_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_4_2",
            "inbound_nodes": [
              [
                [
                  "LRL_4_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_414",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_4_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_4_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_4_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_4_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_4_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_4_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_4_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_4_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_4_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_4_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_4_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_4_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_4_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_415",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_415",
            "inbound_nodes": [
              [
                [
                  "LFF_4_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_4_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_4_3",
            "inbound_nodes": [
              [
                [
                  "LRL_4_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_415",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_416",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_416",
            "inbound_nodes": [
              [
                [
                  "LRL_4_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_4_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_4_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_3_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_416",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_4_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_4_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_5_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_5_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_417",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_417",
            "inbound_nodes": [
              [
                [
                  "LFF_5_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_5_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_5_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_4_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_417",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_5_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_5_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_5_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_5_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_418",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_418",
            "inbound_nodes": [
              [
                [
                  "LFF_5_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_5_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_5_2",
            "inbound_nodes": [
              [
                [
                  "LRL_5_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_418",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_5_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_5_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_5_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_5_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_5_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_5_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_5_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_5_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_5_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_5_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_5_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_5_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_5_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_419",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_419",
            "inbound_nodes": [
              [
                [
                  "LFF_5_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_5_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_5_3",
            "inbound_nodes": [
              [
                [
                  "LRL_5_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_419",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_420",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_420",
            "inbound_nodes": [
              [
                [
                  "LRL_5_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_5_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_5_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_4_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_420",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_5_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_5_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_6_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_6_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_421",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_421",
            "inbound_nodes": [
              [
                [
                  "LFF_6_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_6_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_6_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_5_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_421",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_6_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_6_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_6_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_6_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_422",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_422",
            "inbound_nodes": [
              [
                [
                  "LFF_6_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_6_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_6_2",
            "inbound_nodes": [
              [
                [
                  "LRL_6_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_422",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_6_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_6_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_6_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_6_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_6_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_6_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_6_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_6_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_6_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_6_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_6_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_6_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_6_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_423",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_423",
            "inbound_nodes": [
              [
                [
                  "LFF_6_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_6_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_6_3",
            "inbound_nodes": [
              [
                [
                  "LRL_6_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_423",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_424",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_424",
            "inbound_nodes": [
              [
                [
                  "LRL_6_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_6_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_6_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_5_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_424",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_6_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_6_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_7_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_7_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_425",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_425",
            "inbound_nodes": [
              [
                [
                  "LFF_7_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_7_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_7_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_6_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_425",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_7_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_7_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_7_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_7_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_426",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_426",
            "inbound_nodes": [
              [
                [
                  "LFF_7_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_7_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_7_2",
            "inbound_nodes": [
              [
                [
                  "LRL_7_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_426",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_7_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_7_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_7_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_7_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_7_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_7_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_7_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_7_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_7_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_7_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_7_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_7_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_7_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_427",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_427",
            "inbound_nodes": [
              [
                [
                  "LFF_7_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_7_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_7_3",
            "inbound_nodes": [
              [
                [
                  "LRL_7_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_427",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_428",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_428",
            "inbound_nodes": [
              [
                [
                  "LRL_7_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_7_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_7_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_6_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_428",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_7_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_7_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_8_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_8_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_429",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_429",
            "inbound_nodes": [
              [
                [
                  "LFF_8_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_8_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_8_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_7_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_429",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_8_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_8_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_8_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_8_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_430",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_430",
            "inbound_nodes": [
              [
                [
                  "LFF_8_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_8_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_8_2",
            "inbound_nodes": [
              [
                [
                  "LRL_8_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_430",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_8_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_8_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_8_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_8_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_8_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_8_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_8_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_8_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_8_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_8_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_8_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_8_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_8_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_431",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_431",
            "inbound_nodes": [
              [
                [
                  "LFF_8_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_8_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_8_3",
            "inbound_nodes": [
              [
                [
                  "LRL_8_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_431",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_432",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_432",
            "inbound_nodes": [
              [
                [
                  "LRL_8_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_8_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_8_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_7_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_432",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_8_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_8_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_9_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_9_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_433",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_433",
            "inbound_nodes": [
              [
                [
                  "LFF_9_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_9_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_9_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_8_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_433",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_9_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_9_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_9_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_9_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_434",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_434",
            "inbound_nodes": [
              [
                [
                  "LFF_9_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_9_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_9_2",
            "inbound_nodes": [
              [
                [
                  "LRL_9_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_434",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_9_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_9_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_9_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_9_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_9_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_9_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_9_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_9_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_9_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_9_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_9_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_9_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_9_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_435",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_435",
            "inbound_nodes": [
              [
                [
                  "LFF_9_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_9_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_9_3",
            "inbound_nodes": [
              [
                [
                  "LRL_9_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_435",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_436",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_436",
            "inbound_nodes": [
              [
                [
                  "LRL_9_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_9_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_9_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_8_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_436",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_1_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_9_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_1_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_1_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_1_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_1_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_9_out",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_1_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_1_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_1_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_1_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_1_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_1_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_1_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_1_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_1_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_1_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_1_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_1_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_1_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_1_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_1_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_1_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_1_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_1_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_1_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_10_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_10_1",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_1_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_437",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_437",
            "inbound_nodes": [
              [
                [
                  "LFF_10_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_10_1",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_10_1",
            "inbound_nodes": [
              [
                [
                  "RRDB_9_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_437",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_2_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_10_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_2_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_2_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_2_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_2_1",
            "inbound_nodes": [
              [
                [
                  "LRL_10_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_2_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_2_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_2_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_2_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_2_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_2_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_2_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_2_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_2_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_2_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_2_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_2_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_2_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_2_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_2_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_2_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_2_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_2_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_2_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_10_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_10_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_2_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_438",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_438",
            "inbound_nodes": [
              [
                [
                  "LFF_10_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_10_2",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_10_2",
            "inbound_nodes": [
              [
                [
                  "LRL_10_1",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_438",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_3_1",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_10_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_3_1_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_3_1_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_3_1",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_3_1",
            "inbound_nodes": [
              [
                [
                  "LRL_10_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_3_1_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_3_2",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_1",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_3_2_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_3_2_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_3_2",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_3_2",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_1",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_3_2_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_3_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_2",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_3_3_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_3_3_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_3_3",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_3_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_2",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_3_3_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "F_10_3_4",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "F_10_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Activation",
            "config": {
              "name": "F_10_3_4_Relu",
              "trainable": true,
              "dtype": "float32",
              "activation": "relu"
            },
            "name": "F_10_3_4_Relu",
            "inbound_nodes": [
              [
                [
                  "F_10_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Concatenate",
            "config": {
              "name": "RDB_Concat_10_3_4",
              "trainable": true,
              "dtype": "float32",
              "axis": 3
            },
            "name": "RDB_Concat_10_3_4",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_3",
                  0,
                  0,
                  {}
                ],
                [
                  "F_10_3_4_Relu",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "LFF_10_3",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "LFF_10_3",
            "inbound_nodes": [
              [
                [
                  "RDB_Concat_10_3_4",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_439",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_439",
            "inbound_nodes": [
              [
                [
                  "LFF_10_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "LRL_10_3",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "LRL_10_3",
            "inbound_nodes": [
              [
                [
                  "LRL_10_2",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_439",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "MultiplyBeta",
            "config": {
              "name": "multiply_beta_440",
              "trainable": true,
              "dtype": "float32",
              "beta": 0.2
            },
            "name": "multiply_beta_440",
            "inbound_nodes": [
              [
                [
                  "LRL_10_3",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "RRDB_10_out",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "RRDB_10_out",
            "inbound_nodes": [
              [
                [
                  "RRDB_9_out",
                  0,
                  0,
                  {}
                ],
                [
                  "multiply_beta_440",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "post_blocks_conv",
              "trainable": true,
              "dtype": "float32",
              "filters": 32,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "post_blocks_conv",
            "inbound_nodes": [
              [
                [
                  "RRDB_10_out",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Add",
            "config": {
              "name": "GRL",
              "trainable": true,
              "dtype": "float32"
            },
            "name": "GRL",
            "inbound_nodes": [
              [
                [
                  "post_blocks_conv",
                  0,
                  0,
                  {}
                ],
                [
                  "Pre_blocks_conv",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "PreShuffle",
              "trainable": true,
              "dtype": "float32",
              "filters": 48,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "PreShuffle",
            "inbound_nodes": [
              [
                [
                  "GRL",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "PixelShuffle4x",
            "config": {
              "name": "pixel_shuffle_10",
              "trainable": true,
              "dtype": "float32",
              "scale": 4
            },
            "name": "pixel_shuffle_10",
            "inbound_nodes": [
              [
                [
                  "PreShuffle",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          },
          {
            "class_name": "Conv2D",
            "config": {
              "name": "SR",
              "trainable": true,
              "dtype": "float32",
              "filters": 3,
              "kernel_size": [
                3,
                3
              ],
              "strides": [
                1,
                1
              ],
              "padding": "same",
              "data_format": "channels_last",
              "dilation_rate": [
                1,
                1
              ],
              "groups": 1,
              "activation": "linear",
              "use_bias": true,
              "kernel_initializer": {
                "class_name": "RandomUniform",
                "config": {
                  "minval": -0.05,
                  "maxval": 0.05,
                  "seed": null
                }
              },
              "bias_initializer": {
                "class_name": "Zeros",
                "config": {}
              },
              "kernel_regularizer": null,
              "bias_regularizer": null,
              "activity_regularizer": null,
              "kernel_constraint": null,
              "bias_constraint": null
            },
            "name": "SR",
            "inbound_nodes": [
              [
                [
                  "pixel_shuffle_10",
                  0,
                  0,
                  {}
                ]
              ]
            ]
          }
        ],
        "input_layers": [
          [
            "LR_input",
            0,
            0
          ]
        ],
        "output_layers": [
          [
            "SR",
            0,
            0
          ]
        ]
      }
    }
  },
  "weightsManifest": [
    {
      "paths": [
        "group1-shard1of1.bin"
      ],
      "weights": [
        {
          "name": "F_10_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.46612293439752917,
            "scale": 0.003377702423170501,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3953169584274292,
            "scale": 0.0015305646238665954,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6040906401241526,
            "scale": 0.004508139105404124,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.29552081981126,
            "scale": 0.0014629743555012872,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6891670227050781,
            "scale": 0.005301284790039063,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.23017155931276434,
            "scale": 0.001162482622791739,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6839698581134572,
            "scale": 0.00542833220724966,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.24284082388176637,
            "scale": 0.001202182296444388,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4739542472596262,
            "scale": 0.0035369719944748222,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.24083738029003143,
            "scale": 0.0008912328082848998,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8380737280144411,
            "scale": 0.005141556613585528,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.20787744376552747,
            "scale": 0.0008315097750621099,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6553381646380705,
            "scale": 0.004854356775096818,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22050409807878382,
            "scale": 0.0009187670753282659,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6849428798638139,
            "scale": 0.004823541407491647,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.28798358253404205,
            "scale": 0.0015318275666704364,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.43507741713056375,
            "scale": 0.003107695836646884,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6757920384407043,
            "scale": 0.001890299308533762,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4454928187762989,
            "scale": 0.003228208831712311,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.42925727367401123,
            "scale": 0.0010326448608847225,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5040113523894666,
            "scale": 0.0035493757210525814,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.35767191648483276,
            "scale": 0.0008484727611728743,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5070975598166971,
            "scale": 0.004056780478533577,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_10_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.36434319615364075,
            "scale": 0.0006887484999263988,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.17042012950953314,
            "scale": 0.0014819141696481143,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18763183057308197,
            "scale": 0.000629249368520344,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3593563612769632,
            "scale": 0.0023035664184420717,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15285363793373108,
            "scale": 0.0004636415225618026,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22000999853891487,
            "scale": 0.001732362193219802,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1687106490135193,
            "scale": 0.0005133615843221253,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.24563507087090436,
            "scale": 0.002253532760283526,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1361316293478012,
            "scale": 0.0003863926611694635,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.27921747460084806,
            "scale": 0.00238647414188759,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.12527266144752502,
            "scale": 0.00030967859076518636,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.32895485583473655,
            "scale": 0.0022377881349301804,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14607788885340972,
            "scale": 0.0011593483242334105,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5960804995368508,
            "scale": 0.003725503122105318,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.09719863051877302,
            "scale": 0.000981804348674475,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.50263405009812,
            "scale": 0.00353967640914169,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21761457265592088,
            "scale": 0.001236446435545005,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2597283004545698,
            "scale": 0.0025216339849958233,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1865236759185791,
            "scale": 0.0005977934920320324,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3810540507821476,
            "scale": 0.003175450423184563,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15661680698394775,
            "scale": 0.0005388291808320027,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4281306266784668,
            "scale": 0.0030580759048461914,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.20261980593204498,
            "scale": 0.0006895933300256729,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4873868567102096,
            "scale": 0.0037205103565664853,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_1_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18786253035068512,
            "scale": 0.0006775455001522513,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.23135654020543192,
            "scale": 0.002047403010667539,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.20299027860164642,
            "scale": 0.0006836091989980025,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2511774673181421,
            "scale": 0.002042093230228798,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21599876424845527,
            "scale": 0.001090902849739673,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6557740435880773,
            "scale": 0.004023153641644646,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2006258364985971,
            "scale": 0.0012233282713329091,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.30681245432180515,
            "scale": 0.002622328669417138,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19012171030044556,
            "scale": 0.0006265287013614879,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3292744905340905,
            "scale": 0.0025927125238904766,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15090203285217285,
            "scale": 0.0005227831064486036,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.39444294256322526,
            "scale": 0.002879145566154929,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1703435778617859,
            "scale": 0.0005172093271040449,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4040302356084188,
            "scale": 0.002845283349355062,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1689050942659378,
            "scale": 0.0006417738036343865,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4104470844362296,
            "scale": 0.0031572852648940742,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19357599318027496,
            "scale": 0.0006291361269997616,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.38166025596506453,
            "scale": 0.0031283627538120046,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16284675896167755,
            "scale": 0.0005099850250225442,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3983297369059395,
            "scale": 0.0028864473688836193,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1859055757522583,
            "scale": 0.0005351743423471264,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.46983041436064477,
            "scale": 0.003788954954521329,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18002113699913025,
            "scale": 0.0005960461336608026,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3583794647572087,
            "scale": 0.00267447361759111,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_2_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.17566744983196259,
            "scale": 0.0005617767718492769,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4367892313237284,
            "scale": 0.0032841295588250255,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22805997843251508,
            "scale": 0.0012066665525529898,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5168425545972937,
            "scale": 0.0036917325328378117,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.12489869039432676,
            "scale": 0.0007904980404704225,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.41988488178627165,
            "scale": 0.0037489721588059967,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21719268350040213,
            "scale": 0.0011312118932312611,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.49835567404242126,
            "scale": 0.003955203762241438,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.13346618361332838,
            "scale": 0.0008838820106842938,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5826306041549234,
            "scale": 0.00396347349765254,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21543516123338657,
            "scale": 0.0008549014334658197,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.1232297231169308,
            "scale": 0.006038869479123284,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21895940940754088,
            "scale": 0.0012030736780634114,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8141830673404769,
            "scale": 0.005153057388230866,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.27114254528400944,
            "scale": 0.001335677562975416,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3353021444058886,
            "scale": 0.007377359913844688,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.143823108281575,
            "scale": 0.0010346986207307553,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4018065789166619,
            "scale": 0.003348388157638849,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1100790724158287,
            "scale": 0.0004158716356637431,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3393056102827483,
            "scale": 0.007278834838493197,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1060522620146181,
            "scale": 0.0006587097019541497,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.338880593285841,
            "scale": 0.007084024303099688,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.11260895580053329,
            "scale": 0.0007360062470623091,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8306517975003112,
            "scale": 0.005464814457238889,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_3_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.07580174560129058,
            "scale": 0.0003399181417098232,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.34925960699717207,
            "scale": 0.0029349546806485046,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2667804382595362,
            "scale": 0.0013611246849976335,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4689359926709942,
            "scale": 0.003422890457452512,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15188323224292083,
            "scale": 0.000778888370476517,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5512744810066972,
            "scale": 0.0047523662155749755,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3148666866415856,
            "scale": 0.0014644962169376074,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5233035195107554,
            "scale": 0.003934612928652296,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18883689568907608,
            "scale": 0.0008001563376655766,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.44721800486246743,
            "scale": 0.0032883676828122607,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.192238911986351,
            "scale": 0.0007450668086462161,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6177452753571903,
            "scale": 0.004202348811953675,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.11500061499137505,
            "scale": 0.0005958581087636013,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4340767316958484,
            "scale": 0.003215383197747025,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16794706713043006,
            "scale": 0.0006717882685217203,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5216803193092346,
            "scale": 0.0034096752896028404,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16680226811006957,
            "scale": 0.0007868031514625923,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4719510060899398,
            "scale": 0.0034959333784439985,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.20587439835071564,
            "scale": 0.0007531155010356622,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6395000259081522,
            "scale": 0.004600719610850016,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.12773668878510888,
            "scale": 0.0005728102636103537,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.012652235872605,
            "scale": 0.005625845754847807,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1424146777858921,
            "scale": 0.0007266054989076128,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8301570808186252,
            "scale": 0.0053215197488373405,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_4_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.09166856636019315,
            "scale": 0.0004538047839613522,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4336791654427846,
            "scale": 0.003644362734813316,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.27975875672464273,
            "scale": 0.0011705387310654508,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8860910808338839,
            "scale": 0.005503671309527229,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22360654547810555,
            "scale": 0.0010117943234303419,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5370722505391813,
            "scale": 0.0038638291405696493,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.20407196956084056,
            "scale": 0.0008162878782433622,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.45395640321806363,
            "scale": 0.0033877343523736093,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14986377954483032,
            "scale": 0.0005707733862686391,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4756969423855052,
            "scale": 0.003964141186545877,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15462423861026764,
            "scale": 0.0005828168078818742,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5232179704834433,
            "scale": 0.004055953259561576,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14548300206661224,
            "scale": 0.0005684429590188552,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5321878741769229,
            "scale": 0.003774382086361156,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1425010210122256,
            "scale": 0.0006168875368494614,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7324265505753311,
            "scale": 0.004493414420707553,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1647668605049451,
            "scale": 0.0007455514049997516,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3656683081505346,
            "scale": 0.002791361130920111,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18264128267765045,
            "scale": 0.0005659343273031946,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5109405503553502,
            "scale": 0.0038707617451162898,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18630628287792206,
            "scale": 0.0006661003784221762,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7088060438632965,
            "scale": 0.004632719240936578,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21499447524547577,
            "scale": 0.0007690435604137532,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.494406255086263,
            "scale": 0.0036353401109284044,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_5_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.160321906208992,
            "scale": 0.0004963442098860647,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6858773544722911,
            "scale": 0.004697790099125282,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.45240816029117387,
            "scale": 0.0018772122833658666,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7477033484215829,
            "scale": 0.004919100976457783,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3791823516435483,
            "scale": 0.0016414820417469623,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8359370605618347,
            "scale": 0.005393142326205385,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.32603063115886616,
            "scale": 0.0015674549574945487,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.884972632632536,
            "scale": 0.005086049612830667,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2633606575064215,
            "scale": 0.0011303032511005215,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.413532209630106,
            "scale": 0.0033896082756566066,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22956453263759613,
            "scale": 0.0007610069478259367,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6577174142295239,
            "scale": 0.004414210833755194,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.32595314948874365,
            "scale": 0.0013929621773023232,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7881469165577608,
            "scale": 0.0047766479791379445,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.11812993548080034,
            "scale": 0.000621736502530528,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8892709803347494,
            "scale": 0.005261958463519227,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.10466250594632298,
            "scale": 0.000584706737130296,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.40884016354878744,
            "scale": 0.0030061776731528486,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.21372368931770325,
            "scale": 0.0007180429118521073,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7010177979282305,
            "scale": 0.004222998782700184,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1375068724155426,
            "scale": 0.0004483997894852769,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7341969003864363,
            "scale": 0.005134244058646408,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1563924315038557,
            "scale": 0.0006712121523770631,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8947517577339621,
            "scale": 0.0058100763489218315,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_6_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.234604775814303,
            "scale": 0.0009575705135277673,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.590971577167511,
            "scale": 0.004804646968841553,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.30208440826219674,
            "scale": 0.0013425973700542076,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.5312501374412986,
            "scale": 0.008232527620652142,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.35546906327500066,
            "scale": 0.002008299792514128,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -2.112504619476842,
            "scale": 0.010723373702928132,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3743647734908497,
            "scale": 0.0021150552174624276,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.023171584746417,
            "scale": 0.005880296464059867,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16239449136397419,
            "scale": 0.0010409903292562448,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.41584955407123936,
            "scale": 0.003274405937568814,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.26239103078842163,
            "scale": 0.0008976708878489102,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7084155707967048,
            "scale": 0.004570423037398096,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.32431355045706617,
            "scale": 0.0014100589150307225,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.690433145270628,
            "scale": 0.004369830033358405,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.24061136762885485,
            "scale": 0.001028253707815619,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7631586022236767,
            "scale": 0.004799739636626898,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18663762971466663,
            "scale": 0.0009239486619537952,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3572056784349329,
            "scale": 0.0026459679884069105,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3085660934448242,
            "scale": 0.0009121097770391726,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4238409859292647,
            "scale": 0.0035028180655311135,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.36840584874153137,
            "scale": 0.0014224881196723265,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5603057012838476,
            "scale": 0.004060186241187301,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.25349661707878113,
            "scale": 0.0007827815179731332,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5277119194760043,
            "scale": 0.003938148652806002,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_7_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.221219003200531,
            "scale": 0.0008514890173340545,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5105653533748552,
            "scale": 0.004219548374998803,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.44234415888786316,
            "scale": 0.001731280899634037,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6873232617097742,
            "scale": 0.006082506740794462,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.23893188299501644,
            "scale": 0.001200662728618173,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8726702634026022,
            "scale": 0.006060210162518071,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.32011399242807836,
            "scale": 0.001546444407865113,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6723819368025836,
            "scale": 0.005511327350840849,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.29619984138830036,
            "scale": 0.0014448772750648797,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.44778411855884626,
            "scale": 0.0036111622464423086,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.25036187221606576,
            "scale": 0.001047539214293162,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.9205469369888306,
            "scale": 0.005717682838439942,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2098706215620041,
            "scale": 0.0008200514228448417,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8105221390724182,
            "scale": 0.005367696285247803,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19497644901275635,
            "scale": 0.0007486398733567958,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6596618238617392,
            "scale": 0.005113657549315808,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2150312066078186,
            "scale": 0.0007769483342474582,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3878254159992816,
            "scale": 0.002674658041374356,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.403837114572525,
            "scale": 0.0010237781440510468,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4843396824948928,
            "scale": 0.0034350332091836367,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2625260353088379,
            "scale": 0.0007472461929508284,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.35179023649178304,
            "scale": 0.002814321891934264,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2761230766773224,
            "scale": 0.0007725303079567703,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3716200987497965,
            "scale": 0.002732500726101445,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_8_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2921094298362732,
            "scale": 0.0009193516537254932,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5163118371776506,
            "scale": 0.003971629516751158,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3880768079091521,
            "scale": 0.0016443932538523394,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.5972511964685777,
            "scale": 0.004147577753254012,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1696578984751421,
            "scale": 0.000844069146642498,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8800130241057451,
            "scale": 0.005432179161146575,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14304420746424618,
            "scale": 0.0008081593642047807,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6609116325191423,
            "scale": 0.0050839356347626334,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_1_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1935286968946457,
            "scale": 0.0011384040993802687,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.40576008160909016,
            "scale": 0.002983530011831545,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.28256818652153015,
            "scale": 0.0011038281817865722,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7100435341105742,
            "scale": 0.00500030657824348,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.29730889201164246,
            "scale": 0.0011213809982234357,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6082996784471998,
            "scale": 0.004986062938091802,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2513940930366516,
            "scale": 0.0009353086060168696,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7194661350811229,
            "scale": 0.005409519812640022,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_2_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.24797453906606226,
            "scale": 0.0011808311384098203,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_1/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.37573241427832954,
            "scale": 0.0030058593142266365,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3487221896648407,
            "scale": 0.0008946753307884815,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_2/kernel",
          "shape": [
            3,
            3,
            64,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4745762669572643,
            "scale": 0.003414217747893988,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.37260475754737854,
            "scale": 0.0008076213738497566,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_3/kernel",
          "shape": [
            3,
            3,
            96,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.41687751891566255,
            "scale": 0.0035937717147901944,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3174912631511688,
            "scale": 0.0007568356453203687,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_4/kernel",
          "shape": [
            3,
            3,
            128,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4290148840231054,
            "scale": 0.0031314955038182876,
            "original_dtype": "float32"
          }
        },
        {
          "name": "F_9_3_4/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.3130198121070862,
            "scale": 0.0007185852410746556,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.9929726348203771,
            "scale": 0.006992765033946318,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1605324073165071,
            "scale": 0.0018666558990291522,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.2059692424886368,
            "scale": 0.00778044672573314,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2127906326569763,
            "scale": 0.0018503533274519678,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8738049633362714,
            "scale": 0.006520932562210981,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_10_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16919516418494432,
            "scale": 0.001332245387283026,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.459149389407214,
            "scale": 0.0035049571710474353,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.2576284156710494,
            "scale": 0.0018015973123849606,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.0444463351193598,
            "scale": 0.006962975567462398,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19880102837786956,
            "scale": 0.0013902169816634234,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8551600147696102,
            "scale": 0.006952520445281384,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_1_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19162351477379894,
            "scale": 0.0015453509255951526,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.49938836985943363,
            "scale": 0.0038414489989187202,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1765493615585215,
            "scale": 0.0014353606630774106,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.283460094648249,
            "scale": 0.00658184663922179,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.17500089366062013,
            "scale": 0.0012773787858439427,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.016778247496661,
            "scale": 0.00651780927882475,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_2_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1883075389207578,
            "scale": 0.001518609184844821,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6478797716252944,
            "scale": 0.004562533602995031,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.22972694331524418,
            "scale": 0.0018830077320921654,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8679376297137317,
            "scale": 0.0050756586532966766,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.08638357108130174,
            "scale": 0.0005365439197596381,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8230056987089269,
            "scale": 0.005414511175716625,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_3_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.18185270977955237,
            "scale": 0.0014665541111254224,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6316081664141486,
            "scale": 0.004479490541944317,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14629444234511432,
            "scale": 0.0016076312345616958,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8403401991900276,
            "scale": 0.004774660222670611,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0829364959807957,
            "scale": 0.0007608852842274834,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.0572909799276615,
            "scale": 0.0066917150628333,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_4_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1813459849240733,
            "scale": 0.0014507678793925865,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.578201111274607,
            "scale": 0.004220446067697861,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.17417255721840202,
            "scale": 0.001724480764538634,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8228132589190614,
            "scale": 0.0055222366370406804,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.0958973095113156,
            "scale": 0.0006436061041027892,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.2010795871416726,
            "scale": 0.006863311926523844,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_5_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1757826244129854,
            "scale": 0.0014176018097821403,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.6457188606262206,
            "scale": 0.004484158754348755,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16677504287046546,
            "scale": 0.0014629389725479426,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7997133938705221,
            "scale": 0.004906217140309951,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.08563897218189988,
            "scale": 0.0007019587883762285,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.6824413481880636,
            "scale": 0.009244183231802547,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_6_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.16390571734484505,
            "scale": 0.0013218203011681052,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.761482700179605,
            "scale": 0.004881299360125673,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.14209489927572364,
            "scale": 0.0011552430835424685,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.2717292932903066,
            "scale": 0.007437013411054424,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.13342263307057176,
            "scale": 0.0009138536511682997,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.2837185679697523,
            "scale": 0.008615560858857398,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_7_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15058994439302706,
            "scale": 0.0012047195551442165,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.8357803260578829,
            "scale": 0.005571868840385886,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.12351670192152846,
            "scale": 0.001604113011967902,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.4232275303672344,
            "scale": 0.008951116543190153,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.09846709814726137,
            "scale": 0.0009846709814726137,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7972066262189079,
            "scale": 0.006132358663222369,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_8_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.15845970020574682,
            "scale": 0.001218920770813437,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_1/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.9243012259988224,
            "scale": 0.006418758513880711,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_1/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.13010801135324965,
            "scale": 0.0015866830652835322,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_2/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -1.3316446449242387,
            "scale": 0.00842813066407746,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_2/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1461723804473877,
            "scale": 0.0014330625534057617,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_3/kernel",
          "shape": [
            3,
            3,
            160,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.7783759577601563,
            "scale": 0.005852450810226739,
            "original_dtype": "float32"
          }
        },
        {
          "name": "LFF_9_3/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.1723432938257853,
            "scale": 0.0012672301016601862,
            "original_dtype": "float32"
          }
        },
        {
          "name": "PreShuffle/kernel",
          "shape": [
            3,
            3,
            32,
            48
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.33977824098923626,
            "scale": 0.002831485341576969,
            "original_dtype": "float32"
          }
        },
        {
          "name": "PreShuffle/bias",
          "shape": [
            48
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.09022446970144907,
            "scale": 0.0006222377220789591,
            "original_dtype": "float32"
          }
        },
        {
          "name": "Pre_blocks_conv/kernel",
          "shape": [
            3,
            3,
            3,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.19578106263104608,
            "scale": 0.0018127876169541303,
            "original_dtype": "float32"
          }
        },
        {
          "name": "Pre_blocks_conv/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.12270096441109975,
            "scale": 0.0009156788388888041,
            "original_dtype": "float32"
          }
        },
        {
          "name": "SR/kernel",
          "shape": [
            3,
            3,
            3,
            3
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.11722568323214849,
            "scale": 0.0010754649837811789,
            "original_dtype": "float32"
          }
        },
        {
          "name": "SR/bias",
          "shape": [
            3
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": 0.16538076102733612,
            "scale": 0.000224609935984892,
            "original_dtype": "float32"
          }
        },
        {
          "name": "post_blocks_conv/kernel",
          "shape": [
            3,
            3,
            32,
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.4151911698135675,
            "scale": 0.003518569235708199,
            "original_dtype": "float32"
          }
        },
        {
          "name": "post_blocks_conv/bias",
          "shape": [
            32
          ],
          "dtype": "float32",
          "quantization": {
            "dtype": "uint8",
            "min": -0.05019363573953217,
            "scale": 0.0004047873849962272,
            "original_dtype": "float32"
          }
        }
      ]
    }
  ]
}
