{
  "schema": "dinov3-layers.v1",
  "web_export": {
    "changes": "Only original image URLs mapped to the existing patch originals; tensor bytes and metrics unchanged.",
    "rgb_decoder": "H100 extraction: Pillow 11.1.0 / JPEG codec 9.0; exact RGB verification uses the same environment.",
    "cross_platform_note": "Mac Pillow 11.3.0 / libjpeg-turbo 3.1.1 decoded some JPEG RGB pixels differently (sample 094 max channel difference 30/255). Original JPEG hashes match. Do not substitute redecoded Mac pixels for saved model inputs.",
    "extractor_sha256_scope": "Hash of the actual extraction script run on H100, before web image URL remapping."
  },
  "created_at": "2026-09-23T12:44:37.722836+00:00",
  "model": {
    "id": "facebook/dinov3-vitl16-pretrain-lvd1689m",
    "revision": "ea8dc2863c51be0a264bab82070e3e8836b02d51",
    "weight_sha256": "dcb2e45127cccbf1601e5f42fef165eea275c8e5213197e8dcf3f48822718179",
    "class": "DINOv3ViTModel",
    "output": "last_hidden_state after final LayerNorm",
    "slice": "[:, 1 + num_register_tokens:, :] = [:, 5:, :]",
    "patch_size": 16,
    "grid": [
      14,
      14
    ],
    "dimension": 1024,
    "dtype": "torch.float32",
    "training": false,
    "blocks": 24,
    "layernorm_eps": 1e-05
  },
  "preprocessing": {
    "class": "DINOv3ViTImageProcessorFast",
    "configuration": {
      "_processor_class": null,
      "crop_size": null,
      "data_format": "channels_first",
      "default_to_square": true,
      "device": null,
      "disable_grouping": null,
      "do_center_crop": null,
      "do_convert_rgb": null,
      "do_normalize": true,
      "do_rescale": true,
      "do_resize": true,
      "image_mean": [
        0.485,
        0.456,
        0.406
      ],
      "image_processor_type": "DINOv3ViTImageProcessorFast",
      "image_std": [
        0.229,
        0.224,
        0.225
      ],
      "input_data_format": null,
      "resample": 2,
      "rescale_factor": 0.00392156862745098,
      "return_tensors": null,
      "size": {
        "height": 224,
        "width": 224
      },
      "pad_size": null,
      "do_pad": null
    },
    "operations": [
      "decode JPEG as RGB",
      "rescale 1/255",
      "bilinear antialiased resize to 224x224",
      "channel normalization by ImageNet mean/std"
    ],
    "crop": null,
    "display": "inverse channel normalization; round to uint8 PNG",
    "patch_order": "row-major: index = row * 14 + column; 0-based"
  },
  "selection": {
    "policy": "per class, max/min dot with mean of L2-normalized stored DINOv3 CLS vectors; includes self",
    "interpretation": "최종 CLS 공간의 클래스별 중심 설명 사례. 클래스 전체를 대표하는 통계적 증거가 아닙니다.",
    "ids": [
      94,
      183,
      256
    ],
    "feature_sha256": "6f0ccd8d6f5f0b9a056602330c8cd9b1b1718b59bd2c20f43cf154363938deb0"
  },
  "stages": [
    {
      "key": "rgb",
      "label": "원본 RGB",
      "shape": [
        500,
        500,
        3
      ],
      "axes": [
        "height",
        "width",
        "RGB"
      ],
      "location": "PIL RGB decode",
      "normalization": "없음 · uint8 0–255",
      "dtype": "uint8",
      "kind": "rgb"
    },
    {
      "key": "input",
      "label": "정규화 입력",
      "shape": [
        1,
        3,
        224,
        224
      ],
      "axes": [
        "batch",
        "RGB",
        "height",
        "width"
      ],
      "location": "processor.pixel_values",
      "normalization": "ImageNet 채널별 mean/std",
      "dtype": "float32",
      "kind": "input"
    },
    {
      "key": "projection",
      "label": "패치 투영",
      "shape": [
        1,
        196,
        1024
      ],
      "axes": [
        "batch",
        "patch",
        "feature"
      ],
      "location": "embeddings.patch_embeddings Conv2d output → flatten(2).transpose(1,2)",
      "normalization": "추가 정규화 없음",
      "dtype": "float32",
      "kind": "patch"
    },
    {
      "key": "tokens",
      "label": "CLS·register 결합",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "embeddings output",
      "normalization": "추가 정규화 없음",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block01",
      "label": "블록 01",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[0] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block02",
      "label": "블록 02",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[1] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block03",
      "label": "블록 03",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[2] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block04",
      "label": "블록 04",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[3] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block05",
      "label": "블록 05",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[4] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block06",
      "label": "블록 06",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[5] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block07",
      "label": "블록 07",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[6] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block08",
      "label": "블록 08",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[7] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block09",
      "label": "블록 09",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[8] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block10",
      "label": "블록 10",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[9] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block11",
      "label": "블록 11",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[10] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block12",
      "label": "블록 12",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[11] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block13",
      "label": "블록 13",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[12] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block14",
      "label": "블록 14",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[13] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block15",
      "label": "블록 15",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[14] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block16",
      "label": "블록 16",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[15] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block17",
      "label": "블록 17",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[16] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block18",
      "label": "블록 18",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[17] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block19",
      "label": "블록 19",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[18] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block20",
      "label": "블록 20",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[19] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block21",
      "label": "블록 21",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[20] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block22",
      "label": "블록 22",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[21] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block23",
      "label": "블록 23",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[22] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "block24",
      "label": "블록 24",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.layer[23] output after both residual additions",
      "normalization": "블록 내부 LayerNorm은 포함, 출력에 final LayerNorm 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "norm",
      "label": "최종 LayerNorm",
      "shape": [
        1,
        201,
        1024
      ],
      "axes": [
        "batch",
        "token",
        "feature"
      ],
      "location": "model.norm output / last_hidden_state",
      "normalization": "최종 학습 LayerNorm 적용, L2 미적용",
      "dtype": "float32",
      "kind": "tokens"
    },
    {
      "key": "embedding",
      "label": "이미지 임베딩",
      "shape": [
        1,
        1024
      ],
      "axes": [
        "batch",
        "feature"
      ],
      "location": "last_hidden_state[:,0,:] / pooler_output",
      "normalization": "최종 LayerNorm 이후 CLS slice, L2 미적용",
      "dtype": "float32",
      "kind": "cls"
    }
  ],
  "samples": [
    {
      "id": 94,
      "label": "angular_leaf_spot",
      "file": "train/angular_leaf_spot/angular_leaf_spot_0094.jpg",
      "original_url": "assets/patches/094-original.jpg",
      "input_url": "assets/patches/094-input.png",
      "image_sha256": "2c725e8d1350b8e6970cd15cc1aa56793902f15c8da04fd4cdedb6d52a7f5613",
      "tensors": {
        "rgb": {
          "url": "assets/layers/094-rgb.u8",
          "sha256": "eba6f2e9622ed27c5728bd3e958929c5b921871587af25296bd2bf9a8919918e",
          "bytes": 750000
        },
        "input": {
          "url": "assets/layers/094-input.f32",
          "sha256": "998170499aa8e4ca759a00f82b5669ee5f2b1ba7fc696cb714f9af6f8f64148b",
          "bytes": 602112
        },
        "projection": {
          "url": "assets/layers/094-projection.f32",
          "sha256": "75dd20eb82700b49ee9f218fc2e2c1d457b2cfa82d5ddc238e8eceebea8e6f6a",
          "bytes": 802816
        },
        "tokens": {
          "url": "assets/layers/094-tokens.f32",
          "sha256": "d8ed333849cfb622fff856571ff778e4a6ca20d16e46055d448a5aca884c9f7d",
          "bytes": 823296
        },
        "block01": {
          "url": "assets/layers/094-block01.f32",
          "sha256": "7e4bf76bedfa25ef19ed9b133213bd32e85ebe615cef5abeaeca45e7df70ef3f",
          "bytes": 823296
        },
        "block02": {
          "url": "assets/layers/094-block02.f32",
          "sha256": "58f46606a4e21e431e764726950161dd00ce68fa729fbad2a6c6e3d4f55fcc5c",
          "bytes": 823296
        },
        "block03": {
          "url": "assets/layers/094-block03.f32",
          "sha256": "35c9082301b38e841f531ee043904569305910f09e3332f3995be3cb754ec284",
          "bytes": 823296
        },
        "block04": {
          "url": "assets/layers/094-block04.f32",
          "sha256": "ff05776f24e4a0ed3c2769f92595ae93fa17415afa2ea18fa5499c43b653d97c",
          "bytes": 823296
        },
        "block05": {
          "url": "assets/layers/094-block05.f32",
          "sha256": "387a659aa72250bedf5faac338f8e70a79fa52abfa6c898b864273a9c09bd438",
          "bytes": 823296
        },
        "block06": {
          "url": "assets/layers/094-block06.f32",
          "sha256": "a4ac5968ec97a9373bb508e842ba699c380bed6f220a36d2dbc61a6b07116183",
          "bytes": 823296
        },
        "block07": {
          "url": "assets/layers/094-block07.f32",
          "sha256": "a240357e7388925d5edb851d507e77834c1caf3924d5e93715ca435d6bedad8f",
          "bytes": 823296
        },
        "block08": {
          "url": "assets/layers/094-block08.f32",
          "sha256": "632eea8e3dd3ed23fbd888f0cf55be8bde5679499286886be9eb814278a44f75",
          "bytes": 823296
        },
        "block09": {
          "url": "assets/layers/094-block09.f32",
          "sha256": "19143be4be07d5a37d3a3b92d4ce09ef5bbce944e4df0ad28d4c97336af87b25",
          "bytes": 823296
        },
        "block10": {
          "url": "assets/layers/094-block10.f32",
          "sha256": "b24e138072849856a5b19a20e0218ca9d97118793f8818d945550e72f5863bf9",
          "bytes": 823296
        },
        "block11": {
          "url": "assets/layers/094-block11.f32",
          "sha256": "515537df05358ab39d62f7c3723e4f692bdac7d2d19a67cde162708e1fa561f0",
          "bytes": 823296
        },
        "block12": {
          "url": "assets/layers/094-block12.f32",
          "sha256": "c7171af1befd16466612afdc666ad1ff0fb4e38d80140ee303a2bd669d987a8a",
          "bytes": 823296
        },
        "block13": {
          "url": "assets/layers/094-block13.f32",
          "sha256": "f263e0e3d76ec360e4910092a40143cdd74d23a4b5fd6056b9fb20a64529ad65",
          "bytes": 823296
        },
        "block14": {
          "url": "assets/layers/094-block14.f32",
          "sha256": "55f9ecf71d1e6f528bc03bd3f35a63da5c45617f107910014c82fbb9e3c101a6",
          "bytes": 823296
        },
        "block15": {
          "url": "assets/layers/094-block15.f32",
          "sha256": "9f425c5f5c2890ed0b6486acbc9880fc7ef5692ef9dcdf418eca49ce2b660f1d",
          "bytes": 823296
        },
        "block16": {
          "url": "assets/layers/094-block16.f32",
          "sha256": "4c919f675a89701494db19d3920608b71df90aacb3c000d9bffb20ba91a1d32c",
          "bytes": 823296
        },
        "block17": {
          "url": "assets/layers/094-block17.f32",
          "sha256": "42ea2b966ca8a19f2f16f5780a06f4aca2f20f06b856f6cb0bd10caa4c703e90",
          "bytes": 823296
        },
        "block18": {
          "url": "assets/layers/094-block18.f32",
          "sha256": "e1ee1b19e67335d027f6a69d35997c3616e077d52631e1f324856343c9e6c19f",
          "bytes": 823296
        },
        "block19": {
          "url": "assets/layers/094-block19.f32",
          "sha256": "5ef324a1728f3f143723572d9a17861b4c54a7f3428038a697cf579bb2bbfcfd",
          "bytes": 823296
        },
        "block20": {
          "url": "assets/layers/094-block20.f32",
          "sha256": "2410af531f493ec32968f65e25a387a5d92a9acead6b85db5b3bb72916386ac1",
          "bytes": 823296
        },
        "block21": {
          "url": "assets/layers/094-block21.f32",
          "sha256": "ca49907ad9dacae78e1973c07b7f2ad0bc27cd5e0ed90fa0d8543f32082402e3",
          "bytes": 823296
        },
        "block22": {
          "url": "assets/layers/094-block22.f32",
          "sha256": "77acbe43189cf3a34d9a0b705d731eda5bff02edcee483d2ef740642914986b2",
          "bytes": 823296
        },
        "block23": {
          "url": "assets/layers/094-block23.f32",
          "sha256": "b007842116a0a7c811ff037d6f2643215ce51b30f630b45bb3738405bee3dd03",
          "bytes": 823296
        },
        "block24": {
          "url": "assets/layers/094-block24.f32",
          "sha256": "eba0ce6b7c94f8e4c649a5d4ba747349577a6c92e37f8723a493f94f70e2c975",
          "bytes": 823296
        },
        "norm": {
          "url": "assets/layers/094-norm.f32",
          "sha256": "d367b20837d8273d47aac3b62c1e1f9ad439682b9798af3d52f6845b380db15e",
          "bytes": 823296
        },
        "embedding": {
          "url": "assets/layers/094-embedding.f32",
          "sha256": "558b38d33e0848cad899bf871c2a8e82af639a9aaf591a3a28e7c2007b89ee67",
          "bytes": 4096
        },
        "conv": {
          "url": "assets/layers/094-conv.f32",
          "sha256": "5e53c81b48450c0a47fb06644f5e6014f1061e9ef2263c17ea23682474ad974c",
          "bytes": 802816,
          "shape": [
            1,
            1024,
            14,
            14
          ],
          "axes": [
            "batch",
            "feature",
            "patch_row",
            "patch_column"
          ],
          "location": "Conv2d forward hook"
        }
      },
      "verification": {
        "cls_cosine_to_prior": 0.9999999728787395,
        "patch_max_absolute_difference": 0.0
      }
    },
    {
      "id": 183,
      "label": "bean_rust",
      "file": "train/bean_rust/bean_rust_0083.jpg",
      "original_url": "assets/patches/183-original.jpg",
      "input_url": "assets/patches/183-input.png",
      "image_sha256": "1a219de81cc000965471a52a96de96e94977b0106d34cb7e09975b4c953d4adc",
      "tensors": {
        "rgb": {
          "url": "assets/layers/183-rgb.u8",
          "sha256": "9e197bc59fcc4e74972ec7d3b266a62cbf01bbfd55ac2fd28d3c147781e9228a",
          "bytes": 750000
        },
        "input": {
          "url": "assets/layers/183-input.f32",
          "sha256": "fc45493a26cf2860dba3bdbc11b7ae155a78d175428400c407db638c6a4a5b04",
          "bytes": 602112
        },
        "projection": {
          "url": "assets/layers/183-projection.f32",
          "sha256": "4b2aae6a7de16db6e369b311930ceff4d9f8a16943489bcafd66a4b6ac74dc22",
          "bytes": 802816
        },
        "tokens": {
          "url": "assets/layers/183-tokens.f32",
          "sha256": "0a053c384b13dbe6920666bcc0353f8ac2edb629cdf7095eafce1a8cb326db69",
          "bytes": 823296
        },
        "block01": {
          "url": "assets/layers/183-block01.f32",
          "sha256": "eb57cb82d1e4ebb30bd4d1cd10343d6610ee27cb3685adadccccde38c0cdd73e",
          "bytes": 823296
        },
        "block02": {
          "url": "assets/layers/183-block02.f32",
          "sha256": "0cf99899065dc0e4afe750fd24b9e49671da7445575a54311b19d1c3489f2567",
          "bytes": 823296
        },
        "block03": {
          "url": "assets/layers/183-block03.f32",
          "sha256": "a4fb69300e551ed08d57dbbe30718c2558f2be2f741097f78c0e62fe987fe607",
          "bytes": 823296
        },
        "block04": {
          "url": "assets/layers/183-block04.f32",
          "sha256": "088a974cae88904df062674549ef7b8e4d091f77bb5391282b31cb1f536f0c89",
          "bytes": 823296
        },
        "block05": {
          "url": "assets/layers/183-block05.f32",
          "sha256": "643ca5f8715e0816001a6db6f8a6d76bc8a8ba0cbac69367b5449c8b02dbdf4c",
          "bytes": 823296
        },
        "block06": {
          "url": "assets/layers/183-block06.f32",
          "sha256": "7e1336e2a6b143cc035f0bf6b7c3146b96c67af40f588f55aa030f04f4cabf35",
          "bytes": 823296
        },
        "block07": {
          "url": "assets/layers/183-block07.f32",
          "sha256": "714371380cdfabce2c52c9f3a682ce6f4c44bf8f26541d562f9412764355e8a5",
          "bytes": 823296
        },
        "block08": {
          "url": "assets/layers/183-block08.f32",
          "sha256": "a452f5d8c267d47b3487c3a152e28704a3c43efcc161514770ae334a5379d1bd",
          "bytes": 823296
        },
        "block09": {
          "url": "assets/layers/183-block09.f32",
          "sha256": "6edb292cb333d78c0d633a104facd4145ebff6a7282163dcd677c5d5872662cd",
          "bytes": 823296
        },
        "block10": {
          "url": "assets/layers/183-block10.f32",
          "sha256": "abb3adc68a39848c5020d281e3a77519f6a9b79aecfab9c58bb87cde5af2c485",
          "bytes": 823296
        },
        "block11": {
          "url": "assets/layers/183-block11.f32",
          "sha256": "2b989c24ff143542c0d249b1a4a00033493356e0daa3d4b1495e05ab4f63480f",
          "bytes": 823296
        },
        "block12": {
          "url": "assets/layers/183-block12.f32",
          "sha256": "002b08e325d474bf6d99f9beb0791bc8966b13b18bca84251b84d93570902a49",
          "bytes": 823296
        },
        "block13": {
          "url": "assets/layers/183-block13.f32",
          "sha256": "41d0287fb6af22f62dc45114bd24c2fb33fd1f13227ce7c70d331f92f2d52a11",
          "bytes": 823296
        },
        "block14": {
          "url": "assets/layers/183-block14.f32",
          "sha256": "6f29319820d6e47d3f35579ca21b03aefa0413e80f9de56caa28243833edc882",
          "bytes": 823296
        },
        "block15": {
          "url": "assets/layers/183-block15.f32",
          "sha256": "982a8a729a38ac8464f94ff29912decbf784428de0314de5d57a9dffc08db4f4",
          "bytes": 823296
        },
        "block16": {
          "url": "assets/layers/183-block16.f32",
          "sha256": "603410bcf96754a5925cc05e88bccc3f419b4447bacfe761a2836167f63a1fdc",
          "bytes": 823296
        },
        "block17": {
          "url": "assets/layers/183-block17.f32",
          "sha256": "5d8cea4ac0e0087f5822555dbe9ad43e1761a07c68ac1df067719efc7ae730e8",
          "bytes": 823296
        },
        "block18": {
          "url": "assets/layers/183-block18.f32",
          "sha256": "c63f7c51f3420c70e89b3299810d199f4fe6e141181b4261f1fcff1619a02edc",
          "bytes": 823296
        },
        "block19": {
          "url": "assets/layers/183-block19.f32",
          "sha256": "a81efabf2563a73a24ea795e802b75a7078d25a72fc16174978ce20a1473cb1f",
          "bytes": 823296
        },
        "block20": {
          "url": "assets/layers/183-block20.f32",
          "sha256": "1b366c8cc07a98f66524b258daefd94167141ca12e96ab5ecc94b85c80822d54",
          "bytes": 823296
        },
        "block21": {
          "url": "assets/layers/183-block21.f32",
          "sha256": "168b6dce4f0e8ae1775f16a11f07b8cff50efa21161fb368d8b12d0196ba201e",
          "bytes": 823296
        },
        "block22": {
          "url": "assets/layers/183-block22.f32",
          "sha256": "a2701820f5a8f02ede6701423268373e3ec3d417410b117a44093dfb6716b830",
          "bytes": 823296
        },
        "block23": {
          "url": "assets/layers/183-block23.f32",
          "sha256": "30e5cebd0f0620d8313da56c1f38f1e8543e834ba1268bf637209a2f8525579f",
          "bytes": 823296
        },
        "block24": {
          "url": "assets/layers/183-block24.f32",
          "sha256": "4bffb8c98cce03179271d13ab93f873db85b1d1cb3a8b4fb72c32f820b2fde6c",
          "bytes": 823296
        },
        "norm": {
          "url": "assets/layers/183-norm.f32",
          "sha256": "3d49af4eb28ad4b2dd25bc0cd89040c5a3cf63f403f8c51b8cc33a1cf7d6f09e",
          "bytes": 823296
        },
        "embedding": {
          "url": "assets/layers/183-embedding.f32",
          "sha256": "463aa281716a6d45cd7ddf9477c729923ae4cb2d6ae329ba934c47fc28bcd63a",
          "bytes": 4096
        },
        "conv": {
          "url": "assets/layers/183-conv.f32",
          "sha256": "64357041bb7c17975475d00a5ed1c8bb601cae26cf34b566645905427ec561c4",
          "bytes": 802816,
          "shape": [
            1,
            1024,
            14,
            14
          ],
          "axes": [
            "batch",
            "feature",
            "patch_row",
            "patch_column"
          ],
          "location": "Conv2d forward hook"
        }
      },
      "verification": {
        "cls_cosine_to_prior": 0.9999999539821922,
        "patch_max_absolute_difference": 0.0
      }
    },
    {
      "id": 256,
      "label": "healthy",
      "file": "train/healthy/healthy_0056.jpg",
      "original_url": "assets/patches/256-original.jpg",
      "input_url": "assets/patches/256-input.png",
      "image_sha256": "6f1713d28e15fbe38aab7a4e2b3fc85868195fbda8cf8dce928991c3bf024990",
      "tensors": {
        "rgb": {
          "url": "assets/layers/256-rgb.u8",
          "sha256": "7d78d7c8561a9a859293d9e9e0cfc38f6f1179821911794d430ba39dd2de204b",
          "bytes": 750000
        },
        "input": {
          "url": "assets/layers/256-input.f32",
          "sha256": "2a51604734f840d8c1d41888ad282db441e98b1096e71720a5a7275d9621cdc1",
          "bytes": 602112
        },
        "projection": {
          "url": "assets/layers/256-projection.f32",
          "sha256": "6f62b92e33252842c96ab7d732066c418386c7ffc3200d471e25c6f2ffbe4493",
          "bytes": 802816
        },
        "tokens": {
          "url": "assets/layers/256-tokens.f32",
          "sha256": "e92f7c9cde5d8ec7e869dea839929c500d890d23a1b6ec9bbe9d4166ce4755b6",
          "bytes": 823296
        },
        "block01": {
          "url": "assets/layers/256-block01.f32",
          "sha256": "fa07f5c711a82fa998a75209160de5b71f319fe14b672609a71e541d92091536",
          "bytes": 823296
        },
        "block02": {
          "url": "assets/layers/256-block02.f32",
          "sha256": "1610cdaeb27b5ffe7c0ce3edfb259a43e26b11b6db51c21dd3ce25c1e0e6eb01",
          "bytes": 823296
        },
        "block03": {
          "url": "assets/layers/256-block03.f32",
          "sha256": "402519c59635f9e61e00e8afbed0f22d27a8842d220e3a0f7902434bd185d6ca",
          "bytes": 823296
        },
        "block04": {
          "url": "assets/layers/256-block04.f32",
          "sha256": "8fe58bba82af7f7acacf46199ed9e1fde2cc8c26b01fa8515707d2a6fc344a28",
          "bytes": 823296
        },
        "block05": {
          "url": "assets/layers/256-block05.f32",
          "sha256": "124d7ae06d99eefa6a518e379d6e2c68410ef9282b4650125daa3211bfea3175",
          "bytes": 823296
        },
        "block06": {
          "url": "assets/layers/256-block06.f32",
          "sha256": "fa4f2bab390caa34a0a7244f268565beac7fe551807f06a8c045a007a99689cb",
          "bytes": 823296
        },
        "block07": {
          "url": "assets/layers/256-block07.f32",
          "sha256": "9345033115074285626936b1d0b3fe3ff63231cddebfdcb1bd50d0a6d45dcfea",
          "bytes": 823296
        },
        "block08": {
          "url": "assets/layers/256-block08.f32",
          "sha256": "364e16f063d72ac443a4ec3582ee2175766fef28a246f0de74954761aa45cc47",
          "bytes": 823296
        },
        "block09": {
          "url": "assets/layers/256-block09.f32",
          "sha256": "b4a5d493de27d5a2cc32917eb9928aa15a659ee23c38893980b2b364dbfcf351",
          "bytes": 823296
        },
        "block10": {
          "url": "assets/layers/256-block10.f32",
          "sha256": "dcf5807770cc9f3f12c2214f73b6550f2e5b6e13f268abe3281fc56545176405",
          "bytes": 823296
        },
        "block11": {
          "url": "assets/layers/256-block11.f32",
          "sha256": "de164eb72ccaabdc3727544e35dfee452607fa7f52a6e80df7395d232fc20553",
          "bytes": 823296
        },
        "block12": {
          "url": "assets/layers/256-block12.f32",
          "sha256": "3a7222ddac0b7317625b36c1fe2fcd070cc290b280dc7d50be03977789fe31bd",
          "bytes": 823296
        },
        "block13": {
          "url": "assets/layers/256-block13.f32",
          "sha256": "1312c63de1491a8dba958d3f91a09f8adf8408e73697ed57ee654d8e8ef0e009",
          "bytes": 823296
        },
        "block14": {
          "url": "assets/layers/256-block14.f32",
          "sha256": "77e78eb50bafd72813b8fb31dedc10eafbb3c9dfaa63cceb1d212c51a2b498a2",
          "bytes": 823296
        },
        "block15": {
          "url": "assets/layers/256-block15.f32",
          "sha256": "2e1ce73a57871d4f2919755fe8c213ec9dee6fb7d1de52f96c70b1246182cf61",
          "bytes": 823296
        },
        "block16": {
          "url": "assets/layers/256-block16.f32",
          "sha256": "83a85b0a4ada231d42db7eb4fd53b72e3a9d28f36a078f2ba743fd6d953e8bc9",
          "bytes": 823296
        },
        "block17": {
          "url": "assets/layers/256-block17.f32",
          "sha256": "96047b95bad25732b6bceeb169219d5138a049b88252c90cedbfc6d8ae1c14d5",
          "bytes": 823296
        },
        "block18": {
          "url": "assets/layers/256-block18.f32",
          "sha256": "cec9e12dcad198ea8a745469c9011a913ae71c532909c3c89f9b3cad49367211",
          "bytes": 823296
        },
        "block19": {
          "url": "assets/layers/256-block19.f32",
          "sha256": "b4458d718db95d2003d089cb2c6dbbec067ececa0f0cd78f7d33358ed71e8ce0",
          "bytes": 823296
        },
        "block20": {
          "url": "assets/layers/256-block20.f32",
          "sha256": "361d220ce422e7c670a458c22eaa678a7d4201463522dbfb8c92a8efaa5bb132",
          "bytes": 823296
        },
        "block21": {
          "url": "assets/layers/256-block21.f32",
          "sha256": "ebcdb1f5fec8159d51fdb588486266c23038908dbe18a867906cc3e4a540760b",
          "bytes": 823296
        },
        "block22": {
          "url": "assets/layers/256-block22.f32",
          "sha256": "5f8d9e44d0de7af6e0de2005f0f61e5394d2b3d1c3c083696c289743c608b153",
          "bytes": 823296
        },
        "block23": {
          "url": "assets/layers/256-block23.f32",
          "sha256": "a0945e8a8181e94c0c0cc7ddc973b1c2f8e2a021582002c6865f1ee1ecad2155",
          "bytes": 823296
        },
        "block24": {
          "url": "assets/layers/256-block24.f32",
          "sha256": "203d7f582882c8ce56f9a88320e5904a99dddb713d4c7d795c341f10132325fa",
          "bytes": 823296
        },
        "norm": {
          "url": "assets/layers/256-norm.f32",
          "sha256": "4b5ace9b528c60ac2c27379f21180bf42d2a9d8abbf5adae12c397bdbc923521",
          "bytes": 823296
        },
        "embedding": {
          "url": "assets/layers/256-embedding.f32",
          "sha256": "31347a37342dcd4520db47485ac253b108847ef29dc5a321da8d3fe962606cd2",
          "bytes": 4096
        },
        "conv": {
          "url": "assets/layers/256-conv.f32",
          "sha256": "31c0afb2ad77f41ea44f5779efd16217251fdf22ba97925c25f6e49fd7fc66e2",
          "bytes": 802816,
          "shape": [
            1,
            1024,
            14,
            14
          ],
          "axes": [
            "batch",
            "feature",
            "patch_row",
            "patch_column"
          ],
          "location": "Conv2d forward hook"
        }
      },
      "verification": {
        "cls_cosine_to_prior": 0.9999999844886726,
        "patch_max_absolute_difference": 0.0
      }
    }
  ],
  "pairs": [
    {
      "ids": [
        94,
        183
      ],
      "metrics": [
        {
          "stage": "rgb",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "input",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "projection",
          "cls_distance": null,
          "patch_mean": 0.5677420927325589,
          "patch_distances": [
            0.38954243727868554,
            0.40166878271225714,
            0.436924221881554,
            0.5392571017080222,
            0.42259183187669846,
            0.5090945337750816,
            0.6050665301295526,
            0.5701655396551213,
            0.5990757424744121,
            0.42612792114354436,
            0.09685260633483839,
            0.08196774390250183,
            0.3082314815517707,
            0.5056408037278672,
            0.5428710528158716,
            0.3872371506236959,
            0.4276866913909124,
            0.4735698495366498,
            0.48489377003294964,
            0.7826988814564902,
            0.7290187093025853,
            0.6805404803085531,
            0.5224568216292007,
            0.3918230922087812,
            0.28656851837416253,
            0.4273591310899394,
            0.30682121572963617,
            0.5340168828123282,
            0.48691576353085664,
            0.6671633823420319,
            0.35945798603665813,
            0.7468704213637871,
            0.6482663809602804,
            0.7729689624472751,
            0.5233740043410995,
            0.40449794993338994,
            0.616221963248107,
            0.7316669793039697,
            0.3895507815433511,
            0.4613408336312449,
            0.4984370278484772,
            0.5052528727915326,
            0.5806983743619212,
            0.4549945391686411,
            0.3261992042578884,
            0.6167414491409686,
            0.7765654371354421,
            0.7030250859605205,
            0.33827923893741674,
            0.39818445087685783,
            0.4440945361896417,
            0.6413428680118718,
            0.6739668074213497,
            0.5505152590828546,
            0.651686385932005,
            0.5224256758118322,
            0.45684902714933995,
            0.4239111870202199,
            0.5876902296854296,
            0.7470811337225975,
            0.7101224896061731,
            0.48941094577283506,
            0.37093649174268006,
            0.4504534010114907,
            0.33620206651695284,
            0.3873861269166353,
            0.5102925788195787,
            0.6864131869418048,
            0.5787863238403804,
            0.7529329166735252,
            0.4750465369068384,
            0.5942989849444064,
            0.6683322705629438,
            0.5158323361039236,
            0.40919737388397925,
            0.2936328037282696,
            0.3670921180084341,
            0.5392911056030625,
            0.44893742118115065,
            0.4582555488972292,
            0.6527760210488454,
            0.6777573098887272,
            0.515370669785328,
            0.5122040481940215,
            0.5725098703173069,
            0.6946057344816849,
            0.6397370737660375,
            0.7273285502507184,
            0.6243130225187937,
            0.37773148869796525,
            0.4950683745751142,
            0.6031350406005467,
            0.6447295793133896,
            0.6798049807310518,
            0.5975240008019873,
            0.43971992334271837,
            0.47481478685634493,
            0.5606645942536217,
            0.5498206759139925,
            0.6189812131312857,
            0.7819687852561886,
            0.7109218035791074,
            0.6172788913412681,
            0.6006313713233751,
            0.6386696856653338,
            0.652791582223711,
            0.6633093750981791,
            0.6171997368921498,
            0.58751504652267,
            0.5256155347833688,
            0.4508742444252003,
            0.5627530277901032,
            0.5770432958645875,
            0.6623737923688651,
            0.7448478774685456,
            0.7266025258657184,
            0.6969199366915814,
            0.6962281458390926,
            0.7739171696572968,
            0.6913082151481758,
            0.6219699046805958,
            0.7899525065991276,
            0.7924360762935085,
            0.5093714739458375,
            0.6039155605701025,
            0.2653783593835557,
            0.793328402368678,
            0.813952679376771,
            0.6828606393072076,
            0.8071558347457758,
            0.8309775494425845,
            0.7199737387625582,
            0.5816987632139599,
            0.7813570615534702,
            0.6900538190645205,
            0.62895020093758,
            0.8342140781433505,
            0.38467255409973455,
            0.6944463392284101,
            0.46405222538507096,
            0.6255219467432408,
            0.4975894345841222,
            0.6060175469650806,
            0.4520924597638507,
            0.4609749091280265,
            0.3847741382691169,
            0.3951887603890668,
            0.5398011433685987,
            0.7454483315078101,
            0.5948923326913326,
            0.7179677656263264,
            0.4471618881488829,
            0.5396459506564262,
            0.5947310753245716,
            0.7025888922336958,
            0.5533580852458035,
            0.4855598325213545,
            0.5548146343388881,
            0.4901339313303167,
            0.3430413224813096,
            0.2584098426086189,
            0.34781351429661367,
            0.7749233800118056,
            0.9497205105152295,
            1.101668034894052,
            0.9114560653732203,
            0.7682195545382553,
            0.4876778706536399,
            0.7224906964465458,
            0.4766257403448657,
            0.5024450652293413,
            0.702045662091745,
            0.4381382981420978,
            0.4932869638961014,
            0.6398231886584101,
            0.6976145347017032,
            0.445616343851859,
            0.90158508154341,
            1.1454958472498755,
            0.5633035685641983,
            0.6034907623558322,
            0.34410878916354515,
            0.354637835966528,
            0.4951038285678073,
            0.6237419439577709,
            0.5174188638003674,
            0.3862993227209428,
            0.739833630606574,
            0.6656225353831384,
            0.5123815444584008,
            0.48111090134111967,
            0.6977185367151062,
            0.825296778808648,
            0.6305922723526163,
            0.34580572141739097,
            0.4476792413451174
          ]
        },
        {
          "stage": "tokens",
          "cls_distance": 1.1102230246251565e-16,
          "patch_mean": 0.5677420927325584,
          "patch_distances": [
            0.3895424372786853,
            0.40166878271225737,
            0.43692422188155366,
            0.5392571017080212,
            0.42259183187669824,
            0.5090945337750814,
            0.6050665301295518,
            0.5701655396551211,
            0.5990757424744118,
            0.42612792114354303,
            0.09685260633483761,
            0.08196774390250083,
            0.3082314815517705,
            0.5056408037278666,
            0.5428710528158709,
            0.3872371506236949,
            0.42768669139091176,
            0.47356984953664993,
            0.48489377003295053,
            0.7826988814564902,
            0.7290187093025846,
            0.6805404803085524,
            0.5224568216291994,
            0.391823092208782,
            0.28656851837416164,
            0.42735913108993806,
            0.30682121572963605,
            0.5340168828123284,
            0.48691576353085575,
            0.6671633823420315,
            0.35945798603665624,
            0.7468704213637869,
            0.6482663809602796,
            0.7729689624472751,
            0.5233740043410996,
            0.4044979499333903,
            0.6162219632481063,
            0.7316669793039695,
            0.3895507815433509,
            0.46134083363124456,
            0.49843702784847665,
            0.5052528727915326,
            0.5806983743619212,
            0.45499453916863997,
            0.32619920425788784,
            0.6167414491409678,
            0.7765654371354418,
            0.7030250859605198,
            0.3382792389374155,
            0.3981844508768566,
            0.4440945361896417,
            0.6413428680118719,
            0.6739668074213497,
            0.5505152590828541,
            0.651686385932004,
            0.5224256758118313,
            0.4568490271493387,
            0.42391118702021935,
            0.5876902296854285,
            0.7470811337225978,
            0.7101224896061726,
            0.4894109457728343,
            0.37093649174268084,
            0.45045340101148934,
            0.33620206651695184,
            0.3873861269166353,
            0.5102925788195782,
            0.6864131869418034,
            0.5787863238403801,
            0.7529329166735257,
            0.47504653690683807,
            0.5942989849444067,
            0.6683322705629435,
            0.5158323361039225,
            0.40919737388397914,
            0.29363280372826805,
            0.367092118008433,
            0.5392911056030617,
            0.4489374211811493,
            0.4582555488972291,
            0.6527760210488461,
            0.6777573098887262,
            0.5153706697853289,
            0.5122040481940209,
            0.572509870317307,
            0.6946057344816845,
            0.6397370737660364,
            0.7273285502507176,
            0.624313022518793,
            0.377731488697965,
            0.4950683745751151,
            0.6031350406005457,
            0.6447295793133889,
            0.6798049807310511,
            0.5975240008019871,
            0.4397199233427178,
            0.4748147868563444,
            0.5606645942536213,
            0.5498206759139925,
            0.6189812131312848,
            0.7819687852561886,
            0.7109218035791063,
            0.617278891341268,
            0.600631371323374,
            0.6386696856653336,
            0.65279158222371,
            0.6633093750981773,
            0.6171997368921494,
            0.5875150465226688,
            0.5256155347833689,
            0.45087424442519974,
            0.5627530277901032,
            0.5770432958645866,
            0.6623737923688652,
            0.7448478774685454,
            0.7266025258657183,
            0.6969199366915806,
            0.6962281458390926,
            0.7739171696572966,
            0.6913082151481758,
            0.6219699046805953,
            0.7899525065991273,
            0.7924360762935089,
            0.5093714739458379,
            0.6039155605701017,
            0.2653783593835537,
            0.7933284023686777,
            0.81395267937677,
            0.6828606393072065,
            0.8071558347457751,
            0.8309775494425844,
            0.719973738762558,
            0.5816987632139601,
            0.7813570615534706,
            0.6900538190645198,
            0.6289502009375798,
            0.8342140781433502,
            0.38467255409973333,
            0.6944463392284108,
            0.4640522253850705,
            0.6255219467432398,
            0.4975894345841213,
            0.6060175469650803,
            0.4520924597638504,
            0.4609749091280245,
            0.3847741382691151,
            0.3951887603890649,
            0.5398011433685985,
            0.74544833150781,
            0.5948923326913323,
            0.7179677656263265,
            0.4471618881488819,
            0.5396459506564253,
            0.5947310753245718,
            0.7025888922336948,
            0.5533580852458022,
            0.4855598325213537,
            0.5548146343388873,
            0.490133931330315,
            0.3430413224813086,
            0.25840984260861843,
            0.34781351429661256,
            0.7749233800118054,
            0.9497205105152294,
            1.1016680348940522,
            0.9114560653732202,
            0.7682195545382551,
            0.48767787065364,
            0.7224906964465458,
            0.4766257403448645,
            0.5024450652293413,
            0.7020456620917443,
            0.4381382981420977,
            0.4932869638961006,
            0.6398231886584094,
            0.6976145347017026,
            0.4456163438518582,
            0.9015850815434103,
            1.1454958472498757,
            0.5633035685641983,
            0.6034907623558324,
            0.3441087891635429,
            0.3546378359665283,
            0.49510382856780566,
            0.6237419439577703,
            0.5174188638003676,
            0.38629932272094214,
            0.7398336306065731,
            0.6656225353831373,
            0.5123815444584002,
            0.48111090134111734,
            0.6977185367151058,
            0.8252967788086476,
            0.6305922723526158,
            0.3458057214173884,
            0.44767924134511605
          ]
        },
        {
          "stage": "block01",
          "cls_distance": 0.011190733039481482,
          "patch_mean": 0.23449757885702288,
          "patch_distances": [
            0.13337851057668149,
            0.148305551950196,
            0.1571940549660069,
            0.1754720829294335,
            0.22091594473439335,
            0.2634068527758274,
            0.26052218942764294,
            0.22279192977995155,
            0.32955730853520826,
            0.1935594971416552,
            0.08393554952523885,
            0.0845654598305493,
            0.14889487094194576,
            0.1436217693702745,
            0.163360787301283,
            0.11680942866616983,
            0.1275360884739396,
            0.17973064524934945,
            0.2087890234055949,
            0.3326335294370548,
            0.2953197213658436,
            0.27190652359628675,
            0.26697931374944783,
            0.1924106469492909,
            0.15674335821183338,
            0.17945092798572493,
            0.13440625769473913,
            0.1557670530501587,
            0.15637574130977605,
            0.197322448280441,
            0.09948001154941388,
            0.3010794154690182,
            0.266911520075538,
            0.3188930969287832,
            0.250323820627249,
            0.17349142435410414,
            0.26737329042088,
            0.4009894800991275,
            0.20633821029984079,
            0.1923681547051932,
            0.13747816612841357,
            0.1447920875972143,
            0.17248224451781913,
            0.13954005943432768,
            0.0897243435866586,
            0.2455231907409986,
            0.33907615364053334,
            0.3017395922794447,
            0.16632824930581946,
            0.16289369920887398,
            0.19581516129793552,
            0.31925246450239064,
            0.32404044337775495,
            0.18243396847012106,
            0.2069385568366262,
            0.15285020698959806,
            0.14415459245591522,
            0.12224618170740298,
            0.16991338875998674,
            0.3558759958309319,
            0.3409122568906895,
            0.2271268328981606,
            0.15708152697782485,
            0.22685685095988017,
            0.15281279513254087,
            0.1846055969245659,
            0.267353734673227,
            0.24588979408354528,
            0.23012545078971502,
            0.28231819657608226,
            0.1256775037078539,
            0.18355634159435041,
            0.20834646410217283,
            0.19712994911800208,
            0.21538645601490913,
            0.13886923002579943,
            0.20166521690044792,
            0.2860332204442655,
            0.25865684188531013,
            0.20861865694609594,
            0.2294238840513435,
            0.23227069209846196,
            0.2538923243307034,
            0.2340837386127259,
            0.18055259971959958,
            0.21504227524409458,
            0.17408145005244513,
            0.24741680854573944,
            0.31043500600142115,
            0.18177561652109064,
            0.25994556989402684,
            0.3064251800368599,
            0.2779708595007686,
            0.18787949230889256,
            0.1998445203995176,
            0.20984077050014782,
            0.2368649762881203,
            0.24155149434658296,
            0.14832483408553798,
            0.1966431724500316,
            0.26262486658973094,
            0.21480354551435166,
            0.297003180545345,
            0.2967748224413488,
            0.30310571002183695,
            0.2881631628003761,
            0.17823145689979247,
            0.32101486124446144,
            0.3177233575731291,
            0.24246102509439416,
            0.21816988996103748,
            0.24565400488825162,
            0.16300571512731576,
            0.17664955044004083,
            0.2250297135384991,
            0.23182864120146274,
            0.32629072419143434,
            0.30262464955333157,
            0.29950266407014325,
            0.17681975934751148,
            0.17168841106495636,
            0.24922146790080002,
            0.2772515391959445,
            0.19823376458931918,
            0.3116052870205259,
            0.16270198357807908,
            0.2654956625746423,
            0.2766862098672195,
            0.19898739232458496,
            0.2740826569661742,
            0.3507375484248808,
            0.2485684993348506,
            0.15899566905174523,
            0.23799717930897535,
            0.1945625388815383,
            0.17500364296890103,
            0.2802842486994187,
            0.1563702090502863,
            0.3770730067739835,
            0.3216295424166312,
            0.21137871420884857,
            0.21413792908703821,
            0.23174789338701252,
            0.15974998189131318,
            0.1944114878941059,
            0.16874165093820004,
            0.13608518166649752,
            0.1416696605936264,
            0.2394556191045436,
            0.22257709181943108,
            0.2935221588258249,
            0.2025350426603718,
            0.455772200728645,
            0.4491005302503578,
            0.19091077420271885,
            0.1592360006422071,
            0.18375900971507897,
            0.2512375171373714,
            0.26479463687257776,
            0.11707554657705344,
            0.09854119906100034,
            0.12603279467291895,
            0.37493950134212384,
            0.5697669800826942,
            0.5582543593736631,
            0.43640444427327996,
            0.485752692549811,
            0.37921951878938087,
            0.23231650622090239,
            0.13529520387414273,
            0.23889106232353063,
            0.41618324583625,
            0.24238188674136885,
            0.18647860763941737,
            0.2182749147538744,
            0.25237529898747946,
            0.17398203882123398,
            0.45329856947359126,
            0.5766493390330141,
            0.2542394806172704,
            0.3938351002015589,
            0.37074183264653293,
            0.10101290710971189,
            0.20911435335944917,
            0.3293947835569866,
            0.27171515879166597,
            0.15211693092141332,
            0.24207475446991544,
            0.23118462695959885,
            0.15816881162780072,
            0.128438939085307,
            0.2138141054163727,
            0.3262558733569789,
            0.22996521533747682,
            0.3154736784940664,
            0.3010859308912298
          ]
        },
        {
          "stage": "block02",
          "cls_distance": 0.010820660730065157,
          "patch_mean": 0.183776882037821,
          "patch_distances": [
            0.1211818805920789,
            0.12350244329779547,
            0.1347645903846938,
            0.14593389280301383,
            0.15861945208019868,
            0.20713014301368815,
            0.19009816274756186,
            0.1662324698184683,
            0.21205908505529647,
            0.14745004154321517,
            0.0806245574745591,
            0.07720202577783886,
            0.14086877949908339,
            0.1124815931446308,
            0.14451087346446612,
            0.10064354858083568,
            0.11177474208024418,
            0.14536252341491263,
            0.1619068126015022,
            0.26671552003359544,
            0.24035160149062895,
            0.2000542289824626,
            0.17721851387727483,
            0.14428761414758762,
            0.13024288023983244,
            0.1331677008043396,
            0.12295716593821648,
            0.12579068181492903,
            0.15513284978000985,
            0.15757389838879376,
            0.10360909593205003,
            0.2758156784141286,
            0.2251639552299861,
            0.2528071889855946,
            0.20688061156639326,
            0.1163830295384306,
            0.1868935773147683,
            0.29433981462434,
            0.16839676958504068,
            0.1427187692384757,
            0.11442136385162527,
            0.10813668462396386,
            0.1427719702981617,
            0.11662381413242928,
            0.08290356003841459,
            0.21395757368833024,
            0.3255816648200015,
            0.2527533805266088,
            0.127728995548279,
            0.11614566181689534,
            0.14623525404273752,
            0.21261067245083498,
            0.21291514903451492,
            0.1446076262715199,
            0.1728243022226803,
            0.13041400545442317,
            0.1312724305934706,
            0.11125681742890858,
            0.153083827671449,
            0.29176687632551446,
            0.2772263520044106,
            0.18606549340126044,
            0.12829432668988838,
            0.14087376910041283,
            0.09939087279762959,
            0.11828252532308836,
            0.16554692562759543,
            0.16912202939189702,
            0.17326908433291044,
            0.2487898180175413,
            0.1149282256863442,
            0.18887514178619835,
            0.18267357172128496,
            0.1626072556994994,
            0.1706694563988198,
            0.09687468387279474,
            0.12952449929636112,
            0.1813503850604702,
            0.15655114425116945,
            0.15032134186806745,
            0.1721979914107724,
            0.17834012583623138,
            0.18268047666301257,
            0.16272356854686465,
            0.17307008302420934,
            0.21201679319374644,
            0.1657641741075433,
            0.21038348621557568,
            0.2235656634454063,
            0.13497156790844578,
            0.1799727006807823,
            0.18707415460625343,
            0.2048116461178855,
            0.13622811774350407,
            0.14668056081115077,
            0.14344788467905967,
            0.14933236087017565,
            0.18298797257500232,
            0.13822677674504236,
            0.15790872532188616,
            0.2214735187080178,
            0.18903492211196304,
            0.222630052479183,
            0.22215355201134968,
            0.2182069690612488,
            0.20710725003421926,
            0.1436044447787863,
            0.2279142230534561,
            0.19376074263150245,
            0.15479158853158081,
            0.15562846711427147,
            0.18114863673195036,
            0.13881755135811158,
            0.1756498919093592,
            0.2115429195434979,
            0.22588172541573193,
            0.23222419143306117,
            0.22681878763642682,
            0.23283176814434248,
            0.15281445684035055,
            0.14656614356281372,
            0.20533535351741083,
            0.22206490362768305,
            0.15498382660479526,
            0.2504061964559664,
            0.12677130848061846,
            0.24011978919571708,
            0.25672940598757377,
            0.20526069236897637,
            0.26320333196323864,
            0.2923903892122749,
            0.20806835215184805,
            0.12808475420516674,
            0.17859589204414372,
            0.15400162197083256,
            0.15185161168733685,
            0.24687142461032885,
            0.11219160229524605,
            0.27979120552692305,
            0.19779597108682678,
            0.1871493524739345,
            0.16815535421911731,
            0.18956267274972516,
            0.12641361535632667,
            0.1584939721764026,
            0.1340119872911183,
            0.11825636835241438,
            0.11523228816773756,
            0.19396660490055118,
            0.18210162682026998,
            0.2232297027808533,
            0.1665250066174616,
            0.2983923094547215,
            0.2875038246596019,
            0.20088631717455008,
            0.15762084782109997,
            0.150707060629809,
            0.20321379936479012,
            0.19903600587330306,
            0.1053440684451532,
            0.09698393537997707,
            0.1069962583024433,
            0.2798731774016736,
            0.4769291282190177,
            0.43575739157371196,
            0.34865724349724825,
            0.3020161701259463,
            0.22162963264122382,
            0.20649161910860192,
            0.12421438744162816,
            0.1832205085357579,
            0.31632894583880866,
            0.19466979884350377,
            0.15500620648747576,
            0.23548097993064443,
            0.21001406177292004,
            0.14992624317275716,
            0.3540886736095209,
            0.43748872872496014,
            0.21841492663589435,
            0.2262437969685719,
            0.20335857876357222,
            0.08917297831923576,
            0.1734378144033325,
            0.225703328623434,
            0.21253099148443766,
            0.13394729665521554,
            0.22641452067343248,
            0.21062969627237937,
            0.14191090546979535,
            0.11681297896210008,
            0.18818346660346696,
            0.24541582591469413,
            0.2007667780573582,
            0.17405279343035707,
            0.17609476318282968
          ]
        },
        {
          "stage": "block03",
          "cls_distance": 0.02570308335001459,
          "patch_mean": 0.23754306134327796,
          "patch_distances": [
            0.21289232758735754,
            0.1922410534606226,
            0.2242126955733854,
            0.18163348183061256,
            0.18451409612027247,
            0.22622433453506186,
            0.21078031865010438,
            0.21831207821457044,
            0.21893259387722752,
            0.1780822876693402,
            0.13306426914615155,
            0.12314830380719433,
            0.20436308285571836,
            0.13728177668968977,
            0.23097373643445407,
            0.19008597171092056,
            0.168627349849641,
            0.1650929901949627,
            0.21379822693953487,
            0.35627100569593473,
            0.3032507499717272,
            0.23618934734702313,
            0.17517542005315512,
            0.1722560815281503,
            0.18119156977708473,
            0.126238090579331,
            0.13110671374876737,
            0.16741067540777255,
            0.2708321603632744,
            0.19187690309930128,
            0.15181299932815262,
            0.3622713454382285,
            0.291926539719617,
            0.3588161415977693,
            0.2774326530616451,
            0.13332514081897673,
            0.18656714492851179,
            0.2854213167423675,
            0.1935493669071131,
            0.16106745235145536,
            0.1451399955272744,
            0.12887262986632952,
            0.24021404398188617,
            0.17704763639972998,
            0.13170157194188292,
            0.263963225921398,
            0.46761138317885886,
            0.35513244609960826,
            0.16511793779050354,
            0.11668892978326306,
            0.15329864530589754,
            0.22528354524008498,
            0.21999504023712313,
            0.16658514675672964,
            0.23603490393855064,
            0.1760610391093217,
            0.1950445745749575,
            0.18698234052589435,
            0.24964521990927824,
            0.3797521405719304,
            0.3923916122973893,
            0.26107058054478816,
            0.18274481479284965,
            0.15449106918574873,
            0.1133394711502731,
            0.12539261008549019,
            0.18625757161224477,
            0.1785511983842265,
            0.18639939636094804,
            0.2759139797632343,
            0.18560644664357717,
            0.295125410271462,
            0.2959981703668878,
            0.23014027533994963,
            0.24720094814547355,
            0.12462912711495944,
            0.1590694118820346,
            0.1962385242071455,
            0.18663209279856197,
            0.17333133443184923,
            0.20171212653258763,
            0.22984318389969205,
            0.1707039803421515,
            0.17421313413390815,
            0.28544191526705887,
            0.31672745974893746,
            0.2521215521655097,
            0.25726679497500005,
            0.25985193195531975,
            0.17099284148118787,
            0.2226524784508408,
            0.2477163972352744,
            0.20563034186421814,
            0.18806928728687666,
            0.18245784946784183,
            0.17472876127845804,
            0.16415934239272023,
            0.2286915520994185,
            0.2163214405128725,
            0.19879152965450253,
            0.317463346776792,
            0.25856469550077077,
            0.2721269658956931,
            0.2789366738069371,
            0.2798722119713145,
            0.26380364453037874,
            0.217603914947044,
            0.22731911814103223,
            0.20395530210508583,
            0.18321650078203655,
            0.17285113233612337,
            0.22230981811009842,
            0.20341857637933702,
            0.2719428315229814,
            0.31502107018029646,
            0.2843217702192259,
            0.24457587104021472,
            0.301174145106489,
            0.28123192402411834,
            0.21233871833605156,
            0.25620809639626296,
            0.3266225323305212,
            0.27930997134378255,
            0.15406375506626335,
            0.306357661059376,
            0.15069268192564256,
            0.34278952626466075,
            0.37748730530987595,
            0.3108561122562391,
            0.35254046703693487,
            0.3267574671340575,
            0.24639532249646834,
            0.16503543889915961,
            0.2245441510555216,
            0.2277282112151514,
            0.244202075981777,
            0.33187912582815193,
            0.14690099752084196,
            0.24449313753878654,
            0.19709173789907408,
            0.2788642915580941,
            0.23020407049608982,
            0.2872702822175658,
            0.16769025888281597,
            0.21082681037834783,
            0.19510803085859008,
            0.15901089714064376,
            0.18003734582425768,
            0.23032195593252047,
            0.2345967869894302,
            0.2608251763609314,
            0.23442663079321602,
            0.3026094749060039,
            0.27862366513648773,
            0.28834829278205754,
            0.22729770912614566,
            0.1979309821041244,
            0.26229329592938366,
            0.2675347099788591,
            0.15312622538971232,
            0.17190317945606293,
            0.1613872990689762,
            0.382705543740416,
            0.6189821015064938,
            0.5722957024750875,
            0.4113021012927821,
            0.31221048781956595,
            0.22896693530285206,
            0.29927465971366507,
            0.1851698461733675,
            0.2613634231306461,
            0.3922700586024115,
            0.25577175782743145,
            0.2243546602977483,
            0.37553466506218414,
            0.26475344400824863,
            0.21054135813114294,
            0.4735220605036029,
            0.5601897509756549,
            0.367406311506407,
            0.2262914099072837,
            0.21346217017097702,
            0.11980530524050992,
            0.2595670358155353,
            0.27039721846329023,
            0.3029842754381258,
            0.2238277469215445,
            0.33390670298110314,
            0.3046004591414261,
            0.18254150185912232,
            0.17052883940646957,
            0.253012247854031,
            0.3344604281726754,
            0.21528297901909776,
            0.16989073455675197,
            0.16998458628778568
          ]
        },
        {
          "stage": "block04",
          "cls_distance": 0.02505846857896077,
          "patch_mean": 0.3360947273475619,
          "patch_distances": [
            0.294773975258824,
            0.27195216213822804,
            0.306907243364833,
            0.2766024182680258,
            0.2571880189958229,
            0.29229226465333735,
            0.31233579043880144,
            0.3055034662533356,
            0.3336364584463276,
            0.25884942818071965,
            0.18459208421090334,
            0.18383177751841506,
            0.302621879694444,
            0.2541915442132294,
            0.2991377734078109,
            0.25732806195160474,
            0.23809561780218558,
            0.24645874938256418,
            0.3147964682831954,
            0.48032197648481734,
            0.4160433351529308,
            0.34469424828022144,
            0.26237225238743345,
            0.2740446260968653,
            0.2943344609753341,
            0.1983054325859478,
            0.236460899605495,
            0.25478280915753615,
            0.3201289040959273,
            0.29133190699660516,
            0.20738982691549368,
            0.4249148282967301,
            0.3736429212011204,
            0.48762425677418075,
            0.36748975255109906,
            0.24859726769489887,
            0.2619906871698944,
            0.3615975644027002,
            0.2792240590768872,
            0.2431810266851605,
            0.22317584448561045,
            0.16395430388055243,
            0.31746702887338285,
            0.2179945608902467,
            0.17012881257391266,
            0.35034889392404667,
            0.560350383993394,
            0.49209529053621703,
            0.2492323999912346,
            0.202840604889018,
            0.24663832055969104,
            0.34910621461020797,
            0.3158396023673765,
            0.2561361527939736,
            0.3381457682336262,
            0.2494158366671454,
            0.24027905167195907,
            0.24069458603611504,
            0.3429152879845214,
            0.5381732158604475,
            0.5092590739774006,
            0.35254085326778806,
            0.2822913247279629,
            0.2508005246212065,
            0.1930309572117741,
            0.21874855378767533,
            0.3202660696808519,
            0.29533292940761646,
            0.2745747500851319,
            0.3465883848619534,
            0.2358593015339816,
            0.3635345331582195,
            0.384187610079029,
            0.33406600431189704,
            0.3415452294693423,
            0.19947327190769726,
            0.26302498688963494,
            0.3111607678750091,
            0.30630366005111653,
            0.2847978442489938,
            0.33891722047340656,
            0.40214508968263607,
            0.3096390081859973,
            0.2748647050826948,
            0.3675134214556355,
            0.37787133865595235,
            0.3206757598773958,
            0.35023915817087603,
            0.3771412691199826,
            0.27002470394415623,
            0.3651540628241867,
            0.3701441066539347,
            0.32666136731190387,
            0.28036476385477993,
            0.31739874911172905,
            0.27342642342610446,
            0.2738421428757071,
            0.30432475642273626,
            0.2717987680500984,
            0.26314154089535713,
            0.4009053719869966,
            0.34357354188774325,
            0.3608601369115143,
            0.4069215484085247,
            0.4269097318053672,
            0.41064387324804263,
            0.2927695067738605,
            0.34593504723453794,
            0.3152866420059597,
            0.3154272479406537,
            0.2620140918530188,
            0.33047735476541973,
            0.2726655522733017,
            0.3470785332617654,
            0.38718837443572085,
            0.3665692424471143,
            0.37413279271578725,
            0.4360999157037678,
            0.40972319744880314,
            0.30704608043641046,
            0.3202924405816371,
            0.4144602483826969,
            0.4337386003010968,
            0.27245278908386084,
            0.3959661401479949,
            0.23049204502373122,
            0.41569687280186185,
            0.4869850183479062,
            0.369269508653993,
            0.4330106761294168,
            0.4789709203628718,
            0.40886461321501555,
            0.2571692095955074,
            0.3702884002678962,
            0.32857228375303427,
            0.3291796216961703,
            0.41853269506331603,
            0.23683016171122817,
            0.313133418510972,
            0.29294704022299045,
            0.38216722925611013,
            0.34513341880026327,
            0.45059263062699395,
            0.31853202198412023,
            0.3124767859922788,
            0.253857720514133,
            0.2801939394905958,
            0.2984489596639095,
            0.3470556476731613,
            0.3334359575508318,
            0.3872148763584985,
            0.33261258562677654,
            0.4160237713726602,
            0.36362050250128586,
            0.3595990792813264,
            0.33140210511355483,
            0.38545445740769657,
            0.37726040395008464,
            0.34953778535074254,
            0.27500220678362985,
            0.23365677681080543,
            0.2609539406152742,
            0.5244367975763238,
            0.7187064968464485,
            0.7093005914217497,
            0.5877898127430299,
            0.41880760356165925,
            0.31592475608301573,
            0.39067301897091256,
            0.29302009934935613,
            0.34957207492116715,
            0.5072989048656942,
            0.33626219528733403,
            0.3743442407280405,
            0.46380602147741623,
            0.41076279223514645,
            0.29068096744794125,
            0.63049676149575,
            0.6727300007722073,
            0.47589436135570884,
            0.32592130232701755,
            0.2911548601876883,
            0.1949618134872193,
            0.3553370901661629,
            0.38181805556932913,
            0.368280826403389,
            0.3031023832055473,
            0.4362245722849407,
            0.39690659576128795,
            0.31106711260567343,
            0.2780600141238543,
            0.34886460461740854,
            0.4948770920382589,
            0.31746151404667455,
            0.23569276474045797,
            0.26383979819395553
          ]
        },
        {
          "stage": "block05",
          "cls_distance": 0.022969911456437897,
          "patch_mean": 0.29475737418518594,
          "patch_distances": [
            0.2696108617943406,
            0.24910097997516345,
            0.27705389449794804,
            0.23380211282609353,
            0.20972872800589826,
            0.2392268436236954,
            0.27413689118959694,
            0.2584214786328862,
            0.2869507387084742,
            0.24836673603311454,
            0.18107343873238357,
            0.19226599830997582,
            0.28462698340407977,
            0.22231625474273808,
            0.272411730957274,
            0.22854365880479055,
            0.20073340717232924,
            0.20675335747894052,
            0.2569464668889976,
            0.40968080232415227,
            0.3528676026631796,
            0.3043755057578845,
            0.24603349093566518,
            0.2621855080751151,
            0.2732856865625207,
            0.18155316452329995,
            0.22754890807239703,
            0.21640998004793843,
            0.2979107472978918,
            0.2516554307292017,
            0.17749767466851396,
            0.383155123712443,
            0.3312501831747371,
            0.4253832844684031,
            0.30783383454586144,
            0.22210404588976962,
            0.20977891551908512,
            0.29290873958067754,
            0.25079424954178975,
            0.22062379858069925,
            0.19826226437428895,
            0.13269401492991129,
            0.2606905924970957,
            0.1786489802522625,
            0.15461455080839992,
            0.28834735745459805,
            0.49337979930769393,
            0.4349480702621332,
            0.21409405219707434,
            0.17914817110842662,
            0.21563982642587998,
            0.2985378699023763,
            0.260486405650854,
            0.22837891123311782,
            0.2975615566858778,
            0.20644703541794096,
            0.20363166543468847,
            0.21118714810153094,
            0.3101190893406669,
            0.5167585175248854,
            0.47317761564947347,
            0.2656461793109033,
            0.24886030439778184,
            0.2138586610551727,
            0.15981633457343103,
            0.19201205162954738,
            0.272065425753915,
            0.24525117592550671,
            0.2133837884041918,
            0.25053703408959627,
            0.2069503059991633,
            0.3547266374399596,
            0.35626590805490244,
            0.32506925388762276,
            0.32247004905267396,
            0.16617724008485757,
            0.22463282268989893,
            0.25488558566942066,
            0.2854611208736353,
            0.2442016848701788,
            0.29710896869141146,
            0.3652573216968591,
            0.27506710427043246,
            0.2367228316787664,
            0.3336513062575278,
            0.3500675594771345,
            0.2892813896420807,
            0.29210896743026316,
            0.3187563394773464,
            0.22823555659800132,
            0.30944469673475705,
            0.3086264772973132,
            0.26964355727437617,
            0.24211414087424488,
            0.27597500765981153,
            0.24471457381523376,
            0.24931357578156255,
            0.2749133220329598,
            0.2594495056458168,
            0.23076410880462672,
            0.35368315794788907,
            0.3115418457042094,
            0.28618856451347785,
            0.3363397656055772,
            0.3428950474561965,
            0.32876053418598983,
            0.24713096937340673,
            0.2989906579025122,
            0.2708310879536684,
            0.26602296597949737,
            0.22896899017126215,
            0.28910917430157845,
            0.2583388719191666,
            0.32551521139452,
            0.3105007195375499,
            0.32345808593136427,
            0.31114470433716823,
            0.33591627213394293,
            0.32462636904183473,
            0.26371776051518503,
            0.2496304518442105,
            0.3395714847573498,
            0.339441531224545,
            0.24114722922755094,
            0.34295663924621966,
            0.19760412391159266,
            0.3677057787275533,
            0.48768021663536587,
            0.33374461338249517,
            0.3476652619329993,
            0.39977837003772765,
            0.3577477231748428,
            0.21280336299280544,
            0.32089951234448155,
            0.2841934157697039,
            0.2724348687260808,
            0.3264618700356714,
            0.2051426326972513,
            0.2192587923886148,
            0.22485096473449617,
            0.3467349699813601,
            0.3182859717332662,
            0.4247340110523412,
            0.30775507240848765,
            0.2748836700224846,
            0.24471359106304824,
            0.2649118884235302,
            0.2818902520759956,
            0.30734107351170825,
            0.2857695056179058,
            0.31165575827307335,
            0.29877632673943766,
            0.32494859099156215,
            0.28350798206690864,
            0.29886104213546083,
            0.30123958419527863,
            0.3727546098041933,
            0.3339650278280992,
            0.3106636503390957,
            0.30054312553358586,
            0.23710247313192734,
            0.27965138806180156,
            0.4754736362712747,
            0.6473261911838898,
            0.6264875503100631,
            0.5254168176937186,
            0.3538360650956345,
            0.2518559551952343,
            0.33768221480439187,
            0.26642128644001184,
            0.29872247989655054,
            0.42927677166571276,
            0.31129174893008216,
            0.4000931962926726,
            0.46402954548507824,
            0.36900488394783393,
            0.2809480893206582,
            0.5907344307991323,
            0.5913710652495084,
            0.39749233836907405,
            0.27274548819245636,
            0.2220887832812486,
            0.17750667739342862,
            0.3157557087246593,
            0.3257799044156712,
            0.3255545359652867,
            0.2826446133527756,
            0.41055474562071437,
            0.3719469852778394,
            0.28666859584820914,
            0.26313365305365644,
            0.34321364286176237,
            0.43080171980830795,
            0.29071081163297297,
            0.18164626419827934,
            0.21199117111853494
          ]
        },
        {
          "stage": "block06",
          "cls_distance": 0.015608083318255805,
          "patch_mean": 0.2844822068224147,
          "patch_distances": [
            0.23788854796939152,
            0.20467636610395223,
            0.2505099075939612,
            0.2093582526097526,
            0.21133705323358465,
            0.21518269554261094,
            0.26105987823378063,
            0.26737387025139137,
            0.31476911225373516,
            0.22445602946147236,
            0.16534451883201917,
            0.1819756803188144,
            0.2530356196046696,
            0.24982574796963175,
            0.22295559565159084,
            0.22959438250042596,
            0.19357123419237676,
            0.2089062403205283,
            0.25210288265036573,
            0.3760520712755797,
            0.31930241595807196,
            0.3023523609026173,
            0.2685534498485237,
            0.26790175374018066,
            0.281794877595574,
            0.2002544691878324,
            0.2617049502206915,
            0.1964137624576392,
            0.2176583873668987,
            0.25694442753810753,
            0.1805182865380447,
            0.2985000709573672,
            0.29741229145112025,
            0.363967234300399,
            0.2875366000367646,
            0.25115340332605607,
            0.22926176945097143,
            0.2807911772997317,
            0.23731399470821957,
            0.21290101272520523,
            0.19712330263857658,
            0.1514985954040765,
            0.22539867521691526,
            0.1727688154499758,
            0.14966954542138533,
            0.2381243703598136,
            0.42004876276199343,
            0.38669207242714176,
            0.22635447451401347,
            0.2130432740380932,
            0.24010238654263538,
            0.3290966818981371,
            0.26631790718761783,
            0.22056937968908208,
            0.2717466461093312,
            0.22167195325041733,
            0.20032899343750232,
            0.18829885752482367,
            0.2509167497484138,
            0.4240639366496408,
            0.4146563095192771,
            0.2548923703165542,
            0.25540097630162084,
            0.2510285244908529,
            0.1652704687932408,
            0.21541406005479824,
            0.30473889677603583,
            0.26347591893314304,
            0.19871791928828775,
            0.21786745125640627,
            0.17086427189637454,
            0.27024969515038355,
            0.2865170941276107,
            0.31572018248226474,
            0.29238368931941094,
            0.17769519787807053,
            0.21786394743605697,
            0.267768835272966,
            0.2882681503499118,
            0.2669676049219841,
            0.3167312185714404,
            0.36757746960972204,
            0.2888422650830358,
            0.21918975993862277,
            0.2898155171176341,
            0.27445702671915084,
            0.24606772631261775,
            0.29828787830132286,
            0.30026707602719815,
            0.25803116703841744,
            0.30857157832656024,
            0.3233690183859911,
            0.30315053469602626,
            0.2516886850847102,
            0.29946870264596415,
            0.2537082463664957,
            0.27294798797194775,
            0.25980469329036315,
            0.20751006730563148,
            0.2052570963349274,
            0.31467069963501615,
            0.277413723276698,
            0.29780830093046495,
            0.33968298643496353,
            0.36579516917445687,
            0.33156325443656276,
            0.26817228176746866,
            0.26811441725587126,
            0.3015997075174591,
            0.29227203770705557,
            0.22726005200425958,
            0.28854257732523747,
            0.22001109368395533,
            0.25716415549103044,
            0.26419620360550966,
            0.2924300185334118,
            0.3218375376601773,
            0.34020689394286674,
            0.3186201384934426,
            0.2735365647292818,
            0.2784846405484568,
            0.3284775044810663,
            0.3738749364256234,
            0.2705401233227813,
            0.26510012419254037,
            0.2067118965557635,
            0.32789184341927213,
            0.42387412144445724,
            0.250539611038358,
            0.31691211349049675,
            0.3730520604379849,
            0.3816350041767226,
            0.2366032172880429,
            0.38464586133401624,
            0.30429250262470187,
            0.2701039794404141,
            0.3226514621912814,
            0.21916650210281807,
            0.20154045354108774,
            0.24769076891430053,
            0.3046108724413914,
            0.28189145195282095,
            0.36343044968372085,
            0.3159933375870524,
            0.2780727345657015,
            0.24255855186187858,
            0.2789214876120051,
            0.2820965873238015,
            0.33872351138409007,
            0.28879584649055035,
            0.35116772886697534,
            0.2982470759170065,
            0.3006626962429503,
            0.2632894699159095,
            0.25895357778513606,
            0.282755620814126,
            0.3647591597925842,
            0.37306162955659905,
            0.30977942097178457,
            0.3347308373705983,
            0.22976941972831955,
            0.26475304338423666,
            0.42541850360143985,
            0.5325607957597824,
            0.5181977153958169,
            0.4994233414730881,
            0.3363501364404273,
            0.23715803308455374,
            0.33186690912884553,
            0.24554400583610425,
            0.30144466639422585,
            0.41120534070196424,
            0.3209872518835746,
            0.38739341391491655,
            0.4015684729077278,
            0.3780971086699586,
            0.2530736324561095,
            0.5241985643449072,
            0.5127915764601366,
            0.3431318083117363,
            0.26503155144511636,
            0.2187099678735983,
            0.2051905602173224,
            0.3148966326363448,
            0.3898743384409312,
            0.3401648307218271,
            0.2721167260698302,
            0.3574319978581497,
            0.3639782685810641,
            0.34202802885719896,
            0.2538437316301627,
            0.3169094435776175,
            0.4218803778406349,
            0.27492391886879675,
            0.20769831291383722,
            0.22515847892865104
          ]
        },
        {
          "stage": "block07",
          "cls_distance": 0.012022013129862952,
          "patch_mean": 0.2640545944045631,
          "patch_distances": [
            0.21874951264434872,
            0.1978708437287946,
            0.2457454557282709,
            0.19901242535141173,
            0.17688070485665086,
            0.20406486541899715,
            0.24419582255648897,
            0.27114627756117526,
            0.26699123486152676,
            0.2312160357301004,
            0.16555181847693767,
            0.1714547915974024,
            0.2775742361923841,
            0.22665073037309247,
            0.20638454407234819,
            0.24596252459120882,
            0.179620766495317,
            0.19378082133297225,
            0.2216836863772258,
            0.35241551378801306,
            0.2943991098509974,
            0.30831883907018964,
            0.22990216405970165,
            0.2439372784616468,
            0.27207984179493017,
            0.17055031379485885,
            0.23146584865709985,
            0.18234248716515422,
            0.19658358874989845,
            0.22585466000327348,
            0.1579250018570445,
            0.2662571952354633,
            0.2781931528666973,
            0.33702031263487653,
            0.30163035614364864,
            0.24729169113221894,
            0.20621054502582237,
            0.23825505183022655,
            0.21663023317639618,
            0.1884847265013977,
            0.186732203026306,
            0.15030765596856555,
            0.18575962863851936,
            0.1790751871245727,
            0.14153934843166427,
            0.22808525197072915,
            0.4042652385134703,
            0.3529666648506221,
            0.22418622288269374,
            0.23016266329838808,
            0.23633360612909027,
            0.30488889178904155,
            0.2436020497236634,
            0.19890878545223722,
            0.2705480528378442,
            0.1915967135182931,
            0.15589181000166197,
            0.2017719389157837,
            0.26964535869423645,
            0.3986947592432508,
            0.3760254642510502,
            0.24290532925565,
            0.2364568341113018,
            0.249082224266996,
            0.18331864320374336,
            0.2207281326099675,
            0.2860672203214434,
            0.2386880902681382,
            0.17265260413912742,
            0.18434167455644446,
            0.16430547121553052,
            0.24570777676350852,
            0.27760274193835566,
            0.33983950010055275,
            0.27411062262580177,
            0.18965938351788325,
            0.20597651096565706,
            0.24060094565140178,
            0.2865152180795626,
            0.2800421188078964,
            0.3274186505744352,
            0.34232616693505513,
            0.2834155391743144,
            0.2086768445495366,
            0.25319117355025744,
            0.23282545050606174,
            0.23129716353266738,
            0.28814967074041764,
            0.29654150751927,
            0.24814401784193618,
            0.29895700752493715,
            0.306598798232779,
            0.26361333321324343,
            0.2456259717529331,
            0.29605132086372576,
            0.23937564609883455,
            0.25164027295787306,
            0.2456722032147759,
            0.18851103051891815,
            0.19864116683919164,
            0.2656687728121626,
            0.22931710759246837,
            0.2783005636259054,
            0.31092077847288735,
            0.326702010842049,
            0.3122656145950333,
            0.2657818498156749,
            0.24755333294826642,
            0.27744336595819463,
            0.2695189439588689,
            0.2402836762927647,
            0.2731422544170944,
            0.20193886364514269,
            0.2598848790610616,
            0.23013938397997113,
            0.27208415199048597,
            0.29761107000701137,
            0.2939150676669253,
            0.29590310480550275,
            0.23896217423139765,
            0.28558174940682624,
            0.2779812128680229,
            0.343847083704538,
            0.23363935051889873,
            0.2114314248792747,
            0.18526297248674217,
            0.2840765853756859,
            0.35555737378889074,
            0.2159690208306797,
            0.32386195359034164,
            0.34629099539906927,
            0.31751016667187826,
            0.23301529524968212,
            0.32014928174024415,
            0.28770342281273753,
            0.24010131427762615,
            0.27524906694499973,
            0.2132517218118427,
            0.16713018296894344,
            0.21721047914662062,
            0.26812820567813656,
            0.2895547373845915,
            0.29605043726480396,
            0.32432414651623476,
            0.2762002574142639,
            0.2422440876529155,
            0.2805531506921597,
            0.30404986529401756,
            0.3115968379606803,
            0.288029587774868,
            0.282261887482229,
            0.27797296701489616,
            0.2979164739359711,
            0.2321110992482578,
            0.21892904258468082,
            0.30317034902137274,
            0.32696174809403067,
            0.35731946290454664,
            0.2824998792825285,
            0.32989585464194926,
            0.23245619089349423,
            0.2668461523229657,
            0.3965507389112135,
            0.5030531775708174,
            0.4955750436270506,
            0.40852742992481417,
            0.26968853854267005,
            0.20182133392842916,
            0.2817355785858151,
            0.2508981652164046,
            0.3161151583091537,
            0.3709106498506275,
            0.3048539532836474,
            0.387264609502451,
            0.34547459318689966,
            0.31400941046020847,
            0.26037832877457323,
            0.4635395980508924,
            0.44248046426336585,
            0.286294055032971,
            0.23816814723520496,
            0.18564958045728863,
            0.17914197847714552,
            0.29701223978017277,
            0.32627878258892506,
            0.2964352250486447,
            0.26063498316650746,
            0.31539290308335366,
            0.3454838564369076,
            0.2925487652808324,
            0.241738028898571,
            0.29416255078567344,
            0.39068134037256075,
            0.22336890431531575,
            0.17987465895553612,
            0.19118120558969165
          ]
        },
        {
          "stage": "block08",
          "cls_distance": 0.014649934786866492,
          "patch_mean": 0.26594085764645187,
          "patch_distances": [
            0.21819136643706194,
            0.17642113137326831,
            0.2641861612305276,
            0.1903664370690611,
            0.18133252769433084,
            0.18199799634631308,
            0.2323987668341042,
            0.2554957436671429,
            0.24908266650850808,
            0.21416660523925468,
            0.17188462797552384,
            0.17605786515149147,
            0.2692746655300321,
            0.24286052850938566,
            0.21052234407228687,
            0.250863159950211,
            0.1915609942318257,
            0.20877219387339496,
            0.22753346036564948,
            0.356392465351448,
            0.29730912896778794,
            0.3216097401178878,
            0.2339029025025373,
            0.2591498139076167,
            0.2652191383531324,
            0.17277289829662001,
            0.22617515698468238,
            0.18489925354363834,
            0.2125527775664846,
            0.23306998507026822,
            0.16668564527341345,
            0.25990585622983065,
            0.26142140611755516,
            0.31351872025668914,
            0.29577925195493404,
            0.26237064557374157,
            0.22288431896220862,
            0.23355125801073784,
            0.1999158753312078,
            0.1928320050744846,
            0.21440418055886723,
            0.16294050575155716,
            0.19605096748877704,
            0.20563842736650462,
            0.16952912993899805,
            0.2281878631844637,
            0.37822874922091243,
            0.33355783258046967,
            0.23612542736177022,
            0.24952495482741666,
            0.23682818737132239,
            0.30308178280267484,
            0.25157655080897134,
            0.22487311080152117,
            0.28181124698388893,
            0.21583208732980097,
            0.17823266579494557,
            0.23145564098607707,
            0.2820000425729845,
            0.3503979815537632,
            0.33977525261402153,
            0.26851102988851405,
            0.23748594410093726,
            0.27050882991748215,
            0.21437354474318304,
            0.24989328719023152,
            0.2909817477125528,
            0.22676845702898296,
            0.17648305591028668,
            0.181406897717184,
            0.18648774624538844,
            0.25378473653202926,
            0.2927104929595101,
            0.29652535401254243,
            0.2668508685421618,
            0.19963947887713296,
            0.21194482027169625,
            0.2562757336313185,
            0.2966834221317203,
            0.28455201905306404,
            0.32224361215276187,
            0.32571751091741086,
            0.26570918061346616,
            0.22149599224044025,
            0.27410557378423617,
            0.2299774696866964,
            0.23666438708218973,
            0.30558174916064496,
            0.295202013235487,
            0.2597481719621838,
            0.3061855976408685,
            0.3081164516424145,
            0.2632822368114086,
            0.26719771040145934,
            0.26660234087082124,
            0.26220481783041605,
            0.24957911419666157,
            0.263900487619977,
            0.2119861126405621,
            0.2085107532329159,
            0.2639535077963463,
            0.25100339373513636,
            0.2704584423032076,
            0.3128267964583106,
            0.3230827157993489,
            0.2959718661672688,
            0.2894825193101278,
            0.2359957317986736,
            0.2590771610641833,
            0.29210160331048696,
            0.25500743773397716,
            0.2848219365933107,
            0.22709034728051636,
            0.27914891235406214,
            0.23229785237248057,
            0.30212564261815644,
            0.30433660293981957,
            0.2847664862488276,
            0.3059568307580125,
            0.24364387707856627,
            0.29266034966455245,
            0.27947693652738836,
            0.34098311396604164,
            0.23765011845432238,
            0.2062748205781817,
            0.19197788293235907,
            0.2963284965684788,
            0.33898506951047613,
            0.20752544153842956,
            0.3676857736965524,
            0.35326874049416335,
            0.30746210225182324,
            0.26321233987556025,
            0.32219799841671026,
            0.31755722732944036,
            0.24754019629094015,
            0.2560708987087361,
            0.21878578229269452,
            0.1868279057384653,
            0.21550618917503284,
            0.2996640688450217,
            0.29663478636522034,
            0.27469040898670427,
            0.3263752908832547,
            0.29536634691759267,
            0.23974613197274486,
            0.2833721215765923,
            0.2814088356586787,
            0.3164242653954724,
            0.2903190376015168,
            0.27410232349181174,
            0.3078122705797398,
            0.30041090567019046,
            0.23897565498610618,
            0.22164164119848884,
            0.30912240775473765,
            0.3049949528548139,
            0.3731337819460574,
            0.27850166947268074,
            0.33090281669963895,
            0.24736501577731207,
            0.286996058370959,
            0.36866973700703964,
            0.419336391003179,
            0.4379783087091931,
            0.36982437724143324,
            0.29420101220476624,
            0.21346904797925448,
            0.29326166844318813,
            0.2483085039885553,
            0.34456808479323786,
            0.3804506716520737,
            0.3060325906465171,
            0.3712612080791682,
            0.31321165623135927,
            0.3137306365304291,
            0.2561321603257679,
            0.39831938521260957,
            0.397410473714941,
            0.2881418491793506,
            0.24688208435860726,
            0.18090129055236948,
            0.2003568146764947,
            0.3135585456323391,
            0.3150294934230642,
            0.27969883177781296,
            0.2700240544239041,
            0.28972013337989766,
            0.3258219352326178,
            0.3192339397790771,
            0.23739138782017044,
            0.2727976850759617,
            0.36075642079294534,
            0.2257399804336332,
            0.2000354934438302,
            0.1722455806283446
          ]
        },
        {
          "stage": "block09",
          "cls_distance": 0.022022815091446657,
          "patch_mean": 0.31959068649747724,
          "patch_distances": [
            0.28639566583325327,
            0.19716036868296283,
            0.34439866181313405,
            0.2387926916281765,
            0.22038196456744397,
            0.21148479679138799,
            0.26741430479185746,
            0.3544263573009109,
            0.2578658466970467,
            0.27246345285374474,
            0.1978511147615124,
            0.18810989046738702,
            0.3077649595360594,
            0.24708690759413643,
            0.2841008124681925,
            0.35591043933873845,
            0.2391945749412514,
            0.24688908015808653,
            0.27604472483471276,
            0.3862659581924113,
            0.33119392093875044,
            0.38136841072957484,
            0.2462181491234735,
            0.2926235968348211,
            0.3121967635788142,
            0.20687770284234053,
            0.26847498769807243,
            0.210708345451736,
            0.26787485552384893,
            0.27485317078822247,
            0.19686041768448992,
            0.2994158870429633,
            0.31419862841647883,
            0.33317211078727804,
            0.36029580539622263,
            0.28606585746726687,
            0.25453421093182194,
            0.2982169725445908,
            0.23028507156137812,
            0.2296834992050678,
            0.2947812880205404,
            0.21304357826649267,
            0.22440115037956598,
            0.23854278055547484,
            0.21130295290580525,
            0.25729804714634386,
            0.41008787315194495,
            0.34109476582048537,
            0.25029812000057816,
            0.3329491435115569,
            0.3020068180295268,
            0.36060789872075827,
            0.30044810387766163,
            0.23855866296597783,
            0.4094537446694433,
            0.24367804014869276,
            0.21694980226845506,
            0.27883135719535057,
            0.39107306915743645,
            0.34070624474663114,
            0.38653473690330076,
            0.32773327092266735,
            0.2998254254988775,
            0.34670816081390876,
            0.2507323293573437,
            0.343241926146158,
            0.30415817949303803,
            0.2636625996627455,
            0.20699011251626787,
            0.20444982549234414,
            0.23840285200674471,
            0.27864426246257645,
            0.4149771059332481,
            0.3920753067328624,
            0.32262364438176405,
            0.2683185617578441,
            0.26118816589445737,
            0.3006076821159329,
            0.39524806801437073,
            0.38917090621112505,
            0.4322951004254162,
            0.3834572712440639,
            0.2837166656369121,
            0.25092994307202066,
            0.28403950451953175,
            0.27530892544746055,
            0.2950417129126095,
            0.30880876521892786,
            0.33835399899006735,
            0.3000214240649003,
            0.3771819181977376,
            0.35814709454559523,
            0.32527873938353535,
            0.3673920264337548,
            0.31056572504896396,
            0.32204532709314804,
            0.3095190618360303,
            0.30749036130767193,
            0.259968327539598,
            0.266200865333739,
            0.29379810423807096,
            0.2696855701315959,
            0.33869182114394925,
            0.3748126779679106,
            0.43765393068061964,
            0.33454825155410894,
            0.3877549941919539,
            0.26984372827295267,
            0.3939503672915202,
            0.4164199575912867,
            0.31267796867772213,
            0.280765235940335,
            0.2825459566261356,
            0.3223211640542434,
            0.2945899702243152,
            0.35716229670168975,
            0.30778931305704293,
            0.3535953438690449,
            0.34729853170161873,
            0.3353469127470058,
            0.39596485153583305,
            0.3495984983690422,
            0.4215190966852326,
            0.2616176278397785,
            0.2516914454005148,
            0.2228159259591126,
            0.3094705402608242,
            0.37816399329155304,
            0.23754014561488002,
            0.3718616641737694,
            0.34539481477628664,
            0.3569266174061807,
            0.3623454554918175,
            0.4123942011747146,
            0.4562414700955778,
            0.31169461293931233,
            0.29097876884653096,
            0.26970157599872013,
            0.21632344880278775,
            0.227480211136452,
            0.3690256668401347,
            0.3673363812509399,
            0.3045055408673727,
            0.4156089491675601,
            0.4041074747925957,
            0.3691499312937142,
            0.3747287720484843,
            0.4034357094404508,
            0.3985995458497672,
            0.3921217292756841,
            0.2699604964164881,
            0.342825957227758,
            0.38540417751492984,
            0.2843895507814881,
            0.25804788699778136,
            0.425426880597521,
            0.3378820815637189,
            0.46956830713286746,
            0.4009188356836917,
            0.44580582939374924,
            0.3562565897486498,
            0.3979152878520623,
            0.42592234312752586,
            0.47304745320768216,
            0.4357971407664941,
            0.3872435292678701,
            0.35133060472587185,
            0.24612674262675927,
            0.28567945293072916,
            0.32783242710719307,
            0.44289054243083603,
            0.4772911873577793,
            0.43170993989425654,
            0.4529676314213442,
            0.3445368891320174,
            0.35240511371588423,
            0.34434537908828733,
            0.4216687442916286,
            0.3995279502492265,
            0.3319555587672539,
            0.31788233360858464,
            0.22693738238454697,
            0.2325365247426917,
            0.39442659210368924,
            0.3461974584476143,
            0.3444829816658225,
            0.3426662134888968,
            0.3664149795209213,
            0.35743441357107275,
            0.3877180740987849,
            0.32526677790492053,
            0.3217285812073728,
            0.342576132144531,
            0.23530059138386383,
            0.2431358637532951,
            0.20650211926324336
          ]
        },
        {
          "stage": "block10",
          "cls_distance": 0.03349622213336634,
          "patch_mean": 0.3450933023332226,
          "patch_distances": [
            0.32615712152136167,
            0.2269607477961546,
            0.37561091500757016,
            0.28181434559071683,
            0.2523558509143857,
            0.22781867663955202,
            0.26497132690499736,
            0.4650659688142931,
            0.29503011599619733,
            0.3093001150374849,
            0.23227402222914462,
            0.21137865843199044,
            0.33955386661719267,
            0.3032556566782424,
            0.28174646200621944,
            0.42200754788369665,
            0.274671237182882,
            0.2625851818750522,
            0.3045221952070769,
            0.4001712292273262,
            0.38554324007856877,
            0.47099064728983486,
            0.28997543395990233,
            0.2907882376844422,
            0.3149321689868664,
            0.26562776129883114,
            0.2822341744288397,
            0.20848109500896006,
            0.29592334569013334,
            0.3063867222714123,
            0.21924696932283128,
            0.34452888761175837,
            0.36984263674275686,
            0.3757981807402252,
            0.4273030794462357,
            0.2933235730923506,
            0.2810801703621496,
            0.341180412879871,
            0.24459841094005086,
            0.2496506993561558,
            0.28940856555424466,
            0.26470583762426947,
            0.2129183295309035,
            0.2736526165251867,
            0.23836878334219358,
            0.2629037924461838,
            0.4835032807269286,
            0.3779148300214151,
            0.2809244865405671,
            0.34007604349202736,
            0.3800173408062416,
            0.38580533086948265,
            0.3406550514448955,
            0.3016695973017224,
            0.4496725415737399,
            0.26479345339041116,
            0.200045772860304,
            0.29149188780492874,
            0.4166746373506365,
            0.32912624217254005,
            0.4367526742510658,
            0.3843227409963442,
            0.3337685480331799,
            0.36006877308865826,
            0.2604557958134649,
            0.36474115189597245,
            0.314880956307384,
            0.3177362051868662,
            0.21444798318328595,
            0.22640975009771414,
            0.2071020057749855,
            0.32126616797486474,
            0.3822824903715907,
            0.4424558481504043,
            0.35770299982289877,
            0.3121550916256973,
            0.27003295469365285,
            0.3495764924689029,
            0.4442362852610614,
            0.36705100975948224,
            0.4502909966266202,
            0.39926128598840716,
            0.30956459181483365,
            0.2641506775484732,
            0.2699443479267263,
            0.2814217814084553,
            0.28199322649388026,
            0.3402057057302653,
            0.3550111278252329,
            0.34369994229644185,
            0.36317354692793935,
            0.3612107550797451,
            0.37751413756925967,
            0.42065484195211045,
            0.3647811940360258,
            0.33209462340280527,
            0.3872064652581717,
            0.37389013201629095,
            0.2677429338835252,
            0.2703596031774319,
            0.27989603740872926,
            0.2850576627479219,
            0.3380879168020414,
            0.4031330263072742,
            0.421136031843272,
            0.38617294648108125,
            0.4061021855906498,
            0.32451359326080853,
            0.4704230398112975,
            0.47222541009770647,
            0.33549036375949615,
            0.3410630511423164,
            0.30839978064185025,
            0.3782747597937832,
            0.25843720041239715,
            0.36492309908017195,
            0.3413181232278052,
            0.36128041090321106,
            0.38327436442303897,
            0.31868001087860554,
            0.4472197404575574,
            0.4034195302750899,
            0.4343317755700852,
            0.27498925359571447,
            0.28252017881683833,
            0.2836032774899371,
            0.2874512025271383,
            0.38666628315921625,
            0.23535068857891372,
            0.42403429002259063,
            0.38501947997355945,
            0.31237771607203,
            0.3387249828406159,
            0.4411987228421148,
            0.49819902435532915,
            0.3630594855142265,
            0.36943340115029466,
            0.314092036276418,
            0.24348791167874684,
            0.2681381141176943,
            0.3325180830915898,
            0.3699548383420348,
            0.3381650445460611,
            0.4163842158486001,
            0.3858736936290278,
            0.3494162160866875,
            0.4561214149764383,
            0.41377147976729856,
            0.41298238021376266,
            0.466316936395026,
            0.2931035668346691,
            0.3690200544656853,
            0.4196635001004517,
            0.31916496284115525,
            0.2230585383357485,
            0.4083123449765005,
            0.33634542357210995,
            0.48542344383047276,
            0.4145281777001133,
            0.42483998777001963,
            0.35987231635148276,
            0.3906744451943931,
            0.4700932289074248,
            0.5029294435442115,
            0.4415362736289993,
            0.359537304988202,
            0.39433369789194883,
            0.32246153145797396,
            0.2525930154200331,
            0.35332853753168025,
            0.49790753468244164,
            0.56038856118681,
            0.48512953656165925,
            0.42557326128956574,
            0.3621884673224566,
            0.36291000093748405,
            0.3836619505052342,
            0.4352910012762923,
            0.4126876643612305,
            0.4016239328004406,
            0.3756279677657549,
            0.22647698123483306,
            0.26184275936414236,
            0.4116212753380174,
            0.39198602483341505,
            0.3957134971724505,
            0.39467750060567675,
            0.37067903702573035,
            0.396944760313774,
            0.41070238435151973,
            0.35539946247275467,
            0.3427667482860328,
            0.3989163549947805,
            0.25619811076531385,
            0.2718317968544649,
            0.21537712498933215
          ]
        },
        {
          "stage": "block11",
          "cls_distance": 0.04020484080912379,
          "patch_mean": 0.3997569596103026,
          "patch_distances": [
            0.3608132248601523,
            0.26111495888308844,
            0.4072076823362123,
            0.33458925261451367,
            0.3042824155546121,
            0.2530559206681826,
            0.32290759374106626,
            0.523893125802914,
            0.33713672981169296,
            0.3638569479721131,
            0.289987160645934,
            0.24130823968065296,
            0.3897943574003272,
            0.325801824818047,
            0.33541521223053417,
            0.4899149591893285,
            0.3082141572394983,
            0.33542699129392417,
            0.36813950883420155,
            0.5063081206483505,
            0.4561365462673287,
            0.5398707275454918,
            0.35989135061322164,
            0.35599310358382663,
            0.3754686383232271,
            0.3407414784010151,
            0.2925061121010307,
            0.2224069702436181,
            0.3086152759385742,
            0.3290511297972635,
            0.2498111733357291,
            0.40015772159730334,
            0.43630255436187027,
            0.531743182560448,
            0.5012769046136086,
            0.30593570757415056,
            0.3601597157949282,
            0.45483640656280133,
            0.30287744387130777,
            0.3063601340451936,
            0.389068125488219,
            0.3179399364037352,
            0.24654686750949228,
            0.3047330281219798,
            0.26996989483193545,
            0.32546135877433724,
            0.5398263579083648,
            0.4495548614224891,
            0.31804339415081717,
            0.3882741424802846,
            0.4455953670672327,
            0.47985528730707394,
            0.43474248734810983,
            0.38565986322278956,
            0.5029869931084487,
            0.27254774762278944,
            0.2291331315077766,
            0.3195091172930087,
            0.47461626825433423,
            0.31778237719130165,
            0.4984998828945906,
            0.42841331603919797,
            0.41187107945039636,
            0.3762594663440386,
            0.2914390144839478,
            0.43281492708086833,
            0.37153494791299635,
            0.3782360989652356,
            0.24919116209558112,
            0.2399908876473732,
            0.2433297762696398,
            0.34982176093186224,
            0.47678571056596797,
            0.48906927016666224,
            0.44678852436006133,
            0.3846467431963545,
            0.316947474384927,
            0.403189148367034,
            0.46488781304152127,
            0.43917835868759647,
            0.5745911936585115,
            0.47283241294161893,
            0.3486851646627519,
            0.3638263652638778,
            0.2778631220035084,
            0.3568191966538732,
            0.3544896541150778,
            0.3966813675632348,
            0.45368060032127433,
            0.3429644391895852,
            0.42652973547078576,
            0.43512487864362204,
            0.4113912667256363,
            0.5139703373569844,
            0.4451370873619571,
            0.3880954958308709,
            0.5078337847069478,
            0.4671783774313697,
            0.2850862958974014,
            0.3161966530729218,
            0.334440441064321,
            0.26881831738665307,
            0.3658129289476445,
            0.48741817550759525,
            0.48136972536909395,
            0.45307235254769485,
            0.451702711187394,
            0.38284159155228303,
            0.5549068797489569,
            0.5845270121588715,
            0.41452576632440774,
            0.3803498446646525,
            0.34519980263473127,
            0.42004383787163013,
            0.3062479444890611,
            0.3793186559363636,
            0.4021182148093574,
            0.39162300884792267,
            0.35809193635448155,
            0.36383950419494193,
            0.5002463657299544,
            0.4850154055592728,
            0.5460958642617482,
            0.32697907260649683,
            0.3553288142779679,
            0.35539934904207715,
            0.34856784597695245,
            0.4047304139132931,
            0.24993230649214926,
            0.4645333999034249,
            0.37873339232516046,
            0.2875420383147461,
            0.41967745803152645,
            0.4909817934119258,
            0.543499043087725,
            0.38552761107555,
            0.454622498385321,
            0.3550073819918472,
            0.2999949730500283,
            0.32040723911452884,
            0.3877109545652897,
            0.47428644656727525,
            0.3821662376394793,
            0.4667282982801173,
            0.4419471736463768,
            0.4339256885652548,
            0.5258480292534813,
            0.5004310164950168,
            0.48148115371438727,
            0.544860077193538,
            0.39737245039106217,
            0.39619500857173917,
            0.5185936087319338,
            0.43292105033250694,
            0.22638452763653016,
            0.4415127200735126,
            0.39181611667405614,
            0.5953168338984929,
            0.558948803624338,
            0.5155205393605047,
            0.41825567672506947,
            0.4116168927892925,
            0.5789869173109317,
            0.5701026642113287,
            0.5283336054234475,
            0.38406038879327786,
            0.522124295058116,
            0.3597390174063365,
            0.25732202881242805,
            0.4175994124822131,
            0.5884659130834791,
            0.678840453550172,
            0.5943392201217919,
            0.49699272535193184,
            0.3719656743781419,
            0.44722059703395134,
            0.43568179113833183,
            0.4973067674504328,
            0.4717493366107177,
            0.4449603573459522,
            0.43976910719337914,
            0.2659231567793381,
            0.2921230851617467,
            0.44879631749975113,
            0.43819275255640133,
            0.4660221072491385,
            0.4162704334563022,
            0.41224364930607127,
            0.385300296033524,
            0.46522603350286573,
            0.38918227886652856,
            0.36617955469672814,
            0.386233318863923,
            0.2841539173599239,
            0.2628514984883453,
            0.2121451280338783
          ]
        },
        {
          "stage": "block12",
          "cls_distance": 0.06287629371335246,
          "patch_mean": 0.45879263105091994,
          "patch_distances": [
            0.45682069384203694,
            0.326329931428029,
            0.5144892535967021,
            0.4295549587811921,
            0.36132479187719124,
            0.32243693501309356,
            0.40539414515754824,
            0.6201028068266535,
            0.42555221338343896,
            0.44090295291177006,
            0.3728784223820325,
            0.3171334258755246,
            0.40605131867375754,
            0.40761033254247436,
            0.40679074251052805,
            0.5743005178019114,
            0.3793537201674372,
            0.43633601436181046,
            0.49757396563657286,
            0.5673858642931068,
            0.5136454433831064,
            0.6576624808863913,
            0.4872484949863872,
            0.4463888679284125,
            0.4415928659667021,
            0.39424578172232294,
            0.3573761577491792,
            0.231939589756885,
            0.38565459135993174,
            0.37345207386360224,
            0.2786037383960802,
            0.45742475238930946,
            0.47326576491205197,
            0.5630999077204537,
            0.5106521601008962,
            0.3947432022657835,
            0.400874092126447,
            0.5242752234218777,
            0.3805316936477131,
            0.40287239168598854,
            0.3947983028533927,
            0.3761930804118092,
            0.30739085931000654,
            0.38857270653736375,
            0.3096451509531981,
            0.3876335919850129,
            0.6211126020404567,
            0.49387862851484077,
            0.3488490041837311,
            0.5001047071666564,
            0.5399324563902317,
            0.5334689229813275,
            0.5492979470224442,
            0.5064824171311744,
            0.5946018468384259,
            0.2873246583674822,
            0.27251541147783886,
            0.35484745617530744,
            0.5607329910543479,
            0.38196669145340534,
            0.5565486144898071,
            0.48840361417747147,
            0.41643552956689023,
            0.4742351774788244,
            0.3477143798832416,
            0.49723962243013764,
            0.41272618979321696,
            0.4934134666610581,
            0.2864676458748352,
            0.289421207057004,
            0.2633229942961687,
            0.4559090036601047,
            0.5365646640793347,
            0.5016266991762673,
            0.48146469524193336,
            0.4765104798709784,
            0.3579025691792096,
            0.45544292409757214,
            0.5345520964986356,
            0.4995219949592997,
            0.6562809534714857,
            0.5556979565031124,
            0.3870064856838743,
            0.43755802685295,
            0.30896079676199706,
            0.42807055405013605,
            0.3680621043248147,
            0.4020263110725937,
            0.4025354396827182,
            0.40692381431299685,
            0.4428586377812501,
            0.48965933351340873,
            0.5171902602924472,
            0.5717413172592081,
            0.46464546844745735,
            0.39929126174106033,
            0.6277159669770678,
            0.5117814763323749,
            0.32794545428331456,
            0.38713961539576836,
            0.3497276899853291,
            0.2861463523707525,
            0.3881756942367611,
            0.5041892826519965,
            0.5346402636423208,
            0.5460364239200255,
            0.5567452012888212,
            0.4440204800019739,
            0.6198867464493049,
            0.5976486656926108,
            0.47386462606108704,
            0.45780792600303144,
            0.3738286334794202,
            0.48393344312860986,
            0.3153259504368755,
            0.4510294190105616,
            0.40654682847499135,
            0.4277700001664846,
            0.48611339188881275,
            0.4251197544304903,
            0.6203315837063423,
            0.5569788793464208,
            0.6147119069427467,
            0.4143828843035613,
            0.4377642583872745,
            0.39084180190238704,
            0.36736259042392794,
            0.4637334113391065,
            0.2658123629451976,
            0.5743690073410816,
            0.5166928749154129,
            0.36419913029803686,
            0.4841082963650053,
            0.5737813201542641,
            0.6248774560295587,
            0.4921768346690173,
            0.5485574103559478,
            0.39868229373716446,
            0.36163404247863906,
            0.3980058863311967,
            0.4190891882615654,
            0.5293273647389669,
            0.4393291704965909,
            0.4984764340221436,
            0.5678455403045621,
            0.48725005054565584,
            0.604217016524671,
            0.5935085451354176,
            0.5754231998997111,
            0.5977273879691555,
            0.45752454017357325,
            0.40647579856200555,
            0.5887924994149109,
            0.4823927596267219,
            0.25279374516666675,
            0.5003586158092344,
            0.4691127436791813,
            0.6424518891160109,
            0.6027746116689939,
            0.5361388337322746,
            0.45511982995177436,
            0.4632590406244812,
            0.597736970815728,
            0.6173140500675391,
            0.6097778672525812,
            0.43162055031584723,
            0.5428366828742911,
            0.43862048204047377,
            0.2847701514114126,
            0.4413444181116285,
            0.5977631077866338,
            0.7269925498731147,
            0.6192163075138867,
            0.516672882223887,
            0.4756277531465797,
            0.5159540402273004,
            0.5254647347188283,
            0.5481690973015353,
            0.5263064656998844,
            0.544083138558309,
            0.46107824858604296,
            0.25226977478524704,
            0.3178834769901093,
            0.49971771453715996,
            0.515012576539546,
            0.5352438250195233,
            0.5100389297948231,
            0.4105334523376909,
            0.4474542016367453,
            0.5367887452726591,
            0.4332719989455349,
            0.42986001990921696,
            0.4164072953930327,
            0.29036140569850677,
            0.32834255778518195,
            0.24013388470019115
          ]
        },
        {
          "stage": "block13",
          "cls_distance": 0.06828463543735586,
          "patch_mean": 0.5428064925306211,
          "patch_distances": [
            0.5255304604538457,
            0.3750074994596353,
            0.6011244656989571,
            0.43863719295583725,
            0.41303576881359094,
            0.4098469740838243,
            0.5276707027304031,
            0.6939500340682029,
            0.49692147566023426,
            0.4577827212007848,
            0.3999871715113751,
            0.3672063744117383,
            0.4436723219997665,
            0.4386460492666089,
            0.4460205056106591,
            0.6433390973132691,
            0.46873862920447684,
            0.5428125425532235,
            0.5882049256222645,
            0.6765513360938449,
            0.6388232764763229,
            0.7076455127164446,
            0.5578863538588259,
            0.5215471382186134,
            0.5321359422341199,
            0.5242182206968659,
            0.4242348608519879,
            0.291071386695789,
            0.46787469379018687,
            0.433801520005892,
            0.35148294991029916,
            0.5653739364262388,
            0.5645310014363203,
            0.7037739588659705,
            0.5992238603849684,
            0.44787104438997816,
            0.4926069367288085,
            0.6304045922860428,
            0.48172749438097584,
            0.5158718083182638,
            0.5002088452432689,
            0.48164048955922967,
            0.3753073255230126,
            0.47521000756603415,
            0.3977057223082081,
            0.42465077049942224,
            0.7027823423591042,
            0.6213369178562896,
            0.41770425910236275,
            0.500860290926183,
            0.6192254528757549,
            0.6854830562665375,
            0.6411632374059897,
            0.603986315070957,
            0.6350825510650328,
            0.3737765550008556,
            0.3472635122564979,
            0.3971832237072934,
            0.6493795045054089,
            0.44501494273175335,
            0.6824154973972361,
            0.583833925811944,
            0.49329863242784866,
            0.5527823759338661,
            0.41295438517213656,
            0.5254469153254107,
            0.5114546834861589,
            0.5713796320460698,
            0.30086612983845107,
            0.34222036843649195,
            0.360852669091151,
            0.5912891603172432,
            0.6625458773700521,
            0.5760266762794616,
            0.5990258893524671,
            0.5632281926102007,
            0.4078021776882593,
            0.5298554225764271,
            0.5519514705809829,
            0.5655374830536919,
            0.7274661397628754,
            0.7082121626080375,
            0.4566684049608817,
            0.5529472454272163,
            0.40428420017704625,
            0.52815711542868,
            0.4971082304214962,
            0.4546710616839762,
            0.5081549886008998,
            0.4602843261719146,
            0.4517156697914154,
            0.5030173498967042,
            0.5835806979175047,
            0.741070010036609,
            0.5815548357750651,
            0.45418456662105045,
            0.7185798720976672,
            0.6454962979837613,
            0.37751155770016387,
            0.4849489585734953,
            0.3728025446478843,
            0.3391622366916668,
            0.43974685007105685,
            0.5855874604340058,
            0.5827826362289195,
            0.5717937441850305,
            0.6742222038321382,
            0.5185005941998875,
            0.6965819121315895,
            0.6510998236864065,
            0.5687877429713619,
            0.5395373101971894,
            0.4423616905851093,
            0.5543360368322507,
            0.41413515832190084,
            0.4914128360304918,
            0.4834318784013649,
            0.5306512659971402,
            0.5716467481292677,
            0.574016713203638,
            0.7313829700450134,
            0.6644424561945095,
            0.7777348624980732,
            0.4872619192887494,
            0.5270307319281271,
            0.4867966085804165,
            0.4244027636723623,
            0.4724665328539317,
            0.33258540554712357,
            0.6379162673168098,
            0.6189272584712917,
            0.4230641266757805,
            0.5314802516888961,
            0.6768507649004922,
            0.743225510265288,
            0.6295215985263485,
            0.6636353787694446,
            0.46871565635674406,
            0.4389017633407575,
            0.46724672380219223,
            0.4988435438502513,
            0.6213048318933602,
            0.5390656986424014,
            0.6045214970261086,
            0.7136518557685442,
            0.5823069336915159,
            0.6934788248559074,
            0.6776361528383155,
            0.6836885826304446,
            0.6841278472622307,
            0.5184993756376333,
            0.4733023123520359,
            0.6767584713928221,
            0.5872838582207822,
            0.3048980723494117,
            0.5737680894956418,
            0.5427974668650495,
            0.7319075067455332,
            0.7305696380579358,
            0.663081338217895,
            0.5908143041667764,
            0.5899319350462306,
            0.7392106651694683,
            0.7786170293000554,
            0.6775677765088548,
            0.5299329649482308,
            0.6983956213125438,
            0.5383783523300828,
            0.35288274697111743,
            0.5371827157865778,
            0.6846059294612441,
            0.7998214126355369,
            0.723947878113532,
            0.6189104141545918,
            0.5195059812109635,
            0.6076454889108006,
            0.6532844484314457,
            0.6749252189898214,
            0.6179833144626082,
            0.5906095822103129,
            0.5234058813278217,
            0.29727890782774247,
            0.38012541856122306,
            0.5669467942769266,
            0.5993995340009016,
            0.6490271032115492,
            0.6083185263198161,
            0.5224909399624134,
            0.5363524196002404,
            0.6658538514228027,
            0.5700012188286023,
            0.5560538473402762,
            0.5051256002025821,
            0.3463311136311613,
            0.39340314506494545,
            0.3119863033607817
          ]
        },
        {
          "stage": "block14",
          "cls_distance": 0.05717518758109397,
          "patch_mean": 0.6301839546521446,
          "patch_distances": [
            0.6501882401606007,
            0.49991518785720035,
            0.6860458116537789,
            0.5421702563718503,
            0.4824839786076275,
            0.4912713998600089,
            0.6252835801605217,
            0.795509624079433,
            0.6275474114514284,
            0.5801547459893516,
            0.4997067452481633,
            0.4432439892730584,
            0.5078048164787066,
            0.5312632819301295,
            0.5806393176491489,
            0.7346762434550436,
            0.5753660903259148,
            0.6296443565162889,
            0.6877924951408725,
            0.8497450210523319,
            0.7533983131557592,
            0.8368284912524595,
            0.6951591725569551,
            0.6650724527959886,
            0.6552109394858248,
            0.6015521420038623,
            0.46350708799509077,
            0.31999031857017024,
            0.5270715890757096,
            0.5453261784389789,
            0.4230561435235187,
            0.6514645435710658,
            0.7381496097772005,
            0.8530075382278886,
            0.6883830503809394,
            0.5192892102996504,
            0.6659198588248262,
            0.8061027778981621,
            0.6240236136410038,
            0.6755250091908274,
            0.5305753071994972,
            0.6096025931093969,
            0.47562529954913757,
            0.6040705427331835,
            0.4678797325780335,
            0.5388716349669334,
            0.8158029821059638,
            0.7314538959274668,
            0.41063583590144537,
            0.5049012287800496,
            0.783729216053579,
            0.7770134063993777,
            0.7184970508258748,
            0.7255573022260398,
            0.7336536895724688,
            0.4539372027151123,
            0.41647449015113813,
            0.3991263812154383,
            0.7003398469371356,
            0.5060142849854601,
            0.7476823282206455,
            0.6609758022926551,
            0.5900200816432876,
            0.5943407514723904,
            0.43085646083717,
            0.6151088726150447,
            0.5822890642521619,
            0.7156377288531688,
            0.41540233440224705,
            0.42334993062888115,
            0.4754488350839621,
            0.6559300433822887,
            0.6597896095505824,
            0.6522278568978072,
            0.6827201940635605,
            0.6465641790684269,
            0.42397102695203415,
            0.6799000678415199,
            0.6399937033369985,
            0.6022831237876064,
            0.7877807517110966,
            0.8421180376202391,
            0.5048098859334504,
            0.6613643334304928,
            0.4921282937167032,
            0.6186524526611143,
            0.5818517566519132,
            0.46585528118648845,
            0.5660582973476871,
            0.5322853557156579,
            0.4895311585614921,
            0.5227595238775096,
            0.6537519558420135,
            0.870316854518549,
            0.6702133693706163,
            0.4129550721785642,
            0.8334100292502782,
            0.7241491891710865,
            0.5044864608884991,
            0.5910027139241625,
            0.46620040948502317,
            0.37811818993099977,
            0.513339950529592,
            0.5987858282580569,
            0.6394093743861438,
            0.6090247065214855,
            0.7657319384513049,
            0.6465551605384348,
            0.7905897037223333,
            0.674763974276221,
            0.6487648758950648,
            0.6446871822478141,
            0.5026489228451086,
            0.668022237373672,
            0.465684404910364,
            0.57939120702057,
            0.5140347231367475,
            0.5223075044582957,
            0.6131964371009887,
            0.6292364828355421,
            0.8045907044372325,
            0.7631938372226554,
            0.8399293256198472,
            0.5403530900470221,
            0.6049011181356685,
            0.5125006398304979,
            0.48622008720264454,
            0.5695315260785115,
            0.4344843165274762,
            0.6981593973511817,
            0.7102414976455221,
            0.46663131353684295,
            0.6696658616508825,
            0.8067826007799175,
            0.8624846799839447,
            0.7438101492773369,
            0.7911022078375636,
            0.5753368895579418,
            0.5260747164622885,
            0.5562127099403844,
            0.5823408370990083,
            0.7818906608556085,
            0.6919773996258725,
            0.6976660189183244,
            0.7382820485830903,
            0.6427667885402033,
            0.7884338908173214,
            0.7274679645020532,
            0.8245747279266321,
            0.7510280671612722,
            0.6845851166912391,
            0.5537300837984549,
            0.7826667803729842,
            0.665507179017542,
            0.35494596100155884,
            0.6471160540103392,
            0.6636409570959783,
            0.8543171422564004,
            0.8001411422511095,
            0.7580168105486247,
            0.7081342987722343,
            0.5706223404234114,
            0.812396507602394,
            0.8954404114311754,
            0.7558184680311513,
            0.6557095256287377,
            0.8104767776938435,
            0.5730479432042226,
            0.4265504721086023,
            0.6166888381284283,
            0.8293564128004957,
            0.9252546154063154,
            0.8102929145268423,
            0.7318763772649617,
            0.6059881002794274,
            0.7051788767530214,
            0.7992680723551548,
            0.8121671770107277,
            0.8060729720882366,
            0.6969035582484939,
            0.6204662313368933,
            0.3362597073326212,
            0.46663318954444544,
            0.6826723709302791,
            0.6997665784946927,
            0.735193947289683,
            0.7069412814933707,
            0.5772590256840795,
            0.6616875596287948,
            0.7529177169001965,
            0.6213295363906152,
            0.6935726604363882,
            0.5580518277371593,
            0.41661949019540845,
            0.4291143096229334,
            0.3343041783220484
          ]
        },
        {
          "stage": "block15",
          "cls_distance": 0.06617735228333355,
          "patch_mean": 0.6426661538843368,
          "patch_distances": [
            0.658720570558117,
            0.5333558341974802,
            0.7223196977922395,
            0.5111015891957413,
            0.4913549411493706,
            0.4785356036570996,
            0.687299788998468,
            0.7288098583116371,
            0.6367774850008701,
            0.6120927420378208,
            0.5556883919507332,
            0.49179844849391097,
            0.5848799269561447,
            0.5231668769880807,
            0.5784387354787852,
            0.7296178457351945,
            0.5942803800643317,
            0.6650572857736186,
            0.6686533335174423,
            0.8881248582121335,
            0.7857576025550611,
            0.7823315066059371,
            0.7186215204596146,
            0.7178477289300107,
            0.7328444687133447,
            0.6806074497262207,
            0.5664380635400585,
            0.38134511647002467,
            0.5021118431913636,
            0.5945963721564508,
            0.461125791380647,
            0.7050392415480207,
            0.7520112281629547,
            0.8508663543439525,
            0.7668182607893441,
            0.5517626770153794,
            0.7349422301325688,
            0.8261422978773484,
            0.6806565175819888,
            0.7096643904338591,
            0.5877592451182884,
            0.6362300478503881,
            0.48270209499201266,
            0.614859179668,
            0.49440515190025025,
            0.566712642712045,
            0.8322520741415771,
            0.7402235046535314,
            0.49126430717945224,
            0.5020802901089427,
            0.7935615954726509,
            0.8083749737028751,
            0.7795452221813733,
            0.731519804097454,
            0.7361855327251257,
            0.4556831466466926,
            0.3923758767557475,
            0.3486302858177688,
            0.7267788065554197,
            0.5180001536695622,
            0.7398501361475379,
            0.637824499403246,
            0.6046548146556776,
            0.585321692975082,
            0.43786581958613624,
            0.6565016181356511,
            0.6460753896032272,
            0.6788883165052341,
            0.4203550630834324,
            0.46391025033872024,
            0.45146783936973134,
            0.7114011708453735,
            0.6778418312807946,
            0.5453302119206489,
            0.6822588997748101,
            0.6903445325522746,
            0.4340957629657999,
            0.6818540964947921,
            0.6285600609270022,
            0.6390510114420513,
            0.8719804567095435,
            0.8782977568660874,
            0.539990568143476,
            0.745431936804346,
            0.5213406164954788,
            0.6010946454016415,
            0.6259472980097799,
            0.4363260359247785,
            0.5534197837388426,
            0.5961361406209014,
            0.45213600000523413,
            0.4928752364003993,
            0.6352251106182298,
            0.8870111882827425,
            0.6952037299173641,
            0.39609593721267655,
            0.8132645099899289,
            0.8013465595207536,
            0.4978264507496163,
            0.6472840748452228,
            0.4654913431236044,
            0.422147349462492,
            0.489464052514491,
            0.6163674200803251,
            0.5864387066464679,
            0.5955837166632125,
            0.8033677446786904,
            0.6548334446661495,
            0.7302169861788996,
            0.6594746532835,
            0.7608202388924402,
            0.6722380235814273,
            0.4794629794182593,
            0.6746721105909015,
            0.4512329112593071,
            0.5628524803658344,
            0.5603006102639743,
            0.5053823409113993,
            0.6532711750309816,
            0.7001226085285503,
            0.862531483786817,
            0.8043866903129857,
            0.9243724693763773,
            0.553537712719939,
            0.6019947313587888,
            0.5379864434521469,
            0.4768333908064394,
            0.49066718135210563,
            0.5010833127616218,
            0.6945777949662086,
            0.7105629834952277,
            0.4531494681862528,
            0.717011222581402,
            0.8414040272660338,
            0.8530902519931177,
            0.8243206410810212,
            0.7932811165431342,
            0.5481979182478388,
            0.5263373489337484,
            0.5419424667422634,
            0.6163974787087756,
            0.8161550048740318,
            0.6579425978681328,
            0.6933817237191278,
            0.7938097431740916,
            0.6587756966486144,
            0.7675409293622468,
            0.7513337310509802,
            0.7676784638002148,
            0.7242030502516024,
            0.6621854517312098,
            0.561114115299121,
            0.7464602519304341,
            0.6993196084334596,
            0.4034346305477319,
            0.7107659769297894,
            0.7157174756085336,
            0.8303207673964206,
            0.8016427420533766,
            0.7628213496774477,
            0.7400709780669579,
            0.5582562065214365,
            0.8275173052302609,
            0.846314514615534,
            0.7355639852831592,
            0.6478818218570046,
            0.8166950171353375,
            0.5451276170290518,
            0.4307242366078248,
            0.6594123313609594,
            0.7989438260310421,
            0.863854528700416,
            0.8135442600555547,
            0.6743818646671812,
            0.6476291796799324,
            0.7534986811818076,
            0.7722354655222925,
            0.8282252562015913,
            0.7208244685948698,
            0.6851710938171248,
            0.6103457647881383,
            0.3619073438206015,
            0.47151985664786245,
            0.6605029882256477,
            0.6911001150405398,
            0.6992975920640112,
            0.6794105514283935,
            0.5453063632738497,
            0.6587012246609463,
            0.7610563547037116,
            0.7156275225880537,
            0.6768663610491511,
            0.5557276396985906,
            0.4791859100199487,
            0.4768585708106847,
            0.3288331772840132
          ]
        },
        {
          "stage": "block16",
          "cls_distance": 0.09747300606418952,
          "patch_mean": 0.6720320254716451,
          "patch_distances": [
            0.7071389609444427,
            0.6162196718915005,
            0.7808124676340616,
            0.5371975500268596,
            0.5521335687895477,
            0.572200453426547,
            0.7634977385353241,
            0.7715870362227559,
            0.684516858531085,
            0.6608948846461002,
            0.6407315021640008,
            0.5729430447897325,
            0.6024435947401015,
            0.5635131139453056,
            0.6214799079295232,
            0.7690943883922063,
            0.6500434413842201,
            0.6714404534578009,
            0.6683468921565293,
            0.9159312619623415,
            0.8702464957265116,
            0.8295109527678086,
            0.7483619170185187,
            0.7204492237637231,
            0.7706726240704689,
            0.7270780612455288,
            0.6698993413322005,
            0.3873057828207078,
            0.5177357316838406,
            0.5914791937455294,
            0.4479858681601673,
            0.7140917694578968,
            0.8080885210799882,
            0.9067164401026476,
            0.7562233884965013,
            0.6252259505068289,
            0.7467243911343062,
            0.8316891052010866,
            0.7210302588009847,
            0.7516030654784573,
            0.5891772547522933,
            0.6981694126595719,
            0.5195842616283012,
            0.6169447020953791,
            0.5118533871902465,
            0.5959822170276561,
            0.8483034241730624,
            0.7156034520937742,
            0.513926500959837,
            0.5716536718096251,
            0.7448916629777567,
            0.8032670761974692,
            0.7655452149137808,
            0.7571171558789801,
            0.7869250685139968,
            0.4596750245328177,
            0.4262250980579996,
            0.34510637368206176,
            0.7486054674761454,
            0.583039672806573,
            0.7746239602476442,
            0.6591291727112476,
            0.6991795797776321,
            0.6304238722746153,
            0.4264229558463726,
            0.6719858770747884,
            0.6270987296224404,
            0.7168588727921003,
            0.45135487178943634,
            0.47001646961132226,
            0.49362322301445605,
            0.7543225482339326,
            0.6619190830449374,
            0.5722112142721179,
            0.7075040903538582,
            0.7130884560124611,
            0.443481961656649,
            0.690756239770906,
            0.5880068677496819,
            0.616787161282379,
            0.8911805216314191,
            0.8970478745933091,
            0.5808633618452791,
            0.7431680966889394,
            0.5943475122316766,
            0.5378434200965136,
            0.640605003166431,
            0.4331413546469307,
            0.5824726538289102,
            0.6498408592002025,
            0.44449874289154157,
            0.5528798393163915,
            0.6646538003265097,
            0.9488403222726292,
            0.7608798079551169,
            0.36221162669047335,
            0.7893588225036601,
            0.9223639038097102,
            0.46679943581869954,
            0.6419479732849281,
            0.4905407959827325,
            0.43759015601132056,
            0.45780253942364313,
            0.6698959274430802,
            0.641836968614503,
            0.6613070729320649,
            0.9035924935311827,
            0.6515583931825897,
            0.7404577175010705,
            0.6713228223618362,
            0.8284106684448235,
            0.7455058262774956,
            0.47063637698323957,
            0.6708470033125249,
            0.4596789736480502,
            0.5599055041458694,
            0.5562578425072939,
            0.5051218014838199,
            0.738616543620597,
            0.7568482151738727,
            0.94362425198394,
            0.8285671673185571,
            0.9552325053639562,
            0.5646822379150578,
            0.6362880817934238,
            0.5998459111628403,
            0.4402687887806247,
            0.4570516811789922,
            0.5918238230398076,
            0.7343672774619792,
            0.7576405078480417,
            0.47755112038403313,
            0.758961821146323,
            0.9274724024178088,
            0.9107685232809886,
            0.8717279078776271,
            0.8396575116453074,
            0.5953038326810596,
            0.5039071220567346,
            0.5570951959856474,
            0.6263975759889531,
            0.8300819622861848,
            0.7077478977850848,
            0.7283443796503668,
            0.8349343171801145,
            0.7378470173696943,
            0.7203388013972567,
            0.8351466814580533,
            0.8471558326093069,
            0.759536346391397,
            0.6721023798256747,
            0.5991454313661673,
            0.764280052912889,
            0.7189364163315505,
            0.3914620444109579,
            0.7507266703351563,
            0.7146886934209034,
            0.8611807735721269,
            0.8529477431919266,
            0.8359807404694908,
            0.777776065326786,
            0.5540803124495361,
            0.8551736872372919,
            0.8421211329076983,
            0.6843210458584337,
            0.6853746920998435,
            0.8176561226041392,
            0.5076553592705275,
            0.48803824277279906,
            0.7270066585378128,
            0.7898591974133191,
            0.8955765280014951,
            0.8544680675036407,
            0.7211556144765556,
            0.6877603648175632,
            0.7899530134724331,
            0.8283634063116317,
            0.8681581018629203,
            0.7632307380027812,
            0.7216182878705931,
            0.633076201636972,
            0.3808383246305278,
            0.47533402892659593,
            0.6760896774950347,
            0.7167753836160029,
            0.7252271215111264,
            0.727583374315731,
            0.6207065127761127,
            0.7464972828039944,
            0.79192622496284,
            0.736293791617583,
            0.7047480143785283,
            0.6079418327357272,
            0.4917990185840009,
            0.534499959104872,
            0.39141941916207235
          ]
        },
        {
          "stage": "block17",
          "cls_distance": 0.09601515440826003,
          "patch_mean": 0.6601038446987393,
          "patch_distances": [
            0.7406652511770204,
            0.5928391946033366,
            0.7762832346686889,
            0.5406025327857895,
            0.5542603887118789,
            0.5595007541203348,
            0.7159385891241543,
            0.6985100850694632,
            0.6265832252202236,
            0.6102889843836825,
            0.6145059841580491,
            0.5502017522577503,
            0.5733851396763006,
            0.5497549161332427,
            0.6041771674788194,
            0.7301103694138219,
            0.611787707974567,
            0.6030219728671324,
            0.6377809826114869,
            0.875647043301883,
            0.8319058126124644,
            0.8274188950048701,
            0.6907460621639078,
            0.708834128532021,
            0.7229759680616754,
            0.7258051231635239,
            0.6469349489963809,
            0.38714469440438093,
            0.5594350898501479,
            0.615564115519486,
            0.4437886416697887,
            0.6537432001218042,
            0.8220187383591019,
            0.8643454817912394,
            0.716167761328625,
            0.6088083393545068,
            0.7250955625043789,
            0.8138951426418534,
            0.7004253695957408,
            0.7545146372721485,
            0.5655180502863818,
            0.6751132082607536,
            0.4923033246236892,
            0.5921702877318575,
            0.5000814478951014,
            0.5804363653639253,
            0.8213986484833448,
            0.7335984376360367,
            0.5318076661932443,
            0.5362598544524472,
            0.6908730289270446,
            0.75054716019277,
            0.736136221207865,
            0.6970310091971459,
            0.781471792536889,
            0.41837444075925656,
            0.47513957548483765,
            0.33995808965488683,
            0.7120272535678918,
            0.5829152263463444,
            0.776162566048466,
            0.6123966156086701,
            0.6438205661671998,
            0.6301718795295914,
            0.47530326630018127,
            0.6644587264966033,
            0.6141866144940852,
            0.7350949444488187,
            0.4521686526397437,
            0.5240202850200681,
            0.5395397139824545,
            0.7789271926516295,
            0.6562154971383687,
            0.567522179991027,
            0.7514794810869737,
            0.7488171481112846,
            0.47425476543875544,
            0.6639799347833149,
            0.6223314536532063,
            0.6231136615562536,
            0.7843290373770516,
            0.9319319447462385,
            0.5620750977281701,
            0.7366963648457168,
            0.6486223905923398,
            0.5191366523117382,
            0.5689869085172135,
            0.4002084252150091,
            0.6031419157554379,
            0.6423610161223869,
            0.45578643515409367,
            0.5359100312494561,
            0.6709115225613178,
            0.8833719721254333,
            0.7183602567521199,
            0.4127735772002661,
            0.7700197363221004,
            0.8471443445074801,
            0.4530277615598294,
            0.6060030400641462,
            0.4909639997897989,
            0.4164113423328667,
            0.4506327683692869,
            0.6809554873400377,
            0.6491570373867984,
            0.6759492629346955,
            0.8575332259737773,
            0.6177624174684709,
            0.7241309399726172,
            0.6956984814161502,
            0.7381744178469537,
            0.7216273978274257,
            0.4554429334318788,
            0.6287443643138428,
            0.464639806708123,
            0.48224944298765327,
            0.5118164937019997,
            0.542527058452082,
            0.7069845589941042,
            0.6977210679506636,
            0.9208234226660362,
            0.7877199161075028,
            0.9034135340032232,
            0.5376056863544698,
            0.575205235374263,
            0.5644121120779505,
            0.39099799276891356,
            0.4229157570201574,
            0.670184428244412,
            0.6503043413636946,
            0.7244022987670459,
            0.47057934352207786,
            0.7239788543081181,
            0.9427965553230361,
            0.9276728968109366,
            0.8690930636390675,
            0.8158549956401326,
            0.5973202637361454,
            0.5032517468465927,
            0.5424379621281902,
            0.6289077433734961,
            0.8428044627691893,
            0.7087454742238462,
            0.7192617083079923,
            0.8159439667344234,
            0.7355292903168494,
            0.7437314350264796,
            0.8771778713466459,
            0.8584450415910216,
            0.7903869039830156,
            0.6788853055468943,
            0.5932752601835396,
            0.7355454556253873,
            0.6320764299828381,
            0.421763803008707,
            0.7729552029962601,
            0.6950982097244345,
            0.7918689982523782,
            0.8005776008130983,
            0.8159673271066566,
            0.7801665125296915,
            0.5875546494225319,
            0.8603248108900738,
            0.8621848177729559,
            0.7212648025898011,
            0.6943962543320259,
            0.774211901380627,
            0.5067669646958435,
            0.5372147317249747,
            0.76406485659871,
            0.7761849030608244,
            0.8487607666298825,
            0.8218399647543227,
            0.7625044632657132,
            0.6713503987370828,
            0.7972647095484978,
            0.7946247724038683,
            0.8462733658464153,
            0.7893734134552304,
            0.7264779426629105,
            0.6666154171716806,
            0.3958104754299355,
            0.5011233072254759,
            0.6260212901358864,
            0.6996346078977156,
            0.6912991651407874,
            0.7132571627718265,
            0.6843614442194013,
            0.7644927435952464,
            0.7618997112112595,
            0.7581551350072697,
            0.7002457461886971,
            0.5990953391717082,
            0.4782928706827594,
            0.5344508733205291,
            0.3704152133247609
          ]
        },
        {
          "stage": "block18",
          "cls_distance": 0.10849158280737481,
          "patch_mean": 0.6819766580217773,
          "patch_distances": [
            0.8321821600127752,
            0.576648192165337,
            0.797292569205591,
            0.5737409749770908,
            0.5897937844428005,
            0.6530837908541028,
            0.7138963367519369,
            0.7707399471160647,
            0.6792503254870286,
            0.6158002456175415,
            0.5982428447265187,
            0.5221809326213028,
            0.5809765558670164,
            0.5684209634233139,
            0.6564142226913859,
            0.7567373948069842,
            0.6467618682531104,
            0.6528457883895834,
            0.6491515842600369,
            0.8764010050199119,
            0.8824324481677313,
            0.8727055184499571,
            0.7225062371141888,
            0.7355071002163367,
            0.744401629118255,
            0.8031157262152389,
            0.5996684883667571,
            0.47255381087948767,
            0.6012636342101327,
            0.6864128358834246,
            0.47479521938415914,
            0.7013968311421523,
            0.8639038532409922,
            0.8933347868709288,
            0.6866716309372998,
            0.621515502761268,
            0.7834968672113035,
            0.8349193681965259,
            0.7175669644199829,
            0.767657861578725,
            0.6431883747477575,
            0.7557918212843542,
            0.513747890884032,
            0.582765500468688,
            0.5018803838560286,
            0.5491742939046056,
            0.832651484958687,
            0.7437490130518918,
            0.599031739916106,
            0.6402875058313551,
            0.6763115847279635,
            0.7307623291241792,
            0.7610744072487771,
            0.7568884043966312,
            0.831052607235663,
            0.40587835821639273,
            0.4533610734682272,
            0.32015006322897466,
            0.7308807012908571,
            0.6443360605613297,
            0.7956036977994146,
            0.6508750289063325,
            0.6666741249200447,
            0.6627079403539027,
            0.5162266741790844,
            0.680474710768278,
            0.6828534043539765,
            0.7298134196614294,
            0.5294634500163957,
            0.5940907518651577,
            0.545443037640454,
            0.7578371333072135,
            0.6514412747024548,
            0.5660132113071454,
            0.7752285234494698,
            0.7365925386545106,
            0.5129443756165233,
            0.7024643787705551,
            0.6878150637700832,
            0.6012501767919254,
            0.8055089621781667,
            0.9698243432877497,
            0.6275947420171792,
            0.7749680795501666,
            0.7299338948718026,
            0.49753439194445204,
            0.5497917398346901,
            0.41655253691664507,
            0.6014501007431996,
            0.7294881503126274,
            0.49266252839729185,
            0.6268092310988007,
            0.6703349162272773,
            0.8712251904724657,
            0.7623482719334791,
            0.4309438362032376,
            0.8408071449337292,
            0.8754119367724754,
            0.43111089817305437,
            0.5787648751872119,
            0.4831103486998216,
            0.41393153786317705,
            0.4607200977664391,
            0.6786538824469246,
            0.6753493426439028,
            0.6787974633831142,
            0.9034198461957006,
            0.7093853812146098,
            0.7777437867289636,
            0.7808327979231555,
            0.7655621908635619,
            0.7509833106662437,
            0.4446373286894151,
            0.6375313297654237,
            0.4248745627558075,
            0.4940887378086619,
            0.5626283300772349,
            0.5960555464313841,
            0.6739231995177679,
            0.74615079969932,
            0.9269027483622958,
            0.740191068318806,
            0.9005798063665209,
            0.606005952323716,
            0.6553337625279798,
            0.6027101945978195,
            0.3899498596262666,
            0.40971888757486885,
            0.7232555274418211,
            0.6495878823858618,
            0.7352024918263808,
            0.5014706732498838,
            0.7629218153815287,
            0.899569395729977,
            0.9045059362898604,
            0.8459280610356589,
            0.7722352314880953,
            0.5899956287344073,
            0.5699658277182862,
            0.5860583998461919,
            0.6105296718888691,
            0.8615907370430992,
            0.7443275995253763,
            0.6722732549889262,
            0.8508089759154008,
            0.7681136594693532,
            0.8068229974963878,
            0.908514315593511,
            0.8312236402304634,
            0.8626002823556607,
            0.7017245306948792,
            0.6109080872688375,
            0.7440752595541389,
            0.6673293146992756,
            0.40431262362593234,
            0.8184815995080343,
            0.6955386216405302,
            0.7527431349032588,
            0.8037320497347966,
            0.806694710964275,
            0.8095358808506521,
            0.6679157699837553,
            0.8277312452647229,
            0.8454486559567898,
            0.7140439021429144,
            0.7087074746119946,
            0.8202568580661667,
            0.5826632155095628,
            0.5632007156423064,
            0.8118461151021161,
            0.7545924805414851,
            0.7893257164687618,
            0.830030698391389,
            0.7400094251388305,
            0.7149186960423282,
            0.7702098555397301,
            0.8249640421498473,
            0.8155706365549433,
            0.7860675208676005,
            0.7123767781611716,
            0.7759836558681805,
            0.4284392231477324,
            0.5443664123609231,
            0.6141857306030056,
            0.7753768990600821,
            0.6978250004210699,
            0.7011634634604553,
            0.6931546648226363,
            0.769028138604652,
            0.7289211981903857,
            0.8120324073245275,
            0.6774547021466821,
            0.6297369157606885,
            0.5438371877497917,
            0.6164521875989667,
            0.43900737574681004
          ]
        },
        {
          "stage": "block19",
          "cls_distance": 0.07806926701723949,
          "patch_mean": 0.6993841427211581,
          "patch_distances": [
            0.8259736296715079,
            0.5827426327066544,
            0.8221627528393917,
            0.5895750183343764,
            0.58033674611607,
            0.6724322845520734,
            0.7139783052525662,
            0.7770542705862036,
            0.712189518299472,
            0.5726506684823736,
            0.536738811511587,
            0.5288118208405566,
            0.562522678055432,
            0.6075608556093595,
            0.65529164054469,
            0.7601985141305609,
            0.7080229980097865,
            0.6485030123880896,
            0.7542401105027274,
            0.8835656274924218,
            0.9163551144032082,
            0.8887047523505789,
            0.6793203969539747,
            0.7674290622245094,
            0.718462393172441,
            0.837335752050087,
            0.6092631908105044,
            0.5080818020352154,
            0.5961725958518499,
            0.6998553930728526,
            0.5003428857256295,
            0.7561187319644354,
            0.8784007694859568,
            0.8770316923546689,
            0.6926323996998451,
            0.6836925385628619,
            0.7982278234257363,
            0.8087775840081277,
            0.7940938676765437,
            0.7554438935345072,
            0.6552555943667442,
            0.7990803392665784,
            0.5308066658922572,
            0.5353194079220399,
            0.475205709532734,
            0.6039475169237398,
            0.8305415555589374,
            0.8096164464740818,
            0.6143014810544054,
            0.7180280980528648,
            0.7417423095688075,
            0.7698987942661856,
            0.7605306377553042,
            0.7762131283341803,
            0.8666723403265417,
            0.39886850310684197,
            0.43170578167502793,
            0.28496758335571737,
            0.8096471129704546,
            0.6847345958341444,
            0.7967083466887918,
            0.6621551862562702,
            0.6663117539945389,
            0.709220618460026,
            0.5166818977624903,
            0.7290104914753526,
            0.7443127186992642,
            0.708241702795875,
            0.5901865186143083,
            0.5983659703501774,
            0.5735716011952914,
            0.8180752175971105,
            0.7130315610058651,
            0.5732601338394125,
            0.7750066354065319,
            0.7561892069648173,
            0.4545486617657378,
            0.7515707277775254,
            0.6688297064916761,
            0.610687046160988,
            0.8693225265603985,
            0.9404708503351222,
            0.6257081070531816,
            0.83425201556655,
            0.7322660838321042,
            0.49644649101217697,
            0.5871808070727947,
            0.4845568344629263,
            0.6748526811275635,
            0.7397461201959936,
            0.501619780575403,
            0.622974156269366,
            0.6876203118282236,
            0.8478823294123805,
            0.8160637068721507,
            0.4094144092789981,
            0.8380399607079873,
            0.910502815163891,
            0.4155781759080768,
            0.6205711894705528,
            0.4878139859453824,
            0.4105040120107225,
            0.4928369879550826,
            0.7051729580723525,
            0.7077268932548837,
            0.6882490352893798,
            0.8815525073604952,
            0.7555498221717409,
            0.8571753488049724,
            0.8087691196382063,
            0.760818820933612,
            0.8154108888799518,
            0.39358288710921374,
            0.6128673267399021,
            0.4345154192633631,
            0.5198493149799454,
            0.6575468772440218,
            0.6450867919504313,
            0.6741253539682008,
            0.7878420332865702,
            0.953762121394462,
            0.7771746188487971,
            0.9396288908883,
            0.753355934373749,
            0.6686809888451504,
            0.6232420126116562,
            0.34987118961525987,
            0.3955441637077999,
            0.7180656439626149,
            0.6841095438867164,
            0.7467407005091405,
            0.641550164049952,
            0.7682933077362162,
            0.9084893150892365,
            0.9213118093276524,
            0.9138157467291833,
            0.8461431018685754,
            0.652644006626169,
            0.5839032429638192,
            0.6308493872048342,
            0.6255014364122535,
            0.9209130545905998,
            0.8007095086693395,
            0.6183204129401528,
            0.8954577706519721,
            0.7328782273789631,
            0.7854367665723314,
            0.8978663866484045,
            0.8583195129431622,
            0.8325771205280924,
            0.6870386189659776,
            0.6989299225959114,
            0.7748563798563768,
            0.7159818840145915,
            0.34336458277557735,
            0.8717843625431315,
            0.7206964253670972,
            0.7883169299953295,
            0.7362405360716124,
            0.8273988885431938,
            0.7573022770168868,
            0.6123082916744563,
            0.7703173212542926,
            0.7804434337395398,
            0.6818971579321126,
            0.7553657803677966,
            0.7912541769955292,
            0.5714464445972044,
            0.570060314673345,
            0.7452827830686466,
            0.7624828572991609,
            0.8207385346896809,
            0.8937745772416154,
            0.7178732488791127,
            0.68784094007231,
            0.8042950991251652,
            0.7946035023120417,
            0.7686713674191994,
            0.8145434093848036,
            0.7397724720215434,
            0.8274685414497857,
            0.44278251744046093,
            0.5512515448958906,
            0.6968364605649948,
            0.8072189117220563,
            0.743945386067471,
            0.7761831703079982,
            0.6954913071541469,
            0.7897799012603329,
            0.7394981414738622,
            0.7742751762589233,
            0.7190664706779848,
            0.6615916338829578,
            0.6829661107641127,
            0.7356283143223952,
            0.45986019864242944
          ]
        },
        {
          "stage": "block20",
          "cls_distance": 0.05135224216067247,
          "patch_mean": 0.6988454457416581,
          "patch_distances": [
            0.7906625660039994,
            0.6493044832562224,
            0.846076280636209,
            0.5883136766715569,
            0.6179949822876467,
            0.667394459318466,
            0.6844040333736572,
            0.7897309088671477,
            0.7307939474659739,
            0.5686629441210128,
            0.47137909547028567,
            0.4547430090597534,
            0.5710553444334803,
            0.6698743028564111,
            0.6641809498703326,
            0.7208046564880917,
            0.7339553154130541,
            0.6498265852786667,
            0.8261245301479045,
            0.9015534158963376,
            0.9103353449127531,
            0.8744516833279998,
            0.6621211535964331,
            0.7339987352331686,
            0.7678619700225033,
            0.8491211714037161,
            0.5938722296844852,
            0.4823518652445098,
            0.614076637414426,
            0.7012847771429228,
            0.4831590072699945,
            0.7827219413305548,
            0.8456815818713378,
            0.9066256046899943,
            0.7000822594390625,
            0.726271107096517,
            0.805328423324236,
            0.7629864407121467,
            0.8167824644351322,
            0.8171884665054036,
            0.6596751807220205,
            0.8113056944533067,
            0.5130751498048565,
            0.5919714670557679,
            0.3930672795998179,
            0.5714940649966329,
            0.8795347766968313,
            0.7806449432675862,
            0.5751214111251972,
            0.7349860643496213,
            0.7061133529111059,
            0.8381517159066152,
            0.7512298629120102,
            0.8504015058130837,
            0.8666631131804328,
            0.38397039061515414,
            0.36710285843425694,
            0.21114915818130386,
            0.835039131602485,
            0.7072593295910026,
            0.758812290992773,
            0.6048327322083724,
            0.6035689054788449,
            0.6206449288818261,
            0.5610232545921771,
            0.7833465278486297,
            0.7318629565441807,
            0.6097042617003741,
            0.5892066869082346,
            0.5976657202985894,
            0.6039074451732751,
            0.8168612042472618,
            0.707583766821074,
            0.5197975317455933,
            0.717806293367725,
            0.7563568569586272,
            0.3564379050265776,
            0.7891092429984161,
            0.5757206486677735,
            0.5702493721188973,
            0.876943531496644,
            0.9068306649705663,
            0.569733668948897,
            0.8517056183900522,
            0.7424784081239868,
            0.42812980897188313,
            0.5819931679540735,
            0.532421321193175,
            0.7791026065349055,
            0.6704125724238941,
            0.4584510556198844,
            0.5148855036220845,
            0.6505248618610873,
            0.8360191938777413,
            0.8269604534497399,
            0.43275242607063846,
            0.8667512791243759,
            0.9235698443244482,
            0.448277669083754,
            0.61909992813804,
            0.4784621792093081,
            0.338218932262803,
            0.5754280299478368,
            0.7925239475245671,
            0.7964975590584902,
            0.6917600503153584,
            0.926724039750665,
            0.7103319298236591,
            0.834375521967616,
            0.8122762428876438,
            0.7701565366166244,
            0.8507928660917174,
            0.36169856883688234,
            0.5977341887802416,
            0.39919481028200376,
            0.42967337118003646,
            0.6669454239393175,
            0.6265470422583137,
            0.7484687841968831,
            0.8093494539411069,
            0.9594727211081374,
            0.8537953250913903,
            0.9598696619614493,
            0.7847001544519161,
            0.6092160887935099,
            0.6098592082803309,
            0.32925817141525204,
            0.38884022869940316,
            0.7363669590678836,
            0.6625413649652925,
            0.7633389194435323,
            0.7011473635960667,
            0.8124877985517999,
            0.9133149489972047,
            0.909265467932971,
            0.9058077898782528,
            0.878229648702762,
            0.6647168659236129,
            0.6087726892214241,
            0.6163180534344423,
            0.6775396222973303,
            0.896976273701124,
            0.7466435874368252,
            0.49763596894417017,
            0.8817177603968511,
            0.7136878265078034,
            0.7701078372439993,
            0.8737355336881943,
            0.862944132441934,
            0.7873127003356242,
            0.6711611616146322,
            0.7043826200507712,
            0.7717972480168103,
            0.739598208100011,
            0.27840863580645114,
            0.9477992982760002,
            0.6869026559043998,
            0.7840398098523756,
            0.7164990780143183,
            0.7418708359936224,
            0.7292153040893037,
            0.6390909600598076,
            0.830940423858746,
            0.8385291775721224,
            0.6841440728815424,
            0.8215971774562612,
            0.8511856367572104,
            0.4930454529075864,
            0.5965966315305933,
            0.7231020316952772,
            0.7775840418713882,
            0.8268140852820001,
            0.8993461315568795,
            0.7207958043969502,
            0.6862344340179146,
            0.8392530737181836,
            0.8449669123281727,
            0.8210666111180372,
            0.8596239620380925,
            0.7460406783773361,
            0.8214045989670318,
            0.45700050721649055,
            0.5852820640825251,
            0.7444382332132249,
            0.7944837162806172,
            0.7617138269601064,
            0.7912454702291775,
            0.6951249178157248,
            0.7615046798443998,
            0.7733677729609774,
            0.7893436353505674,
            0.7992264866354393,
            0.7218956744424105,
            0.6790130290040364,
            0.6978157088375572,
            0.38379781744866903
          ]
        },
        {
          "stage": "block21",
          "cls_distance": 0.040244831939199366,
          "patch_mean": 0.5858968619030009,
          "patch_distances": [
            0.6826161828232244,
            0.5153130344071064,
            0.7002809802818036,
            0.47911940947855414,
            0.5263073086087151,
            0.547887249637814,
            0.6453814999839901,
            0.7243345571297994,
            0.6078932407222439,
            0.47278673270048843,
            0.3711652973368592,
            0.3743561170784906,
            0.4343324625152165,
            0.6271535553057834,
            0.5040090497159979,
            0.580002677512141,
            0.6137724558195072,
            0.48884802020808715,
            0.7377861434265895,
            0.8137897162771536,
            0.8710102375328155,
            0.8421523931718256,
            0.5678900020409394,
            0.615000589043031,
            0.6285173830114148,
            0.7011447005293466,
            0.4374942132005837,
            0.39487171624511674,
            0.454137306352718,
            0.5990376032086385,
            0.38230713093704904,
            0.6872006392168077,
            0.6965842240188864,
            0.737523556253062,
            0.5715396755947948,
            0.6569162666993338,
            0.7828314102926786,
            0.6765544353725812,
            0.7334929484247918,
            0.7220754978911523,
            0.5771105250124067,
            0.6793840510660314,
            0.3820978372598517,
            0.3864090623194443,
            0.27384099185358635,
            0.4488320908757091,
            0.7679795382066945,
            0.6838950736613396,
            0.4794624794439455,
            0.7011465684486764,
            0.5213086563018284,
            0.6741039723052918,
            0.644870072705409,
            0.7775905753159222,
            0.7008296955492324,
            0.28570922804426524,
            0.2756241889824612,
            0.14088933209410115,
            0.6816509006497782,
            0.5952794577860543,
            0.5857901915128333,
            0.5558735172042638,
            0.5049500871336599,
            0.5517677972145971,
            0.4895354997919803,
            0.6250546455592426,
            0.5973023297669311,
            0.47084261788650195,
            0.4547826828360124,
            0.5486546532752417,
            0.46629299040327843,
            0.6869430254388909,
            0.5563135807367985,
            0.4146906405450641,
            0.5613394126472818,
            0.583674726496437,
            0.3200115799049097,
            0.6743933595286761,
            0.45889323338101495,
            0.4383630492028179,
            0.7619898317658573,
            0.7852177582338706,
            0.4198393053133208,
            0.7546983040547305,
            0.5673451709172617,
            0.3256129398679508,
            0.5362802680893445,
            0.46131524704081905,
            0.7635440341549883,
            0.5294094107920517,
            0.29955208913967524,
            0.43847303961377915,
            0.505238644632181,
            0.6901879634220471,
            0.7003795209650832,
            0.3526653781965353,
            0.6774934866131592,
            0.8211407291906379,
            0.3038714619996489,
            0.5189770572373675,
            0.34919875230810493,
            0.24947521287267238,
            0.489669983170813,
            0.6095430373412598,
            0.6418746093599277,
            0.5308298225073009,
            0.796511143623462,
            0.6138939852642178,
            0.710598846680737,
            0.6221247265121477,
            0.6726164582430648,
            0.7334702044296187,
            0.25134742509740093,
            0.4820764777449006,
            0.2891030250940696,
            0.4146391663316251,
            0.5558928979876646,
            0.44821189948718543,
            0.6247953413911183,
            0.6166075677689289,
            0.856279884930027,
            0.7806226879648042,
            0.8659052065189549,
            0.6071304802408397,
            0.44200907728712846,
            0.4917840839382377,
            0.24707564488272582,
            0.3226892881571315,
            0.5492637219924927,
            0.572487386143814,
            0.6322567239186468,
            0.5407764736315304,
            0.6859454177063935,
            0.8484009821550331,
            0.8607859863416394,
            0.868754972178135,
            0.8630462903399108,
            0.5623348854955961,
            0.4880119162202926,
            0.5024612918439815,
            0.5799313706992268,
            0.7557744306142054,
            0.5619631333739789,
            0.34113821259384824,
            0.7596218427081738,
            0.6444916876097,
            0.6127729701941136,
            0.767117950279584,
            0.8483531290022234,
            0.6772264861919999,
            0.5681622446315518,
            0.6390834157287402,
            0.702528896020458,
            0.5786992137673838,
            0.19788752381243968,
            0.8241096594010571,
            0.6135603129020202,
            0.7136229530079816,
            0.5933406063963541,
            0.71060728407305,
            0.6649530769713383,
            0.45568553038041204,
            0.7256564715008269,
            0.7491966328914759,
            0.5492940098289838,
            0.6940517578207563,
            0.706542714449035,
            0.3627528966151412,
            0.45431603130058595,
            0.5677202777088892,
            0.6737985899638366,
            0.7015567497526045,
            0.8178658315063542,
            0.6740155255451186,
            0.5781134620902657,
            0.7086847535136834,
            0.6993211539574907,
            0.6946574202503233,
            0.7339943390950072,
            0.6716066849756874,
            0.6243399267018074,
            0.2955439983824456,
            0.4353904579258514,
            0.6400757546126943,
            0.6698284474462384,
            0.7198837275312213,
            0.6802216953082119,
            0.6115666457160261,
            0.6557624227526524,
            0.6375166177357909,
            0.5967264866278728,
            0.6469041648925575,
            0.6533263240095759,
            0.5575186965084169,
            0.586056500165091,
            0.31870966884637775
          ]
        },
        {
          "stage": "block22",
          "cls_distance": 0.05592308935792256,
          "patch_mean": 0.5860290523252792,
          "patch_distances": [
            0.661408620663336,
            0.5281539415788707,
            0.6412907645793668,
            0.4490803921337717,
            0.48499549196242386,
            0.524463393597906,
            0.6000720855381825,
            0.6902442836194458,
            0.5613030212128576,
            0.4818782512761113,
            0.2763132113193293,
            0.346247795100859,
            0.3792789216982684,
            0.6012827410602481,
            0.4945674819324568,
            0.5924146671284802,
            0.6253202788404906,
            0.4687285047646984,
            0.7445216333212324,
            0.7826232088313381,
            0.8606485564489565,
            0.8371508489375672,
            0.5952438756430325,
            0.6124936217187179,
            0.6697908834283122,
            0.7058603528722702,
            0.39929558001162146,
            0.3847206473604915,
            0.46583678824834995,
            0.5927609928916795,
            0.37882115942623984,
            0.6566173018120964,
            0.685518306784128,
            0.6888149732463162,
            0.5886469698736828,
            0.7260221420966735,
            0.7881820618099568,
            0.6282195728235513,
            0.7318386394448639,
            0.7169628322706971,
            0.5464711929861887,
            0.6492642585820853,
            0.38830931655035605,
            0.3734933747574045,
            0.2469009038089377,
            0.5141758193952874,
            0.7727963810273738,
            0.7266272319315488,
            0.5033984186471253,
            0.7525257457202839,
            0.5679020473884752,
            0.6572536160514078,
            0.6629119221357508,
            0.6954068120689152,
            0.6735448470050482,
            0.2975023237769566,
            0.26600500504799196,
            0.1692422971722577,
            0.6363341786698874,
            0.6183921239142971,
            0.6843575930747845,
            0.6350256209708668,
            0.556132219040008,
            0.5474861394045173,
            0.6285934965626276,
            0.6831734044651065,
            0.5809554968901378,
            0.5182771223509156,
            0.4387649264405211,
            0.5059715113301505,
            0.4590425379599815,
            0.6978988847780054,
            0.5829244026428806,
            0.36772884654782234,
            0.5942521249386766,
            0.5810873087960533,
            0.28167999224400564,
            0.7327293291295562,
            0.5330400013863881,
            0.4299081660485915,
            0.7688136290568517,
            0.8507719019118447,
            0.3999230169692741,
            0.7236052574535534,
            0.5374731499365618,
            0.31374791405754343,
            0.5151300163452752,
            0.44367366906292616,
            0.7630895035736266,
            0.5360066404050509,
            0.26710862258711987,
            0.47880617149675087,
            0.4786227133304639,
            0.6828876866899638,
            0.6959633906093474,
            0.3155557951721142,
            0.6541468350426799,
            0.8036826579790893,
            0.2918525647246729,
            0.4884958327036114,
            0.3419226188098238,
            0.24960210709287223,
            0.5180066818606026,
            0.6307242127774626,
            0.6828277808271956,
            0.5408330286838426,
            0.7971000466354934,
            0.6156073015803532,
            0.7706088832113485,
            0.5947750942050309,
            0.6373867937522246,
            0.7099239650369419,
            0.2594095169601792,
            0.4918212247780197,
            0.27430817693537235,
            0.3793955882293637,
            0.6001063243251865,
            0.4185231456959322,
            0.6734988263967061,
            0.6355332288276316,
            0.8436563691658773,
            0.7480084082066106,
            0.9188256225555597,
            0.5476415839141788,
            0.4382569554662298,
            0.44451274411635333,
            0.25766940633964885,
            0.3355201831654464,
            0.5404191538934899,
            0.560830978611511,
            0.6168725008453002,
            0.5663452540407505,
            0.6953111041338453,
            0.8706085908801,
            0.8436394903441773,
            0.8989945280271999,
            0.8575097654386074,
            0.5655114427440218,
            0.4982432774107771,
            0.47020088893389556,
            0.5707002410941024,
            0.7219951487769941,
            0.5968238055544115,
            0.411354064756665,
            0.7173737759499801,
            0.6307701723928019,
            0.584872465383534,
            0.7696260675896067,
            0.841176445554699,
            0.6933999542200413,
            0.5486014977880906,
            0.601503929083173,
            0.7168911926909876,
            0.5713763418624231,
            0.20114693219764312,
            0.7859070035177543,
            0.6359611255412915,
            0.7403557921462356,
            0.5956530552358545,
            0.6861454267921201,
            0.6684150550124925,
            0.4458250289274108,
            0.751867742545531,
            0.7989283686199415,
            0.5905188507723005,
            0.6889394679914196,
            0.6751708492644619,
            0.36517018236798204,
            0.44995606086191986,
            0.5822669019467825,
            0.6890683293041096,
            0.7163979094540011,
            0.7927246227824764,
            0.6662641563647385,
            0.6129164334636872,
            0.7201871578777352,
            0.6832178230948691,
            0.7461624006954375,
            0.7753878916201375,
            0.6669132652593233,
            0.687218855888408,
            0.2734731068921533,
            0.41225903559398747,
            0.6212452309405898,
            0.6669869992837787,
            0.7077634925010952,
            0.7009457988529217,
            0.6024162125480115,
            0.6670999955099546,
            0.6810781896982896,
            0.6245274602204386,
            0.6962809274688602,
            0.6065527925844396,
            0.5343935036771215,
            0.6285545291412049,
            0.28799368568676176
          ]
        },
        {
          "stage": "block23",
          "cls_distance": 0.043212483995102136,
          "patch_mean": 0.5417389249959879,
          "patch_distances": [
            0.6645965039965147,
            0.5645657674310101,
            0.6511721818034579,
            0.3109846095279344,
            0.2843728719505867,
            0.3647492729979097,
            0.4457965688099894,
            0.6795587251388221,
            0.4529754691732035,
            0.316386865422296,
            0.18451905472134988,
            0.19815967194666495,
            0.19929897323896473,
            0.6321405833090074,
            0.4697356308259055,
            0.5949311220932665,
            0.5990442686440343,
            0.4630484677950234,
            0.5672994622663706,
            0.7487618559240732,
            0.8118656304191705,
            0.8961447819664403,
            0.34002773375787254,
            0.5074669377935482,
            0.43617767779415106,
            0.6320159233387019,
            0.2580552256534572,
            0.33873701699265135,
            0.48278338731339376,
            0.4802241911357231,
            0.3299977195827415,
            0.6458500427797111,
            0.6322138012047149,
            0.6349175108802336,
            0.4781842814937519,
            0.565500206389169,
            0.8540846932443062,
            0.4501714126121894,
            0.6014261741993616,
            0.6469752076188611,
            0.4340754054455084,
            0.6123726604302239,
            0.3255577195705791,
            0.3691061311353381,
            0.22510936925150105,
            0.37746142801629734,
            0.8209416702781219,
            0.6429656134292818,
            0.3133093774937292,
            0.5203412154607003,
            0.4507782383923411,
            0.49100449667075596,
            0.7225320777329995,
            0.6521126172996351,
            0.625730481396966,
            0.2665994514399407,
            0.23305235331793595,
            0.20772589032857403,
            0.6246310796976342,
            0.42538748547192884,
            0.44462521614672257,
            0.4304392852626846,
            0.5714983484517777,
            0.4214686377686552,
            0.47875587131884967,
            0.6307680230280912,
            0.5542208872704872,
            0.5582536887892148,
            0.38310290985307505,
            0.5345479981420329,
            0.437135595654784,
            0.6656651542157137,
            0.6036982172489347,
            0.2480788431540636,
            0.438430799692032,
            0.37287008349223816,
            0.21261144076534155,
            0.7258056129882278,
            0.5294708731087,
            0.2774574818787364,
            0.722139563622745,
            0.8275190750488883,
            0.24457950360365643,
            0.7014075209091052,
            0.489269125672275,
            0.2923720152046061,
            0.52221999902009,
            0.45115855313874187,
            0.6524880458815645,
            0.39301244488533327,
            0.1889051808944311,
            0.28075267878447685,
            0.2489231462978415,
            0.7082771999055899,
            0.5662757453419139,
            0.20867436380797433,
            0.5083561531449043,
            0.7673798698175691,
            0.222396637264346,
            0.4828397263723332,
            0.28989333950632146,
            0.2053971347466601,
            0.37152872745858945,
            0.6357898779477147,
            0.6441432634542623,
            0.3587005798068492,
            0.7734654082321196,
            0.4998496605457051,
            0.5853705886271199,
            0.43779850506121354,
            0.47461260543933226,
            0.5833135691577144,
            0.24299861266586698,
            0.5418119020541751,
            0.23727051274128663,
            0.3246667703032351,
            0.4470650709189504,
            0.3699134909672418,
            0.5974358289303319,
            0.6382090416701711,
            0.8058074159942347,
            0.8452945112058884,
            0.954984315075594,
            0.43355822475168393,
            0.27374119018714727,
            0.2864924085664846,
            0.2662717146680452,
            0.37183777516498095,
            0.4841707453074944,
            0.5167600498128888,
            0.6205292657998802,
            0.6558704374018236,
            0.6619749030803697,
            0.8968990135031863,
            0.8786433812597486,
            0.895768277171493,
            0.9374683446863582,
            0.4997456234701442,
            0.487158294303055,
            0.2565317674459694,
            0.621121160371858,
            0.736120749801719,
            0.6352699618667482,
            0.5055617015022319,
            0.7609559059429766,
            0.6281196044084214,
            0.5712228739294904,
            0.7884074510786331,
            0.8738631820528742,
            0.688329832776263,
            0.6177946424255406,
            0.6589921700529543,
            0.6425572429039541,
            0.41534611722543324,
            0.22118126157215046,
            0.7804685514315535,
            0.6806005994686828,
            0.769598255479774,
            0.6301333549246898,
            0.7096063064749869,
            0.6481100789268626,
            0.4858689198571092,
            0.7691618948789575,
            0.8461951911262754,
            0.6610582764963151,
            0.7368053607807947,
            0.6055337966805736,
            0.211483423067799,
            0.43616276928259357,
            0.6689992811087394,
            0.7212046924868671,
            0.7527491408709617,
            0.8497059831694456,
            0.747118506075046,
            0.6659836410058138,
            0.8028301057156063,
            0.7033233968621029,
            0.7841369475331398,
            0.7708038278639785,
            0.6678533136244356,
            0.5536119332537124,
            0.18935444550050906,
            0.5396292865130766,
            0.6753934487714593,
            0.7416069516936761,
            0.8245087156275912,
            0.7664561179003309,
            0.6421897717951328,
            0.7144766132049958,
            0.7821296675778109,
            0.6638261165448216,
            0.7386740469796338,
            0.6133338059964415,
            0.6291616059448455,
            0.39883815673789547,
            0.19499323068072683
          ]
        },
        {
          "stage": "block24",
          "cls_distance": 0.09313224349465488,
          "patch_mean": 0.10821614473531412,
          "patch_distances": [
            0.08920041630526843,
            0.10722135414515765,
            0.10692599848878215,
            0.059353880499719125,
            0.0499106500706874,
            0.05714582803305113,
            0.10437254858640155,
            0.15730089838157568,
            0.07367623213908825,
            0.05817922379447693,
            0.039463281066699274,
            0.038373751016195,
            0.04146774220752947,
            0.15288510404578104,
            0.09302021120895221,
            0.10449193004506296,
            0.1049022009423034,
            0.07150434273282913,
            0.09615005681417266,
            0.15494496109322142,
            0.18054095545961057,
            0.20522762690448781,
            0.07736548248444719,
            0.08208505043762715,
            0.057897588505138486,
            0.11632592170401257,
            0.04214772828922109,
            0.06390813975089027,
            0.07602162025258241,
            0.08844421755387366,
            0.05350067033665551,
            0.106086759618221,
            0.08903819830075244,
            0.1249956476852615,
            0.0906607175351668,
            0.10052695236638076,
            0.15886370337608136,
            0.09363270872120166,
            0.12558214859613182,
            0.13855385844312818,
            0.0758821133000197,
            0.0971373700980771,
            0.058881204284058075,
            0.05999158039574748,
            0.04798153942693506,
            0.055453641764572015,
            0.1120989780215168,
            0.10173260273638762,
            0.0557966687081376,
            0.08149522493061967,
            0.07787073335541372,
            0.0753045572915072,
            0.13887639190639767,
            0.11372944010256514,
            0.1251064893201842,
            0.05518789358119358,
            0.045500440446119006,
            0.04974238337372061,
            0.10586693119269819,
            0.05900100325002933,
            0.06818382470900552,
            0.07761778268508435,
            0.08906407994535448,
            0.06559909822759513,
            0.07713116776050755,
            0.08562690334703171,
            0.06857127796327678,
            0.12885556494090267,
            0.08375649228909987,
            0.08982930760354757,
            0.06361487569549662,
            0.10876392864389506,
            0.09975660111355877,
            0.056645142755322286,
            0.07168445405726709,
            0.055910146593479815,
            0.035786232427179154,
            0.08062064634702926,
            0.07172434904247071,
            0.0493133900021252,
            0.12685477565114833,
            0.1821714119379525,
            0.04643101672964245,
            0.14816980699315752,
            0.07274311968855462,
            0.05883985885453458,
            0.08519096775343249,
            0.06259388409575994,
            0.07682965331627334,
            0.0526637534263108,
            0.03440457599994773,
            0.04467085655330405,
            0.06623678118452325,
            0.19142104532265736,
            0.09532359898309706,
            0.04149833663201474,
            0.06558807870160033,
            0.14924763815832331,
            0.050841552208881646,
            0.07873427471036465,
            0.06011655754422307,
            0.048095066029790856,
            0.05136295911090194,
            0.08849880636385254,
            0.08484132723273818,
            0.054986340399654,
            0.18997391513498707,
            0.0888876981342882,
            0.08574797062354667,
            0.06179527839013743,
            0.07528529340044554,
            0.1106167380643237,
            0.04991580532401252,
            0.08539985462206368,
            0.05475425243248,
            0.059867758262280635,
            0.07844157818284248,
            0.05785601687971598,
            0.10472326256547981,
            0.15372805478680907,
            0.2045248106084171,
            0.1888399023466717,
            0.206216140961634,
            0.07256047827944323,
            0.05620746991463077,
            0.05023560119816106,
            0.049270377063759696,
            0.059034333140879136,
            0.07743853357206165,
            0.0773883994296245,
            0.10572868287709869,
            0.1209832935967815,
            0.15511021916192247,
            0.18210608706902576,
            0.19957676388647705,
            0.19505486810045414,
            0.21236564061473007,
            0.11156777314995758,
            0.07697224309939188,
            0.04678082143599316,
            0.09359963596317022,
            0.14759823349903967,
            0.12699430941296685,
            0.15382867921316257,
            0.19518070103467866,
            0.1755409746272506,
            0.15146381309325052,
            0.15660718655920935,
            0.18412768174073268,
            0.17176243996038854,
            0.1363326703354104,
            0.11512140258779668,
            0.12363547975064626,
            0.0856841707727719,
            0.044957502393407345,
            0.13564992323203118,
            0.17081333505097196,
            0.1823791701407097,
            0.16483679545284136,
            0.18841724279836136,
            0.17301284214482016,
            0.14880938662712062,
            0.1926177098888443,
            0.20199159000057543,
            0.17912483586386707,
            0.18374084151253878,
            0.12776322434092302,
            0.04587984926205191,
            0.07039405868104887,
            0.1598410574369905,
            0.1655764072530964,
            0.170446713721777,
            0.18508632069113273,
            0.1694643945962262,
            0.15364505732900235,
            0.1978121246712644,
            0.1955240001935309,
            0.20136085739947007,
            0.1990854136691117,
            0.19045719029587094,
            0.08502065263977399,
            0.037573637469583976,
            0.11829420527480583,
            0.16181984097370938,
            0.17461466964495642,
            0.18306405626594302,
            0.1698356524283613,
            0.15243029484745374,
            0.16139909535110297,
            0.19514864740683668,
            0.18420219495947476,
            0.2021377491461478,
            0.16300870911263698,
            0.12095041472136325,
            0.06935012949095831,
            0.039448473724274624
          ]
        },
        {
          "stage": "norm",
          "cls_distance": 0.11129104353879571,
          "patch_mean": 0.4495394331342486,
          "patch_distances": [
            0.40376992060402295,
            0.4960203351183571,
            0.5089982915461895,
            0.21924136218943457,
            0.16838147358051236,
            0.19423406229548834,
            0.32169248793594907,
            0.6387825115967709,
            0.2600390175717595,
            0.19345925474902337,
            0.11717728480233203,
            0.12154259861527728,
            0.14432790255069194,
            0.5764410458947341,
            0.4760939743124525,
            0.5701210832653923,
            0.5346589952284839,
            0.29793223057249596,
            0.2910233149813266,
            0.597489059333074,
            0.603016155671349,
            0.7284867994531313,
            0.2504910871846011,
            0.2833363949132329,
            0.21033841786507246,
            0.4768449255171687,
            0.144469341967584,
            0.3081953140150623,
            0.39397806033468596,
            0.5037108509714059,
            0.30616465252132485,
            0.3826418882382969,
            0.34370824657425103,
            0.513268003837256,
            0.3534965212597514,
            0.3068491771678977,
            0.5205605211520027,
            0.3121133002637333,
            0.4291966166288561,
            0.5258074763578446,
            0.4019100762054467,
            0.4737973305455817,
            0.31549724504121546,
            0.3664711789648779,
            0.3018073863508143,
            0.19194116517577653,
            0.3869864530271049,
            0.3617709270322128,
            0.17893628766535385,
            0.24483668131514436,
            0.2577199865003882,
            0.26011798320058377,
            0.49248440390270043,
            0.4865080494588411,
            0.6387570342823982,
            0.3047486947176603,
            0.2351286306589374,
            0.2995287107171761,
            0.5387741077510659,
            0.19886303872577304,
            0.23482493580341024,
            0.25750880888642436,
            0.297555902611492,
            0.21341906493102292,
            0.22811302712502302,
            0.2772204464925533,
            0.22945199515908998,
            0.6035874676092639,
            0.448045963763653,
            0.3755830743889268,
            0.31734267103663916,
            0.5192275222577996,
            0.49910818650976474,
            0.20668782228328975,
            0.26690920845765576,
            0.19300424954619178,
            0.1149578827425618,
            0.25529739261986373,
            0.2101446344623139,
            0.16206957782077946,
            0.486392932626047,
            0.7043902040257208,
            0.1586007809230081,
            0.557190057569619,
            0.37779854434356064,
            0.3191887439370248,
            0.46819018360190046,
            0.2805432703580053,
            0.23891130632751656,
            0.17469405577604347,
            0.11562034817789324,
            0.13927304997739764,
            0.21789460301378938,
            0.8044881537527075,
            0.3334352884874563,
            0.14058703102716485,
            0.24192020279502835,
            0.5454427927197156,
            0.2796308636098984,
            0.44948353699230503,
            0.37332002743302606,
            0.30236162634927344,
            0.1766647764704291,
            0.30858820539610343,
            0.2840057005895962,
            0.19582149925570247,
            0.7135659148884109,
            0.3393696780257811,
            0.26913218614597967,
            0.218118697866011,
            0.24180905160142885,
            0.3907299595348125,
            0.26555844291139963,
            0.5089569211729705,
            0.32469922413189956,
            0.3720402702397839,
            0.26412465109224925,
            0.19582244580582187,
            0.33983895413946796,
            0.6142542634428876,
            0.7493909144469493,
            0.7579785761188765,
            0.783906871623805,
            0.25174551251097244,
            0.20939258232858726,
            0.16666011333656394,
            0.26249481103789374,
            0.3417075860281844,
            0.42792331322829325,
            0.49489034829647105,
            0.46187580222479696,
            0.4588643645443846,
            0.6835931557052322,
            0.7253202689133496,
            0.7408713857885756,
            0.7533712386846597,
            0.7818906108552706,
            0.5496440282367896,
            0.288064765470891,
            0.1535270155342402,
            0.455302040377604,
            0.6769505398083553,
            0.5970308132944226,
            0.731505475168537,
            0.8178296917799344,
            0.7694353523624488,
            0.7451504525261212,
            0.6643426338346079,
            0.724072073162278,
            0.7620210415137811,
            0.6622154874929458,
            0.5364925458747922,
            0.4274308855607126,
            0.30706074703351316,
            0.23721099666776613,
            0.6134634610758449,
            0.7811041062778346,
            0.8345082443382967,
            0.7696506193319004,
            0.7735559785170099,
            0.7766074370483166,
            0.7019565470923865,
            0.8167526865884381,
            0.8397104643873373,
            0.8329513096197682,
            0.8243678359056476,
            0.5399871640422067,
            0.1472704475682758,
            0.36165572205688157,
            0.7232138745886069,
            0.7836347990062368,
            0.8177421556372785,
            0.7950276459021416,
            0.7487890258856156,
            0.7340377924519579,
            0.7922931765423502,
            0.8148225018440449,
            0.8172511079403726,
            0.8362104846741483,
            0.7959476231122757,
            0.29256337710321645,
            0.11763129413570717,
            0.513424258395726,
            0.6966646863202204,
            0.7300824650976174,
            0.7627997784344764,
            0.7302227624939601,
            0.6661093312592299,
            0.7176050981158975,
            0.7722279246227631,
            0.7706002074020228,
            0.7883983452350023,
            0.6968153711169081,
            0.48521535101299196,
            0.21396042393314374,
            0.11852835590617339
          ]
        },
        {
          "stage": "embedding",
          "cls_distance": 0.11129104353879571,
          "patch_mean": null,
          "patch_distances": null
        }
      ],
      "intervals": {
        "cls_distance": {
          "increase": {
            "start": 26,
            "end": 27,
            "delta": 0.04991975949955274
          },
          "decrease": {
            "start": 21,
            "end": 22,
            "delta": -0.030422315790135324
          }
        },
        "patch_mean": {
          "increase": {
            "start": 27,
            "end": 28,
            "delta": 0.3413232883989345
          },
          "decrease": {
            "start": 26,
            "end": 27,
            "delta": -0.43352278026067376
          }
        }
      },
      "initial_cls_identical": true,
      "initial_registers_identical": true,
      "input_images_different": true
    },
    {
      "ids": [
        94,
        256
      ],
      "metrics": [
        {
          "stage": "rgb",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "input",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "projection",
          "cls_distance": null,
          "patch_mean": 0.5254341544406271,
          "patch_distances": [
            0.7567448914750045,
            0.9573315209892231,
            0.8023620730274164,
            0.5652917936168493,
            0.6692861980228355,
            0.6765229509995154,
            0.4675683376810075,
            0.597567913936192,
            0.8886412142999222,
            1.007436665391099,
            0.6800523643012567,
            0.5088089823311901,
            0.4732124822342684,
            0.7914032946482005,
            0.6478442025350719,
            0.6853581824341262,
            0.7454068032684784,
            0.572519787883917,
            0.2827748424552834,
            0.22657768771220377,
            0.2650340424796319,
            0.24097062310282547,
            0.8177374337337648,
            0.9063143184506407,
            0.8879501877387359,
            0.6796157838870533,
            0.40113868352004134,
            0.5489626998649497,
            0.5597969311791191,
            0.6103709499367287,
            0.5441900790499209,
            0.7107739224916523,
            0.35130260081825715,
            0.31272351478675386,
            0.11657189156334669,
            0.2146910377084289,
            0.7142250563104322,
            0.8249092631458785,
            0.9199426452619048,
            0.915844371253302,
            0.5756647957529413,
            0.5282663820796004,
            0.46939813770285976,
            0.33330105580808556,
            0.2967968437565328,
            0.3978873090458537,
            0.34072678926084954,
            0.11983318906042761,
            0.16006326721108777,
            0.22657065603857274,
            0.29510095375382084,
            0.3882327431358149,
            0.5623751808845303,
            0.6103689176122494,
            0.3890223633298069,
            0.492454645689019,
            0.28774864957280055,
            0.43404175128563605,
            0.46110343546797405,
            0.5110327709018435,
            0.13727736933285795,
            0.08455797876768711,
            0.2790923841970855,
            0.23728091886143,
            0.22328479084226915,
            0.17592579629222593,
            0.4585629046431535,
            0.5312176387463452,
            0.39167017290000583,
            0.6587854422875974,
            0.39599792912202303,
            0.3227313590608586,
            0.43934877387995697,
            0.504506437627688,
            0.12654942409161585,
            0.11154563540987339,
            0.23536862079431764,
            0.27889158006084835,
            0.2930577813099762,
            0.2615486210796757,
            0.5153706186346161,
            0.7700851436100224,
            0.46909522948936766,
            0.6652689810484655,
            0.4736416296010675,
            0.49324080728075925,
            0.5567037315607355,
            0.5262908891440727,
            0.19480851896124096,
            0.16696778293324954,
            0.2700099286520925,
            0.23682427399191597,
            0.4685854394779181,
            0.5462908995879312,
            0.48879861116826884,
            0.3854198446116034,
            0.46270420206404594,
            0.2784206822783455,
            0.5836689450407168,
            0.573545242918676,
            0.6223142325415167,
            0.5716218491366893,
            0.23367959394777105,
            0.2617493299542225,
            0.3595364034668834,
            0.28961736963992046,
            0.5763806027294842,
            0.49884329729659216,
            0.3713121425338983,
            0.5962642172279399,
            0.5150353038490711,
            0.8632358036468621,
            0.5844003104125541,
            0.5202423017639494,
            0.5627686999861908,
            0.5640505476229805,
            0.2805451012539,
            0.3309198230345498,
            0.48721029630323276,
            0.5665745925717975,
            0.5852100624730335,
            0.5840843103845375,
            0.6405658288405971,
            0.8226355495356512,
            0.9960556303380387,
            0.9228866443947165,
            0.6390123620790531,
            0.6387172056763348,
            0.5823517205443551,
            0.4897852474169212,
            0.33898089848242274,
            0.570214176206927,
            0.5782693794725896,
            0.552307467141063,
            0.6420578345236372,
            0.6031651369203517,
            0.5781388499349138,
            0.8074440049950262,
            0.5984143546052474,
            0.4022008546402016,
            0.579126390463572,
            0.5626532356020151,
            0.5805226088130186,
            0.5837327794082405,
            0.5174579525898462,
            0.5602957776269344,
            0.565332007137771,
            0.5407015470992484,
            0.601011110449344,
            0.6809868822730833,
            0.6971130351394463,
            0.6423475241693279,
            0.3921105197112822,
            0.3015737947406235,
            0.5187012725921887,
            0.5682710101989481,
            0.6085782196176428,
            0.6127831623463343,
            0.5929148138502838,
            0.5657747715893418,
            0.5837585751964416,
            0.6375498425091052,
            0.6472141064105529,
            0.7048389707845131,
            0.7411392985833196,
            0.6581249778549698,
            0.4044286100281004,
            0.40984130296057975,
            0.6303569478271016,
            0.4975577068741174,
            0.6387983306981927,
            0.5525045613174093,
            0.6002429375387504,
            0.5560639774532885,
            0.6560514666975956,
            0.5064194511267346,
            0.6699339220254077,
            0.6702131845378989,
            0.7195785340258847,
            0.6184197227884677,
            0.45226441860063116,
            0.6313577913996009,
            0.7520798428628911,
            0.6849469674420534,
            0.62773957076357,
            0.69031853973698,
            0.6127214535397878,
            0.5807293901095161,
            0.619571976295096,
            0.43661868004296267,
            0.7228723778793716,
            0.7051633579673496,
            0.5637969722665492,
            0.6223966171017776,
            0.48784583833909245,
            0.4921352715937797
          ]
        },
        {
          "stage": "tokens",
          "cls_distance": 1.1102230246251565e-16,
          "patch_mean": 0.5254341544406265,
          "patch_distances": [
            0.7567448914750039,
            0.9573315209892229,
            0.8023620730274161,
            0.5652917936168482,
            0.6692861980228353,
            0.6765229509995149,
            0.46756833768100736,
            0.5975679139361914,
            0.8886412142999218,
            1.007436665391099,
            0.6800523643012568,
            0.5088089823311902,
            0.47321248223426815,
            0.7914032946481999,
            0.6478442025350712,
            0.6853581824341256,
            0.7454068032684783,
            0.5725197878839168,
            0.28277484245528317,
            0.22657768771220343,
            0.2650340424796307,
            0.24097062310282558,
            0.8177374337337648,
            0.9063143184506407,
            0.8879501877387359,
            0.6796157838870536,
            0.4011386835200407,
            0.5489626998649488,
            0.559796931179118,
            0.6103709499367294,
            0.5441900790499202,
            0.7107739224916522,
            0.3513026008182558,
            0.3127235147867543,
            0.11657189156334524,
            0.2146910377084289,
            0.7142250563104315,
            0.8249092631458779,
            0.919942645261905,
            0.9158443712533021,
            0.5756647957529412,
            0.5282663820795994,
            0.46939813770285943,
            0.3333010558080838,
            0.2967968437565318,
            0.3978873090458537,
            0.3407267892608481,
            0.11983318906042684,
            0.160063267211084,
            0.22657065603857096,
            0.29510095375382084,
            0.38823274313581413,
            0.5623751808845301,
            0.6103689176122491,
            0.3890223633298059,
            0.4924546456890184,
            0.2877486495727999,
            0.4340417512856347,
            0.4611034354679734,
            0.5110327709018432,
            0.13727736933285628,
            0.084557978767688,
            0.27909238419708526,
            0.23728091886142988,
            0.22328479084226838,
            0.17592579629222627,
            0.45856290464315363,
            0.5312176387463445,
            0.39167017290000594,
            0.6587854422875974,
            0.3959979291220219,
            0.3227313590608589,
            0.43934877387995674,
            0.5045064376276882,
            0.12654942409161496,
            0.11154563540987272,
            0.23536862079431686,
            0.278891580060848,
            0.29305778130997473,
            0.2615486210796759,
            0.5153706186346168,
            0.7700851436100229,
            0.469095229489367,
            0.6652689810484649,
            0.47364162960106837,
            0.4932408072807585,
            0.5567037315607359,
            0.5262908891440716,
            0.19480851896124074,
            0.16696778293324965,
            0.2700099286520913,
            0.2368242739919133,
            0.468585439477918,
            0.5462908995879308,
            0.48879861116826806,
            0.38541984461160206,
            0.4627042020640444,
            0.2784206822783447,
            0.5836689450407166,
            0.5735452429186746,
            0.6223142325415156,
            0.5716218491366882,
            0.2336795939477695,
            0.26174932995422273,
            0.359536403466883,
            0.28961736963991813,
            0.5763806027294831,
            0.4988432972965917,
            0.37131214253389777,
            0.5962642172279394,
            0.5150353038490711,
            0.8632358036468617,
            0.5844003104125541,
            0.5202423017639479,
            0.5627686999861896,
            0.56405054762298,
            0.280545101253898,
            0.33091982303454903,
            0.4872102963032324,
            0.566574592571797,
            0.585210062473033,
            0.5840843103845359,
            0.6405658288405959,
            0.822635549535651,
            0.9960556303380387,
            0.9228866443947165,
            0.6390123620790529,
            0.6387172056763335,
            0.5823517205443538,
            0.48978524741692,
            0.3389808984824222,
            0.5702141762069268,
            0.5782693794725884,
            0.5523074671410623,
            0.6420578345236369,
            0.6031651369203499,
            0.5781388499349132,
            0.8074440049950259,
            0.5984143546052478,
            0.4022008546402014,
            0.5791263904635708,
            0.5626532356020142,
            0.5805226088130173,
            0.5837327794082401,
            0.5174579525898463,
            0.5602957776269333,
            0.5653320071377694,
            0.540701547099248,
            0.6010111104493436,
            0.6809868822730838,
            0.6971130351394468,
            0.6423475241693268,
            0.3921105197112814,
            0.30157379474062274,
            0.5187012725921878,
            0.5682710101989474,
            0.6085782196176421,
            0.6127831623463336,
            0.5929148138502836,
            0.5657747715893409,
            0.583758575196441,
            0.6375498425091048,
            0.647214106410552,
            0.7048389707845124,
            0.741139298583319,
            0.6581249778549696,
            0.4044286100280998,
            0.4098413029605795,
            0.6303569478271013,
            0.4975577068741164,
            0.6387983306981924,
            0.5525045613174087,
            0.60024293753875,
            0.5560639774532878,
            0.656051466697595,
            0.5064194511267339,
            0.6699339220254078,
            0.6702131845378985,
            0.7195785340258839,
            0.6184197227884676,
            0.45226441860063116,
            0.631357791399601,
            0.7520798428628911,
            0.6849469674420534,
            0.6277395707635699,
            0.6903185397369804,
            0.6127214535397871,
            0.5807293901095163,
            0.6195719762950953,
            0.43661868004296145,
            0.7228723778793711,
            0.7051633579673489,
            0.5637969722665487,
            0.6223966171017767,
            0.4878458383390921,
            0.4921352715937791
          ]
        },
        {
          "stage": "block01",
          "cls_distance": 0.00861015200838755,
          "patch_mean": 0.20668581506262962,
          "patch_distances": [
            0.24429352262389603,
            0.3021455091025781,
            0.24806958034479198,
            0.17652624552845397,
            0.32145451071351483,
            0.31653811714395075,
            0.2533963702844654,
            0.2544152166625203,
            0.44268650647153485,
            0.3792527401823901,
            0.25652143324243226,
            0.23834946060290152,
            0.208340264823208,
            0.25169787824544054,
            0.2413077337490136,
            0.24939303883205344,
            0.20785942790345502,
            0.2221966503819115,
            0.1619403883906375,
            0.13595725242300705,
            0.13089903584463258,
            0.12491123919492642,
            0.3734278882822424,
            0.335833130105725,
            0.31311164033841077,
            0.2614163516671215,
            0.1550640315146381,
            0.15354162477384647,
            0.16651776536289353,
            0.20800497159708176,
            0.16893609908833584,
            0.30403599250342606,
            0.20050905267974106,
            0.18153933608568562,
            0.07747686675929699,
            0.11923542459928738,
            0.32004429491865904,
            0.3981012834883081,
            0.36281951873277374,
            0.3442161638090291,
            0.1868321102782975,
            0.18035156056973112,
            0.16488944358868096,
            0.10409491184976982,
            0.09110505920078016,
            0.19253744945967788,
            0.19193352541481556,
            0.07695244338325302,
            0.11086693411476212,
            0.12502742874236372,
            0.17067280756300862,
            0.24641797312245228,
            0.31000536492745223,
            0.2032225859271216,
            0.13437515552081358,
            0.1719449747794427,
            0.09907292042601645,
            0.1831406923790012,
            0.16938168971040524,
            0.24840652678299135,
            0.07415377933314615,
            0.06109828936297723,
            0.1346083944620753,
            0.13209950928144742,
            0.12281177116706599,
            0.1413526303174093,
            0.2758132281484196,
            0.2075854604934665,
            0.14223496533040791,
            0.2746508563036866,
            0.12296051730988777,
            0.11900330120567537,
            0.1368557154981468,
            0.17685570791805294,
            0.08092921549061238,
            0.07087408993520028,
            0.16000451953709383,
            0.17646845775423714,
            0.19269023658340023,
            0.15134703894159873,
            0.24105008145999018,
            0.2960017358600098,
            0.2648402370308811,
            0.31779349438087623,
            0.14236269677364777,
            0.16175009123134942,
            0.15333998105588398,
            0.16420022321160976,
            0.11824759796413531,
            0.0996717893505259,
            0.1904372808159387,
            0.13779613343062835,
            0.23424485713597198,
            0.1823164535179277,
            0.21506915481958777,
            0.2276915592647979,
            0.2527630447126673,
            0.1653892495530892,
            0.1981513993832985,
            0.17239395405768143,
            0.19915183336225606,
            0.1749558168950507,
            0.14546168363070788,
            0.1600003843413067,
            0.20616291939746612,
            0.156207809930754,
            0.1745543672714297,
            0.28530883705635646,
            0.246798854171281,
            0.28087866522656035,
            0.2573962215402722,
            0.32909280054964674,
            0.1875212522098182,
            0.13161158171909082,
            0.14505114427514942,
            0.20150176654246466,
            0.18433206343614394,
            0.1766745616110783,
            0.2110944976953999,
            0.16031124231025573,
            0.1591548278788253,
            0.17951948680469565,
            0.23533082588127474,
            0.29187884598796654,
            0.39741775987149,
            0.37781681603068784,
            0.1854923806947203,
            0.18356032440341818,
            0.1576310038113803,
            0.16139845648008333,
            0.16615671341074867,
            0.19770207470545764,
            0.17033725360089624,
            0.1746942808473415,
            0.18214404827069208,
            0.15321126756820524,
            0.19314010916725677,
            0.2725655175725191,
            0.32211243514672183,
            0.29138484788397934,
            0.14645985372989567,
            0.13711052390275769,
            0.17016078324347672,
            0.17003506861968687,
            0.1768171631116514,
            0.15147383728507335,
            0.16032717522494,
            0.13854973353090172,
            0.16414324773231825,
            0.18115677944010622,
            0.19573247959847673,
            0.24455984121010854,
            0.3724185552925734,
            0.32767834107411054,
            0.13368757574956347,
            0.13666649492533178,
            0.20008718533261916,
            0.178899977328552,
            0.151095176191256,
            0.1645298273312854,
            0.1624430352080185,
            0.18496467609576428,
            0.18009327124041785,
            0.16254195984553788,
            0.20921620991519319,
            0.2679023300703147,
            0.3393738253527715,
            0.3401489878044912,
            0.23084280567205273,
            0.16734294461401134,
            0.20347262404869215,
            0.20850739902489257,
            0.22721440654403424,
            0.17097323955894672,
            0.19467953383838277,
            0.16407084958410045,
            0.17476317720480938,
            0.16776135997149577,
            0.1899736402840967,
            0.25245862778061956,
            0.380663982523077,
            0.5167975880675191,
            0.2647666224551234,
            0.2447102264778912,
            0.22752060621484227,
            0.27213925739002387,
            0.18002347835399057,
            0.18195935382616446,
            0.17138287179754919,
            0.13124960122151486,
            0.1823654728642653,
            0.19401487157814168,
            0.17667492372841442,
            0.24075535619853827,
            0.3858238292912436,
            0.3293957914593696
          ]
        },
        {
          "stage": "block02",
          "cls_distance": 0.008953835556269274,
          "patch_mean": 0.1564124822852531,
          "patch_distances": [
            0.2003371035517031,
            0.25026546049423726,
            0.219702283473313,
            0.15160371844451903,
            0.22992589231216343,
            0.22604836997655586,
            0.1850025325399266,
            0.17068855898116253,
            0.2904151318111938,
            0.26427546590264706,
            0.19030622142639064,
            0.1726065053455984,
            0.17436294600351154,
            0.2046998597607208,
            0.20070535300202108,
            0.21908211550460577,
            0.18878871996668878,
            0.18456142190489178,
            0.12474458922750287,
            0.10947583042665443,
            0.09954944650098008,
            0.08590088503148274,
            0.27186805176917384,
            0.23745675819355805,
            0.22482472898053174,
            0.19106638823905642,
            0.13770622749628625,
            0.12630804583572042,
            0.1488797286910979,
            0.17477655350695476,
            0.16134863717706838,
            0.2396674682836354,
            0.1533600811159589,
            0.13038910670381954,
            0.054729893594524626,
            0.08330279263237306,
            0.2164043308757958,
            0.2697629239498327,
            0.2677659521894794,
            0.25569452398491843,
            0.15275291570768612,
            0.1539161407622015,
            0.14359738009407763,
            0.08492056910646006,
            0.09406352050009337,
            0.14275474898005214,
            0.131198127996784,
            0.05596335822184595,
            0.07743233627518598,
            0.0897091094318111,
            0.11688586356096164,
            0.16356843390937004,
            0.2125810275586626,
            0.18711882294104742,
            0.11923545299955196,
            0.15689529366618704,
            0.09637314965893473,
            0.1618531371942752,
            0.1517434578552732,
            0.19322692018752463,
            0.05249453379203728,
            0.04541950397642325,
            0.10301146565298336,
            0.08865364349789684,
            0.08687863610176161,
            0.10646341748096766,
            0.18774035742528206,
            0.16292151453026138,
            0.1233703146342553,
            0.2617276859890362,
            0.11352665599075229,
            0.10698428814851813,
            0.11757511130121612,
            0.13335681913469488,
            0.055821560218591415,
            0.04937735354297601,
            0.09666424687157316,
            0.11793085024783123,
            0.12809054602886494,
            0.11875441387924746,
            0.2054887363471425,
            0.2530225532818914,
            0.19759184722470935,
            0.22153991963505182,
            0.14386530337520953,
            0.13373796193400767,
            0.11380299068932698,
            0.12170609431230783,
            0.07457165189267911,
            0.07292801232845292,
            0.11555039105991727,
            0.08345229389758446,
            0.17863626302120528,
            0.1394712718167096,
            0.17926347984505564,
            0.18071195018540076,
            0.1666812874646516,
            0.12903416745145513,
            0.17304129468597662,
            0.12885730531591988,
            0.1601944833514487,
            0.12366365947241109,
            0.09219329979799784,
            0.11495844197070149,
            0.12435429298609957,
            0.1112076189013903,
            0.14011368797296897,
            0.2084217683430475,
            0.17303995076948353,
            0.19629835755202274,
            0.18013783991641963,
            0.23877429389368154,
            0.13376642451411058,
            0.09934795896093618,
            0.11551690572736428,
            0.16870715619834764,
            0.11851738166576631,
            0.11842697084838472,
            0.1464434848929692,
            0.11922518987168318,
            0.1344374796993809,
            0.14800034770683623,
            0.19387018028941294,
            0.25763784692844227,
            0.3001793871391253,
            0.2855623170512963,
            0.1315253434328063,
            0.13440847536019773,
            0.12587493321764676,
            0.1339780535491507,
            0.13062141778200376,
            0.14117966953884054,
            0.11603280753733347,
            0.12423209238393129,
            0.1508532681349387,
            0.1177783332089607,
            0.14891528682077326,
            0.22126366213135484,
            0.2297502821294557,
            0.17992156302590523,
            0.1062235392137375,
            0.1040091810678394,
            0.1245361824130855,
            0.1264823453469719,
            0.13095147918811556,
            0.11501880942288045,
            0.11282696705861261,
            0.10891165009795456,
            0.13257114632696576,
            0.13166576900683713,
            0.1512851156685584,
            0.20049281394236385,
            0.23406819212754948,
            0.19952720421754444,
            0.11196600989355165,
            0.1043083876075247,
            0.1496375450447851,
            0.1492470686722408,
            0.12222870345150905,
            0.12644558934136663,
            0.13323267123751115,
            0.1439708926933354,
            0.13784726629312682,
            0.1280792343107564,
            0.16896170386231313,
            0.200759315585051,
            0.206731742688829,
            0.20418660174692704,
            0.18535205851718406,
            0.1390989235253488,
            0.14418174788922178,
            0.16571423124398688,
            0.1790421358362544,
            0.12962511816308775,
            0.17187030705107353,
            0.1278392429545061,
            0.1279909424353598,
            0.14001140001362056,
            0.1558323570092659,
            0.19894132588922253,
            0.22275717771537973,
            0.3561725786031261,
            0.2319203141043068,
            0.1949985269210216,
            0.1651375296619878,
            0.20861158413364245,
            0.13322586130655745,
            0.1361258688900916,
            0.13728822339758884,
            0.0960964428111033,
            0.14367782030190368,
            0.17157297161213814,
            0.1388027023739874,
            0.2086424106743272,
            0.23792329001006585,
            0.2090203270353056
          ]
        },
        {
          "stage": "block03",
          "cls_distance": 0.01732108380703734,
          "patch_mean": 0.20185407881029158,
          "patch_distances": [
            0.27026038415183884,
            0.32950660839280665,
            0.315683628379569,
            0.19669699978139898,
            0.22043678731190908,
            0.21336806589510582,
            0.20255144564736283,
            0.1677987549571054,
            0.3221753945414284,
            0.30743764856540223,
            0.21945153203957468,
            0.20152704639610985,
            0.22905500172927273,
            0.2686629879881821,
            0.3160133761402356,
            0.32670481844946875,
            0.281173088735825,
            0.20905015968388563,
            0.18234374855880953,
            0.14252861139156048,
            0.11675522322201903,
            0.08639133617120998,
            0.32030232762873356,
            0.30853582384468325,
            0.2930413872388433,
            0.20275640391842842,
            0.1664271392757748,
            0.17828768596536693,
            0.25835741169774973,
            0.23715002430281384,
            0.25335321109944653,
            0.2731779851980408,
            0.21447529235435914,
            0.1956489597270823,
            0.08377969109276417,
            0.10771532144171103,
            0.16978048358922326,
            0.27739295717859713,
            0.2815455806356768,
            0.2611682482718557,
            0.2221458432144846,
            0.21303749731476707,
            0.22950553200759916,
            0.15833993086353615,
            0.1536556712310202,
            0.1611443181065355,
            0.18603074852410884,
            0.07097822818272859,
            0.09236574582953305,
            0.10020396764003714,
            0.13683222960422736,
            0.1739287359368128,
            0.20299111452312346,
            0.1788876862564811,
            0.1700090881205385,
            0.2082829968025931,
            0.151854118081443,
            0.26528311281890393,
            0.2673970539721984,
            0.22597430866439938,
            0.07048466093102501,
            0.06525677978893962,
            0.11140102630487037,
            0.09808507956176982,
            0.09695087975747896,
            0.13972732783679842,
            0.16376877163682302,
            0.21972239120534454,
            0.1743917707584154,
            0.37207341462842525,
            0.1905148188955056,
            0.1877300651459607,
            0.22061408107322944,
            0.18949416689574283,
            0.07995836488924646,
            0.06570724472628264,
            0.1083890141102608,
            0.14304343382810347,
            0.15782816286298829,
            0.13621713854121786,
            0.27184987461208143,
            0.28395484320804787,
            0.20198045434501233,
            0.2502307037448501,
            0.24780033747409513,
            0.1903256796474616,
            0.18461481229826004,
            0.1758343288250539,
            0.09354341303341096,
            0.0928376950506864,
            0.11391970156396924,
            0.09634400204862248,
            0.1877718642811308,
            0.22598790947985592,
            0.2441475502800614,
            0.2309446560911289,
            0.18898600620366768,
            0.1834471834943866,
            0.2980418235006752,
            0.19460750410919703,
            0.2151701973441177,
            0.1815342083971141,
            0.1044098213499548,
            0.13760389792139627,
            0.12202765473372379,
            0.13826130633712586,
            0.22641492934173246,
            0.23991752730656313,
            0.20106804098998643,
            0.19929192508442528,
            0.20402152727402256,
            0.2917422129163363,
            0.20123186022270778,
            0.16396117547082267,
            0.1694829776447223,
            0.2487282710620079,
            0.13187986148374242,
            0.15469738084552964,
            0.17252869027075002,
            0.17109126913868788,
            0.23604755882772466,
            0.25900871819508686,
            0.2714760764306138,
            0.22977982494238147,
            0.3534910527313506,
            0.3099853507100583,
            0.18745218279435283,
            0.19788877775722413,
            0.2047813556789334,
            0.1709459775647333,
            0.15772253325056296,
            0.1761779540985332,
            0.15464772766223345,
            0.1610765806996789,
            0.22995967789772798,
            0.20524076599302976,
            0.23029752699453276,
            0.3028667522832511,
            0.20685531006437374,
            0.19874096138372555,
            0.16251596896124,
            0.13367998300949568,
            0.18718775678581023,
            0.167375678712952,
            0.16947003185300713,
            0.17344673338248595,
            0.1823374441120551,
            0.17946166222604543,
            0.19429162648416098,
            0.18049571859923896,
            0.2218768318216744,
            0.2629852501944683,
            0.23369609353624243,
            0.21299019596898516,
            0.1797060756187736,
            0.15263141901512534,
            0.2149765287671328,
            0.15886859430630085,
            0.1790839442527934,
            0.18477724162750175,
            0.19745151503228542,
            0.20772194086547324,
            0.2032921465458607,
            0.18022951386330777,
            0.25546616499129826,
            0.23944527893063616,
            0.24510531296480842,
            0.2445415624128916,
            0.2366750291952343,
            0.22814921705850544,
            0.19381239926059668,
            0.2057139558296951,
            0.22410583642394855,
            0.2014727809778668,
            0.26396991543050663,
            0.16880486943790574,
            0.171869342429112,
            0.21272221880514353,
            0.22611056398303864,
            0.2518220050815315,
            0.24124723206626597,
            0.39904601688430696,
            0.3291246874287107,
            0.22246696674171385,
            0.20765683097144005,
            0.22530400721191435,
            0.19318556900627215,
            0.2123449614283981,
            0.2078076768367968,
            0.11757962924533727,
            0.20263854151817606,
            0.23309279763310975,
            0.16465258269601202,
            0.22297098484921907,
            0.24771498180161278,
            0.20087678369076378
          ]
        },
        {
          "stage": "block04",
          "cls_distance": 0.018882145882686663,
          "patch_mean": 0.2876262738771748,
          "patch_distances": [
            0.3844350018251823,
            0.442738524501858,
            0.41761879264928314,
            0.28899414666472867,
            0.297948270361618,
            0.31551148472364354,
            0.272402061667532,
            0.28464098194638243,
            0.42405696480603805,
            0.4046937231666772,
            0.29599357034125584,
            0.29853861184524844,
            0.3251625520491759,
            0.33650093341190723,
            0.40804874541706526,
            0.4063130151481914,
            0.358474998503727,
            0.25785081250970954,
            0.24533444820793182,
            0.19441998840324914,
            0.17620477596700146,
            0.15674415830113697,
            0.3777276862852933,
            0.3683802461860268,
            0.36899997688733266,
            0.283281161351026,
            0.23808634572616083,
            0.22618595183104628,
            0.33172909125713845,
            0.32446410315731455,
            0.34583025822193625,
            0.3695982282358805,
            0.2931807984968877,
            0.2820279268322031,
            0.11954707788213637,
            0.19122210074873724,
            0.2513185220863393,
            0.35417844450984504,
            0.363451296687218,
            0.34153028794094986,
            0.2952181727596147,
            0.29289774233206467,
            0.29399606657589605,
            0.23045007559170505,
            0.2125369093379763,
            0.2514151863665034,
            0.30732799822496215,
            0.13397638134035328,
            0.13523513649705488,
            0.14660235060848026,
            0.2082787827162743,
            0.24008063561957238,
            0.27496555563177827,
            0.2405843794773378,
            0.2577393848239926,
            0.302365084392895,
            0.21109004711663282,
            0.38496469116743104,
            0.375461372414461,
            0.3506363414441207,
            0.12692276818018056,
            0.11521786829046465,
            0.19972005196556342,
            0.1470271985918018,
            0.13388859209274173,
            0.205454448562428,
            0.24720992374672202,
            0.35305896313125607,
            0.24181875415633247,
            0.43936697052269713,
            0.26953791542739136,
            0.2831374034237918,
            0.31695478302849966,
            0.2584994768968759,
            0.11495397799952867,
            0.1103684387708036,
            0.1841325848526344,
            0.21760985927004894,
            0.215831761815235,
            0.21059991732955352,
            0.344908632237266,
            0.378452305856098,
            0.28839960683334,
            0.34479677066448555,
            0.30938385371927013,
            0.3157404402638023,
            0.2606383106477693,
            0.2613009066375609,
            0.1660257826852618,
            0.16007779866272742,
            0.18704104379261643,
            0.15665074019757352,
            0.2674310798622036,
            0.3110294980936814,
            0.3412890520132268,
            0.3105728431219966,
            0.2697110535518865,
            0.24659924302840308,
            0.43199230744066996,
            0.2807752723710175,
            0.32714610360195984,
            0.27661724409472477,
            0.1490299714834753,
            0.24430702227757395,
            0.20942360315749287,
            0.22987376705076712,
            0.2890194754135067,
            0.3465490094408258,
            0.2681529254637435,
            0.31020850772403497,
            0.2774944118215633,
            0.3920439615228679,
            0.35336682334242464,
            0.2131404097217744,
            0.25507527581102796,
            0.3337686219478373,
            0.22412959367553753,
            0.2371878732735334,
            0.27489597169166724,
            0.25093096376661084,
            0.3130229588617386,
            0.3166064752932837,
            0.3980821716317088,
            0.3235140343014573,
            0.40808352902613143,
            0.39104768921780075,
            0.28186488957776656,
            0.3303889682576101,
            0.29467874020894136,
            0.2706826522150274,
            0.2589726266281551,
            0.27716360705928567,
            0.22322187529848347,
            0.2626200622382695,
            0.3175866191418685,
            0.2754235885953702,
            0.34445235162536647,
            0.42449724607415673,
            0.2678491478978836,
            0.29133182269408764,
            0.2473732924405141,
            0.2006963986028737,
            0.2950563214966264,
            0.2352745109372617,
            0.25539483419744635,
            0.23357664314741267,
            0.30297730086187613,
            0.24138952547574588,
            0.259146289902646,
            0.2548974616826891,
            0.34644626992929894,
            0.3541034436659395,
            0.33632304518880096,
            0.2740726885130351,
            0.24757154213512034,
            0.21640388759879448,
            0.3182638612915385,
            0.27494547691924953,
            0.2516027274657502,
            0.26976929917236037,
            0.27347847146516613,
            0.27421528059568934,
            0.31202936908652323,
            0.2750563333174134,
            0.35170708871426504,
            0.3364669717268537,
            0.3331929292266874,
            0.3362123081564482,
            0.3531326743400657,
            0.3784397707769386,
            0.34156418154832524,
            0.32143146221926633,
            0.3194002319661644,
            0.3321621932971246,
            0.34593181615079005,
            0.2730609028056922,
            0.2538401282120918,
            0.285241042743432,
            0.31449075887097633,
            0.39158923525835465,
            0.31510047905825833,
            0.5534242034956316,
            0.4272389996757444,
            0.34966629519077674,
            0.35780755701916256,
            0.32011693319030576,
            0.3056227544819683,
            0.32458721613895813,
            0.27870854496259545,
            0.20290384010629448,
            0.2626330354186812,
            0.29783495512510394,
            0.2828650622468484,
            0.316967713994185,
            0.34130985951725046,
            0.29326510615738777
          ]
        },
        {
          "stage": "block05",
          "cls_distance": 0.016373257474103453,
          "patch_mean": 0.25448690238935523,
          "patch_distances": [
            0.30738439045885113,
            0.36872855546935634,
            0.36053387043084995,
            0.2457706680188434,
            0.26200236620911566,
            0.26037815087772076,
            0.23363099217369065,
            0.2470496619221647,
            0.34282531890518,
            0.3653487479342773,
            0.2478370911460659,
            0.2623119157803341,
            0.28465573244837017,
            0.2930550403498764,
            0.34376694952339315,
            0.33540632736821674,
            0.2805296671772223,
            0.2074878726789149,
            0.21048089116109459,
            0.18513050014874688,
            0.14388957274914937,
            0.1516095073888074,
            0.33467535071131815,
            0.3003067124939005,
            0.33302906144577027,
            0.2597977395501476,
            0.21752766166418824,
            0.20168926096657758,
            0.2929954779355428,
            0.2794427944086567,
            0.31433587036647703,
            0.3183126736751628,
            0.2554502664588536,
            0.25204220297029123,
            0.11603691498135271,
            0.1814765804511227,
            0.21259512027492444,
            0.29979955003280734,
            0.3053891979790836,
            0.2803198590324628,
            0.2453016944278893,
            0.24572050737073448,
            0.24337318656420603,
            0.2032732343864445,
            0.19269475701266026,
            0.24199278744612862,
            0.26584543007253014,
            0.13853616040168304,
            0.1184165568381127,
            0.12305605037514822,
            0.18304540750539633,
            0.22096955525403572,
            0.23171655767133092,
            0.2031724630636238,
            0.23173067184323337,
            0.25473520541503925,
            0.19989071496053,
            0.3633457292055896,
            0.3290336720271526,
            0.33190412351336807,
            0.1287151136095489,
            0.10573057591639201,
            0.16391505141831408,
            0.13089926790429585,
            0.11621201403291459,
            0.17940332020589211,
            0.22700622834342377,
            0.3466861597696993,
            0.21971628459557513,
            0.35024593212026545,
            0.23288821191919618,
            0.27476241904545207,
            0.28452874795392635,
            0.20916603113915277,
            0.1135166302703956,
            0.1149750114323923,
            0.14921829545628762,
            0.19219008188557962,
            0.18395238028048655,
            0.17197875374458338,
            0.29787950109911987,
            0.35370537073213004,
            0.25866690426786343,
            0.32368455711397015,
            0.2612592674652058,
            0.3034444145834486,
            0.2399858287066613,
            0.21238343393039738,
            0.1548676392075864,
            0.1423125887484784,
            0.15490664679403876,
            0.14037350410879856,
            0.22488599076746796,
            0.28059975180508767,
            0.2747128926307635,
            0.29266855808592185,
            0.2676916870256224,
            0.2218963230362756,
            0.4062144624701569,
            0.2560041512637776,
            0.30747377875823956,
            0.243447953814228,
            0.12165562401454466,
            0.2356142311516779,
            0.18377031183169545,
            0.19109659756527164,
            0.2583281805524211,
            0.30487477199854507,
            0.21782470842853485,
            0.28713555806669744,
            0.25749094543217865,
            0.33637295396890254,
            0.35929369892356333,
            0.1880357728833847,
            0.23135255071539196,
            0.29445645044305546,
            0.2086543630543285,
            0.1895875831915027,
            0.22287044199873696,
            0.21392092207752,
            0.2799044684542251,
            0.2854847526096659,
            0.3453346325318212,
            0.2861300330563793,
            0.3365338230564653,
            0.34829942244264356,
            0.2603678527876063,
            0.3204908962348887,
            0.26533148990783195,
            0.24375265213847574,
            0.24824559853891504,
            0.24643918210602256,
            0.19422099697979545,
            0.24000048676833396,
            0.30234139212723055,
            0.24641861184956426,
            0.3177555424234607,
            0.3611981882040114,
            0.21847298261099846,
            0.26302897296352257,
            0.22611911944647,
            0.18152161988961213,
            0.28258762971177964,
            0.20837887298648983,
            0.24456545560763043,
            0.21560074870500445,
            0.26276595155442095,
            0.2130022296765115,
            0.23678915502544995,
            0.21951230960315216,
            0.3141464231568699,
            0.29337403955609187,
            0.30450471409234525,
            0.25583280729700975,
            0.21146113008514333,
            0.19290866874850388,
            0.2908515191983442,
            0.2433669158730699,
            0.23913207088807975,
            0.2442568427372238,
            0.2330985077465656,
            0.23940621786941385,
            0.30062776528668955,
            0.2456142205545484,
            0.30074208795606683,
            0.2820894457987103,
            0.29850931948950066,
            0.32581457696251026,
            0.32209466463875214,
            0.37126257765209625,
            0.3174813961949313,
            0.2779768060939688,
            0.2900148589027781,
            0.30162945080471737,
            0.31421849839356997,
            0.2556919726753827,
            0.23129516474908163,
            0.24704746619604767,
            0.26107366564643786,
            0.30173318353564416,
            0.28021075199061296,
            0.48655659137808216,
            0.35602521610746307,
            0.2907607131522367,
            0.3640567941111794,
            0.28633625509777905,
            0.2708475219630264,
            0.30921306984025176,
            0.22156112979530473,
            0.19106030331197177,
            0.21035912267709023,
            0.25076319970149674,
            0.2621714932311975,
            0.26709132592658336,
            0.2885902164048876,
            0.25607918001530017
          ]
        },
        {
          "stage": "block06",
          "cls_distance": 0.010372784207583474,
          "patch_mean": 0.24855437077871095,
          "patch_distances": [
            0.3042848684068429,
            0.3103503195238714,
            0.285621450609983,
            0.2476273561693766,
            0.26499298878477007,
            0.2596248297469682,
            0.22693773317886856,
            0.27332398681972947,
            0.3404202511865496,
            0.3199290457002961,
            0.2206582740523253,
            0.25716059203876385,
            0.253469652850442,
            0.2638556748480554,
            0.26923642682154836,
            0.264064446741502,
            0.229404865088787,
            0.20085026631709713,
            0.2133866182172084,
            0.1888890965424843,
            0.14484364892479773,
            0.1801468313810699,
            0.31447569285659926,
            0.2655303979103938,
            0.28667008121961646,
            0.21878220846858887,
            0.20912565586148624,
            0.1725557469529566,
            0.24466348959692952,
            0.25408532494775926,
            0.2615159526760068,
            0.2875183759706994,
            0.26186799043387554,
            0.26311444430554376,
            0.13000623399686395,
            0.21452052709526814,
            0.2376025884576065,
            0.2962406524720902,
            0.27094332290447964,
            0.22658438082995458,
            0.21705199674546738,
            0.21818299278176778,
            0.21586805707140666,
            0.18743568877421324,
            0.17832237799401218,
            0.22528556714682635,
            0.2681641863590196,
            0.15531297493825436,
            0.136928532443523,
            0.1476848671147899,
            0.2017451248466865,
            0.22881359560834547,
            0.23814460544492178,
            0.1856617218169132,
            0.21598485894444774,
            0.23556259586981276,
            0.21502057809958552,
            0.3064386656644833,
            0.2762242178181955,
            0.30509612218937776,
            0.1490694813879535,
            0.12007683077246945,
            0.19784057454462645,
            0.16286580940881412,
            0.12277781314132175,
            0.18227375771403365,
            0.2348167533595692,
            0.3319365545948594,
            0.203225039602701,
            0.295176687425477,
            0.1993442576289589,
            0.2546053793182569,
            0.27436717295789004,
            0.2074791435252391,
            0.10809849899733726,
            0.11636500913705161,
            0.19306578796517693,
            0.2018655707029844,
            0.19578080698667844,
            0.1956142870191102,
            0.27736006416250536,
            0.2894079796730885,
            0.25829744783123076,
            0.28123450303234165,
            0.2409354239818876,
            0.29453243837719345,
            0.21604414131156735,
            0.22487831106839595,
            0.15208081941320495,
            0.16905380913627244,
            0.18427894864444105,
            0.1598005261262445,
            0.24388414946605796,
            0.2823666278299072,
            0.2652803063544741,
            0.2711723819278893,
            0.25013921234123404,
            0.2228247446336521,
            0.3568062648162126,
            0.235983517654469,
            0.29309727125963003,
            0.2260903925447364,
            0.13338003849594005,
            0.26211220499480603,
            0.22193165221281252,
            0.215920574498355,
            0.25037249551369334,
            0.2864546966441951,
            0.24192118161454024,
            0.29725210876725516,
            0.25077469630010907,
            0.31239558971617576,
            0.3626954572992809,
            0.16065357537588765,
            0.2238012749010022,
            0.282383049420989,
            0.21175177604633755,
            0.20647485036868307,
            0.2552719750582003,
            0.19298272545499395,
            0.2623039501496822,
            0.27049238584901336,
            0.35974982217457674,
            0.26897153732418,
            0.27237574136801423,
            0.2933895852069386,
            0.26714877855604624,
            0.32918936341528715,
            0.25314589436230683,
            0.24231850698503454,
            0.2510013243161464,
            0.26180784041106564,
            0.22196309636783895,
            0.25015353503530413,
            0.27923623459904157,
            0.2414147472132535,
            0.30773679234551266,
            0.3237154408857251,
            0.202049375631134,
            0.25546049822059946,
            0.2811477331501019,
            0.18013290459506104,
            0.2512933236005104,
            0.20770379869236122,
            0.24682164951603436,
            0.20395493527639108,
            0.2716208488570969,
            0.19900440206791303,
            0.24277816904760408,
            0.2141570523192633,
            0.3232092793337241,
            0.2978218203301064,
            0.2917905111574439,
            0.23551492466424762,
            0.23732270932997135,
            0.2150641980283985,
            0.30887670852918325,
            0.28301680711600674,
            0.22642014243710917,
            0.23741099517459008,
            0.2303219296377257,
            0.2106898937608256,
            0.2877571509423109,
            0.24712787205248232,
            0.2966133117375701,
            0.2616151634701456,
            0.28509499140308014,
            0.3051439157999509,
            0.33784160801420227,
            0.3971489153968787,
            0.37083041430906427,
            0.2705674435256623,
            0.27288147052807443,
            0.308293518542173,
            0.2821318793652463,
            0.26007284078128756,
            0.23521783686510778,
            0.22188509263010825,
            0.25368676771855336,
            0.3142463525355772,
            0.26318708401580027,
            0.4470245836173252,
            0.3456209226465323,
            0.3087367541324426,
            0.38942964799384094,
            0.32042103778725584,
            0.3006436660690591,
            0.29890105564381075,
            0.21748017686678967,
            0.23602966208469034,
            0.1961450775853123,
            0.24529642240624638,
            0.285816526990733,
            0.2590211365887798,
            0.3068656726069189,
            0.27364547389545646
          ]
        },
        {
          "stage": "block07",
          "cls_distance": 0.012812835656072274,
          "patch_mean": 0.231788911291076,
          "patch_distances": [
            0.2902215255682793,
            0.2725419662656554,
            0.2550410107060892,
            0.22181178161819592,
            0.23901001536172084,
            0.24502627049693404,
            0.2269620955033348,
            0.27008740372996387,
            0.28229022928414815,
            0.2677223579988194,
            0.21253520625525735,
            0.24946740831739,
            0.2530480971089637,
            0.23678458601612296,
            0.2657957248399574,
            0.2593331243384296,
            0.21132145808509084,
            0.18910014096532735,
            0.20679863365759388,
            0.1946930144748994,
            0.15658659895882743,
            0.18424447760312157,
            0.2594246196409874,
            0.22189214990813833,
            0.2638517154222676,
            0.1851103014826031,
            0.21562126953666216,
            0.17967305576826575,
            0.22426539372289056,
            0.21721576708554524,
            0.2449258364647977,
            0.24356658099288342,
            0.2658026623537655,
            0.23949006042540766,
            0.1572171541109012,
            0.20179834788123463,
            0.2079320172142337,
            0.255839474289403,
            0.2518936463529211,
            0.18271593359659277,
            0.19458071545992173,
            0.20864951472038706,
            0.18776246048647183,
            0.2015640324488468,
            0.16566689094940756,
            0.2382859151593002,
            0.2697980156968959,
            0.15131428090045929,
            0.1355930510228226,
            0.15550384543660067,
            0.20779896175794488,
            0.21675095805642175,
            0.20678426147309337,
            0.17167712443537508,
            0.19886552618031839,
            0.22034904266896804,
            0.19849263474027912,
            0.3266045971209256,
            0.2693181060279809,
            0.28743238583725517,
            0.16392661755032256,
            0.12417036727524178,
            0.18221729309226553,
            0.14617300237563624,
            0.12658796515679938,
            0.19648922740930963,
            0.2133548168920545,
            0.2597331273142973,
            0.1789573712326198,
            0.291780218785322,
            0.18567783585539377,
            0.21218439989217086,
            0.2844138106477706,
            0.2074214311442596,
            0.11088729203307324,
            0.12466790839475861,
            0.18037344342983397,
            0.19385464672283248,
            0.21647087669563725,
            0.19190723888622696,
            0.26360292698524845,
            0.23019799211873393,
            0.22011263133932324,
            0.2572371581406704,
            0.2141630046185914,
            0.27196850230869196,
            0.21359130970214968,
            0.2413400859788455,
            0.15086543671684916,
            0.18165830152007334,
            0.18690283824296938,
            0.15784534653701265,
            0.23916843752521,
            0.27815219644941025,
            0.24217985136550857,
            0.25213918968917426,
            0.21830952948068938,
            0.21791744307648364,
            0.3103964018202874,
            0.23510052800535464,
            0.2692271847193184,
            0.22682372818146856,
            0.17221514199439625,
            0.2537431242956698,
            0.21356048352425627,
            0.21780312046812456,
            0.23375289045852155,
            0.28619985165200323,
            0.23836645487828778,
            0.2609610697898168,
            0.23752423913398313,
            0.2695634783162938,
            0.2787090131617789,
            0.15958443984149584,
            0.22258702846706913,
            0.29033969622429945,
            0.22194303855540265,
            0.19503398907444103,
            0.25470645179492235,
            0.17807316255369032,
            0.24855405848561674,
            0.24576384049230304,
            0.3345553813353902,
            0.23522179796242304,
            0.21653300530622088,
            0.23261989767293956,
            0.2233244468771869,
            0.3029803026894322,
            0.23530329589745302,
            0.27194324373712553,
            0.254670103268397,
            0.2514057327257594,
            0.22295748917153702,
            0.23526838915675685,
            0.25313372463187744,
            0.2325130470159099,
            0.3011963899653217,
            0.3077293932088103,
            0.16738337002749104,
            0.23312501984864342,
            0.25689347801407403,
            0.16809397752195587,
            0.23306354277702035,
            0.2047225394786354,
            0.24081320028533115,
            0.20738985634171037,
            0.2706705081884684,
            0.18876118531194674,
            0.21109920589858922,
            0.2260781771680589,
            0.31471790253472953,
            0.27141170451240926,
            0.25389304371798527,
            0.22944710763806297,
            0.23092237609027666,
            0.21555963385075083,
            0.31318943726902304,
            0.25527115435498093,
            0.19645183418088175,
            0.24350181614393696,
            0.22485521898579053,
            0.19061596065053732,
            0.27207076045030987,
            0.22874024823367423,
            0.27343958410366964,
            0.24468866827123104,
            0.22958253960678754,
            0.30874002084377883,
            0.28779977062446793,
            0.3207421161684919,
            0.33873962625212783,
            0.24133985936417213,
            0.24186106087891834,
            0.3044744582336939,
            0.2755427885051386,
            0.2382021315070897,
            0.2353561018025776,
            0.20898824716488762,
            0.2260599758849151,
            0.26100234966297875,
            0.24015234552550158,
            0.3591219583449361,
            0.2867359581803496,
            0.2819277506578902,
            0.30590019320866624,
            0.24163771218450447,
            0.24777504994853083,
            0.25998742582210566,
            0.22482293762326666,
            0.2066108982784738,
            0.17126232995049673,
            0.22088128492661097,
            0.2603655350594699,
            0.23103512454356234,
            0.2767555586820558,
            0.2484124286881707
          ]
        },
        {
          "stage": "block08",
          "cls_distance": 0.015066880534898575,
          "patch_mean": 0.24154253962186822,
          "patch_distances": [
            0.2860588068169606,
            0.24692082077850996,
            0.25390650617126587,
            0.22470927072722657,
            0.23544080434644288,
            0.21846221857431303,
            0.2087371241000825,
            0.243403659704286,
            0.2463137670004707,
            0.2411815350414589,
            0.20576401459516924,
            0.27267638358226276,
            0.2742913978579343,
            0.2614991882396126,
            0.25928314646221706,
            0.2635837147051644,
            0.214274540012796,
            0.20360298147002565,
            0.21224980635282809,
            0.2179896895056841,
            0.18810947909032505,
            0.20458277294704408,
            0.24917515924140243,
            0.2159850585341282,
            0.25144740741079397,
            0.19786888861818575,
            0.25784238348618693,
            0.19464732402077778,
            0.2486463798050017,
            0.21819752787099267,
            0.23195728233182555,
            0.2504159335140119,
            0.26082727510812664,
            0.23618811031905818,
            0.15817358601864218,
            0.23745044644581104,
            0.21942910929741044,
            0.269348872818964,
            0.22806984599066027,
            0.19802902448844784,
            0.22659509449701698,
            0.22888629995699483,
            0.2042722153513994,
            0.21799520861656552,
            0.18733236824905153,
            0.2628931450499121,
            0.2625170194169496,
            0.17674195674783533,
            0.16387171861255023,
            0.1761596870346015,
            0.2251026190255897,
            0.22363790591206434,
            0.2167614020289843,
            0.19436370245746448,
            0.2120020644574434,
            0.22384951173565626,
            0.20425798420112407,
            0.33109001804817006,
            0.29103439230717587,
            0.2777114248320455,
            0.18399142212885222,
            0.14734504420660266,
            0.20524441024008644,
            0.1517251113630148,
            0.17258299641513164,
            0.22446658187794843,
            0.22987372027261255,
            0.2667468286308585,
            0.18590652956371279,
            0.2911256451481218,
            0.1973509797723818,
            0.23612602656401482,
            0.3176074139842596,
            0.22068113673193168,
            0.12724288126052052,
            0.13734536474776826,
            0.21196577567311137,
            0.21322142727606685,
            0.25417026063976245,
            0.18948325714058,
            0.2771989992057693,
            0.2232636681341993,
            0.22927632966770373,
            0.25249566288162395,
            0.22974596991372587,
            0.2552803568367287,
            0.22813474299535053,
            0.24306654737443945,
            0.1861316296131892,
            0.21769132434115657,
            0.23435440871192215,
            0.1860267939524436,
            0.24127834657196368,
            0.27851458357224723,
            0.23816039610945539,
            0.2782677860485182,
            0.24185728172135113,
            0.2565346545118464,
            0.30552336054281315,
            0.24747652661607122,
            0.2959967325685757,
            0.24097098548531914,
            0.18445820602896912,
            0.2689298018660279,
            0.2383338471153459,
            0.21247637651278872,
            0.25813557656947794,
            0.29208525112133044,
            0.23952001255239286,
            0.24817510686790434,
            0.2326666076822378,
            0.27183965822619827,
            0.2710169958912909,
            0.16877669711742505,
            0.24935230239825945,
            0.33334338033971467,
            0.23365482490834277,
            0.2173047719200517,
            0.2945436339959778,
            0.18883112754580822,
            0.2508950522824893,
            0.24478611399887518,
            0.3220168971904356,
            0.20695644135059843,
            0.20075207547810203,
            0.24019075203693063,
            0.23182772135060614,
            0.26899613438135717,
            0.2422634075907576,
            0.34004925674387965,
            0.28879705274056766,
            0.26928806563388985,
            0.23882385919483384,
            0.26892848936899416,
            0.28513691185956913,
            0.2548449441655324,
            0.29828427286934844,
            0.30149223151395665,
            0.17327019216099981,
            0.22275800923067068,
            0.30068159644626236,
            0.18223185540134057,
            0.24825233313879824,
            0.2373298691335125,
            0.282591431948217,
            0.21695599521196052,
            0.2879709170589766,
            0.1905850238124922,
            0.23133071681873374,
            0.25896185130264027,
            0.2861049219732271,
            0.2574139147058844,
            0.25319679598430367,
            0.23139773610864922,
            0.265577312021012,
            0.23459022757751202,
            0.3015828203729183,
            0.27181421703380104,
            0.20938348343957114,
            0.288335067002763,
            0.255700660662345,
            0.2051168339121786,
            0.29389957614293805,
            0.2296498672106455,
            0.2931302583187967,
            0.256269917335598,
            0.249930949561171,
            0.2863777704115925,
            0.2848096367734426,
            0.3233143836696528,
            0.34048632558883396,
            0.2535045990428567,
            0.27398526473197204,
            0.3134239890512224,
            0.29245995671885416,
            0.257016247477847,
            0.22897996476527804,
            0.2286444216138066,
            0.2495446610901093,
            0.26352508832295096,
            0.2239075998810045,
            0.35746751058141046,
            0.2852366937508717,
            0.25258072112619545,
            0.2837210731932751,
            0.22991158191129235,
            0.2461825316816303,
            0.27879861040028975,
            0.22528054554379773,
            0.2167726286872964,
            0.17325246643338954,
            0.2170701700905363,
            0.249538691285921,
            0.2538884885489767,
            0.27848999181409584,
            0.23511105930472187
          ]
        },
        {
          "stage": "block09",
          "cls_distance": 0.022218664377860464,
          "patch_mean": 0.30225882845750857,
          "patch_distances": [
            0.3316782056737878,
            0.2630956425722101,
            0.29712091872622215,
            0.2577174515570744,
            0.30651011647899906,
            0.27697330982476465,
            0.23173569349565182,
            0.24315954137307272,
            0.2831992050905914,
            0.2795805576122291,
            0.2545231175858057,
            0.3291674626729172,
            0.32435746595678205,
            0.28404521467130117,
            0.3524597636376656,
            0.3478891281424158,
            0.25160290548667463,
            0.27612303696417506,
            0.27809183913311664,
            0.2860429405077869,
            0.20917641025211275,
            0.185076347148189,
            0.31251228221961136,
            0.300372259137223,
            0.30457348909734905,
            0.24116522009736707,
            0.34442367024096765,
            0.25086534435718433,
            0.30964976213721596,
            0.27641655877094273,
            0.2660798233146079,
            0.3075522651366608,
            0.3217413943761662,
            0.2721013166256393,
            0.20241803920756463,
            0.26879783703824445,
            0.27583710248325277,
            0.3563831392248492,
            0.25641687315980943,
            0.23026619961831607,
            0.29757688913405955,
            0.28767920657634816,
            0.2775171635425603,
            0.2534459719814036,
            0.23443676962106086,
            0.3140656349721187,
            0.29647587968780476,
            0.25672366077128905,
            0.19005752212250382,
            0.24620759026139227,
            0.27602908460034714,
            0.29859920229508996,
            0.2618424523301588,
            0.24908084176753165,
            0.26182773645748036,
            0.24900328586378973,
            0.26502591238935136,
            0.4140826949180145,
            0.3774810451939056,
            0.27427053145674274,
            0.2698832530813564,
            0.20838843597589807,
            0.26840751690028486,
            0.19893338899587887,
            0.21660771199167017,
            0.295027965923473,
            0.27434606717482135,
            0.31532463523620746,
            0.21789111288217056,
            0.33382142733875086,
            0.25171557064819583,
            0.30860031747693717,
            0.45664466316391195,
            0.2983897823097289,
            0.19090787900230832,
            0.20957417708132142,
            0.2741853318246855,
            0.2695864028264222,
            0.3254004981540506,
            0.23569959699907295,
            0.3197283168577514,
            0.25035912670244653,
            0.2730126841101972,
            0.28246526848066256,
            0.28182467079853224,
            0.35393383270808076,
            0.31724947673855286,
            0.2801936845854939,
            0.2525471511956541,
            0.24478440195746387,
            0.3063423630559412,
            0.2506748052811808,
            0.34240213782259976,
            0.35916891952124164,
            0.24173399930417183,
            0.28874579220097785,
            0.32753259999674156,
            0.3002233856062101,
            0.35848257138096673,
            0.3518890375162561,
            0.37606808482413867,
            0.31313454476069114,
            0.2812219542056057,
            0.35448890581842163,
            0.30004017855393783,
            0.2651387571329109,
            0.3163155757457913,
            0.40912217693884445,
            0.3340887085648435,
            0.28302085019036893,
            0.27954056069104116,
            0.3019820590894394,
            0.3077453066935594,
            0.2569380656505177,
            0.35129646131792625,
            0.45896515869630705,
            0.2636492593215878,
            0.2994391520823749,
            0.3410282058864986,
            0.2729306557681027,
            0.325798729895755,
            0.32108279730826494,
            0.3889569983513498,
            0.2318380664311943,
            0.2608617235749341,
            0.2728576684015752,
            0.2979075763542578,
            0.3553548946800842,
            0.29120138377845495,
            0.42984809098860566,
            0.3861313508280312,
            0.3251302822759632,
            0.34774379406511546,
            0.33245302890024475,
            0.3655500705861945,
            0.3265886411801586,
            0.37591443313173667,
            0.3283697083584032,
            0.20876440294270815,
            0.2259934879956711,
            0.43932448177543826,
            0.2854724081117025,
            0.25166646306383966,
            0.3315726616728353,
            0.40775914797420454,
            0.3651028097052653,
            0.3598600338068413,
            0.2927993485235041,
            0.30491868329954175,
            0.3509283963333939,
            0.30892621879882864,
            0.26502397620407314,
            0.29489849544738644,
            0.26662081652164704,
            0.3780867001264635,
            0.3813444702178095,
            0.3675977867994733,
            0.363603963487553,
            0.29802412552194046,
            0.43675954136519646,
            0.36588678936629115,
            0.3050209528643947,
            0.35450175925134264,
            0.3156159491396834,
            0.3134659324882535,
            0.27650382189782796,
            0.3149467213574664,
            0.32578354008897614,
            0.3308163817083929,
            0.38165719852381874,
            0.35127786211736667,
            0.3865746230067547,
            0.37257433096133175,
            0.4124856509572382,
            0.3672729806705326,
            0.3756502890018675,
            0.33097119138372566,
            0.27800814655525385,
            0.2963431724238855,
            0.26225736110258213,
            0.3006109247578661,
            0.3976032319535894,
            0.32613113013783557,
            0.26187692542998053,
            0.2899410921997848,
            0.28466659661904004,
            0.2794867505249704,
            0.36746742610976457,
            0.31030783241347093,
            0.2718794541745072,
            0.2513611224820589,
            0.24631495870285758,
            0.2605814240819505,
            0.30955436529734803,
            0.3418397864329362,
            0.27974253321043063
          ]
        },
        {
          "stage": "block10",
          "cls_distance": 0.033822281772789675,
          "patch_mean": 0.33696540407891923,
          "patch_distances": [
            0.3287754841745133,
            0.27186552280867016,
            0.32410563227138667,
            0.27007906825874006,
            0.3360593426387788,
            0.2874576655558089,
            0.2919649523621026,
            0.2754662394418069,
            0.3086652552743292,
            0.30887666764850985,
            0.2594735509234246,
            0.36961949082669154,
            0.3524371509808194,
            0.3278772639333567,
            0.364410462970303,
            0.38100244594767085,
            0.29201822943858113,
            0.3128258441024132,
            0.3221281247430756,
            0.3262021106010009,
            0.2505555699530315,
            0.21231205335621783,
            0.3163485920994653,
            0.3043979996689318,
            0.31167512506979955,
            0.2516233014752114,
            0.3770483479507677,
            0.28864123221179505,
            0.3615761435959165,
            0.3032727924710612,
            0.2930575047176065,
            0.35860506350943333,
            0.3858901577095849,
            0.3477333052208722,
            0.23483997707601412,
            0.2970657841906563,
            0.29732968748260125,
            0.4128565296702924,
            0.28633600483128274,
            0.25515110330450885,
            0.3472190354454592,
            0.39708074086938294,
            0.25045838756002237,
            0.25708705664648457,
            0.24382770322476977,
            0.3612962677266838,
            0.36209517616654086,
            0.3070169450374036,
            0.22860001180226697,
            0.2607919845111183,
            0.37935534637330004,
            0.3021632669984584,
            0.28810416683393747,
            0.3146482941457156,
            0.26008665051322155,
            0.28587565294134765,
            0.24396279484327388,
            0.4496296456386988,
            0.39194314178938616,
            0.2752639528949259,
            0.3331655382459686,
            0.23876594272755725,
            0.3000936839148626,
            0.20154277685341682,
            0.2796038182110452,
            0.3657755467482279,
            0.2911254347811324,
            0.3615462563399213,
            0.23187046783366783,
            0.3368003421316089,
            0.21552083242614484,
            0.32107704593254793,
            0.43097070129648996,
            0.32475648552556313,
            0.19826686187793274,
            0.21237962535398847,
            0.30006874980573195,
            0.2919978347753013,
            0.3695475220828158,
            0.26901328312263084,
            0.3272459004348053,
            0.28964281500870304,
            0.2858776740761493,
            0.28113938719197995,
            0.26478296864340534,
            0.4109199313132109,
            0.3467209412013408,
            0.3683655293902598,
            0.2691716363601758,
            0.2868033850460491,
            0.4039948117903408,
            0.25472257058931047,
            0.36407795274362065,
            0.43011293530311046,
            0.2455591362671541,
            0.30377377554549256,
            0.33649959859979794,
            0.35411694074227806,
            0.32316867402766913,
            0.41275146635094395,
            0.42990095189094024,
            0.3587991654198798,
            0.3344280904588197,
            0.3486548469552653,
            0.34720789437811905,
            0.292729889565566,
            0.33984737582998903,
            0.4843291262320444,
            0.4293008123239518,
            0.29100133380981863,
            0.30181290271957917,
            0.3546219255259817,
            0.2824843579304611,
            0.3296234424371227,
            0.3766374803935526,
            0.5294758349233593,
            0.29554235959468245,
            0.3484439394303043,
            0.37397799406735965,
            0.29173193176113543,
            0.3874582269188015,
            0.352678236763322,
            0.4272409866371394,
            0.23397267465577443,
            0.30232763586565936,
            0.31985225273766427,
            0.3167866991313538,
            0.3983670682479473,
            0.34661858064080375,
            0.5060334912403857,
            0.4267643638073372,
            0.34634187328892474,
            0.37676415969801125,
            0.3894345327275832,
            0.3686010471899619,
            0.41101472321797283,
            0.4151650618119562,
            0.3772812720795755,
            0.2301246540163433,
            0.26753756497169423,
            0.46650508569735116,
            0.3356921198867687,
            0.32068247556736296,
            0.37898381229406397,
            0.4267988505713918,
            0.3700802647135044,
            0.4330371005172544,
            0.30722664005608136,
            0.3269034807479533,
            0.43255579084383633,
            0.4054541678301792,
            0.338447559664921,
            0.307684556909256,
            0.2703382218426247,
            0.3930182660047248,
            0.4272522410777184,
            0.47274545781061006,
            0.4830128455766176,
            0.32425924067433476,
            0.46911326140766096,
            0.4024802829028886,
            0.35531300499828544,
            0.4369098749021546,
            0.36351940174788333,
            0.3875344759433492,
            0.29438960607313613,
            0.34559776591937263,
            0.3395573989468823,
            0.3245636235919034,
            0.38241589107945895,
            0.36893060815060763,
            0.48598311348204826,
            0.479660033527457,
            0.42993316575459084,
            0.4114210562952785,
            0.4354753729360885,
            0.4115333021092824,
            0.3181955620971404,
            0.35467213771771244,
            0.3174066120525899,
            0.3329869205807121,
            0.3878155054565279,
            0.3438538752042716,
            0.2805520018033154,
            0.3207357402156352,
            0.30141538060524664,
            0.33333067313440046,
            0.40995083940944355,
            0.34722332546135104,
            0.33131708598131715,
            0.2724352974298013,
            0.2896919779038748,
            0.26695994119798283,
            0.32888411085200886,
            0.39892857781410385,
            0.32546767215790484
          ]
        },
        {
          "stage": "block11",
          "cls_distance": 0.03933024351555037,
          "patch_mean": 0.40386935599573326,
          "patch_distances": [
            0.3267357279622204,
            0.31696781898381554,
            0.3422612846065375,
            0.34323715927441134,
            0.4063284207237917,
            0.31386455710801464,
            0.3475068849802928,
            0.2572893334781432,
            0.3322929859203476,
            0.381003616104466,
            0.3334662702998372,
            0.4599776215912631,
            0.4350581305067013,
            0.35898810149337923,
            0.47283169100107614,
            0.4409268199363864,
            0.33653366296815845,
            0.4214000352258408,
            0.4227183258684917,
            0.4379011873244475,
            0.29020833270870583,
            0.2138745108038682,
            0.3868390307102243,
            0.38026800881932243,
            0.36910194090369985,
            0.30778373223511013,
            0.4490981928751413,
            0.3379455568456379,
            0.40025307802733323,
            0.3897920836772192,
            0.3536770206738088,
            0.4317019185296076,
            0.4927630511163593,
            0.4846741216777948,
            0.2779299054948531,
            0.2969952248324186,
            0.3604720041928252,
            0.5105795744412157,
            0.39664646710979523,
            0.31862226159217444,
            0.44939153918526453,
            0.5032037182028408,
            0.3143081850276961,
            0.3152936512898089,
            0.2884621591008689,
            0.46066210265683605,
            0.4641788494730852,
            0.35448679838731423,
            0.2648550019144328,
            0.31946774133517963,
            0.4285690268414838,
            0.4469186382882442,
            0.4280910512715653,
            0.4524039258105731,
            0.30073715007358937,
            0.3637624678970143,
            0.3053286906167729,
            0.4967350243444555,
            0.44023238413260757,
            0.29620069510178293,
            0.3937963943899354,
            0.31672459956611887,
            0.3572171037202925,
            0.24096965882903798,
            0.35729229549008956,
            0.4926157349061635,
            0.381648891287943,
            0.41725467368611546,
            0.26251215378453074,
            0.3668850123533476,
            0.2608944982667156,
            0.39912441753623074,
            0.45563590146723554,
            0.3359040693631522,
            0.23055767037632624,
            0.25018386495243905,
            0.32126810658745264,
            0.311073431895458,
            0.41087353486274236,
            0.3611851619702017,
            0.3498785015451794,
            0.37298589969370255,
            0.34471302704603024,
            0.36116337530468257,
            0.29422350163808586,
            0.5670167479825499,
            0.4515003411965929,
            0.4365353980111344,
            0.3046942334422411,
            0.26949436107739755,
            0.4121141627467121,
            0.29313454358323165,
            0.46919702614742587,
            0.4985614613646704,
            0.26570466789807656,
            0.3847397412166782,
            0.42218344132715946,
            0.43741190689014675,
            0.3444630985173266,
            0.4917456999441435,
            0.5172756157389079,
            0.48000636826456244,
            0.3697837020839705,
            0.41783251806922517,
            0.3752124138091021,
            0.36597473874001274,
            0.45094872054818425,
            0.6432986565933876,
            0.4830654381003684,
            0.3611630793717402,
            0.3914766529945818,
            0.4359485323308683,
            0.3098536573655687,
            0.41689517865367465,
            0.473111685122076,
            0.6136936318412294,
            0.3490850799019122,
            0.3781782629343292,
            0.40685715900569963,
            0.4065923613792436,
            0.43823776392469094,
            0.46337773656580084,
            0.5158703556112636,
            0.2716792160488808,
            0.3875393500146823,
            0.42583016142098506,
            0.4011436011525802,
            0.4548813091097642,
            0.42589494183607635,
            0.5673443434237235,
            0.47262306027864087,
            0.3755412834263082,
            0.4860124633243078,
            0.47850758528090387,
            0.4569360286504387,
            0.4792626928744219,
            0.5539048063773486,
            0.44139565661426217,
            0.2591177914954803,
            0.3174931370480273,
            0.5516157281835349,
            0.4489536889955774,
            0.42412495495676217,
            0.4342929276369941,
            0.5115705778114833,
            0.42888293040141,
            0.5172253723083866,
            0.38794773133093907,
            0.4403414229027047,
            0.49922558316166854,
            0.5298983673818061,
            0.47864794523443555,
            0.3819314571533585,
            0.32873523157297135,
            0.43003537167934025,
            0.5333789098535209,
            0.5847236486840197,
            0.5462738256644968,
            0.39300854753565206,
            0.5146754862931009,
            0.46121915110018363,
            0.47267507096326067,
            0.4906930034940631,
            0.49903669085850344,
            0.5277780542006698,
            0.3987970046560875,
            0.4349157173594126,
            0.386569075218793,
            0.4089211784459319,
            0.40962201545276244,
            0.3928459998055245,
            0.5591938612842262,
            0.5132794198824873,
            0.47918040135637885,
            0.47422984296262904,
            0.5284791771266,
            0.46010929832837,
            0.4674536392582648,
            0.4673960217900607,
            0.3955283122031219,
            0.4345572931110684,
            0.4383096833173554,
            0.3713677544736098,
            0.27490273871330717,
            0.3403617234259838,
            0.3029644305798145,
            0.3571562281328752,
            0.43877615934768854,
            0.38980553482726454,
            0.42023471610853447,
            0.33787567006457053,
            0.3316180519902415,
            0.28546810037574855,
            0.3793427042245957,
            0.461235026462693,
            0.35727581275077924
          ]
        },
        {
          "stage": "block12",
          "cls_distance": 0.0575116440829504,
          "patch_mean": 0.4801532106817947,
          "patch_distances": [
            0.3762878414375259,
            0.3830709531551083,
            0.4260680782862778,
            0.4929834036240275,
            0.4898346923610979,
            0.366845735683339,
            0.47611629691688895,
            0.3015507770959187,
            0.42781453867978636,
            0.5333619420333884,
            0.44504477231229045,
            0.5795316994655308,
            0.49707824884527607,
            0.44298000811391924,
            0.5442380358239471,
            0.5269689367016615,
            0.4307210368968334,
            0.5345667802654961,
            0.5580457427601033,
            0.46560698131774436,
            0.30557215026724605,
            0.2675960321061428,
            0.4457023599538278,
            0.44352057742504536,
            0.4330577044629541,
            0.3704487662780319,
            0.5155925921326661,
            0.40643063037953986,
            0.4993650653057333,
            0.44031625789864504,
            0.4235199050170658,
            0.49638544384882255,
            0.529915295266472,
            0.5334438020152898,
            0.325302602013827,
            0.36024054665677185,
            0.3885380601182601,
            0.5781379501925256,
            0.4729757891834193,
            0.4385291880026444,
            0.4906204077810268,
            0.5513820778226083,
            0.3260020556546436,
            0.3606363844751407,
            0.34245663623146727,
            0.5311023813722495,
            0.579971878435918,
            0.3927900637152244,
            0.3273576380244556,
            0.3956240627341432,
            0.5050056105415688,
            0.5178238016691527,
            0.5460513033967483,
            0.5067365365850376,
            0.32920784231382916,
            0.4037643663568612,
            0.34817228569270675,
            0.5887175411558188,
            0.46394656097065157,
            0.341548919667775,
            0.48312382549135524,
            0.35505593225509147,
            0.41311250385653175,
            0.3296095678873099,
            0.4726583569768913,
            0.5236118339117679,
            0.3851034347119031,
            0.5259605457403523,
            0.2996227411425185,
            0.4416926563420741,
            0.2839425666215518,
            0.45324988370027763,
            0.5190341696813645,
            0.3915895808637545,
            0.260528452433333,
            0.31255113378711863,
            0.3946329311674027,
            0.3666614393494393,
            0.5018532350300623,
            0.4237402327580866,
            0.40496590102352137,
            0.4844715760980053,
            0.4272359113707944,
            0.43322789722107036,
            0.34893867082034646,
            0.6535678940551138,
            0.5979954727229844,
            0.4837219392575266,
            0.35018530821172145,
            0.34815852337830666,
            0.5303972296490544,
            0.3475533347127001,
            0.5372794639270635,
            0.6162702773469051,
            0.3077917181827331,
            0.4447536456228448,
            0.47023910883257114,
            0.5048682247788213,
            0.35230481873598063,
            0.60296453161121,
            0.6572885399630582,
            0.5543706566719044,
            0.45915630590179146,
            0.473142629738984,
            0.44346629743017507,
            0.42843382853462975,
            0.49496826176772635,
            0.6981531688700291,
            0.579348633555805,
            0.39200464480035757,
            0.49491506567816246,
            0.5403298371722567,
            0.34119264475508937,
            0.49267924903443105,
            0.5913796641116698,
            0.6871987694468664,
            0.39627327503524123,
            0.46414688964614226,
            0.5258429800388645,
            0.49221929659394914,
            0.5714587161841893,
            0.5137058252974667,
            0.6358693791966885,
            0.3579777648054182,
            0.4749461318251297,
            0.4895595407904958,
            0.5262683721035375,
            0.5564865906675533,
            0.5354209982272373,
            0.6647736845948963,
            0.5273526146053193,
            0.4820733883130076,
            0.5786249555340286,
            0.611835290664744,
            0.5646629510425295,
            0.6217401692758272,
            0.6245912638748734,
            0.5461637526329868,
            0.30610087275585707,
            0.36655380971942897,
            0.6220627792170688,
            0.540176994015415,
            0.5336790874477615,
            0.5281597155661719,
            0.5981633357816112,
            0.5447493735565426,
            0.6388982817059525,
            0.4744972361486841,
            0.5055910507817278,
            0.6150663406285927,
            0.6434293332355344,
            0.5449598396283415,
            0.4235765798505424,
            0.4239183496812866,
            0.4832091721206384,
            0.5902495173000986,
            0.6349101321392102,
            0.6885841499950596,
            0.4856673173122604,
            0.6588205331256842,
            0.5687888037919743,
            0.5411454255919265,
            0.6087700014788164,
            0.5893219304610176,
            0.6112658602747206,
            0.5123256965744465,
            0.49668793624940577,
            0.47774680887172527,
            0.4590934335317727,
            0.4513750184076326,
            0.4504496181076334,
            0.6625248726309627,
            0.6538508339156219,
            0.5257889458021829,
            0.5824683764260798,
            0.6439858156713509,
            0.5806495020770663,
            0.5284266219482567,
            0.6269600649506611,
            0.44916166857583384,
            0.45564827140801123,
            0.45999694085709464,
            0.4106707846975368,
            0.3100763412183385,
            0.3891788755635932,
            0.37926077687550175,
            0.4701144571378312,
            0.5103440720740584,
            0.509369055263929,
            0.5541103056336258,
            0.3777339998071654,
            0.4406813094438349,
            0.3053610833183479,
            0.39542960497838053,
            0.5639591687594641,
            0.4098091349938353
          ]
        },
        {
          "stage": "block13",
          "cls_distance": 0.06464905280744404,
          "patch_mean": 0.5720013326815229,
          "patch_distances": [
            0.4062929010769162,
            0.4171935034794606,
            0.4734986610839951,
            0.5525086669035715,
            0.5554938616697291,
            0.45776198836729665,
            0.5265084714171349,
            0.32642454885859984,
            0.4790244959426888,
            0.605980435401367,
            0.5174029044052167,
            0.6752355818686979,
            0.5683670751375142,
            0.5125271876986957,
            0.5913490202455297,
            0.6118298477106754,
            0.4783954938799315,
            0.6051415268688485,
            0.6191421993766397,
            0.5741896263232364,
            0.37990213320665245,
            0.2900185022457432,
            0.5104865399860192,
            0.5255063489135541,
            0.5338726831155698,
            0.5038249935567451,
            0.6198869496820725,
            0.5436185646153892,
            0.5863234216541994,
            0.5011976054619716,
            0.5414937108950737,
            0.594120027047532,
            0.6460085960029955,
            0.6225441082975169,
            0.3718360311999056,
            0.39934892353565843,
            0.4595285447212104,
            0.7236733999044049,
            0.6081996127196134,
            0.5746362235685261,
            0.6385045690216795,
            0.6458407888647162,
            0.4098815321898551,
            0.43649682062076567,
            0.4121837405967227,
            0.643675912672165,
            0.6440906236700268,
            0.5393035154344387,
            0.361048754639009,
            0.4465245219734728,
            0.6330367107276805,
            0.6430583822515479,
            0.6971274082690733,
            0.587148045746655,
            0.4069950624628862,
            0.47384859272473623,
            0.4376080400613397,
            0.6168565458354669,
            0.5313804622461111,
            0.40744100779865944,
            0.5569470706652784,
            0.41784488978189205,
            0.4668602765376726,
            0.41742254612403307,
            0.5421993500517943,
            0.6534996985437673,
            0.5502212105875445,
            0.6021142852779637,
            0.35569313281309956,
            0.5544818273293814,
            0.39754584751535826,
            0.5740605633623226,
            0.6417089598333701,
            0.44706014295002927,
            0.34116156470827674,
            0.3893323093010782,
            0.3869380917048052,
            0.4242760222070824,
            0.496575182861562,
            0.4935102950661071,
            0.5072143700664851,
            0.5872339283008619,
            0.534116180296613,
            0.5234182960050322,
            0.4995837867724734,
            0.7470297696510368,
            0.708176067910433,
            0.5711971004275901,
            0.4116921490703107,
            0.411773788742822,
            0.5717932069640099,
            0.37657188427176624,
            0.6185501689291371,
            0.75467917877198,
            0.36732047844989346,
            0.5429945349841747,
            0.5887246225778748,
            0.6167263002333543,
            0.45465869991601837,
            0.7481451878654778,
            0.7012779989897971,
            0.7470718813019266,
            0.5172141912387151,
            0.5214721245540568,
            0.4813241832732612,
            0.5014535234237016,
            0.6044784784936118,
            0.7840699277553007,
            0.6520587341773014,
            0.5168126585953472,
            0.6135394820044369,
            0.6498956310757291,
            0.41045944889810093,
            0.615187383335702,
            0.6916036730904151,
            0.7935984278249644,
            0.4832572207186664,
            0.5481341329578969,
            0.5644600797139081,
            0.6091123644581073,
            0.6731219887795553,
            0.6355804410329136,
            0.7546039595055456,
            0.4459093565070006,
            0.608951596714244,
            0.6519235819182148,
            0.6224687474860269,
            0.6365774401217457,
            0.6492379483688682,
            0.7515486205281166,
            0.6430008340908075,
            0.5904311454841709,
            0.6693680882320447,
            0.7264417299606045,
            0.6981704008193967,
            0.7302471716918078,
            0.7450215382313442,
            0.6882657353551588,
            0.4017401815214565,
            0.44252354422135154,
            0.6847486882718548,
            0.6372329604037792,
            0.6185037069148426,
            0.6353652296887677,
            0.7185851512488364,
            0.6645470739076746,
            0.7311330886614271,
            0.5910990342508322,
            0.624272126340818,
            0.7192584189172955,
            0.7550441470143423,
            0.7229025372494616,
            0.47900735401043615,
            0.4926801991841939,
            0.5922631204526292,
            0.6389679275519355,
            0.7457699713955694,
            0.7618794191004276,
            0.6061662826769219,
            0.7595370755829572,
            0.710703697670015,
            0.7120241203452757,
            0.7675944629494823,
            0.7279961075733814,
            0.742252357192637,
            0.6487504869770271,
            0.6477500805376359,
            0.5693795626011332,
            0.5746758344386484,
            0.5849207200542722,
            0.5189249289219457,
            0.7357736942035821,
            0.7655734598349986,
            0.6089110990938977,
            0.6835145535863815,
            0.7422757094025598,
            0.7035293799481853,
            0.6702325315376194,
            0.7578196156124246,
            0.5192948517226479,
            0.5433574014737024,
            0.49775659737408995,
            0.49016856385579766,
            0.38850303591972457,
            0.44246809989287905,
            0.4551199026948637,
            0.5709885990316159,
            0.5930152800975115,
            0.602569161134155,
            0.6684885956637387,
            0.4731744242920547,
            0.4968023153124679,
            0.383822604494762,
            0.47271295391776436,
            0.630229866727325,
            0.5072085169330875
          ]
        },
        {
          "stage": "block14",
          "cls_distance": 0.046832990982789036,
          "patch_mean": 0.6705964176184631,
          "patch_distances": [
            0.5109969906689615,
            0.5877590641792565,
            0.6301409586869997,
            0.6950839349285491,
            0.6692676003426947,
            0.5910395662813706,
            0.5877562418875606,
            0.4226092456703813,
            0.5955343257968073,
            0.7991180730605274,
            0.6711249567903206,
            0.8124700115881911,
            0.653134406826184,
            0.6144871545339806,
            0.7165499269288613,
            0.6768944349395245,
            0.6087465875115203,
            0.7044805638163134,
            0.6749361737095732,
            0.6974573390213473,
            0.4914464709820673,
            0.31352629422583445,
            0.6198637915278669,
            0.6647800250505771,
            0.6913416918346774,
            0.5993948134082763,
            0.6951848860476628,
            0.6374269047421701,
            0.6869536027259522,
            0.6097952633075774,
            0.6436649800889898,
            0.6565401406585867,
            0.7992461582130412,
            0.7908180338165292,
            0.3708436052128974,
            0.4187175663742626,
            0.5843791534809881,
            0.8898844223207202,
            0.7465218317045299,
            0.7439619910056976,
            0.6896940209037297,
            0.7855844888334194,
            0.5226882557979373,
            0.5507613134009693,
            0.4621848371650886,
            0.7980930391086554,
            0.7999772813536707,
            0.5801899958015838,
            0.34558328154808393,
            0.5084511893422323,
            0.7893230745098512,
            0.7279568870918217,
            0.8082863984816879,
            0.6667982138593905,
            0.4764691717650912,
            0.5516113970623595,
            0.5441969748986035,
            0.7308105023991933,
            0.5883560905023206,
            0.47824711870276215,
            0.5897495429259422,
            0.5101129575162536,
            0.5818352465250229,
            0.45922765461122217,
            0.7069974949323126,
            0.781874178337619,
            0.6146100122327132,
            0.7422917054265741,
            0.46666815770826386,
            0.5856387620578976,
            0.47854758584598345,
            0.6646005475424832,
            0.6972113325135574,
            0.4831223101990323,
            0.3502467000188917,
            0.4514921475853263,
            0.4400770256660538,
            0.47294659611705236,
            0.6013610494703973,
            0.5657614699282205,
            0.6042081378392161,
            0.7493509784352265,
            0.5991558612900594,
            0.6147697919092114,
            0.6275324177189054,
            0.894254543062794,
            0.786793282924339,
            0.6577016471012755,
            0.4410509532069189,
            0.48752087700220326,
            0.6358213966244111,
            0.39672567259556013,
            0.7004670896438102,
            0.8529520697049839,
            0.4568941836500051,
            0.6857287733885085,
            0.7276955866050373,
            0.7244593312701177,
            0.5480370228655531,
            0.8223689468169801,
            0.8267835930150769,
            0.8867928324706255,
            0.5603724415884429,
            0.5861620895571724,
            0.6118017800285033,
            0.5310117924637496,
            0.6845087731461654,
            0.8477573988544119,
            0.7073150078164174,
            0.6409781181987375,
            0.7077729965184557,
            0.751384398549674,
            0.4978807147016785,
            0.6918762930975482,
            0.7637777306591609,
            0.8505612025329363,
            0.5489421333842603,
            0.602442168927463,
            0.651679001220366,
            0.7664013224615259,
            0.774038117543382,
            0.7751306703290197,
            0.854396232731597,
            0.4864055889028357,
            0.7508531253108818,
            0.7568666394850185,
            0.7056011563468378,
            0.7662999256238392,
            0.714916192423805,
            0.8491876959291419,
            0.692957205959229,
            0.6574467933747274,
            0.7680870902563446,
            0.8415064072451738,
            0.7885375385421101,
            0.8362448374128605,
            0.8264040436142259,
            0.8298089120096097,
            0.47138153412610906,
            0.5422432985503928,
            0.7325811525957112,
            0.770578573489306,
            0.7010262785308203,
            0.7646921729593252,
            0.8133836739216111,
            0.7298309798803023,
            0.8518544073218038,
            0.6609094031191964,
            0.7513398044033146,
            0.8485487540349612,
            0.9317840371269752,
            0.8302092250627654,
            0.6009777557623903,
            0.566896754911208,
            0.7062630000476824,
            0.741198048003801,
            0.8906972428005477,
            0.8276458762237333,
            0.7099947348810431,
            0.8338153324820494,
            0.8240451502525463,
            0.8667127368386457,
            0.8304640375803137,
            0.8070375530878302,
            0.7963146358352512,
            0.7891154062644634,
            0.793506887229047,
            0.6515964644347478,
            0.7190481168530864,
            0.6117875681238663,
            0.7000076987993993,
            0.8635162631828559,
            0.8600571603432301,
            0.7771974979039222,
            0.8004393979528687,
            0.8128170709402951,
            0.7967499407874755,
            0.7498237430513397,
            0.9093471247017332,
            0.6325464111676227,
            0.6951926393464181,
            0.62074540761689,
            0.5730934899030485,
            0.5052312551313527,
            0.5590882731932814,
            0.6069417240675739,
            0.7055160142133001,
            0.6805299610359802,
            0.6807271010556268,
            0.7216203821239491,
            0.524725825336372,
            0.6855789116980027,
            0.4047706162808987,
            0.5934575316253734,
            0.761811890115253,
            0.6199902054346388
          ]
        },
        {
          "stage": "block15",
          "cls_distance": 0.04421421140362769,
          "patch_mean": 0.689989398851707,
          "patch_distances": [
            0.4795047827986817,
            0.6176664628568933,
            0.6745863258225446,
            0.6350367197559699,
            0.6875722589475489,
            0.608920933566447,
            0.6029415547660965,
            0.4212861233573737,
            0.5885089352333349,
            0.8331276969156349,
            0.7384019451425936,
            0.7922327527355681,
            0.6715148240047883,
            0.6178483455347756,
            0.6859914370634534,
            0.6636011313730613,
            0.6737988097650388,
            0.7026478911393494,
            0.6057513040706982,
            0.748664583481802,
            0.5498586999042776,
            0.3178954786873739,
            0.7217993867747886,
            0.723377081759641,
            0.7861660329055724,
            0.7013059230218873,
            0.6590192407927629,
            0.712402506098832,
            0.6520969740596049,
            0.6724641786069534,
            0.7098562845719127,
            0.7321877893123945,
            0.7707561334804355,
            0.7930878597469078,
            0.4355364946539696,
            0.468426986802168,
            0.703349214771851,
            0.9052141154276451,
            0.8118918274052642,
            0.7918704009825642,
            0.7374758428937598,
            0.7293032455420629,
            0.5063109573227798,
            0.5576429536394167,
            0.422596493856883,
            0.8316696373175607,
            0.8000973547173884,
            0.6061394841767394,
            0.35898137760657056,
            0.5099230505037695,
            0.810299759203563,
            0.7616898917688328,
            0.8472497817233616,
            0.6887460253239786,
            0.4533983709535242,
            0.5993010955320126,
            0.5420650734123231,
            0.8027616568932785,
            0.6059139294703355,
            0.484179925636268,
            0.5916115395127297,
            0.5170552694995152,
            0.5906983422861063,
            0.49277934426765957,
            0.7109875581608354,
            0.8205782358779061,
            0.6587982489127624,
            0.736567610730579,
            0.44753960732760767,
            0.5872851074094996,
            0.4157295359900639,
            0.7056042498006445,
            0.7009179395390014,
            0.4558683337706567,
            0.3619351542196825,
            0.4450173721740087,
            0.4544956483766973,
            0.4653394316495546,
            0.5597639031325183,
            0.554497460673175,
            0.626087690156346,
            0.7741906755661826,
            0.6407138799524283,
            0.6523624357577815,
            0.6687825226254798,
            0.8582969433630625,
            0.860013647842281,
            0.7002895646993605,
            0.4289061936485493,
            0.45889602909670746,
            0.6118134204111931,
            0.404514498213457,
            0.7027687992554241,
            0.8987852128701472,
            0.5221906662154572,
            0.6919780789003465,
            0.7482084244506987,
            0.7447793291251597,
            0.5458987134605116,
            0.830976079997178,
            0.874188058030902,
            0.8860920192299506,
            0.5668303827392135,
            0.5755995436820063,
            0.6263062273119712,
            0.5537299146906136,
            0.7168349506871374,
            0.8127867481236399,
            0.644334592702433,
            0.708289660396558,
            0.7459358673133192,
            0.785211249885543,
            0.5839870837050907,
            0.749485037854087,
            0.8082587164653214,
            0.8530940210064986,
            0.5743548149422693,
            0.6038571633233522,
            0.6946513578041043,
            0.8086098519255409,
            0.8516961666316478,
            0.7859383084864113,
            0.9233917784640747,
            0.5079634211693589,
            0.7412389078688358,
            0.7429324295493394,
            0.7378434218497397,
            0.777775436631647,
            0.8144528963285145,
            0.8014110707720264,
            0.7126059095624026,
            0.63921772074706,
            0.8370937911076964,
            0.8495926617846855,
            0.7892405400365103,
            0.9128731943312666,
            0.86225880547325,
            0.8463343544907302,
            0.4855543868786182,
            0.5730230438325385,
            0.7801592916643276,
            0.7797532566436081,
            0.7354635665800027,
            0.8188067250121047,
            0.7983620673213938,
            0.8079017379706861,
            0.8555973898582275,
            0.7014970886020987,
            0.7239487719978127,
            0.9369789237367627,
            0.9361677898861166,
            0.8880982922866673,
            0.5844215945992641,
            0.6286422673883363,
            0.7711870180316462,
            0.7889573976982729,
            0.9237360409946618,
            0.7979164922101236,
            0.7887495803460098,
            0.8578860727997987,
            0.8235411582124604,
            0.9431705321280889,
            0.8575866014321893,
            0.847195774354097,
            0.8643946883661725,
            0.8656747976229019,
            0.8072453426774057,
            0.6563796738596878,
            0.6928355996771476,
            0.6401555632709377,
            0.745228992550751,
            0.8758479852325308,
            0.8837267243157586,
            0.7024440240636284,
            0.817584227962521,
            0.784237017257248,
            0.7956160225933284,
            0.7890264130884301,
            0.8800716701242269,
            0.7005051577729768,
            0.7117287768086795,
            0.6411979192433233,
            0.517731566809465,
            0.4824756374052982,
            0.5522141149554369,
            0.6252469107485371,
            0.7404813795225813,
            0.683916081098551,
            0.6783080526192041,
            0.7712699060796723,
            0.5695366452438715,
            0.6998974986726577,
            0.4500184950326632,
            0.5999202747036705,
            0.7127312450644021,
            0.5922367964083824
          ]
        },
        {
          "stage": "block16",
          "cls_distance": 0.055678792563392365,
          "patch_mean": 0.7137893148421376,
          "patch_distances": [
            0.4924796731171023,
            0.710105844323816,
            0.7074662242893418,
            0.6663927207425696,
            0.7172159478698511,
            0.6612047156709762,
            0.6354170857654495,
            0.4528230726446071,
            0.6400944951084866,
            0.862952776834434,
            0.7734353008716953,
            0.8108819680614947,
            0.6626538678738182,
            0.6518916195044293,
            0.7176043846991702,
            0.6937356099472609,
            0.7544680535947681,
            0.7293586684409129,
            0.6296298935094642,
            0.7981722210888355,
            0.6088345036690286,
            0.3677169460680475,
            0.6675491806621019,
            0.748895735294884,
            0.8109242418764632,
            0.7403735446546879,
            0.6783954185444038,
            0.6974499753249013,
            0.6376165232157001,
            0.6998825401623274,
            0.7875764375524308,
            0.7608546003969638,
            0.7661495724764268,
            0.8168212695344641,
            0.4496682498548822,
            0.5662539337861374,
            0.7058146861163398,
            0.9302673786807893,
            0.9024202247713691,
            0.8641484360337162,
            0.6908534768980714,
            0.767990375003497,
            0.5387093928538718,
            0.5339596499514317,
            0.37629782932522604,
            0.8472571641025377,
            0.7869251951699747,
            0.5848271822740767,
            0.4361606649570956,
            0.5193298955031784,
            0.7610941531543938,
            0.777579559992633,
            0.8254877779752935,
            0.6972144035996444,
            0.4007241447498652,
            0.616926775584375,
            0.5683253552316461,
            0.8381917731894408,
            0.5916118463304653,
            0.49960124512583504,
            0.5617126508130464,
            0.49633919484290334,
            0.6497564343024884,
            0.526301687070365,
            0.7097587709248802,
            0.7965836729886058,
            0.6443708242112747,
            0.7713757989357162,
            0.4051384307616589,
            0.5497113228570005,
            0.36389593656373764,
            0.6965516486584146,
            0.7488196772385027,
            0.4400811529878005,
            0.3528219780601364,
            0.42046700260296754,
            0.49257430936499835,
            0.4439970699848408,
            0.5113622760708186,
            0.5665500470758067,
            0.6418788908842123,
            0.8661443925668122,
            0.6518109574492563,
            0.6540512911369598,
            0.6446212824896411,
            0.8505833942871449,
            0.8902291975577143,
            0.7538221563583593,
            0.3833255092759359,
            0.5109670394261457,
            0.6200673969245527,
            0.39374097042038136,
            0.6951454862435864,
            0.9478062147759906,
            0.5518561815328148,
            0.7035389700249975,
            0.7730708392974222,
            0.7782115785610081,
            0.5287148892907014,
            0.8801910343738568,
            0.9332313071421289,
            0.9198445173664458,
            0.5380206457323631,
            0.6071299501957292,
            0.680861246293035,
            0.6262689886285977,
            0.7142663281754937,
            0.8314760669283876,
            0.6731313433382146,
            0.7481642591061768,
            0.801948111118501,
            0.8895766224643402,
            0.6105267062274142,
            0.7793466345723276,
            0.8964106831421921,
            0.8615244651092269,
            0.5783016352334321,
            0.6236201480231063,
            0.74098990558282,
            0.8472534691454289,
            0.9110776179359581,
            0.7947652488423118,
            0.9659492246485938,
            0.4974448052402275,
            0.8037732323692788,
            0.705882630198329,
            0.7758016302060817,
            0.8453630835761526,
            0.8845319907256404,
            0.8098133427969879,
            0.7372744188568321,
            0.6702831454388991,
            0.8768443750290711,
            0.8980825988751474,
            0.86450918242485,
            0.9544335413109328,
            0.8836473976216292,
            0.8287150790918782,
            0.47676751811627105,
            0.5936205032570043,
            0.7748089306239079,
            0.8720021312515245,
            0.8152370795899211,
            0.8787917320258616,
            0.8244086264230529,
            0.8642980151281899,
            0.913303157656813,
            0.7879207940350808,
            0.7094580048656669,
            0.9984567468273363,
            0.9528638650930392,
            0.9067723248830816,
            0.6150867707447789,
            0.6800247509717657,
            0.8172174318959792,
            0.8229220599600168,
            0.9293363005890198,
            0.8644106860219865,
            0.8163357879533502,
            0.9203367054092444,
            0.9118906943753855,
            0.9370507068300715,
            0.9334910448902968,
            0.9021366077110806,
            0.9265904527908001,
            0.8468517668348097,
            0.8188681876838022,
            0.6615292684747451,
            0.6993793445660486,
            0.5533544639752301,
            0.7631912177100157,
            0.9225704043868362,
            0.861855919729597,
            0.7664029935274999,
            0.7981593798785857,
            0.7668390991153108,
            0.9037589060963167,
            0.8607506153676164,
            0.840293028433581,
            0.6809603199793144,
            0.7510268524509489,
            0.6606714565673182,
            0.5449286905937377,
            0.5246759328920119,
            0.55993089956676,
            0.6403783401059328,
            0.7896511890734162,
            0.7673859221611505,
            0.7014184929548469,
            0.8095894941713471,
            0.6736308895210338,
            0.7287875220343065,
            0.49234224215842326,
            0.6309130295288974,
            0.681280187594375,
            0.643091680489924
          ]
        },
        {
          "stage": "block17",
          "cls_distance": 0.05317410803887235,
          "patch_mean": 0.703875356494783,
          "patch_distances": [
            0.4716366246820146,
            0.7217151618111417,
            0.7071515473579202,
            0.6422172946134826,
            0.761466577404135,
            0.6259627991296077,
            0.6344235403688108,
            0.4202319201807796,
            0.6471508267203157,
            0.8314107403023511,
            0.7669591566547742,
            0.8036391741831682,
            0.6878045842756264,
            0.6175008955031123,
            0.7473125575227124,
            0.7285124837420324,
            0.7470065669121726,
            0.6652844554153095,
            0.605827772341723,
            0.7605957792153331,
            0.6054752471275326,
            0.36279096548591716,
            0.6791136072978727,
            0.7462216886940942,
            0.7767838220717395,
            0.7723711689968417,
            0.6816626818618793,
            0.664640377609053,
            0.6140950857129112,
            0.7145520757612128,
            0.755593181536818,
            0.7395531853256578,
            0.7533222116875047,
            0.761962597417423,
            0.46458563159732735,
            0.5332282404984439,
            0.6414728131401856,
            0.9076956815279486,
            0.8947605359682251,
            0.834545904427168,
            0.6378574539459684,
            0.719953391207522,
            0.5416533719635594,
            0.6015273748724446,
            0.3624476888363335,
            0.799758359486429,
            0.7404485427698806,
            0.6209956531407173,
            0.4258002831563479,
            0.5375189461854751,
            0.6988303885486913,
            0.8116950157123632,
            0.813494321809844,
            0.6224370582395108,
            0.4205231693667981,
            0.6214496554390441,
            0.5449106039938444,
            0.8190189518487695,
            0.557675209837582,
            0.4526206927568115,
            0.5887722505074418,
            0.5941465777814116,
            0.5858147173863913,
            0.5327700660061381,
            0.7108471381282448,
            0.766928910626493,
            0.6209335140177608,
            0.7430789511159477,
            0.3815291380246827,
            0.5646250506574448,
            0.35773389437959713,
            0.7227119626762171,
            0.7446234364122498,
            0.4158538752834746,
            0.36733299600523006,
            0.46117090260763427,
            0.5055530109976594,
            0.49683296556403855,
            0.5239257665192198,
            0.5555777884022899,
            0.6300917947279208,
            0.8276303855025466,
            0.6276331086851004,
            0.6839079352122661,
            0.6356627321471184,
            0.8069995642009122,
            0.9072600788312687,
            0.6875988050700108,
            0.4486263591449491,
            0.5303870273810576,
            0.6187183665260203,
            0.4505682178315259,
            0.7206642028279842,
            0.8762106923963273,
            0.5104429972964539,
            0.6773910392613949,
            0.80636248585577,
            0.7742320603182602,
            0.5572558993774609,
            0.8741837073598149,
            0.9116995540798088,
            0.8495312251519763,
            0.5447591441052753,
            0.5805339294117242,
            0.649681948923051,
            0.6794389910767298,
            0.6825962401769379,
            0.7812874968068089,
            0.623921269711827,
            0.7511441593617274,
            0.8213301604245011,
            0.8172370472562198,
            0.7119030759948757,
            0.749778590475245,
            0.8941241985092381,
            0.8034169818367418,
            0.6037491519205277,
            0.6539824394455853,
            0.6980007862281528,
            0.8112756149708109,
            0.8981226282709859,
            0.7376833829866929,
            0.9230819094845898,
            0.489140700641303,
            0.7756630207107574,
            0.6934491142934409,
            0.8347878551510881,
            0.9015061705266707,
            0.8638128968155623,
            0.7806439219608714,
            0.7135159467371028,
            0.6415143403458683,
            0.8633496423400975,
            0.884342325667781,
            0.8904277035899393,
            0.9089701590189913,
            0.8449649656407325,
            0.8169719472776542,
            0.5266468684662071,
            0.6178390465693426,
            0.7992256601812078,
            0.8441834275447774,
            0.784517499017488,
            0.8615782185548078,
            0.7362445897202277,
            0.8865654769881263,
            0.8953914386169405,
            0.795531666544975,
            0.7151250093116169,
            0.9138033701923352,
            0.9205488930612082,
            0.832688067548881,
            0.5796597586466903,
            0.6819615722440444,
            0.8487316272269665,
            0.832785065789909,
            0.8674218812361987,
            0.7874471307473976,
            0.7781820373010202,
            0.9230725458226829,
            0.8699786687980241,
            0.8668956672653401,
            0.9233638900582667,
            0.8693761834901317,
            0.9002757166983392,
            0.7932142292137416,
            0.7764807580720209,
            0.636844923914278,
            0.7286266651800497,
            0.6590090911283317,
            0.8089006076749452,
            0.8604420608899523,
            0.7903305923496698,
            0.8048285662892657,
            0.7896780887940245,
            0.6980461730425898,
            0.8981143368402359,
            0.8315295679282417,
            0.859380614747046,
            0.6470623322164688,
            0.7764952252733257,
            0.6396763243840848,
            0.5477588141370713,
            0.5252406339657737,
            0.5777844083590227,
            0.6360444568013626,
            0.7714507739927854,
            0.7816506771858274,
            0.7362631327244604,
            0.790493643815249,
            0.7076989641931248,
            0.7264501337598442,
            0.5094034985436002,
            0.6271564150063969,
            0.6543511185962114,
            0.6873377607334888
          ]
        },
        {
          "stage": "block18",
          "cls_distance": 0.061995452639396764,
          "patch_mean": 0.7310742776209456,
          "patch_distances": [
            0.5274224574587107,
            0.7875619337978994,
            0.7457239977872132,
            0.7064518872576283,
            0.7962190094286095,
            0.7161081733058734,
            0.7027836730134862,
            0.49009489308326015,
            0.6953341225712688,
            0.868596874127498,
            0.7793898187412447,
            0.7758404126146119,
            0.6769487961861543,
            0.6545398244227871,
            0.8085247886265845,
            0.7352451408682763,
            0.7636434369302006,
            0.7062207019822213,
            0.6718642493281944,
            0.7991333472770652,
            0.7073297937302533,
            0.4110059698572519,
            0.7104161625527052,
            0.7814926646674168,
            0.8284780024066098,
            0.7647992492170392,
            0.6747790962367175,
            0.6628186975941929,
            0.6596130687473196,
            0.724877829833146,
            0.7815200327772008,
            0.7499513141520278,
            0.7682087199743491,
            0.809961889776369,
            0.556201552033455,
            0.5943352727550049,
            0.6636529707286494,
            0.9645063052345657,
            0.9038865281975417,
            0.8642899870309896,
            0.6395413051940972,
            0.7725991109585281,
            0.5622197303181575,
            0.658207474099613,
            0.3620991692370875,
            0.8118040384900256,
            0.7730430187643302,
            0.6520675831146222,
            0.49805518556670103,
            0.6136909937038331,
            0.6899707271901121,
            0.7990647505049313,
            0.8099230238386164,
            0.6602437978345042,
            0.4048029245291298,
            0.6798521837974842,
            0.5394553536824205,
            0.8378325546357963,
            0.5991117199298717,
            0.41232014437607756,
            0.607847012680925,
            0.6579683251058669,
            0.6072849776485136,
            0.6029580191655171,
            0.7530174327676713,
            0.7934127792836609,
            0.7002047245918391,
            0.7862796687790743,
            0.3856539667267779,
            0.6173887381905654,
            0.3099184963049617,
            0.7104548987105685,
            0.7796694382073592,
            0.4365324896077155,
            0.3689100125070748,
            0.5247071741928261,
            0.5766087302053611,
            0.584197009404837,
            0.5584286277502336,
            0.5537633909672072,
            0.6750011204107477,
            0.869510599799883,
            0.6776966981863095,
            0.7552940397136877,
            0.7146827434973826,
            0.8243242209255197,
            0.8806448549578365,
            0.7293965153610329,
            0.5079668429059248,
            0.6270743452751028,
            0.7068786216077854,
            0.5182149195231129,
            0.7076453196308234,
            0.8755648673273481,
            0.5447660595900992,
            0.7126448469089068,
            0.839675190353231,
            0.7888014955119973,
            0.5759440496633235,
            0.8869267419344056,
            0.8827833853555606,
            0.8551347150066233,
            0.6119039534974462,
            0.6000816923213463,
            0.7581940970484677,
            0.6660293506102989,
            0.7250349381199498,
            0.7758638270200651,
            0.6967269134400328,
            0.7436721923801349,
            0.8088086882329668,
            0.8378657191417463,
            0.8187019713425936,
            0.8232832099443357,
            0.8815141661641974,
            0.7642284880397137,
            0.6808760477335265,
            0.7480262475305475,
            0.7653945402915415,
            0.8034431595970781,
            0.9203357741630639,
            0.7231392128296559,
            0.923470502171798,
            0.6005956278571873,
            0.861427513186212,
            0.6920353312358811,
            0.8803338683418624,
            0.916960253909052,
            0.9277483097758886,
            0.762064496345239,
            0.7802151143964607,
            0.7597362980280108,
            0.871277291385169,
            0.8718644780625808,
            0.8519728206298082,
            0.8902528251791592,
            0.7939955189960531,
            0.8626052616247412,
            0.5910647425628348,
            0.6702853995251226,
            0.8178173230701559,
            0.8916545921933202,
            0.8104828989652783,
            0.8919716199563272,
            0.7835229049560062,
            0.8990692203825884,
            0.830847609259971,
            0.7648825833895725,
            0.739402590601336,
            0.9191012801755591,
            0.920985776886193,
            0.8702579496160314,
            0.6142153997551434,
            0.7365559298129494,
            0.9037934058220655,
            0.9020228269168779,
            0.868063631711619,
            0.7390554020382817,
            0.8178024104100887,
            0.9100322008330787,
            0.8491747301404668,
            0.8671853021478347,
            0.8697298664737898,
            0.8948668936022091,
            0.898669156412113,
            0.8001237481530239,
            0.8193975218191856,
            0.648003226374116,
            0.7470000117205551,
            0.6872960200887255,
            0.8137779382010899,
            0.8298270010633819,
            0.7529131450011042,
            0.8136574226346807,
            0.7991873017110384,
            0.6501793259290158,
            0.8420325696050873,
            0.8398139482683173,
            0.8588320245465946,
            0.7043677230532632,
            0.8388741385625861,
            0.6537264987139295,
            0.5598731215925619,
            0.5535195222334333,
            0.654483495669957,
            0.6707429800842319,
            0.7902070904309548,
            0.8154901960218964,
            0.7379939354086158,
            0.7513461225916662,
            0.7679923148655519,
            0.7309604269095222,
            0.5414550055895018,
            0.6800012472576114,
            0.7296286090703554,
            0.6982058900204202
          ]
        },
        {
          "stage": "block19",
          "cls_distance": 0.04583289520657441,
          "patch_mean": 0.7628412198646761,
          "patch_distances": [
            0.5725665084799936,
            0.8574279457987813,
            0.8370070082987888,
            0.747049815502604,
            0.824470468723631,
            0.7631630623372616,
            0.7133630635811758,
            0.5702005342837699,
            0.7376583058180475,
            0.8599580940203315,
            0.8083026372098611,
            0.8090853178737971,
            0.7110483776079533,
            0.6787243151536253,
            0.8798676618849407,
            0.7533379447417562,
            0.7977860425479953,
            0.6844524626532091,
            0.6832533836670068,
            0.8414040345236071,
            0.8685538089806906,
            0.5632555371528087,
            0.8156486166385256,
            0.8359371986254,
            0.8791341749215983,
            0.7743784973643342,
            0.6735485535823145,
            0.6629840238391436,
            0.6640569819871034,
            0.7853579862524627,
            0.8592294339502982,
            0.8008690674082437,
            0.8190565214011942,
            0.8562276107184543,
            0.5980606958197863,
            0.6845694572304802,
            0.7906169108933027,
            0.9816778987465739,
            0.887767062333829,
            0.8649194945309041,
            0.5884156643056444,
            0.8281602429623255,
            0.6273222641644991,
            0.6596273906570289,
            0.3217581963273958,
            0.8629585947059353,
            0.8353925511621594,
            0.6901216849816684,
            0.5408666318750888,
            0.6898725089339466,
            0.739472156020933,
            0.8539303085325982,
            0.771752400436076,
            0.6643591646664591,
            0.381502379697401,
            0.7732528291715375,
            0.5964555874121207,
            0.9041675230272801,
            0.6207584047611987,
            0.47279530495884126,
            0.5981837929253129,
            0.668235863378588,
            0.6081567721785293,
            0.6546620412873834,
            0.7558786615823554,
            0.8090031522835504,
            0.781666545427353,
            0.8230426622129942,
            0.3542608460405223,
            0.6266552137272795,
            0.3143623299807403,
            0.7335168349621879,
            0.7748896087114434,
            0.45488617638949824,
            0.36324579169176785,
            0.5430794944005988,
            0.5161714257963697,
            0.6442830504021498,
            0.524230854542657,
            0.6112702955851901,
            0.7043241688677015,
            0.9134441254252204,
            0.7231121738494726,
            0.8424361692933839,
            0.6721984103294738,
            0.874110322680079,
            0.9295374920349406,
            0.708059008728851,
            0.5081651729049679,
            0.6197464057367703,
            0.7151301704996644,
            0.549296741425453,
            0.7219872215937326,
            0.9035666504998171,
            0.6325846133030537,
            0.7326471093087918,
            0.8377756893590665,
            0.7997754227149441,
            0.5368504087523605,
            0.9120570607583396,
            0.9282901409206401,
            0.860981514465058,
            0.633250825303658,
            0.6435441443851386,
            0.8301374395126382,
            0.6706343249613128,
            0.6995442364281292,
            0.8460295143316721,
            0.7837960875766876,
            0.7855642886600867,
            0.8241464885004967,
            0.8488872924802768,
            0.8438428158875435,
            0.8417486518067784,
            0.9078285947564977,
            0.7950091622249531,
            0.699317203307515,
            0.792875843944062,
            0.8429281316400832,
            0.8154789277163218,
            0.9592422211563862,
            0.7636950833328713,
            0.9018458507244166,
            0.7174213988275648,
            0.88314389003788,
            0.6995880921937362,
            0.9437965761877148,
            0.9718015038928801,
            0.9612804008804635,
            0.8130086982378237,
            0.806769297360127,
            0.8167167884210688,
            0.8717157998933647,
            0.9064134995510622,
            0.8644547561468343,
            0.9373974250825858,
            0.8369770479247947,
            0.8968265743272832,
            0.6822540197540812,
            0.7268620911416184,
            0.8653624134175194,
            0.9098233462542007,
            0.848514908814949,
            0.9042493838779275,
            0.7973676155616325,
            0.9055069628566809,
            0.8736957612191462,
            0.7433816534557371,
            0.7550471602317308,
            0.9119711185595026,
            0.948198576903692,
            0.8974786948499924,
            0.6473145408107317,
            0.8077783730909999,
            0.9189945317326136,
            0.9250162385290497,
            0.8873199576794357,
            0.7872076499687151,
            0.8425360492767653,
            0.9275671617050291,
            0.8197582480155183,
            0.8307869521707809,
            0.8834579521975303,
            0.9313057843290333,
            0.9347273966743516,
            0.8570097421381656,
            0.8242250855357959,
            0.6268300068884775,
            0.7771056607680893,
            0.6232444456776515,
            0.8444182041525492,
            0.9073983279838788,
            0.8362145205744311,
            0.8154441863006481,
            0.8504651569511905,
            0.7123488112301966,
            0.8782028733299736,
            0.8402607501230472,
            0.924691560854807,
            0.762393704166259,
            0.8790665480657508,
            0.7167845191261482,
            0.5406937513571707,
            0.6056788518096663,
            0.6693396386015639,
            0.7134433819894214,
            0.8633850708228858,
            0.8457692580375361,
            0.7831962921171127,
            0.821828374614045,
            0.7946134746055534,
            0.7929909299241276,
            0.5819461408130754,
            0.7068883617753625,
            0.7755240249708961,
            0.7706581046854201
          ]
        },
        {
          "stage": "block20",
          "cls_distance": 0.035827179599894565,
          "patch_mean": 0.766774085656429,
          "patch_distances": [
            0.5373041769995086,
            0.8480674603565005,
            0.8258115842319118,
            0.852639824718017,
            0.8229527000028193,
            0.8282564931462671,
            0.7270741560915397,
            0.6214171756269402,
            0.7844855454968636,
            0.8356808064070231,
            0.8822739845374136,
            0.8188067832867082,
            0.7153653646553528,
            0.7205958557358664,
            0.9285994211239723,
            0.726652245886941,
            0.810130860275582,
            0.6800559352161255,
            0.6353827577531028,
            0.8448053650861193,
            0.9105143702925711,
            0.6632188447502558,
            0.8499258160514658,
            0.8724733327709778,
            0.9525134242511896,
            0.7917308438497868,
            0.646330855935898,
            0.6054711363877681,
            0.629774571745666,
            0.8471271393355386,
            0.9017367240958075,
            0.8205839715110845,
            0.8261236081035775,
            0.8968173573298865,
            0.6084193406925525,
            0.7082038586941022,
            0.8271298515204015,
            0.9867629205926471,
            0.9001894414932884,
            0.8900121528700627,
            0.5292407650233891,
            0.8876323277713675,
            0.6689412243777966,
            0.7273474076410941,
            0.2512471222331394,
            0.8231142145082385,
            0.8608350346246342,
            0.6708339093034562,
            0.4959723622179396,
            0.6880452934662583,
            0.7579552578009703,
            0.840278391212501,
            0.746326410705709,
            0.6779943620654487,
            0.4248788375234155,
            0.8083957672676798,
            0.612170852746228,
            0.8958160352357638,
            0.6209760903659548,
            0.42738096869114894,
            0.5596564413665989,
            0.6298860936299867,
            0.5700819413049862,
            0.5959752570151207,
            0.7369674242027406,
            0.8292257015483233,
            0.8064864392830403,
            0.8080789690826473,
            0.3529640056254546,
            0.6843254918953452,
            0.2888188387708369,
            0.7274735534947148,
            0.7045840861554293,
            0.36938598742408124,
            0.3874409517409445,
            0.41830895133719714,
            0.45070890095314786,
            0.6851702700223632,
            0.45763206650485744,
            0.6323411161614196,
            0.6825041554102105,
            0.8961913417901621,
            0.6885665405714392,
            0.8982957812406922,
            0.5805954357300371,
            0.9179350649250871,
            0.9525359235375637,
            0.7406914673029479,
            0.4744550267729811,
            0.530190514903123,
            0.6298799912031212,
            0.5255195278299369,
            0.7022402186665657,
            0.8837007042698123,
            0.6036747831445453,
            0.7394765190142703,
            0.8938131712443002,
            0.8049815383214711,
            0.5516504203576919,
            0.8967113628100365,
            0.965086128508346,
            0.8712786625435622,
            0.6003762945573201,
            0.7104963493841372,
            0.8361096190534465,
            0.6729631093515012,
            0.736847150728084,
            0.831907993221222,
            0.74247989700187,
            0.7654005514766389,
            0.8097271785930517,
            0.9352066192902073,
            0.8193370620039223,
            0.7416944609263043,
            0.937748595505241,
            0.7736483896115961,
            0.6518884175355725,
            0.7448738530499721,
            0.860368227670246,
            0.8136796187803055,
            1.0045583485805476,
            0.8126338574764557,
            0.8705544468754249,
            0.7250805780029779,
            0.9203216228674527,
            0.7002313657146682,
            0.9219444849258603,
            0.9267117699449836,
            0.941718135452983,
            0.8506292065755732,
            0.8547122868494373,
            0.8278374193434229,
            0.8555162878017104,
            0.9574007471432207,
            0.9302357323873309,
            0.9768440259292618,
            0.8287697587065378,
            0.8653622110623538,
            0.7163189239634096,
            0.6719611261585993,
            0.8901668056378659,
            0.9040322958224244,
            0.7253305392737585,
            0.9449261122460919,
            0.836248879105397,
            0.9297915458923993,
            0.9067356913904425,
            0.7770600718867016,
            0.7449103567855104,
            0.9271805954163962,
            0.9265577172457851,
            0.9191008292160594,
            0.6419422972954931,
            0.7821483871013756,
            0.8934641876297508,
            0.9297001733601666,
            0.8517570314040469,
            0.8178819886719472,
            0.8711473814183353,
            0.942435884885399,
            0.7995043658085804,
            0.864683521749126,
            0.9124172910729967,
            0.9310840422839591,
            0.9234220646338225,
            0.8625819370336856,
            0.8949225746054411,
            0.5557226825363768,
            0.7887053224190952,
            0.5940687489667831,
            0.7952129852202611,
            0.8939071213566603,
            0.8996839588664068,
            0.8712915958720668,
            0.8779811603063007,
            0.7842867961075263,
            0.9131735964866187,
            0.7896838576755449,
            0.9100876514256907,
            0.7536500531233143,
            0.9038762657704567,
            0.737236881785557,
            0.5312025148674135,
            0.6580745172858962,
            0.6642338009861903,
            0.7469315710009246,
            0.8779706020472564,
            0.8454750182777985,
            0.8103154672867992,
            0.849441559383979,
            0.8203547410275649,
            0.8020732771946957,
            0.6426633986640331,
            0.7926405350350082,
            0.7598772237157988,
            0.8003801302838986
          ]
        },
        {
          "stage": "block21",
          "cls_distance": 0.026575172357597654,
          "patch_mean": 0.6511148095497604,
          "patch_distances": [
            0.41353805468770044,
            0.6697809342964443,
            0.645150299721873,
            0.7472070382084852,
            0.7704085769119134,
            0.7158690026058899,
            0.6095724816472967,
            0.5953072342768011,
            0.7458770350989652,
            0.6913656165677358,
            0.7720121752934892,
            0.7485928824930435,
            0.6110641457509749,
            0.6307934891551268,
            0.7633726618289665,
            0.5311865999710099,
            0.7227388300510549,
            0.5512217380802228,
            0.49675333027363044,
            0.7218931178504964,
            0.8467168463614321,
            0.6618149808741566,
            0.7675178735263163,
            0.7685016759735651,
            0.8586808367359271,
            0.5909442136958785,
            0.5576371962893638,
            0.4760136558463405,
            0.48552871535331765,
            0.7747213353614277,
            0.7421219232987106,
            0.7415716761184965,
            0.6304333844202403,
            0.7135997992031107,
            0.5131632508335636,
            0.6423215913059297,
            0.7588541461545202,
            0.9087821413223196,
            0.8027796003443539,
            0.8149945440565589,
            0.43405660533415225,
            0.767153034480626,
            0.5149662103107744,
            0.5479515820338481,
            0.17467923311446276,
            0.7335612090710446,
            0.699507151881609,
            0.5780458568239331,
            0.43192469379440146,
            0.6291799177584516,
            0.5772775189841877,
            0.7128196156848141,
            0.6591824906517434,
            0.5757184670987522,
            0.3167107846642906,
            0.7176225234678082,
            0.44127194193189523,
            0.7309288523066677,
            0.5046924377934918,
            0.39836771595661535,
            0.39835789990402026,
            0.48784786091636667,
            0.4724359750976421,
            0.4646159181398859,
            0.6575935444251462,
            0.6854719774780359,
            0.6623841049106102,
            0.6966855468135259,
            0.23191334154378462,
            0.6107218408044994,
            0.22266484757649718,
            0.586325508054594,
            0.5835479037730062,
            0.31996307376432664,
            0.3076576831307468,
            0.3222216715295816,
            0.39270992994869014,
            0.6369163775934599,
            0.34710541968135045,
            0.4862074082433324,
            0.543377365416451,
            0.7610868038858765,
            0.512450602305301,
            0.754579691358956,
            0.43121323598600136,
            0.786347565491068,
            0.849877571164948,
            0.6569124482921431,
            0.4166014869314686,
            0.4447154323216638,
            0.48452965276530624,
            0.44805253701756387,
            0.5297077061485678,
            0.7727333220291438,
            0.4878305761534424,
            0.5986486981959178,
            0.7172782517518549,
            0.6876436432527857,
            0.44517956876750453,
            0.7558497334162231,
            0.8669607973665975,
            0.7254794485127196,
            0.4581594196556461,
            0.533557779841305,
            0.6968427140200257,
            0.4952936824532934,
            0.5618052668672955,
            0.6864944569048198,
            0.6597076458213522,
            0.6145036675311567,
            0.6566535199573897,
            0.8275535424251899,
            0.6335688609577372,
            0.578060739916451,
            0.8396746826126178,
            0.6356760967534687,
            0.5048794250827868,
            0.5569712613056617,
            0.6698101740640061,
            0.6111225873051829,
            0.8984625938731432,
            0.7773363165244459,
            0.7156921719461738,
            0.5977264827863251,
            0.8103944941174939,
            0.6014262543663182,
            0.7864961373615752,
            0.7952526913493835,
            0.8674974518448797,
            0.6916864722800206,
            0.6646914055147033,
            0.6908453804066579,
            0.7558966641009999,
            0.9186080371308936,
            0.7702540213420722,
            0.9168352460128013,
            0.6845968757010423,
            0.7670689400200484,
            0.6279006630116728,
            0.5084374533308285,
            0.763461479552906,
            0.7296930059586109,
            0.592598038908166,
            0.8758370051747417,
            0.6859264769499398,
            0.8401074087451055,
            0.8515809124854349,
            0.6407340231941658,
            0.6236514137958914,
            0.8211919880050985,
            0.801357741928263,
            0.7950050554544574,
            0.4968397746292247,
            0.6743510463942521,
            0.7517466424367336,
            0.8034813940568768,
            0.6990948587846451,
            0.7745424962046115,
            0.7096812179960235,
            0.8763340574861895,
            0.6581926001872823,
            0.7296482941191714,
            0.8586768990803649,
            0.8182772502168862,
            0.7616282740940434,
            0.747573349222516,
            0.6881064458615906,
            0.4529695428776963,
            0.6512320622469664,
            0.45123048433411594,
            0.693536222195646,
            0.7953943324213155,
            0.845386450942443,
            0.7410116102154727,
            0.6972876220602624,
            0.7536545234376693,
            0.8042305579281906,
            0.6207030406335978,
            0.8044966913322842,
            0.6595347614886036,
            0.7438714068039034,
            0.6187845239478431,
            0.3942676507792119,
            0.6140497509551349,
            0.5872914944803196,
            0.6924354115219347,
            0.7590688967500133,
            0.7991272486492718,
            0.7230595868444368,
            0.786372885152092,
            0.7002522717813313,
            0.7046031438448397,
            0.6095863556813528,
            0.7054152704290657,
            0.724971894872477,
            0.7414901028746477
          ]
        },
        {
          "stage": "block22",
          "cls_distance": 0.04556210958484308,
          "patch_mean": 0.652630570359434,
          "patch_distances": [
            0.39343190015940643,
            0.6527453303206556,
            0.6162791870085407,
            0.6859585907837595,
            0.7269835003253686,
            0.6701268557274027,
            0.6459503245173366,
            0.5407459324493107,
            0.727309985218198,
            0.7068126830223315,
            0.7712942454939511,
            0.7647839122580813,
            0.6050182058433238,
            0.5864515081822113,
            0.7370560029218238,
            0.5414736742058345,
            0.722626590666134,
            0.5395456957687642,
            0.4432441537017593,
            0.7029760381894625,
            0.880563582525731,
            0.7011731008774549,
            0.792060624937311,
            0.7989021976966416,
            0.823296600268818,
            0.574594577748301,
            0.5574049151547733,
            0.41316263449961543,
            0.491389648621242,
            0.7502415767699454,
            0.7291718726645009,
            0.7096800804051451,
            0.6129310632615516,
            0.6544161874535683,
            0.586182035609486,
            0.739272462081928,
            0.7920323453199718,
            0.8678436488484338,
            0.8190347144473835,
            0.8018061721061064,
            0.40460069042827607,
            0.7199539420300914,
            0.5797260599104345,
            0.5097815607141207,
            0.21686654978531594,
            0.729410469132383,
            0.630245943333803,
            0.6394331674151539,
            0.5082184930410769,
            0.7249402514456305,
            0.6259801417888355,
            0.6832573730555875,
            0.6261068726207006,
            0.5311462116458103,
            0.34363063638084257,
            0.6764725337924928,
            0.4424210322983969,
            0.7263272891839885,
            0.5067926990057812,
            0.44804452021232766,
            0.33469539945408966,
            0.5132334914470835,
            0.5570328212690109,
            0.4694184722496536,
            0.7438187865746992,
            0.6367402851106462,
            0.6250288590775622,
            0.671437481959315,
            0.23888168719448277,
            0.5948612826956344,
            0.22495049768414588,
            0.5776929288252719,
            0.5760658052686144,
            0.3186702492275042,
            0.33890704767832436,
            0.33645688293478526,
            0.4162165394388292,
            0.730844935421178,
            0.31510618121683553,
            0.42118826888053884,
            0.49992276461569785,
            0.7965721287005835,
            0.5010484173343952,
            0.7216791842773622,
            0.4719277255758757,
            0.7646602957897386,
            0.8670358577764233,
            0.669940405503934,
            0.41672552793120854,
            0.41120917556330205,
            0.480453966366822,
            0.5177718830848514,
            0.5098936709736654,
            0.7963017739018866,
            0.44710771251301074,
            0.6013602588827501,
            0.7056231462627962,
            0.70508511538767,
            0.46158475510052355,
            0.7991940543509828,
            0.8890882656641194,
            0.727801944573621,
            0.4134410745652576,
            0.5296123856083458,
            0.716104714017646,
            0.4872744840341686,
            0.5323779069982705,
            0.7305936584209416,
            0.6241395673325882,
            0.5826350848127958,
            0.667288338215173,
            0.7773917144048973,
            0.5885092930946823,
            0.6097586725674828,
            0.8655197939266426,
            0.6559656712681778,
            0.46889987436058733,
            0.6000960186248008,
            0.6441287495837109,
            0.6319464649674029,
            0.9184796204291494,
            0.7611667001504274,
            0.8007518278448104,
            0.5365986228534787,
            0.7943132219734119,
            0.6246755636203882,
            0.8239317413456265,
            0.8538785314282056,
            0.8794367109631319,
            0.7049514211958854,
            0.7012731844216138,
            0.6979353385792861,
            0.7764488057826855,
            0.943187776187126,
            0.7375623679121672,
            0.9636811778986195,
            0.7462582191786149,
            0.7954203221298161,
            0.6169688585320943,
            0.4698539634821237,
            0.7687947339406742,
            0.8153761922165768,
            0.653609186307927,
            0.8759389758084243,
            0.6913646786368024,
            0.8284928223704091,
            0.823042172476095,
            0.6117717891676231,
            0.6159931448949738,
            0.8663698975940715,
            0.8225080633248165,
            0.7680558294378776,
            0.49410762087927906,
            0.648732331714721,
            0.7413705836743592,
            0.8460969088364895,
            0.6927846090128681,
            0.8102560341542414,
            0.7242041763355813,
            0.8410688080895413,
            0.6509605406289329,
            0.7159333264181105,
            0.8674546529132305,
            0.9034120663283297,
            0.8389756631011565,
            0.7294860638425618,
            0.6494303411451012,
            0.4424255962703867,
            0.5948144688157386,
            0.46303136749544105,
            0.7219890634171843,
            0.7870906637433478,
            0.8054857553682677,
            0.7094891685460133,
            0.7012680263495237,
            0.7756645825130495,
            0.8053467690771154,
            0.6246203484630517,
            0.8363578630461606,
            0.6403229256575709,
            0.7061128384713162,
            0.6228897492635366,
            0.43015613775706363,
            0.6236124453170474,
            0.6111966130000647,
            0.6419089840197265,
            0.7626438213848228,
            0.7625550772591765,
            0.6900028432533547,
            0.800521020663814,
            0.6774871834884977,
            0.6937216124562028,
            0.6601392220038065,
            0.725333675063913,
            0.737481283374936,
            0.7413072999238802
          ]
        },
        {
          "stage": "block23",
          "cls_distance": 0.038357506031908795,
          "patch_mean": 0.6136845689032479,
          "patch_distances": [
            0.4065000141583548,
            0.708895092016342,
            0.7447400205982417,
            0.6953431725615282,
            0.6563076689835707,
            0.6984083406043714,
            0.574894053985913,
            0.5737551687978857,
            0.7586329509323323,
            0.7953417851131135,
            0.7616415966054668,
            0.61340948835402,
            0.33372007269735016,
            0.63675559860275,
            0.800042675072383,
            0.5870445152378523,
            0.7959324390589639,
            0.5065180343886778,
            0.2845059030471285,
            0.5654802973837691,
            0.7756963831523427,
            0.5840034174660946,
            0.8848096110309853,
            0.8548041684923104,
            0.827131637499022,
            0.5254880759012455,
            0.530933486845755,
            0.4104146985418323,
            0.5166775131901832,
            0.7747269070086016,
            0.7460929048175693,
            0.7103530742032063,
            0.5305756982636549,
            0.554685520769238,
            0.44171012433548695,
            0.5229341033541082,
            0.8256995897139792,
            0.8551490991295848,
            0.8286112514543467,
            0.726505680345094,
            0.408000730257825,
            0.6926356411591654,
            0.5464937610109415,
            0.44676322843500704,
            0.19777418678122916,
            0.669708676913611,
            0.5476062197631555,
            0.5622542461838165,
            0.3987512745386551,
            0.5452766156797355,
            0.4916074001056886,
            0.4497736091333846,
            0.6429633381106372,
            0.37548848929141054,
            0.3118512568095956,
            0.6274618486487835,
            0.43023709016229095,
            0.7366686726409458,
            0.5077142003889603,
            0.35948910260037414,
            0.19510412361556406,
            0.34971187168371,
            0.4969407003600418,
            0.2831790492759989,
            0.6054473629143826,
            0.5282574439233341,
            0.5918113240761282,
            0.7796074868096843,
            0.2302272739248794,
            0.5896464536773675,
            0.1883936364158192,
            0.6175563924256547,
            0.6247378522846503,
            0.19425846116696843,
            0.30020171864075995,
            0.2573468746660885,
            0.26846318987331086,
            0.7539762505369234,
            0.21823624995709567,
            0.26085599059575215,
            0.587301211521273,
            0.7999850672182501,
            0.2875905140630224,
            0.631965774731811,
            0.42723666864360177,
            0.8321251389606226,
            0.8935878669938493,
            0.6458957388849801,
            0.3728027993171956,
            0.315824285966133,
            0.3059324091454082,
            0.48482210370009116,
            0.32792401318083286,
            0.8273192396447913,
            0.29468606616754445,
            0.38553931143756726,
            0.6510340327892348,
            0.5812683873353215,
            0.40594641316183966,
            0.8375753370750777,
            0.8853998766043761,
            0.7382509292144976,
            0.2705626610426738,
            0.4402458473469485,
            0.6180554496491855,
            0.3066805629125986,
            0.5400263133448848,
            0.527790384022273,
            0.44497399035476914,
            0.49400227497563276,
            0.5202323499464212,
            0.7964068795354116,
            0.6273346330924858,
            0.6571586091456023,
            0.8326986859836991,
            0.5979957250344867,
            0.2987320234350348,
            0.44333320295120426,
            0.48433284750708583,
            0.6094688572662958,
            0.8935417073740153,
            0.8271051823822059,
            0.8131359680210202,
            0.3945970736707767,
            0.7070457945163029,
            0.672205503743902,
            0.858797040597554,
            0.8723049275763204,
            0.892611958849906,
            0.6822855491916515,
            0.5649878362528902,
            0.6976006080318995,
            0.7565474445338967,
            0.9217787606085461,
            0.7472544532903155,
            0.9698204637994682,
            0.7782045823556338,
            0.7676201607449584,
            0.7132413135403779,
            0.29639018631351266,
            0.7999416186467254,
            0.8019920247059789,
            0.693175129926535,
            0.8957764109992731,
            0.6297646805981132,
            0.8175064222743246,
            0.7957450909888077,
            0.5847210586063515,
            0.597161772322622,
            0.871382874424029,
            0.8400741390178921,
            0.7587932900726566,
            0.3414956890716858,
            0.40395829490337765,
            0.7409448609918309,
            0.898242275867652,
            0.6938185626808981,
            0.7719513741696835,
            0.6958292272021811,
            0.8261850922495784,
            0.6265201625539429,
            0.730173644466268,
            0.8556494173225806,
            0.9051101683361942,
            0.819322432935569,
            0.6891438904021295,
            0.6392466241384009,
            0.2688339596432081,
            0.6432457056961078,
            0.48757757457995154,
            0.7902845734520705,
            0.810616493580961,
            0.8007068460264366,
            0.6753404457919828,
            0.6388445525017121,
            0.7341683119537371,
            0.844861948545169,
            0.6292918887899444,
            0.9072709761464303,
            0.6022037037157446,
            0.6644100204247895,
            0.43808159665891266,
            0.4689979324777056,
            0.631447287445488,
            0.6401642755843064,
            0.6962991354600947,
            0.8364863132919449,
            0.7525178564866295,
            0.7242547110353524,
            0.7639980151009464,
            0.7035593793577516,
            0.6552503867061027,
            0.6619364376208918,
            0.7453061454562506,
            0.6204832043158603,
            0.65763746946166
          ]
        },
        {
          "stage": "block24",
          "cls_distance": 0.09996393823840222,
          "patch_mean": 0.12753644983721302,
          "patch_distances": [
            0.09989307979560225,
            0.15268216700277837,
            0.14546690229990966,
            0.10501579555329232,
            0.10735157324012956,
            0.1300237510466723,
            0.10704796055812948,
            0.10842101237244506,
            0.17077983764689175,
            0.18530343283189155,
            0.1560572951145205,
            0.11792787221866496,
            0.07765450697031617,
            0.137999996025016,
            0.15684556365187785,
            0.1300584378646128,
            0.16724052759641217,
            0.09194409249156044,
            0.0763518458199639,
            0.10343949154044252,
            0.13259605223160154,
            0.11536437995256454,
            0.19025556481748374,
            0.17427342972860815,
            0.16367391067649795,
            0.08926712766580391,
            0.10095792532461001,
            0.09998493085070892,
            0.11167190724788079,
            0.16214443974121606,
            0.13821022839745278,
            0.1298191589782277,
            0.099870469957413,
            0.09295996521819982,
            0.07401854655902484,
            0.09478532232958314,
            0.15086326144307827,
            0.1823253790021917,
            0.15805991774554728,
            0.1449907967249704,
            0.09149998943763427,
            0.14294003717072012,
            0.10533948282093641,
            0.08895920773768073,
            0.052288861035853396,
            0.12222258264707753,
            0.09100417701732988,
            0.07634964974995084,
            0.07089581341252871,
            0.08595999386550524,
            0.08804489965409545,
            0.0888332594716632,
            0.11959622107252987,
            0.06725872790327592,
            0.07212586276231181,
            0.12168255376156822,
            0.07167470873413817,
            0.14793416019036887,
            0.1148994227437522,
            0.058276032091922114,
            0.040079703595735316,
            0.06063446054220967,
            0.08272051999588748,
            0.05339708882239491,
            0.10068135161209768,
            0.09193199363325888,
            0.09154791031076825,
            0.16361201870488173,
            0.05857020806731761,
            0.10966841209416966,
            0.05203299566095565,
            0.11492794148751773,
            0.13866579307540017,
            0.06312134073721198,
            0.04926403398677803,
            0.046263698647169726,
            0.04581626301490804,
            0.09052926382677251,
            0.04886683860718244,
            0.05127697916085994,
            0.09388190329381363,
            0.1589180434452081,
            0.07003018663488259,
            0.11631145806192855,
            0.07470478329459551,
            0.16987235126825262,
            0.19710648780944795,
            0.11677172890276954,
            0.05720903816111633,
            0.054423522169920746,
            0.055668736517598405,
            0.07022766887398058,
            0.08349679623872475,
            0.20259993978285973,
            0.05394486845271618,
            0.07199664584267618,
            0.1295379553878283,
            0.12166539555013756,
            0.07818590708206474,
            0.1860584962246744,
            0.19734469555325274,
            0.16492069262569908,
            0.05333359460942344,
            0.08477694253307622,
            0.10130910845744412,
            0.0591107280182217,
            0.15060073719520561,
            0.09573111385111033,
            0.07428213881074353,
            0.08421574043855662,
            0.11345079343326903,
            0.17276204392824301,
            0.14287834266892563,
            0.15623503047398557,
            0.1857224055350727,
            0.14923439571575947,
            0.05940843463176537,
            0.07884950940157553,
            0.1138172930505369,
            0.14887717218220842,
            0.19705919418161033,
            0.18359224281236775,
            0.19052742287291669,
            0.07345821868735869,
            0.15797747358976177,
            0.12229650087328725,
            0.18068613497520114,
            0.1794651622035831,
            0.19440202521421912,
            0.16669642607319057,
            0.10384714678667062,
            0.1527765702795928,
            0.18916101225840953,
            0.19300757809233327,
            0.17470899720759647,
            0.20385076027185767,
            0.18672705375351029,
            0.1834149460020671,
            0.1070688597866819,
            0.06165182420426929,
            0.18142004807737155,
            0.17654018490479184,
            0.16597512898683675,
            0.19706189870178814,
            0.13019834798086782,
            0.19788829185831125,
            0.18778843624116837,
            0.14413990911233898,
            0.1464819760117212,
            0.19814700089045156,
            0.18223999048133355,
            0.1556188631333909,
            0.0736372797845326,
            0.08288783963089807,
            0.15273920003978447,
            0.1997309935030197,
            0.15137278984533475,
            0.1971415166187529,
            0.1623773719374354,
            0.19912749720875478,
            0.15142860633737554,
            0.1547063058779059,
            0.1821840650571852,
            0.1882108394757761,
            0.1749789009096937,
            0.15521978550162496,
            0.10014228662251146,
            0.06228474501914627,
            0.14296371698048793,
            0.121455378712926,
            0.16155482597646764,
            0.1658081125826244,
            0.17948798057893856,
            0.16013885465421218,
            0.13962244798428414,
            0.1733122605111157,
            0.18031523750841438,
            0.15813780747453443,
            0.19262115459933715,
            0.13594437329466957,
            0.12400929747211564,
            0.08702967869743339,
            0.11218341728854675,
            0.15762656137949205,
            0.166709614303711,
            0.15931430728510432,
            0.1806769751921279,
            0.1764517215890522,
            0.14779926904387664,
            0.18031809945615307,
            0.15969321639967715,
            0.15011289114048476,
            0.15529784114809797,
            0.12333891859049295,
            0.11795059760834181,
            0.11875881955705714
          ]
        },
        {
          "stage": "norm",
          "cls_distance": 0.11692461348336147,
          "patch_mean": 0.5000358130856368,
          "patch_distances": [
            0.4118551079853735,
            0.6091257638097687,
            0.5633826902808545,
            0.45430430317834736,
            0.3774285888632246,
            0.47241449628494536,
            0.3271542483687855,
            0.39733791615511704,
            0.6275341097781056,
            0.6704036208066472,
            0.52648705791602,
            0.42757996753807137,
            0.26545540597843253,
            0.5267350190268415,
            0.6298441150528649,
            0.6014826636214077,
            0.6613498510781521,
            0.3582641363919168,
            0.2222274561020824,
            0.37454577938271494,
            0.3930166315624841,
            0.3486203439720271,
            0.6732952418201179,
            0.6525754194601913,
            0.6513825931682011,
            0.35833505458791703,
            0.36323438071735725,
            0.3879093598492428,
            0.5352990805289435,
            0.6804110686678466,
            0.5793436751652508,
            0.4757235484565535,
            0.3759429656491483,
            0.34120941543830297,
            0.24896371962874664,
            0.29128821549377604,
            0.4659690947028029,
            0.6849363876560504,
            0.5640701094856437,
            0.5648517814695514,
            0.4197924478259828,
            0.6112427588266748,
            0.49592984788764916,
            0.4957617483662332,
            0.30580065639560283,
            0.4742868121011591,
            0.3453388148395118,
            0.24863297494545034,
            0.22535616751909027,
            0.26525804671509545,
            0.3012567679181042,
            0.3308887602707601,
            0.4164844072910455,
            0.2468910011704526,
            0.3761023780806104,
            0.5652192034372441,
            0.37185895505608346,
            0.6120012347658272,
            0.5670533666844457,
            0.19535080406825855,
            0.13146185914161623,
            0.18912608372438244,
            0.27236471084590386,
            0.18685921408411565,
            0.3047404107605066,
            0.35095636663762286,
            0.3782254233207051,
            0.6428721591737252,
            0.33332507816575097,
            0.47099929943136976,
            0.25735964646599374,
            0.5685877609998549,
            0.6279817786249984,
            0.20083028847704365,
            0.16014997713071755,
            0.15677788268530024,
            0.14767241609595028,
            0.2786313774670366,
            0.15611129951570724,
            0.17355918136177395,
            0.4008636650299454,
            0.6234341558465268,
            0.24325315405564074,
            0.4263591339380127,
            0.40386758228992226,
            0.7302019009517613,
            0.7327584147982924,
            0.40794643704478073,
            0.1794203690593843,
            0.17368358924413285,
            0.18296126574510918,
            0.23166871753952822,
            0.28393709057839844,
            0.7982990396535492,
            0.2101515934379795,
            0.2612024649593525,
            0.5383789696108816,
            0.4449135066872093,
            0.4040423922531914,
            0.7436183897353786,
            0.7855513894493644,
            0.6585272405294547,
            0.1693260640379468,
            0.3036225677292743,
            0.3278914477035523,
            0.20878196305184182,
            0.6835393310676892,
            0.36852818391367925,
            0.2378773814793146,
            0.33029888288057474,
            0.3987943694941648,
            0.6470039891620989,
            0.6310389146877478,
            0.6589365662203703,
            0.7205886333927108,
            0.6937541041256088,
            0.2006443058171139,
            0.29111567882518896,
            0.4008695112236108,
            0.6511196504805701,
            0.7341140424262018,
            0.7581632647358062,
            0.7940213305229449,
            0.29243078711645965,
            0.6570170563572952,
            0.4461705830892012,
            0.7162012788896583,
            0.7237090930379393,
            0.7015716129418712,
            0.6919385817915666,
            0.3982292931059134,
            0.5451571393280108,
            0.7343289202357638,
            0.7627295780577921,
            0.7526771543953565,
            0.7562157455626727,
            0.7761382755482313,
            0.7344057307360691,
            0.4088871650682986,
            0.20413309353887388,
            0.700851313300592,
            0.7294749377787241,
            0.6889718346188913,
            0.7128158038312309,
            0.4947227690734187,
            0.7388526905553675,
            0.7043442335649607,
            0.6571192635356787,
            0.6825708363531606,
            0.7365638150516175,
            0.7562390403675076,
            0.6509987712739911,
            0.24132605141827257,
            0.2900534601705693,
            0.6212910871790147,
            0.7317859737378933,
            0.6273287107974145,
            0.6843433440482525,
            0.6670743342498348,
            0.7357360897436008,
            0.6691426006695443,
            0.6396674202037526,
            0.7217122789523427,
            0.7386571309950374,
            0.7512907774823868,
            0.6213660324192467,
            0.3978148943950821,
            0.20990849928127897,
            0.6154913194964692,
            0.5867407617259822,
            0.6617737691841723,
            0.6675292788417866,
            0.679413260489417,
            0.6547838055265063,
            0.6687303992095058,
            0.6748179326316621,
            0.7200076641196942,
            0.7112460538265939,
            0.7456485762204537,
            0.6132845418085614,
            0.5180671239756067,
            0.32701759040118683,
            0.49421917740262733,
            0.6141274141582682,
            0.6254025640267526,
            0.627401399218805,
            0.6651930612324303,
            0.6470116749713202,
            0.5854526433822753,
            0.6499708469743251,
            0.6486464676873211,
            0.6619360368456007,
            0.603049112507325,
            0.4806594164323791,
            0.4486477656747656,
            0.4313242241923745
          ]
        },
        {
          "stage": "embedding",
          "cls_distance": 0.11692461348336147,
          "patch_mean": null,
          "patch_distances": null
        }
      ],
      "intervals": {
        "cls_distance": {
          "increase": {
            "start": 26,
            "end": 27,
            "delta": 0.06160643220649342
          },
          "decrease": {
            "start": 16,
            "end": 17,
            "delta": -0.017816061824655005
          }
        },
        "patch_mean": {
          "increase": {
            "start": 27,
            "end": 28,
            "delta": 0.3724993632484238
          },
          "decrease": {
            "start": 26,
            "end": 27,
            "delta": -0.48614811906603483
          }
        }
      },
      "initial_cls_identical": true,
      "initial_registers_identical": true,
      "input_images_different": true
    },
    {
      "ids": [
        183,
        256
      ],
      "metrics": [
        {
          "stage": "rgb",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "input",
          "cls_distance": null,
          "patch_mean": null,
          "patch_distances": null
        },
        {
          "stage": "projection",
          "cls_distance": null,
          "patch_mean": 0.5916599373452285,
          "patch_distances": [
            0.9720608416797986,
            0.8994699097000205,
            0.7122944225194211,
            0.7376977474072652,
            0.5405354297395903,
            0.8825450751217175,
            0.5523555232858459,
            0.41711005961943537,
            0.6083133569038683,
            0.7545869056970007,
            0.5353575841584143,
            0.4050752631490858,
            0.3820554074982023,
            0.5792120349704839,
            0.9076093233477913,
            0.6040947062819382,
            0.49077835461605535,
            0.6210500502779741,
            0.4515223052901519,
            0.8610832486098754,
            0.5715380527443197,
            0.6071453044989633,
            0.5513678282039879,
            0.7688820347829658,
            0.8487064306642585,
            0.7125256622172321,
            0.46492139761151674,
            0.5724208243719278,
            0.47973950502795204,
            0.657873834600917,
            0.48098062796771957,
            0.41002289533935543,
            0.528768582750458,
            0.9933475238092987,
            0.5745024419889587,
            0.20915849017583665,
            0.5083029389571815,
            0.8284014879407506,
            0.8045621352792419,
            0.7133701329808977,
            0.790433444764993,
            0.45654356010272323,
            0.2569603698253442,
            0.5466791656904454,
            0.3956712965703144,
            0.6573463672517433,
            0.916853058059534,
            0.8164704165885883,
            0.28162163073504254,
            0.17124863673394242,
            0.14051825799798323,
            0.5044616421148103,
            0.7422766236464122,
            0.5856537604920917,
            0.6105492934533969,
            0.6729371996994125,
            0.16694299406100743,
            0.770480934287902,
            0.5736821546957722,
            0.9349193275124293,
            0.7850012387452441,
            0.5035534673494686,
            0.2273911895277686,
            0.2269633924704122,
            0.11848798135454597,
            0.2818914243177526,
            0.5014495223284701,
            0.3515516027934025,
            0.5642110143987926,
            0.6247629955429332,
            0.3854548082441658,
            0.7172606642652428,
            0.7479682873662725,
            0.13496727713013468,
            0.32076152064792274,
            0.19234629671802883,
            0.25075347388541336,
            0.38192163705529025,
            0.2277730556756844,
            0.23116971643681317,
            0.3085439238834914,
            0.4029949488090925,
            0.48696968120802475,
            0.6417727215668116,
            0.4286815759046976,
            0.913340318661432,
            0.9587266418596903,
            0.7210905767846205,
            0.5994820744080753,
            0.2578395890448818,
            0.35460003387916517,
            0.4532138671491992,
            0.41674286828217466,
            0.2370272335897491,
            0.4202916167236045,
            0.48641527611694757,
            0.4973518943868329,
            0.4452131864008245,
            0.6136000299456237,
            0.8544313991839608,
            0.8664483834399361,
            0.9979692462456234,
            0.6179987214856592,
            0.3565648699209386,
            0.40064091631172216,
            0.4975889702264985,
            0.5365061424978668,
            0.3012690043341787,
            0.39494914411484594,
            0.6485116636358281,
            0.5719117691282956,
            0.6134096475902762,
            0.8814640417554582,
            0.8230733616483729,
            0.810549559073916,
            1.048121595790622,
            0.7618595823887739,
            0.5134724694074023,
            0.5876516565942883,
            0.6111340777333734,
            0.5189878009901295,
            0.37837805919232015,
            0.4215471195155106,
            0.5629494564624539,
            0.6113981697730045,
            0.7748151849073325,
            0.8505887402836376,
            0.7955468413324422,
            0.8307284869198932,
            0.9614031157486959,
            0.8592650295376835,
            0.7820281993543647,
            0.3846574177709422,
            0.5328250815502893,
            0.5431074627414424,
            0.3786917711406108,
            0.48139143099527615,
            0.5923614856816273,
            0.5308191963622899,
            0.4860067072902786,
            0.773979025509145,
            0.4556828637282362,
            0.4857447615329913,
            0.5776585045616465,
            0.5831169677332237,
            0.6617617082170069,
            0.47629041741535194,
            0.338738031661752,
            0.4723449582882674,
            0.529221635040382,
            0.6093463082823044,
            0.41234502462807276,
            0.6852837433934698,
            0.5112358534860894,
            0.9727188150021513,
            0.5800768770354459,
            0.6488493910054347,
            0.6749926862351159,
            0.6097271287643239,
            0.7170162280756167,
            0.5655839837525496,
            0.6507357134757075,
            0.7560836952756532,
            0.5638942382822778,
            0.6146848736928698,
            0.628546683843759,
            0.6034204469637356,
            0.3241430413751246,
            0.6833025115215956,
            0.7320742913655829,
            0.7830024056883719,
            0.7669145369973854,
            0.7225217343298629,
            0.8354702428105064,
            1.0895336756332987,
            0.8896986839042937,
            0.6790719059051447,
            0.6474712932703154,
            0.6960146370286531,
            0.7279158153202583,
            0.647189825530545,
            0.4972447372992448,
            0.7021985761204022,
            0.5705971621822907,
            0.540477103012544,
            0.8094043490069041,
            0.7533020661408976,
            0.9459053357265326,
            1.0295998822185286,
            0.5961705992088898,
            0.608598727799526,
            0.6030601449940596,
            0.8316187738109091,
            0.8117592603873977,
            0.3388468736167186,
            0.35700154158808384
          ]
        },
        {
          "stage": "tokens",
          "cls_distance": 1.1102230246251565e-16,
          "patch_mean": 0.5916599373452279,
          "patch_distances": [
            0.9720608416797984,
            0.8994699097000205,
            0.7122944225194214,
            0.7376977474072648,
            0.5405354297395897,
            0.8825450751217175,
            0.5523555232858448,
            0.41711005961943415,
            0.6083133569038668,
            0.7545869056969999,
            0.5353575841584138,
            0.40507526314908493,
            0.38205540749820355,
            0.5792120349704815,
            0.9076093233477914,
            0.6040947062819375,
            0.49077835461605523,
            0.6210500502779741,
            0.45152230529015114,
            0.861083248609875,
            0.5715380527443189,
            0.6071453044989635,
            0.5513678282039878,
            0.7688820347829654,
            0.8487064306642581,
            0.7125256622172325,
            0.4649213976115162,
            0.5724208243719278,
            0.4797395050279508,
            0.6578738346009156,
            0.48098062796771957,
            0.4100228953393549,
            0.5287685827504573,
            0.9933475238092987,
            0.5745024419889582,
            0.20915849017583588,
            0.5083029389571805,
            0.82840148794075,
            0.8045621352792419,
            0.7133701329808976,
            0.7904334447649928,
            0.4565435601027227,
            0.2569603698253422,
            0.5466791656904443,
            0.3956712965703132,
            0.6573463672517423,
            0.9168530580595337,
            0.816470416588588,
            0.2816216307350413,
            0.17124863673394308,
            0.1405182579979829,
            0.5044616421148093,
            0.7422766236464126,
            0.5856537604920908,
            0.6105492934533966,
            0.6729371996994118,
            0.16694299406100332,
            0.7704809342879017,
            0.5736821546957714,
            0.9349193275124292,
            0.7850012387452436,
            0.5035534673494677,
            0.2273911895277697,
            0.22696339247040975,
            0.11848798135454452,
            0.28189142431775316,
            0.5014495223284697,
            0.3515516027934018,
            0.5642110143987923,
            0.624762995542933,
            0.385454808244166,
            0.7172606642652428,
            0.7479682873662716,
            0.13496727713013346,
            0.3207615206479226,
            0.19234629671802705,
            0.2507534738854128,
            0.3819216370552875,
            0.22777305567568196,
            0.23116971643681283,
            0.30854392388349083,
            0.40299494880909215,
            0.4869696812080241,
            0.6417727215668114,
            0.4286815759046969,
            0.9133403186614317,
            0.9587266418596903,
            0.7210905767846201,
            0.5994820744080751,
            0.25783958904487847,
            0.3546000338791655,
            0.4532138671491984,
            0.41674286828217344,
            0.23702723358974864,
            0.42029161672360393,
            0.48641527611694724,
            0.4973518943868328,
            0.44521318640082375,
            0.6136000299456237,
            0.854431399183961,
            0.8664483834399362,
            0.9979692462456234,
            0.6179987214856586,
            0.3565648699209375,
            0.4006409163117215,
            0.49758897022649706,
            0.5365061424978655,
            0.3012690043341779,
            0.39494914411484383,
            0.6485116636358268,
            0.5719117691282958,
            0.6134096475902762,
            0.8814640417554578,
            0.823073361648373,
            0.8105495590739162,
            1.048121595790622,
            0.7618595823887734,
            0.5134724694074019,
            0.5876516565942879,
            0.6111340777333731,
            0.5189878009901295,
            0.37837805919231915,
            0.42154711951551005,
            0.5629494564624531,
            0.6113981697730041,
            0.7748151849073326,
            0.8505887402836374,
            0.7955468413324417,
            0.8307284869198933,
            0.9614031157486957,
            0.8592650295376836,
            0.7820281993543642,
            0.38465741777094054,
            0.5328250815502897,
            0.5431074627414407,
            0.37869177114060915,
            0.48139143099527537,
            0.5923614856816272,
            0.5308191963622889,
            0.48600670729027806,
            0.7739790255091454,
            0.4556828637282361,
            0.48574476153298995,
            0.5776585045616464,
            0.5831169677332229,
            0.6617617082170062,
            0.4762904174153514,
            0.3387380316617514,
            0.4723449582882663,
            0.5292216350403809,
            0.609346308282305,
            0.412345024628072,
            0.6852837433934693,
            0.511235853486088,
            0.9727188150021513,
            0.5800768770354452,
            0.6488493910054329,
            0.6749926862351154,
            0.6097271287643231,
            0.717016228075616,
            0.5655839837525485,
            0.6507357134757081,
            0.7560836952756528,
            0.5638942382822769,
            0.61468487369287,
            0.6285466838437594,
            0.603420446963735,
            0.32414304137512473,
            0.6833025115215943,
            0.7320742913655826,
            0.7830024056883716,
            0.7669145369973851,
            0.7225217343298628,
            0.8354702428105062,
            1.089533675633299,
            0.8896986839042933,
            0.6790719059051449,
            0.6474712932703153,
            0.6960146370286524,
            0.7279158153202577,
            0.6471898255305446,
            0.49724473729924334,
            0.7021985761204022,
            0.5705971621822903,
            0.5404771030125438,
            0.8094043490069036,
            0.7533020661408978,
            0.9459053357265326,
            1.0295998822185286,
            0.596170599208888,
            0.6085987277995248,
            0.6030601449940596,
            0.8316187738109087,
            0.8117592603873978,
            0.3388468736167165,
            0.3570015415880827
          ]
        },
        {
          "stage": "block01",
          "cls_distance": 0.006191060906849732,
          "patch_mean": 0.20493513958566525,
          "patch_distances": [
            0.3410937861495976,
            0.30206364459368296,
            0.2418017417027497,
            0.2167893342087791,
            0.18453786321025634,
            0.26864332378280975,
            0.20615594600750964,
            0.14018799057688647,
            0.1917692033808599,
            0.23202369565246017,
            0.20439903554629613,
            0.19345683234318178,
            0.14420363704608075,
            0.15648067973406976,
            0.32519271002641403,
            0.22033999513505031,
            0.13909406632354104,
            0.19270121319491995,
            0.14775992274553174,
            0.28176914184816426,
            0.18603211133204844,
            0.1784117309804839,
            0.19233808818727116,
            0.27186087829854466,
            0.2964991942758918,
            0.2122680018254176,
            0.15202089169377198,
            0.15248164633986172,
            0.17787577573371605,
            0.2127293902409172,
            0.153304604698265,
            0.16613332970111871,
            0.18191670298501916,
            0.3927006321792452,
            0.20823471241892733,
            0.09371098306585302,
            0.18765458866095042,
            0.26263415288897396,
            0.2714250935547524,
            0.20243728848810583,
            0.22479486367604928,
            0.14080221446014107,
            0.11027849932725409,
            0.1762040822005173,
            0.13958532223386388,
            0.21883043662156532,
            0.36314423064456514,
            0.2917463986199792,
            0.10748164303042229,
            0.07230731465798179,
            0.06068436946727207,
            0.19010654469412824,
            0.24751344837359834,
            0.2046897379089675,
            0.21643731422684298,
            0.19772066178819492,
            0.06425851599998877,
            0.26275508227862576,
            0.19990165745150923,
            0.392434438067194,
            0.3203245089383815,
            0.18824547877564335,
            0.09628918047389445,
            0.10771921345973912,
            0.07147163960248748,
            0.1209712292269487,
            0.20897502312083616,
            0.1469988592541419,
            0.2329162973077208,
            0.18220135561809248,
            0.12331871059568666,
            0.22952698278620753,
            0.24876436254775003,
            0.07649895765338666,
            0.1447469056868701,
            0.08917344885699663,
            0.10443621760541033,
            0.17271846544576241,
            0.10996082841452148,
            0.09708934276244263,
            0.1151537294084023,
            0.17102080598665526,
            0.18146742340387478,
            0.1948309777642201,
            0.15307845969581668,
            0.3085207037984872,
            0.2887749609137489,
            0.2534826948043344,
            0.21101620637004526,
            0.10527558085235211,
            0.1206205794162879,
            0.17082304124992675,
            0.13625418878119844,
            0.09031229071099622,
            0.14837094982715748,
            0.17452834191074984,
            0.16785220369620468,
            0.11883345628284203,
            0.20395827028368863,
            0.2615663867195138,
            0.27886596378066675,
            0.30606070586295897,
            0.17693830484460493,
            0.121904669999788,
            0.1293677046059697,
            0.15643298074975776,
            0.1999027625340709,
            0.10351649842030775,
            0.13146830827481992,
            0.23461354315024308,
            0.19024998434456242,
            0.19814188295821134,
            0.27694727538672737,
            0.2215395172177269,
            0.2354825858168479,
            0.3405372660281687,
            0.22235721742158898,
            0.14602445949072962,
            0.17655249591033517,
            0.187885483178994,
            0.15291180834389684,
            0.12092400589810948,
            0.11616186891681113,
            0.18953936549140737,
            0.21207015750333835,
            0.2797797211401145,
            0.2640195354603504,
            0.24105136983025544,
            0.24426618702608072,
            0.26635029528681264,
            0.2822940256954578,
            0.24926969104492558,
            0.1365143215587783,
            0.16036431856368827,
            0.16455104750422034,
            0.10556091381517041,
            0.13761127472377666,
            0.19939459250119207,
            0.15556300961610536,
            0.20732269847212048,
            0.25581119508756134,
            0.18728003087118605,
            0.17898142818150475,
            0.17128722159090115,
            0.1825020846398029,
            0.23285669423887434,
            0.16199318573684585,
            0.11260685138374216,
            0.1687346969645942,
            0.19878826187781629,
            0.24311278480658827,
            0.1326313661895996,
            0.23547995918076725,
            0.14181470160402232,
            0.28109451226005633,
            0.17174859506189488,
            0.1716085439206122,
            0.257842973919173,
            0.28226052835971116,
            0.21335096550598354,
            0.15979302012246532,
            0.1796667045658613,
            0.3313944874730088,
            0.4067471391269101,
            0.3439791108092807,
            0.26045523151163974,
            0.18913689753779894,
            0.11280614548546586,
            0.2182819256798869,
            0.23457550888259515,
            0.31721847817089677,
            0.3980483272431905,
            0.2988223521782162,
            0.2908769902076874,
            0.35592392493300384,
            0.2717425941456221,
            0.2323426345564813,
            0.3511621970742367,
            0.38283651263020446,
            0.22273691398357232,
            0.21089348676791897,
            0.2050675559445413,
            0.22420577029110866,
            0.24530303017694088,
            0.29460907361775046,
            0.3465569071214847,
            0.23523970867486765,
            0.314878092083297,
            0.33855037391288756,
            0.14636653399918853,
            0.14973101394472177,
            0.19393438398988117,
            0.30759247958446556,
            0.23780763969330077,
            0.1223345765533207,
            0.12067463986970983
          ]
        },
        {
          "stage": "block02",
          "cls_distance": 0.00782371281907801,
          "patch_mean": 0.17761571927339265,
          "patch_distances": [
            0.2980062426021437,
            0.280792986376485,
            0.21753840010600178,
            0.18088661201683476,
            0.165627628355818,
            0.2485705211302639,
            0.17246930407827554,
            0.12308197158269751,
            0.15799340285230268,
            0.17897529052440586,
            0.1734415123370533,
            0.16086549218955515,
            0.1327784460516409,
            0.1405491703902939,
            0.30889635131596604,
            0.17863678296696617,
            0.12778380549655866,
            0.18016068678213415,
            0.12910323518094624,
            0.25160489608204917,
            0.16441535586869305,
            0.14367928411364617,
            0.1694809425699012,
            0.23073065854818164,
            0.24506722857287278,
            0.19507675966929772,
            0.14042650619273356,
            0.13544637237110202,
            0.17598853106193701,
            0.16433551430211601,
            0.1488308153664486,
            0.15858961579433606,
            0.17408560490240776,
            0.32894712699601447,
            0.19644780140838725,
            0.06894863316445321,
            0.14542816221100208,
            0.2518900004298513,
            0.23433035737653274,
            0.1737529125772096,
            0.19052263890854648,
            0.1279592111096528,
            0.08949980428511195,
            0.13672145868240637,
            0.12857559980967792,
            0.19008286842776023,
            0.3761626178627431,
            0.265990280342715,
            0.08901440962083418,
            0.050894995062134574,
            0.051793911681382476,
            0.16831453521438156,
            0.2063884364762315,
            0.1837307413057514,
            0.17898192898489695,
            0.18854705639202052,
            0.06212955680568111,
            0.2353913320166674,
            0.16795992577283425,
            0.33296709098814503,
            0.28715944138848015,
            0.18285096073702956,
            0.0785465449540278,
            0.08021519022713874,
            0.05549616811919622,
            0.10554572032646725,
            0.16674713775287997,
            0.12462581883415047,
            0.19531616748868796,
            0.18301181176078118,
            0.10639288201247421,
            0.23994020421316486,
            0.23191996082465482,
            0.06051858354719475,
            0.126447868857279,
            0.0669129223818069,
            0.07961108665935113,
            0.14150131820172762,
            0.08465768817288166,
            0.07767938427743037,
            0.11176786607926037,
            0.15294009272687215,
            0.17159833278736814,
            0.16591579657326216,
            0.1419528198880209,
            0.3081863632017603,
            0.26299395324051,
            0.216390479232759,
            0.1814535371570929,
            0.07598195756485937,
            0.08893387605892689,
            0.14115229038237043,
            0.11665349497482635,
            0.07636110715297595,
            0.12886458678052515,
            0.1653345346869599,
            0.14292197441387378,
            0.10766177982152436,
            0.1740422193591954,
            0.23487640295361023,
            0.2596202044119149,
            0.28078256372841337,
            0.15551373196957352,
            0.09680599035703863,
            0.11028071322188815,
            0.13289181798627403,
            0.17465704841695306,
            0.09146133010758817,
            0.11957890001643545,
            0.1910694111002973,
            0.17170085550632208,
            0.17752437094654838,
            0.2418068076552552,
            0.214415314929009,
            0.22379961856419528,
            0.32965248711620776,
            0.19508819469958483,
            0.1360453883795526,
            0.15211025756587115,
            0.17002047652214014,
            0.13993679187552843,
            0.11809830828991064,
            0.11042381860897321,
            0.16067089919918975,
            0.1819209904219372,
            0.23954018741933636,
            0.24981555697451385,
            0.23255473352909317,
            0.23912049620502795,
            0.27478353781994735,
            0.2585803528665679,
            0.21287706045693067,
            0.10605106416581345,
            0.1528950642296658,
            0.1597545989923551,
            0.10619351757460616,
            0.13676151157477212,
            0.17616697883842436,
            0.14377082610401937,
            0.18078598682117297,
            0.22967362275084535,
            0.15531052105246956,
            0.1634685168211807,
            0.1380386035520097,
            0.14141613567822753,
            0.1737744007452916,
            0.12113742606955391,
            0.09639228261199595,
            0.162493210109372,
            0.1775793838234565,
            0.1991751579765798,
            0.13519401940159192,
            0.21432157045974343,
            0.14246007351002699,
            0.28680212961243234,
            0.1605482375228069,
            0.14040286824354742,
            0.1788947828840627,
            0.19672285274781198,
            0.16850494914571934,
            0.1401550540064097,
            0.1504142693379249,
            0.24222546513667886,
            0.31118186923252555,
            0.2491583972260365,
            0.20301221734467167,
            0.16430387297133275,
            0.1161520438159892,
            0.19499923908804084,
            0.2002345173051321,
            0.22955460921493753,
            0.2768592617232799,
            0.22027207477639776,
            0.2329233484597515,
            0.35345399492830065,
            0.23481674405759634,
            0.1888993443725746,
            0.2593985504791426,
            0.2617294405456281,
            0.18639132328836583,
            0.17828162326207675,
            0.18384915718586836,
            0.18855988190312145,
            0.20458615833854454,
            0.21248417175371348,
            0.2645168252213226,
            0.19309768533429528,
            0.2768117991379718,
            0.3193140353585914,
            0.12474537048649281,
            0.12047967958263806,
            0.15924065150184818,
            0.2349819734342926,
            0.22467087849892753,
            0.1061262075422491,
            0.10059108440625608
          ]
        },
        {
          "stage": "block03",
          "cls_distance": 0.018237866635110067,
          "patch_mean": 0.2470969717727474,
          "patch_distances": [
            0.37812923917943464,
            0.37934120946848204,
            0.26052261345585737,
            0.2600078808775612,
            0.21383466669762363,
            0.2791794068368735,
            0.21645081301018665,
            0.18283114877140771,
            0.22392141849000657,
            0.2161029175483934,
            0.23797053374081167,
            0.20886518680465205,
            0.1358260011175576,
            0.2163274322948303,
            0.4229742968347332,
            0.2125010026068419,
            0.17654106232410238,
            0.2411215661743208,
            0.19303492995845928,
            0.3252301599412041,
            0.23532050980551777,
            0.19772773401617982,
            0.26549626368082924,
            0.3446990421406706,
            0.3399027002039463,
            0.20346798340246042,
            0.16925479167887703,
            0.18292298154723163,
            0.25888840730934537,
            0.21839584110942556,
            0.19919026118820116,
            0.20586840539980866,
            0.23491719413718481,
            0.47595303366116004,
            0.27098997164540284,
            0.10361173939344603,
            0.16652123549079434,
            0.3399775648865824,
            0.2986336018575606,
            0.2000633063319972,
            0.22853825289032992,
            0.17387395020814267,
            0.13249722460470326,
            0.16003386864010027,
            0.20540445780286143,
            0.24176755845047715,
            0.5609464607464467,
            0.38746452693764366,
            0.13300278276999045,
            0.07859958324765115,
            0.07565381656302894,
            0.21353692187930862,
            0.25970797722017114,
            0.22881777875132103,
            0.21321795097760143,
            0.23972189064678207,
            0.0955968928624874,
            0.3195370659286979,
            0.19608854253891583,
            0.4360494360271112,
            0.42805747340379685,
            0.2666148515435949,
            0.13060292963022235,
            0.13555786711632922,
            0.0881257432289394,
            0.1530637722610091,
            0.22889194105727528,
            0.1575789579565543,
            0.24244490264624596,
            0.2833753753562551,
            0.15097428752792574,
            0.3162269684937934,
            0.33510435533696414,
            0.11212072966490239,
            0.20478227752860734,
            0.10868344364734461,
            0.12927964213043708,
            0.200938437296185,
            0.13800050919463624,
            0.11863940880588097,
            0.18771105988474568,
            0.2323263251451949,
            0.21754571589306204,
            0.18704177325274363,
            0.20446557997242132,
            0.4256163469545464,
            0.38873377132917364,
            0.2849999592278698,
            0.24893865174018115,
            0.11102716020629422,
            0.13098886628569717,
            0.20238890356869343,
            0.1671178726255761,
            0.12999115489661073,
            0.2093235944124352,
            0.2585271045060533,
            0.1869523082300254,
            0.13609175866370826,
            0.225452025569978,
            0.33215196127190894,
            0.3882950181276944,
            0.42515375795482646,
            0.19259912372953902,
            0.1449351321355774,
            0.15099915556983545,
            0.1899464677295576,
            0.2633719243279644,
            0.12817906272902257,
            0.17815964260691075,
            0.25356301431924766,
            0.22338179758816157,
            0.27867702629137103,
            0.3346283103454908,
            0.32445623623098463,
            0.34368538991707753,
            0.5009941282308479,
            0.2665735640822898,
            0.17892427862934324,
            0.19722677719714,
            0.23799992213282506,
            0.18324982777332877,
            0.18404343418308933,
            0.15125871940631408,
            0.1766874855339169,
            0.2667350269814479,
            0.2950385971807725,
            0.38941481954971124,
            0.3701060157763322,
            0.37415644384147617,
            0.4288481977391323,
            0.35187634833255543,
            0.27322932985421533,
            0.1338863792261039,
            0.19629955119100728,
            0.2178513001755159,
            0.1393995631595123,
            0.1965881472134582,
            0.20830343273396446,
            0.16875076357702257,
            0.22684139063318265,
            0.3479268650618861,
            0.21913992022621132,
            0.23448795535581712,
            0.19690430623381672,
            0.22161233921501822,
            0.2498251525178098,
            0.15849452610507064,
            0.15747918508040004,
            0.23888810144630113,
            0.21579230049917897,
            0.25380254856057727,
            0.2152560564317263,
            0.27092541829784245,
            0.2040984727740489,
            0.429606318112454,
            0.2345212828197586,
            0.212617458825348,
            0.25174334312087154,
            0.26926211804939915,
            0.2288760269907234,
            0.23894278939751123,
            0.23842707265031793,
            0.3402821952400539,
            0.43404017104678394,
            0.3576845516229541,
            0.2760618334880186,
            0.21957037393062218,
            0.18439808054009732,
            0.25380680935613775,
            0.29689183462662194,
            0.3221968948123598,
            0.35544543918265104,
            0.3083389379758017,
            0.2935151790682494,
            0.5411078362319409,
            0.3349027951713478,
            0.27899882095379125,
            0.3749674701745467,
            0.3609564553274127,
            0.30118722734205383,
            0.20085397817671735,
            0.2662634190646488,
            0.27131807178824086,
            0.2882939000890674,
            0.27122397646649377,
            0.37108513491318407,
            0.31151383774461505,
            0.4006785247798169,
            0.49956062661954637,
            0.18462546471113672,
            0.18775154211955114,
            0.2189431359468883,
            0.2861976738471874,
            0.2654329212576054,
            0.15398095183923888,
            0.12695757811570096
          ]
        },
        {
          "stage": "block04",
          "cls_distance": 0.019659960578050417,
          "patch_mean": 0.335285932378765,
          "patch_distances": [
            0.4566024691839834,
            0.4679478919048746,
            0.34451760436104617,
            0.33045185878432903,
            0.2995594634008536,
            0.3646205956923819,
            0.29486413807028,
            0.28531974050149156,
            0.2723851230915839,
            0.30893255210651815,
            0.3102293714798171,
            0.33588110656179204,
            0.2166364639598154,
            0.2870166159670343,
            0.47731296305112814,
            0.2889522298613678,
            0.23349302409285833,
            0.30386354110808844,
            0.2507117184109309,
            0.39212234180026184,
            0.3417494271449897,
            0.29477253497966527,
            0.3239250223884398,
            0.408427538588234,
            0.3870501757537007,
            0.2995959188802704,
            0.2565202054600939,
            0.26753531409805165,
            0.30810786147711566,
            0.275283102563737,
            0.2664982691035712,
            0.24240255485386097,
            0.30809952439167154,
            0.6136196724723306,
            0.36885779941492525,
            0.1579145860704606,
            0.24809132996496175,
            0.3906080814432029,
            0.3708828668755839,
            0.2799040937858913,
            0.2909071908165981,
            0.22217264742083132,
            0.17973387982415046,
            0.2082463900483864,
            0.2801419055125979,
            0.3212349668106864,
            0.6790476980011853,
            0.5084751573824818,
            0.21306162756715308,
            0.12438364425319848,
            0.12066756519154465,
            0.30238900512828526,
            0.3109426390799347,
            0.2971919287198094,
            0.299672431622359,
            0.33258307068655923,
            0.14315480417886817,
            0.40411542065078,
            0.2490446324688571,
            0.550106979055359,
            0.539306367647554,
            0.34701452255408494,
            0.1940639976276246,
            0.1734323871019312,
            0.15319591468032634,
            0.2355156297291786,
            0.381360726108561,
            0.2480853618333949,
            0.30272294441211434,
            0.323553911348183,
            0.20516042270439638,
            0.36139618390430883,
            0.4350852874875434,
            0.16368779770533326,
            0.28447515803708523,
            0.15070277661490195,
            0.2020892523426281,
            0.24854118769671607,
            0.18396588017451776,
            0.18374181629631214,
            0.2771688306714567,
            0.36234874220103763,
            0.30119776575011425,
            0.2443286544569686,
            0.26485467158652365,
            0.5211703683160362,
            0.4858544157713133,
            0.39726093185986455,
            0.3290374503781657,
            0.17200348932433152,
            0.2321203514310789,
            0.27663678081962917,
            0.2296292087769427,
            0.20829332513933385,
            0.31613098542172435,
            0.3852011354716016,
            0.2590785655438984,
            0.17453585153839446,
            0.3249846293571216,
            0.4493914384228018,
            0.4918207864244446,
            0.5517184512307676,
            0.28326307230530356,
            0.21462853213370503,
            0.2441777625600715,
            0.2749995058107392,
            0.3293315689803529,
            0.19352532483895368,
            0.25352586040007985,
            0.3872651721054903,
            0.3196572479746701,
            0.3855109772463837,
            0.49127649111683624,
            0.419848539954761,
            0.44885306090188815,
            0.6009093364766159,
            0.3694263607886715,
            0.2687222328040456,
            0.31490980402653135,
            0.32352045666991913,
            0.29672661447149873,
            0.24628206759519833,
            0.22380442152572544,
            0.281535347682231,
            0.3252614393060491,
            0.45757317148134624,
            0.4756939142981953,
            0.4459007947892236,
            0.461283109457593,
            0.5373731286486214,
            0.4779213384743758,
            0.42315358084795784,
            0.23670491288739193,
            0.31210383179032253,
            0.32208011306649165,
            0.1950652193760527,
            0.274718323681564,
            0.31007476555138735,
            0.23788147403080495,
            0.33033341759267354,
            0.5024741171296752,
            0.346114754441064,
            0.36584277696633094,
            0.30397725813924914,
            0.3045449992896253,
            0.31891076889708647,
            0.2677105454355352,
            0.26664051507856656,
            0.34319211338811306,
            0.3224980573031875,
            0.3694756527109375,
            0.28672574620491553,
            0.3338498774753168,
            0.268421750004343,
            0.5075572668603086,
            0.34373150799806673,
            0.33434588867551507,
            0.36229718443891035,
            0.3474510369837497,
            0.3744251749355768,
            0.29423506016039513,
            0.3252958247161982,
            0.4497011267460068,
            0.5011112107147481,
            0.49430437027762775,
            0.41232361537838425,
            0.3178920495308485,
            0.2552019073993992,
            0.3322023889432414,
            0.4939555933261194,
            0.45185964596251305,
            0.45963079661221085,
            0.3854655125477465,
            0.41516329021230347,
            0.6106151147775604,
            0.46790771595142755,
            0.383681309248718,
            0.4959986500666549,
            0.4483676396014611,
            0.37366717828210005,
            0.28772359801891445,
            0.36103727172352484,
            0.34299979450506224,
            0.38160717544634604,
            0.4231034333230477,
            0.4593713934329925,
            0.4118121609565357,
            0.532375151692295,
            0.5698823297689464,
            0.2849110280737528,
            0.2784402251333742,
            0.360630931449492,
            0.44007609044949714,
            0.32976899914400004,
            0.26358447886443814,
            0.2147247643731799
          ]
        },
        {
          "stage": "block05",
          "cls_distance": 0.015025266999403208,
          "patch_mean": 0.2986069078868208,
          "patch_distances": [
            0.36414868521055344,
            0.4045177328733224,
            0.285620350603796,
            0.27650509414876145,
            0.25894877728699606,
            0.32732178818851587,
            0.2525888302208855,
            0.2409628812163247,
            0.2042369002892258,
            0.2571460763484035,
            0.28248322352721233,
            0.3348736832288599,
            0.18625278682735424,
            0.25015090663926753,
            0.37226815850723394,
            0.23647764176694586,
            0.20878843614297116,
            0.2518197586580363,
            0.21179366325730464,
            0.31005479126413604,
            0.3155359786015204,
            0.2673185705006518,
            0.281086026949079,
            0.3470866046776303,
            0.33810833171875043,
            0.26494942897785867,
            0.2379357992720429,
            0.23438196836120284,
            0.2495059912394123,
            0.24099727121572811,
            0.2301815674646821,
            0.21129705467008708,
            0.27113939481673577,
            0.5272507859449115,
            0.28108473650746,
            0.1383692166884236,
            0.21269771244824853,
            0.3320938012198663,
            0.3004403368523677,
            0.24592995413549934,
            0.22316219757187894,
            0.19003658034642512,
            0.13916062300004295,
            0.15871990143362014,
            0.25783678976925317,
            0.25947930534013497,
            0.6105860762951523,
            0.46588225479036405,
            0.16951694897187464,
            0.11372845711401491,
            0.10409809854693963,
            0.2543787175763872,
            0.252857822966155,
            0.25563146864431796,
            0.25977597271244945,
            0.2624637349429709,
            0.14463907984381197,
            0.31998565383076283,
            0.20993460575537626,
            0.48485188890949205,
            0.5009104497911809,
            0.273396307483041,
            0.16809552401515038,
            0.14870485843031866,
            0.1441298093338017,
            0.21277439772447526,
            0.3538230862877634,
            0.2546338096715457,
            0.2475214215231798,
            0.2630988342131243,
            0.16356418486036317,
            0.32494251638235094,
            0.35917276239883955,
            0.17434198357025987,
            0.28465076006320955,
            0.14497723966864906,
            0.17369726909827743,
            0.20152464912341095,
            0.16088212354391507,
            0.16482009153002264,
            0.2776308007606275,
            0.34149058122983666,
            0.2666197885480154,
            0.21422212663694928,
            0.2259391165903134,
            0.48584551996473435,
            0.4445143467104288,
            0.35948270793634995,
            0.2914229467454853,
            0.14435958566031937,
            0.19765941306148782,
            0.230292867160923,
            0.18972034062715037,
            0.22511473588433706,
            0.2999859604707481,
            0.36318256207475286,
            0.2281969966014613,
            0.12268825360601221,
            0.30164016024337836,
            0.41446101476580843,
            0.47843195066704003,
            0.4916026423033826,
            0.23360908005107706,
            0.1989138958871991,
            0.2166760310434943,
            0.2276576283415227,
            0.29254049164744345,
            0.17528348146444706,
            0.2323562919394775,
            0.35489267300014904,
            0.2829405695052053,
            0.34014232285106927,
            0.4771292487810759,
            0.39333248859606496,
            0.4055435663039022,
            0.5430454078249047,
            0.30426393506853466,
            0.2151686684310511,
            0.25930562040225946,
            0.2694212393949039,
            0.2773458016735494,
            0.2134845670281219,
            0.19928257299899277,
            0.2584062421316663,
            0.2807427432352454,
            0.4268613222630073,
            0.45361949430258286,
            0.4019774596287117,
            0.41742698140922474,
            0.48111676185967245,
            0.4489453485714777,
            0.37429543205857774,
            0.2011517014168116,
            0.2660485615604913,
            0.302771711745479,
            0.16056203433436134,
            0.2341104371094087,
            0.2822776631461249,
            0.19578256118879578,
            0.301550663869674,
            0.5042789535306876,
            0.342022591761583,
            0.35015553529917964,
            0.2661563834979813,
            0.2732363379365589,
            0.28711983088693493,
            0.23408755535451586,
            0.26244075731085637,
            0.3285743070754926,
            0.2723697125176565,
            0.33341649546257945,
            0.2692843872133164,
            0.29117566414476337,
            0.2388098357240903,
            0.41637975678938255,
            0.3392498394590212,
            0.3101744059232604,
            0.32380557912274066,
            0.31066896679307643,
            0.38199881019189186,
            0.2807404272396298,
            0.3181101455001547,
            0.4121930707964089,
            0.47906932075600694,
            0.4836010314981388,
            0.4094049938004698,
            0.2898391805520064,
            0.24113630867711056,
            0.2689583228087197,
            0.46384153256874394,
            0.38770313115153676,
            0.38334090263790355,
            0.328398098950894,
            0.3769365892196299,
            0.5732405986084927,
            0.4281992510529522,
            0.3643563652272319,
            0.49730530542615914,
            0.4371191297197622,
            0.3441999107408431,
            0.25070766983537107,
            0.32020524794708305,
            0.29030502285858084,
            0.3445218926262178,
            0.40456802398255354,
            0.3992704898472217,
            0.365797850577226,
            0.4971490037794106,
            0.5062927501520282,
            0.25674459272510064,
            0.24887173169858,
            0.35760270905142955,
            0.39944368662233654,
            0.2699781309580732,
            0.21791819982783023,
            0.19925154454160054
          ]
        },
        {
          "stage": "block06",
          "cls_distance": 0.010603515053298596,
          "patch_mean": 0.2759724142047267,
          "patch_distances": [
            0.3004512645216576,
            0.2984735155274101,
            0.24827551893249622,
            0.22136784874685955,
            0.20974450869119776,
            0.2765123955170483,
            0.2247457229080373,
            0.2651374719715317,
            0.18079465524885519,
            0.24201985661485903,
            0.2444218734060869,
            0.3182654293975835,
            0.19061129517917785,
            0.2130296150372888,
            0.27415134259755725,
            0.23119037359987948,
            0.18329159212320345,
            0.20589786952863565,
            0.20625158890955497,
            0.2539796352121697,
            0.30994868511958196,
            0.2816054714129771,
            0.24918092347220966,
            0.287513207631677,
            0.26946525138660404,
            0.2538607020787047,
            0.2360458813179902,
            0.19458119152325093,
            0.21139754420973345,
            0.22421079964467638,
            0.23197908144294377,
            0.166921795606227,
            0.2297833862961357,
            0.4453985749992748,
            0.26189371718509713,
            0.16283132671549916,
            0.21638450061252945,
            0.2659767809099737,
            0.23572772785055696,
            0.21250596855654325,
            0.20263931911251243,
            0.17980768723105478,
            0.14637467381911695,
            0.1624575166883474,
            0.2437894976709658,
            0.21695300291698927,
            0.5048725710620927,
            0.36954416305672855,
            0.20172664827756281,
            0.1446644030164036,
            0.1240741715527589,
            0.2416060684520721,
            0.23108681891718197,
            0.1935634546122721,
            0.24334091722679796,
            0.27181996764329,
            0.16859396149676342,
            0.26948603134942606,
            0.16333854288888316,
            0.4342887930247713,
            0.4122479816723206,
            0.2503258028261067,
            0.19653907049665964,
            0.17834601268706185,
            0.15038481870554876,
            0.23609301522334325,
            0.34621276132375156,
            0.23897840322099417,
            0.21299972322449368,
            0.22285441623632807,
            0.14259871135844826,
            0.26543123131440605,
            0.3021053727202594,
            0.17219180215535324,
            0.2713732509492828,
            0.14650366053696828,
            0.1981826018962436,
            0.2166828992784634,
            0.16716108162195464,
            0.17841671731308484,
            0.28273692103042336,
            0.3343355513340762,
            0.26681860644681854,
            0.1804024064843025,
            0.2080780026946305,
            0.4191986863344437,
            0.34374810886476803,
            0.34507834552249894,
            0.2843406902674639,
            0.17203312980731433,
            0.2464697251407435,
            0.2357446871787422,
            0.19368083013491788,
            0.2467433817488186,
            0.29049002763957177,
            0.34854597454645575,
            0.24005365099031184,
            0.10934648264648106,
            0.2807707776568966,
            0.36966517825840717,
            0.37241678030188763,
            0.4102759178078983,
            0.24673736981612038,
            0.22358056306114882,
            0.26477954441427853,
            0.2371750486509766,
            0.3084242346355224,
            0.19159404299753457,
            0.24527304412770412,
            0.35638046100315957,
            0.28749659599551736,
            0.2953338651384422,
            0.4562969082982138,
            0.3318962245554926,
            0.3641834082843701,
            0.41541696559584496,
            0.30035386870620107,
            0.22917674303461388,
            0.30349303434067243,
            0.24854608317413573,
            0.31573934917375857,
            0.19965387954894964,
            0.20552692093234537,
            0.2626384597717787,
            0.23979591741428186,
            0.3947934249510975,
            0.3492978824642765,
            0.32281783899710825,
            0.35208825366869445,
            0.4025111422222024,
            0.3862360551865951,
            0.34931115683592895,
            0.2603494526614445,
            0.27553614574293295,
            0.30729948640510596,
            0.14711694418145982,
            0.21810641623511218,
            0.26980237513986416,
            0.1608887416478345,
            0.2912326180889977,
            0.4905316974399784,
            0.3357928021973111,
            0.31696391234239407,
            0.2516715484996336,
            0.23071241360365058,
            0.25004038195599954,
            0.27059878708092266,
            0.2548200532691609,
            0.31594448025316624,
            0.28192035142318905,
            0.2999370424489265,
            0.2237484961042262,
            0.2656180265236656,
            0.22087594456165094,
            0.3191745957406589,
            0.33818609113206677,
            0.2602012745648077,
            0.3383416827278065,
            0.2907892943486605,
            0.3904977397892805,
            0.2545412691215636,
            0.2765500292380748,
            0.3420950699228994,
            0.41260187436439943,
            0.4304598586964775,
            0.3743580796789542,
            0.26321289684152527,
            0.27595534191337745,
            0.2404800923951852,
            0.4692613064000041,
            0.3596537023106947,
            0.34581076351748985,
            0.2916035310833667,
            0.3332082361486829,
            0.4479468207801022,
            0.37216108907558976,
            0.3237168199969356,
            0.42554554108712617,
            0.3640630905982437,
            0.28720243106227583,
            0.26404423060224536,
            0.302011339419902,
            0.28337074995374434,
            0.3409107557699018,
            0.4177599911919211,
            0.379145861982927,
            0.31121124803397937,
            0.41306138101688017,
            0.4167443063576608,
            0.23884880389345853,
            0.23921390354653493,
            0.3731963485798099,
            0.35938308883571146,
            0.26998025306367013,
            0.2576458430644677,
            0.23393285221556148
          ]
        },
        {
          "stage": "block07",
          "cls_distance": 0.011708034585775628,
          "patch_mean": 0.25339453458299954,
          "patch_distances": [
            0.2468974183524788,
            0.24545333858577212,
            0.19928882110894797,
            0.1820382107721199,
            0.19650008889717185,
            0.24271862873585226,
            0.19643440153410574,
            0.26561529572631826,
            0.17339183659170243,
            0.1903124267430245,
            0.19907754063185057,
            0.28094567260333114,
            0.1726303584407186,
            0.18940379212202585,
            0.22741677714161468,
            0.17981477626663267,
            0.17537013958492653,
            0.1713100972436571,
            0.19218314243000667,
            0.22121691923571873,
            0.2730860829240852,
            0.2722995505037604,
            0.22443716305107164,
            0.3096749577290735,
            0.25441576979561253,
            0.20069024411476466,
            0.22552886427630647,
            0.18453812783896373,
            0.1654436947366985,
            0.1962453726433494,
            0.2046721163079097,
            0.14993837896737283,
            0.2015422383963208,
            0.3685632549678264,
            0.24894447876663295,
            0.15726603401019945,
            0.19587307536260457,
            0.23894012352385752,
            0.22587666773765436,
            0.17877899432535493,
            0.17022403059552071,
            0.1550526481806831,
            0.12632905144688666,
            0.1436666659680711,
            0.20499113986555872,
            0.19887490478856107,
            0.49892072827225376,
            0.36838345544365214,
            0.18359577135754845,
            0.1432985847780912,
            0.12964313158819696,
            0.2174501980096576,
            0.18047238451074987,
            0.17848381157547932,
            0.22428618998128758,
            0.218681670207739,
            0.1424306482008384,
            0.23562840456441558,
            0.14356014546249718,
            0.35627194156658626,
            0.4037973297465334,
            0.253610067437952,
            0.17798916309440926,
            0.19237297988048196,
            0.17119528865754408,
            0.2524104474924418,
            0.3340374073166251,
            0.24337769974208978,
            0.19427730259585385,
            0.20447790554029632,
            0.12571391249519803,
            0.22180943990177304,
            0.27250468136183437,
            0.18511469889642773,
            0.299598940244462,
            0.18507172166805141,
            0.21875118515005754,
            0.24204197018892482,
            0.1686088396235722,
            0.20592961549998523,
            0.29679278640949736,
            0.3242356511838521,
            0.2524997185143736,
            0.15522520406293072,
            0.16516070536543404,
            0.3632078564593382,
            0.33406193717510635,
            0.3151157315189068,
            0.2743823748714789,
            0.18008443701080357,
            0.24707333298037926,
            0.22888904664886933,
            0.18061580930879717,
            0.2381945415805814,
            0.3073634219919593,
            0.33590006966901753,
            0.2593958223669711,
            0.09623541588935336,
            0.24694189192345906,
            0.33843401741319934,
            0.34342976010557347,
            0.3742686415535309,
            0.22934305616933415,
            0.21004933457750496,
            0.24657411797512085,
            0.22960893403084515,
            0.3184567262069288,
            0.1880900677168671,
            0.22489192374582523,
            0.36203753501844693,
            0.25331641099193714,
            0.27516481452335173,
            0.402483999238911,
            0.30786898936197526,
            0.32871454835016334,
            0.3796684374158832,
            0.3192754892117715,
            0.1994152870524336,
            0.2995054398375765,
            0.22294442838300665,
            0.30109555321975034,
            0.1937296729878194,
            0.19640407689326111,
            0.23612826953065424,
            0.19482375280620012,
            0.32355307014793266,
            0.3015877740789389,
            0.2967447401458895,
            0.3221203004730726,
            0.36826252371078827,
            0.3673999759007539,
            0.3361459575807161,
            0.2170866136888867,
            0.2329172943245591,
            0.31367008474106595,
            0.15151410630860573,
            0.2220690927411061,
            0.2616019384175604,
            0.1394595810646585,
            0.2663511006903081,
            0.38878181782217824,
            0.31097866079304537,
            0.28498289756624584,
            0.25166853458828986,
            0.2093253120240789,
            0.25074472906480716,
            0.26347319876993014,
            0.2592607022887561,
            0.3157728868471267,
            0.2583470266061956,
            0.3007063264157508,
            0.23697364321141678,
            0.23115615847324122,
            0.19791484087459965,
            0.2804060584498752,
            0.2864503046975474,
            0.2662617120353119,
            0.31128198525958095,
            0.2622292145702154,
            0.3522146222847784,
            0.25621508932947545,
            0.2713918611303404,
            0.30136680380487535,
            0.38441659129132977,
            0.4271263540636069,
            0.3371725136806517,
            0.20672279769148716,
            0.273590506564103,
            0.20318690018878582,
            0.392952710327251,
            0.346910512405315,
            0.31265453814831634,
            0.2631473145725223,
            0.30583531989907975,
            0.382038243492264,
            0.3231622926897092,
            0.2993498863386199,
            0.39889975511355724,
            0.3354590655658847,
            0.2555971795518601,
            0.23282685978341233,
            0.2701025036904433,
            0.2377640239945733,
            0.3099316861983181,
            0.3434656669485593,
            0.33426008626977743,
            0.27665986191086045,
            0.3366209116926193,
            0.3568611203939205,
            0.19891667039711647,
            0.21100893892699735,
            0.32775385629758735,
            0.27518972884599124,
            0.21099547481444259,
            0.2518297702239647,
            0.199720580497312
          ]
        },
        {
          "stage": "block08",
          "cls_distance": 0.014251626866761846,
          "patch_mean": 0.25460945811686664,
          "patch_distances": [
            0.22733739545971832,
            0.19746416059693017,
            0.1875964074351889,
            0.1820372567944305,
            0.197450662237579,
            0.22900592451002044,
            0.19230610231106393,
            0.26207744984190173,
            0.18065818836341352,
            0.1931949602298203,
            0.18878148575369202,
            0.28028725260621423,
            0.17000976598904183,
            0.19262882960140248,
            0.2165480753088077,
            0.17655061928541593,
            0.18129172699243157,
            0.17916494915177317,
            0.2057404892973339,
            0.23289154970228032,
            0.28968580367984686,
            0.29244703856872944,
            0.23680873012033965,
            0.28969055378684583,
            0.2311701135880525,
            0.19800872729876473,
            0.24309335924200892,
            0.18886934369758757,
            0.1707013708055819,
            0.20741042703043955,
            0.20478466264671824,
            0.14093974797903086,
            0.2103222227791861,
            0.318400978469061,
            0.23916376960137775,
            0.1912458189392937,
            0.20138443230549385,
            0.23985236582572622,
            0.18753668212760777,
            0.19045464272128665,
            0.19379273878740844,
            0.16667843461300746,
            0.1304677991133686,
            0.15336309016125993,
            0.21664555777177819,
            0.20629000908409434,
            0.45896813955169213,
            0.35975789111875567,
            0.21602148522324882,
            0.16718483512033944,
            0.13239245383647136,
            0.22544185643409242,
            0.19258564689322855,
            0.19089392237270686,
            0.24603016749772832,
            0.2263431313065506,
            0.16152479309663526,
            0.2461369387049498,
            0.15125197443161076,
            0.3196682245955095,
            0.3726055637222079,
            0.26073911699232954,
            0.19098020828566298,
            0.222900318075814,
            0.1949874712916031,
            0.2743718212735833,
            0.33455326678998754,
            0.21610320001235217,
            0.20325541785406787,
            0.22814243616315433,
            0.13723777120360414,
            0.23874812732330153,
            0.26340128241932315,
            0.1860363546232472,
            0.3216221581849462,
            0.21367330553548103,
            0.24110910693533372,
            0.27679117712392,
            0.1861939572193143,
            0.22300154134854933,
            0.320829187832561,
            0.3173559934987984,
            0.2384396582911481,
            0.16471275323400414,
            0.184024372126808,
            0.3523747986658835,
            0.3427570768042376,
            0.3262327120665822,
            0.3238047715144121,
            0.18814609716813568,
            0.27539436496190794,
            0.24615290203394447,
            0.21509962177170094,
            0.2464617345952118,
            0.2907208093500475,
            0.36184622727983995,
            0.30641955435210977,
            0.11315327313977652,
            0.2605760154719805,
            0.321340994778753,
            0.34589259625643776,
            0.38222024922623954,
            0.2294182594723707,
            0.21303250603239898,
            0.27247170049376335,
            0.2446223336071255,
            0.3268389150904871,
            0.23530913478718218,
            0.22594538212872717,
            0.3929670763649651,
            0.26033820927350537,
            0.29191684192168577,
            0.42767349156342527,
            0.32411142560473727,
            0.3326205155335552,
            0.3806163303094444,
            0.29297177861198986,
            0.2075672026910389,
            0.3219276006205062,
            0.22559575460457815,
            0.30019766666443615,
            0.19806834180168464,
            0.19326582461763842,
            0.2204387164860312,
            0.18344087726463842,
            0.3279638525050702,
            0.3234606929017476,
            0.2810199495637491,
            0.32489218052088775,
            0.4086380122899227,
            0.37870379353181727,
            0.3029781155670218,
            0.2540461750249584,
            0.23310040252572062,
            0.32895185208823474,
            0.15036015795044722,
            0.21178353339501366,
            0.24775781884563775,
            0.15825822110487953,
            0.26171132302465805,
            0.4163694420619535,
            0.3194227736942521,
            0.29357412619641954,
            0.2562658361734991,
            0.21731683852291062,
            0.2581352939900232,
            0.2535677607304604,
            0.23683172789675866,
            0.31372964557861516,
            0.2484943842721148,
            0.2779117473682555,
            0.2465123787442287,
            0.22627855054223145,
            0.1960883815262514,
            0.2924257690489721,
            0.26539742275576095,
            0.24782292739665246,
            0.30920834807244413,
            0.23841335670462338,
            0.3530541542262038,
            0.2568280585402427,
            0.27605893707992457,
            0.2929378980359345,
            0.34971460667703635,
            0.3912937458928507,
            0.3062985695247882,
            0.23141790625061387,
            0.2815349757027177,
            0.22523271409669132,
            0.37018208403171116,
            0.3253943360750018,
            0.3037324605308186,
            0.23239053845509183,
            0.27148858824175426,
            0.31683532984146257,
            0.27816701820942014,
            0.27697181605503984,
            0.3769751973816218,
            0.2957215565381972,
            0.26291195920313837,
            0.23155785593250788,
            0.2750381459752248,
            0.23665823519794082,
            0.3081330436887514,
            0.3007589441427003,
            0.29558418165978007,
            0.26387472021251324,
            0.3047590368346176,
            0.3099697321300917,
            0.20743846449517234,
            0.19597347548973465,
            0.2830287966982008,
            0.2665222886038161,
            0.2217405638164207,
            0.2854276659864501,
            0.21625501259539037
          ]
        },
        {
          "stage": "block09",
          "cls_distance": 0.019315969182900017,
          "patch_mean": 0.3002754865939809,
          "patch_distances": [
            0.24040359269825629,
            0.20838549557435604,
            0.2288320062191166,
            0.24402656231501052,
            0.2526267092932051,
            0.2551105645108632,
            0.21470293173124544,
            0.36586692756084593,
            0.2174933314310309,
            0.2356717594477642,
            0.23235561206257904,
            0.3238593201726975,
            0.18946445917137922,
            0.19162253852902755,
            0.23874006764471434,
            0.21273651953911854,
            0.20331804431333333,
            0.20491441107755926,
            0.240913538000737,
            0.24439481617017955,
            0.3131204290591566,
            0.3580059398838965,
            0.31264236279517565,
            0.4003890240552901,
            0.2963922136830208,
            0.2433862893899652,
            0.3099020722487472,
            0.20520963097876732,
            0.18201891152720495,
            0.24585507312147314,
            0.2515806863550911,
            0.14912650433644403,
            0.23057303288383546,
            0.32286678231440835,
            0.29323057717803735,
            0.22866029129864296,
            0.27003847552192983,
            0.28353673026241377,
            0.2402368751802616,
            0.19968852337288556,
            0.23943005682719487,
            0.20518120734146383,
            0.16351558999274884,
            0.1812896039978471,
            0.23325898960507685,
            0.23010645323583434,
            0.4644498869109347,
            0.4186130458550391,
            0.22309574328678516,
            0.19609831092861107,
            0.1583681668346002,
            0.251549596369396,
            0.20455088486960837,
            0.21411632281435178,
            0.29249866441270655,
            0.21749167394624636,
            0.1825229660878106,
            0.28819392935006405,
            0.189023932284466,
            0.3137792694812256,
            0.45353719194100417,
            0.33642476972114943,
            0.21608259691526033,
            0.27076786661620067,
            0.2391473425984625,
            0.3617602365272463,
            0.37515740081619897,
            0.2546984315802939,
            0.2344658916686575,
            0.25675342173847127,
            0.17902795828623064,
            0.2634354885448662,
            0.28661090197469086,
            0.25274842505204964,
            0.4227128568111439,
            0.3131529992097447,
            0.2866249151089434,
            0.32656163029215934,
            0.2042314190388358,
            0.3028779927708891,
            0.4059949685016334,
            0.3710724825817697,
            0.3028913377503567,
            0.1744434404241183,
            0.22254842509004613,
            0.3951156227800411,
            0.40246123941897927,
            0.4035234572823826,
            0.41960465953292314,
            0.22295380132503217,
            0.3115196911147132,
            0.2553951429210112,
            0.26345017106383917,
            0.26192344169638637,
            0.30125280382348896,
            0.4484649684051403,
            0.4047175909472621,
            0.14456697305144306,
            0.32033338911134823,
            0.409738525228618,
            0.40734577316194565,
            0.4659520745682668,
            0.27808762568935586,
            0.24517352655700364,
            0.3109891153144543,
            0.2708551029897126,
            0.3441369358266756,
            0.2755525174638349,
            0.25406461769561517,
            0.47155433643120315,
            0.30073273482025287,
            0.32535067225936776,
            0.4985918034674063,
            0.41983258108315424,
            0.3984468583653935,
            0.48856763112736123,
            0.3255000669135487,
            0.2171344097744955,
            0.3038912097871057,
            0.2522881028929297,
            0.2769073170712164,
            0.21286203650647617,
            0.19988113440738764,
            0.23323660194493878,
            0.2277724405618774,
            0.33754912479147625,
            0.38318009745973114,
            0.3683673032901217,
            0.38986127928436454,
            0.4845534569187909,
            0.4598466991700866,
            0.352510349066086,
            0.2929090210299834,
            0.24508535357071004,
            0.361063650199657,
            0.17050457453903378,
            0.2803668784304484,
            0.2856403065990162,
            0.16776268641113457,
            0.27758546680563523,
            0.4360721480759818,
            0.4074829335309359,
            0.3259442750350664,
            0.3404556719402495,
            0.32962815367812437,
            0.34309101960114563,
            0.27438188193361057,
            0.28048917021270825,
            0.3939351723825826,
            0.29876928897038224,
            0.34808895009045293,
            0.2802346382848865,
            0.2806200090078942,
            0.23714021668451513,
            0.34404136121722384,
            0.32481717360434703,
            0.3505704844335956,
            0.3837219609847018,
            0.2895963571178989,
            0.41220965344532423,
            0.3373558372549854,
            0.3433565789701817,
            0.3659381490834669,
            0.4435688812913018,
            0.4573073418653478,
            0.3233449280677888,
            0.26638303785975515,
            0.3080621272005777,
            0.24625740182709555,
            0.3907563161899731,
            0.45286755379391486,
            0.3587214085515954,
            0.28144768655835717,
            0.32562857668283207,
            0.4046492009194418,
            0.3484740529025142,
            0.3391954586727267,
            0.42983444642298285,
            0.34262838560241504,
            0.2995744323230837,
            0.2845821638022471,
            0.3217331135544379,
            0.31859798157729935,
            0.3876960390256231,
            0.3431124996315946,
            0.38395021609679547,
            0.28959825068704403,
            0.33240982939682195,
            0.38460508387725145,
            0.24887722738084972,
            0.24670091547726258,
            0.3115669926263025,
            0.26240557121966057,
            0.2714884313403627,
            0.3602434616469088,
            0.2705060019558567
          ]
        },
        {
          "stage": "block10",
          "cls_distance": 0.025533845349086315,
          "patch_mean": 0.32364998741753287,
          "patch_distances": [
            0.23650311933175217,
            0.18259558211663562,
            0.21126519605433436,
            0.2580416141393589,
            0.25827419644243677,
            0.2837396260627121,
            0.20972723017738215,
            0.444618259375539,
            0.2489177439089817,
            0.2403683401131289,
            0.29133224974189265,
            0.3616478165955229,
            0.24390512092041483,
            0.2056147400566667,
            0.22536278893016237,
            0.22078070542990447,
            0.22153114161176846,
            0.2156579180243986,
            0.2482100889638642,
            0.254121658611422,
            0.32997769374405794,
            0.4404292159659374,
            0.3367403250722547,
            0.40801948197984705,
            0.34751376723238203,
            0.22500168430972478,
            0.33683900119369226,
            0.22712490494329152,
            0.17996665175086368,
            0.2887026635353015,
            0.2939349288804127,
            0.14037345903243392,
            0.25966405083550215,
            0.3438973864068403,
            0.34654228548540267,
            0.2792553803850515,
            0.25904168168982067,
            0.29081214567658764,
            0.2589629364144892,
            0.22912153352060305,
            0.2700384982501016,
            0.28977613801165625,
            0.1549155716838171,
            0.19038283073772322,
            0.2292915055756174,
            0.23790271107062277,
            0.49958852196379255,
            0.4302348172200733,
            0.25615613448395,
            0.22934503396397266,
            0.17433369016653977,
            0.23875737441699696,
            0.1851026569617713,
            0.22524919876707983,
            0.31520356691705764,
            0.24553164901580005,
            0.1810095504597512,
            0.3382356404093244,
            0.18841099138788142,
            0.30002070248276813,
            0.434916830258285,
            0.36984170460923504,
            0.2369811675257789,
            0.2951751001984193,
            0.30833809499839904,
            0.3859653060984183,
            0.3942673409679872,
            0.24694805173070444,
            0.2179919162706493,
            0.2836219578962873,
            0.1659181449578634,
            0.2382509252424736,
            0.3088793082378751,
            0.30881216182739957,
            0.4599760224379742,
            0.31700682827866977,
            0.30926536805996707,
            0.3165717793416444,
            0.21440848059868967,
            0.32597695331014387,
            0.45114288707404915,
            0.42133205386593875,
            0.32334812627147835,
            0.16314840342913628,
            0.20722657885728824,
            0.415054962435645,
            0.3901898497768992,
            0.44911248235171486,
            0.4352080832069888,
            0.2709202867880742,
            0.3556777613852896,
            0.2526742953845462,
            0.25078704987974365,
            0.2599034232733811,
            0.35721302289021817,
            0.4896470250216808,
            0.48095594727093316,
            0.17139398041647647,
            0.28771506795460533,
            0.45582051869912177,
            0.3920073522980181,
            0.45660818550572546,
            0.29058219154328857,
            0.20931640736101975,
            0.3233821713486156,
            0.24003102888504713,
            0.3476665059612293,
            0.32239838786651653,
            0.28206311608683854,
            0.5097080495716524,
            0.31687957503934316,
            0.38471881508253714,
            0.4989593645937159,
            0.4455924819081627,
            0.4562538530207948,
            0.4876670581525976,
            0.35552885309016113,
            0.19860312113953993,
            0.3156996840457432,
            0.22336482078639586,
            0.2787011393880451,
            0.21429997695057756,
            0.19692330455201967,
            0.22324526791893617,
            0.2529393356084296,
            0.4062488506399481,
            0.3933073392687457,
            0.3767593116184197,
            0.4220254867328118,
            0.48906641901878267,
            0.4484213351689722,
            0.40479309190808943,
            0.3522301115566959,
            0.2572237733963565,
            0.3603965834513503,
            0.21510079666581539,
            0.341090710442871,
            0.3981728586192034,
            0.18431525379289693,
            0.30992418917779496,
            0.4265221278541953,
            0.43752033323300044,
            0.3730643765585231,
            0.43379637237065305,
            0.40394084281058773,
            0.379468759499737,
            0.32833021747922586,
            0.2601870002488048,
            0.4239485668502836,
            0.39896464003469145,
            0.40325727556187685,
            0.35305633767893874,
            0.3350426757579785,
            0.26624585983969384,
            0.3523302106376657,
            0.3407447111859523,
            0.4026069218737566,
            0.44060985462402447,
            0.2978578375100528,
            0.4668547232082785,
            0.37452565805773497,
            0.4055437535175316,
            0.44072584315436814,
            0.4897900844306776,
            0.48031534721543,
            0.3494767919009685,
            0.24656873497417686,
            0.34052983351058963,
            0.24607735809974884,
            0.40472182207053364,
            0.47297703318681106,
            0.3818821634382178,
            0.3362025983803879,
            0.38179920751812124,
            0.4256622118557366,
            0.38984324993278485,
            0.40665977018571264,
            0.43140782163972713,
            0.377407418115007,
            0.318008772893589,
            0.33170930651135255,
            0.33804523574044465,
            0.3442653620479069,
            0.3823858928909609,
            0.3658732003540617,
            0.40793456990534893,
            0.3416781923855674,
            0.36546383002449256,
            0.3894484614570126,
            0.3018722946006144,
            0.29857751299711444,
            0.3537373294460824,
            0.2928039938233302,
            0.30115038487820434,
            0.4224730174381378,
            0.30007932358719225
          ]
        },
        {
          "stage": "block11",
          "cls_distance": 0.027519578163544,
          "patch_mean": 0.37765173782593287,
          "patch_distances": [
            0.25345275143762547,
            0.20889234841321325,
            0.25366903820496833,
            0.32185039281053374,
            0.35272783194641333,
            0.33846644079459176,
            0.2764276332129396,
            0.49334038545358705,
            0.26987031165336317,
            0.27929708050726365,
            0.3570102878501138,
            0.44049686860078596,
            0.30690908193545974,
            0.19379286561834963,
            0.26801240308564445,
            0.28701010043668584,
            0.2629583639387607,
            0.28624040244614757,
            0.29838076713716,
            0.2847889226724766,
            0.4087132039051672,
            0.5385299672360397,
            0.3916032793491453,
            0.49054416205461915,
            0.44666423288892754,
            0.27176140863110276,
            0.4087240495623704,
            0.25837748773022395,
            0.19405804650984626,
            0.368990757111326,
            0.36325962671435363,
            0.17225004594718274,
            0.30458440765089123,
            0.3503117987002915,
            0.39226783774127594,
            0.2957694935448201,
            0.272517784130886,
            0.3484856350087181,
            0.37281036621687147,
            0.2812753872622513,
            0.3388551428826375,
            0.3385439562083654,
            0.18621998809967888,
            0.22775249098714168,
            0.255952803715774,
            0.2933300408250954,
            0.5061179582812064,
            0.49526446515589884,
            0.27642224425757966,
            0.2686638281232798,
            0.1729524360497764,
            0.27183076022646424,
            0.251864497017839,
            0.2719864973183378,
            0.3925911952973554,
            0.29757772591404086,
            0.22051569635409873,
            0.3872368655194319,
            0.24587581680966364,
            0.34808488409092,
            0.47806404793539414,
            0.49391619140772214,
            0.2795091147419324,
            0.2859514264074948,
            0.3687147971220315,
            0.463337829504031,
            0.4587235819085318,
            0.31759482716471577,
            0.2685400792516843,
            0.3094711607516665,
            0.1993944218663627,
            0.2974866349858355,
            0.3856268591897618,
            0.40050088236354275,
            0.5608657105919201,
            0.35045788582424486,
            0.34062898528832397,
            0.36692175855237497,
            0.22771765638439012,
            0.3784794225293231,
            0.6061978445547929,
            0.4933787669367399,
            0.41126331305410635,
            0.1974009660953263,
            0.2229667484601251,
            0.46250581005916247,
            0.49423463023493175,
            0.5733989382948315,
            0.5293993877780527,
            0.2772340551415692,
            0.3890079651550671,
            0.26432437850533264,
            0.2915802294705696,
            0.3070805527163547,
            0.41619706953441304,
            0.5787350025105273,
            0.5648724329662792,
            0.24547789501495554,
            0.31543960139746885,
            0.552976458224633,
            0.4934592858977914,
            0.5732015175896288,
            0.31445379357644543,
            0.23551572519581376,
            0.35033374600263956,
            0.2506025863065211,
            0.3686054702566792,
            0.4155143535341903,
            0.28781604772098845,
            0.5940052819480648,
            0.39715050721282075,
            0.42668599466463164,
            0.5541683616212929,
            0.55258957230976,
            0.5300126022011478,
            0.593957614192844,
            0.43766228059241963,
            0.23303012074226648,
            0.27534869187175615,
            0.26924431654560643,
            0.28577640218761746,
            0.2553994434501099,
            0.2554266921709728,
            0.266020495804282,
            0.2964982069301899,
            0.46620246147175015,
            0.507550342392372,
            0.4554543031852726,
            0.5083209038551683,
            0.6123027953440201,
            0.5254137234300096,
            0.4038004728061676,
            0.410635221570368,
            0.2424271055272026,
            0.4097939941773917,
            0.27986965981794787,
            0.4786047024708484,
            0.5066087101359539,
            0.20546059978746856,
            0.3453629394022616,
            0.47791948515787497,
            0.5222047525934324,
            0.4495399340038091,
            0.4659062278052256,
            0.475718679505601,
            0.4153579289302871,
            0.3246993951745659,
            0.31471628789575634,
            0.4822467603494439,
            0.4741966133424782,
            0.5696492716341981,
            0.5335871025255065,
            0.3948819559901955,
            0.35213364258472357,
            0.36871461156539564,
            0.39714123138966795,
            0.5012796242752291,
            0.4654941661872717,
            0.334610270441866,
            0.4428645335545911,
            0.428431469627948,
            0.5066602996320402,
            0.5153638220214576,
            0.5784991113500135,
            0.5941133631974985,
            0.3895324529452223,
            0.2767502688031309,
            0.4062056614831506,
            0.28603968431015003,
            0.4751452663876743,
            0.5016639609807745,
            0.43798233465604,
            0.35729546580417737,
            0.4498329380082021,
            0.46987470769606177,
            0.43618572432151204,
            0.45488157978700416,
            0.5064225641991105,
            0.4399454089446655,
            0.34961282315969566,
            0.390375079097917,
            0.4128601696466947,
            0.4020896689247698,
            0.39051508680342584,
            0.368413387067127,
            0.42430718428757064,
            0.3456685535108599,
            0.391096407930725,
            0.41611989133550564,
            0.32630060907668457,
            0.34806579656380043,
            0.3780266901158825,
            0.29494887238672873,
            0.36404406416829616,
            0.4863383002207351,
            0.3486745555592943
          ]
        },
        {
          "stage": "block12",
          "cls_distance": 0.043524663993058876,
          "patch_mean": 0.43566282065540357,
          "patch_distances": [
            0.34258503001119855,
            0.23057104535879125,
            0.3319568451723516,
            0.4065906372615732,
            0.38006877999912003,
            0.37576774883505815,
            0.35236905678322117,
            0.5697090204488652,
            0.37943269259816326,
            0.40374852283320206,
            0.4371405869574204,
            0.5364888597454969,
            0.4108581190084747,
            0.22517846215820303,
            0.3037713274263171,
            0.31985447522756405,
            0.29692166999765846,
            0.3891411850727228,
            0.3784041679396196,
            0.3363902093209463,
            0.4965958432844989,
            0.6734077882147691,
            0.48531297321313993,
            0.5665784913322776,
            0.5081534719620044,
            0.31816910688579414,
            0.5153350928637177,
            0.2971093591898798,
            0.22941643112060028,
            0.4515298568991233,
            0.4342742259055987,
            0.20459909390939834,
            0.3918614304747722,
            0.40609530369335045,
            0.4562538548647125,
            0.3647464828521845,
            0.32416757869912816,
            0.4529605389898955,
            0.4184432707493263,
            0.35883205546459795,
            0.356818755645248,
            0.3907729462188403,
            0.2041059837728807,
            0.2164546739677593,
            0.300021291976031,
            0.3710442538339671,
            0.5740411111263255,
            0.5853373039647845,
            0.35293201867050406,
            0.38243052558509705,
            0.21896879453360163,
            0.36767453517909077,
            0.29582321998033523,
            0.3881513545984966,
            0.475924540441628,
            0.37278742774754614,
            0.2959152088205116,
            0.44806134724146984,
            0.3301887158759529,
            0.3823036782048064,
            0.5447237041769093,
            0.5527084325356173,
            0.29597534287447935,
            0.3476276629420002,
            0.4331715522335139,
            0.5022884943243789,
            0.5188763117017339,
            0.37115964393364154,
            0.2843463048551843,
            0.3815933068746161,
            0.21067344515747555,
            0.3476486809731266,
            0.43029109501928675,
            0.49452180872397966,
            0.6414390716441284,
            0.38131221021770834,
            0.38402291171523795,
            0.435127086203855,
            0.3038121686926192,
            0.4284063483020635,
            0.6446809006299058,
            0.5212443200531234,
            0.47939308529743707,
            0.20639790391241397,
            0.2768748597832258,
            0.5050513520144977,
            0.6346440126523885,
            0.6435976013641985,
            0.5421356257092833,
            0.33680635237809675,
            0.44198554945955293,
            0.3156039439511309,
            0.3559076080769643,
            0.3757298136340155,
            0.43521769851344494,
            0.6425977681034731,
            0.6492150314704723,
            0.2701819995307013,
            0.3426745088088934,
            0.6324486386769606,
            0.6102453403091337,
            0.6430695963176478,
            0.41084523284189356,
            0.2466764952275532,
            0.402377662511445,
            0.30764223848389094,
            0.40756033453437657,
            0.456217525630791,
            0.3857070811145752,
            0.6430527437777331,
            0.4180374114923058,
            0.5094506253969335,
            0.5776195995365079,
            0.6292853748985309,
            0.6450195698292462,
            0.6508824534682527,
            0.48421842063300846,
            0.2619798767007686,
            0.3330796926546632,
            0.3689787769455807,
            0.37058071178304774,
            0.26398726980874543,
            0.2918522322845427,
            0.301885923243122,
            0.34329800028686797,
            0.5154978698345141,
            0.6046830709231665,
            0.524304435998309,
            0.5705301646435061,
            0.6657463303785733,
            0.5683158358016347,
            0.4816999319188866,
            0.5021383201888174,
            0.3506216354526308,
            0.4904010344486477,
            0.3589449637005153,
            0.5526019878649202,
            0.5552907600849997,
            0.2225535694061238,
            0.4071721169028715,
            0.5539582267506488,
            0.5969491064899068,
            0.5170003994916306,
            0.5283112283787914,
            0.5434301215793411,
            0.47026113890055954,
            0.402442999030594,
            0.3659430441829422,
            0.5266323643796893,
            0.5587160379256484,
            0.5905858125875465,
            0.5524302237696573,
            0.487637805382492,
            0.44917395063441257,
            0.4242026639713975,
            0.4586067464206832,
            0.4954213832432819,
            0.516551464083807,
            0.37305460103297094,
            0.5075540730910715,
            0.5035680397575879,
            0.5775523343043496,
            0.5572293214812476,
            0.6463004771697831,
            0.587930061735547,
            0.44293256501864076,
            0.32605564960708733,
            0.43986380342554987,
            0.332980714878098,
            0.5248723413200336,
            0.4885738634536727,
            0.4712648842152549,
            0.3818422923938526,
            0.481147029845053,
            0.5364447678704235,
            0.4898374403435689,
            0.5148796176196533,
            0.5225293178547232,
            0.48874174893718636,
            0.39404874499850906,
            0.4349631788494741,
            0.4054323799920281,
            0.4220582719219499,
            0.3863674324015245,
            0.41668077935661996,
            0.4236053152156749,
            0.4260600954975132,
            0.45286280497769293,
            0.4967637878674772,
            0.4330817438335225,
            0.39685740222425747,
            0.458625011635139,
            0.3095441230171817,
            0.4195246465453245,
            0.5389639052142401,
            0.3943488078619548
          ]
        },
        {
          "stage": "block13",
          "cls_distance": 0.04984556222067893,
          "patch_mean": 0.520036179836502,
          "patch_distances": [
            0.41156636899619425,
            0.24862392579638826,
            0.39804977152210264,
            0.4736048832425054,
            0.43713200480967485,
            0.49378547087461777,
            0.42643926167206125,
            0.6342272190041823,
            0.4540538544039673,
            0.4760752472513724,
            0.5127112295858021,
            0.579201391589294,
            0.4664535426432306,
            0.2560206851265382,
            0.3467617787201692,
            0.39839029790448277,
            0.3869004657804791,
            0.4472620760389454,
            0.4079870736282373,
            0.4172214147573292,
            0.5772928745356645,
            0.7333523973933094,
            0.5665355063088902,
            0.6520735949411223,
            0.6043376338999222,
            0.3959678360077702,
            0.6168829991173072,
            0.39643211826532554,
            0.257464641313789,
            0.49100764263271846,
            0.5269642315736057,
            0.27863917183245934,
            0.456469499680732,
            0.4596039241638482,
            0.5287103456652702,
            0.4071016727165364,
            0.39103221292724655,
            0.6021262941905169,
            0.5136138055001898,
            0.4306472026763515,
            0.45476666163255053,
            0.47155830700193324,
            0.2638167809880162,
            0.25356302635771233,
            0.3427318494389733,
            0.4431924706533964,
            0.6385677503129843,
            0.6729149515793251,
            0.3898340433222436,
            0.4048310676663184,
            0.25396929975297067,
            0.4860503777980434,
            0.35127997749478057,
            0.42487338471681013,
            0.5639830359203049,
            0.4606187509003361,
            0.3270402976096912,
            0.5139402626009846,
            0.41689257275898806,
            0.44375194995737854,
            0.6128476757594916,
            0.7009499015199281,
            0.36507346055530776,
            0.34809016615375143,
            0.5165700242128077,
            0.6247838713900975,
            0.661785964232644,
            0.4491996941735519,
            0.36626884990577,
            0.5005368471812,
            0.26448509036188594,
            0.40460138715804095,
            0.5094084756601305,
            0.5846806135882032,
            0.7765006196891221,
            0.47170822467226614,
            0.43952316912623257,
            0.5028437003187907,
            0.3440264677754181,
            0.5324876591389538,
            0.7084262162977502,
            0.5700449179540563,
            0.5273599545619946,
            0.24340102250389595,
            0.3261623878213753,
            0.6262341944464056,
            0.7429132708672588,
            0.7302466198539446,
            0.6133970397228222,
            0.40715653237634897,
            0.5215049975569449,
            0.35526683542464144,
            0.4051545893053622,
            0.4277081042300227,
            0.5328980300870196,
            0.7707018863157251,
            0.7885399694282533,
            0.3681765069639018,
            0.41667189705847973,
            0.7917015400365255,
            0.7042257605285929,
            0.8291182216660475,
            0.4824393622845139,
            0.31807385155117907,
            0.48928264231820207,
            0.3505358019636867,
            0.47030927005386036,
            0.547324874912879,
            0.462175037183743,
            0.7621775917342655,
            0.5139984125838448,
            0.6531892616582893,
            0.6531215827702116,
            0.7602335664309684,
            0.7635979339228631,
            0.8218114146715241,
            0.6039941722756765,
            0.3666427614326132,
            0.39452437864600887,
            0.44974181185544526,
            0.42530996631133944,
            0.3102234112628728,
            0.3682968903823789,
            0.3620425183283248,
            0.44133086303309155,
            0.6088850244611793,
            0.7122744344477696,
            0.6877455301886282,
            0.685046832695505,
            0.7963209529713349,
            0.7797753294036097,
            0.5627986609114726,
            0.5565733030624893,
            0.4299014017299174,
            0.6051175071175976,
            0.4474419056742438,
            0.6552531466038003,
            0.6745658292961044,
            0.2596330219694176,
            0.46450504753851485,
            0.6220976681964989,
            0.7036270867220171,
            0.6494502155880847,
            0.6706150393958131,
            0.6971283656154005,
            0.580881603026923,
            0.47323208314441856,
            0.4518328132678554,
            0.6079396263038063,
            0.6172294089803367,
            0.6961287154983475,
            0.6896696960472143,
            0.5579565792570806,
            0.5614201180155838,
            0.48100203676703446,
            0.5553324447667782,
            0.6409887147866306,
            0.6007570108120401,
            0.5064449288831782,
            0.5544556095970616,
            0.5532279551627218,
            0.6954650842606324,
            0.6710319004256559,
            0.7215713261102219,
            0.719455288894806,
            0.5246746270432567,
            0.4293442321104053,
            0.5072582272157682,
            0.4367096008050716,
            0.5876914901701518,
            0.549527937802717,
            0.5474431654648335,
            0.48951373026234635,
            0.5472602309366842,
            0.6617722794051998,
            0.5614420181529237,
            0.5896969302133278,
            0.6227628041311372,
            0.5764347906786866,
            0.4509545133042723,
            0.5800650644387182,
            0.45580805178845163,
            0.49254581181826895,
            0.48175516165535526,
            0.5250300971428574,
            0.5191226478183462,
            0.5298274391381101,
            0.5551201596734752,
            0.6217683816595097,
            0.529508925844914,
            0.49516557169250686,
            0.5140941725521149,
            0.36186459496539314,
            0.514052339052402,
            0.6375082749116316,
            0.5359286062051749
          ]
        },
        {
          "stage": "block14",
          "cls_distance": 0.04233014368598609,
          "patch_mean": 0.5965969172055714,
          "patch_distances": [
            0.5035744909985744,
            0.3148520552405686,
            0.4752913369127878,
            0.6122456174169824,
            0.5355205083641847,
            0.6390833306180763,
            0.5332215100339053,
            0.7596857550799194,
            0.6046160406282868,
            0.6743613469570157,
            0.6138555634646139,
            0.6541342772586036,
            0.5274049806722731,
            0.30891848714281833,
            0.3941460882795451,
            0.46190580078871013,
            0.4955234623999967,
            0.5156936323471875,
            0.49382111725952216,
            0.4995019480232572,
            0.6949594118478125,
            0.8496299313857141,
            0.6622584360199415,
            0.7358234954906171,
            0.7012328246229194,
            0.4868249463436126,
            0.6756502685693504,
            0.5205157217053678,
            0.3154030797653019,
            0.6122863648029027,
            0.606980101137808,
            0.29699126105291906,
            0.5632588512298373,
            0.5615623675815381,
            0.6013444606601149,
            0.43259365204699407,
            0.4519775839090726,
            0.7044293297081516,
            0.5972545710962449,
            0.616519960364156,
            0.5060084112446416,
            0.6211479555711823,
            0.33863536306506337,
            0.3268898771834061,
            0.3814623971230243,
            0.5543694251904242,
            0.7072791063913613,
            0.7053802012483099,
            0.41504527796376356,
            0.4389345482876712,
            0.28725888517847376,
            0.5906045996127423,
            0.4327038663358206,
            0.4534707885509123,
            0.7034899869610882,
            0.5438863109454841,
            0.41018602548146554,
            0.6439070147015398,
            0.5009800203149352,
            0.5691334868976374,
            0.6087478200151013,
            0.7696366091112521,
            0.3631859281288673,
            0.3450306216958019,
            0.6150843575924673,
            0.7244379223409716,
            0.7100058492920774,
            0.5242499249300016,
            0.4568511359936466,
            0.5364262688100438,
            0.34288120345930573,
            0.4375096813413374,
            0.5798549611968641,
            0.5793180630217563,
            0.8294033672774614,
            0.5435115658108244,
            0.4400503417945889,
            0.5730067489562818,
            0.37913054395409385,
            0.6074924750051376,
            0.7890499463588776,
            0.601374472779982,
            0.5733858324170422,
            0.2752771133860914,
            0.42056511513062844,
            0.681933816415401,
            0.8502921370131703,
            0.8065149723651307,
            0.6741858256614879,
            0.46063506554300626,
            0.562242132416071,
            0.37554496419395755,
            0.4105409385538211,
            0.415119864940676,
            0.6162920975319879,
            0.8513598871485916,
            0.7888693651669164,
            0.43186054495781057,
            0.4959861388321408,
            0.9302688492090823,
            0.857319620588008,
            0.94993434485094,
            0.587858644583644,
            0.2894824235522815,
            0.5145689935949318,
            0.360159335275978,
            0.5281927819599705,
            0.6179023558735642,
            0.5086713778919456,
            0.7907533257627881,
            0.5853795666592796,
            0.702708832694393,
            0.6873308045331181,
            0.9045318656410912,
            0.8538395834920881,
            0.9286907462401098,
            0.7236197134600653,
            0.41293069942088356,
            0.37520405309909466,
            0.5215576598795284,
            0.4778501754650242,
            0.31717148483725244,
            0.3341014818428014,
            0.39919511662372364,
            0.5115984550774779,
            0.7049767201867481,
            0.8290862774295505,
            0.8379722348989398,
            0.8250761352623839,
            0.8737450669391912,
            0.819808718051022,
            0.6493489863713358,
            0.6740073786799343,
            0.44997277544049585,
            0.7014478784396277,
            0.4871894989915191,
            0.7109677790132781,
            0.7884628023726149,
            0.28472698776365535,
            0.5367024861601515,
            0.7127372391192561,
            0.7621087946911527,
            0.7262960678114547,
            0.8148452387819902,
            0.8058870577520882,
            0.629459099363485,
            0.5953330771032628,
            0.5438033859498027,
            0.7283979245144205,
            0.7269456428662322,
            0.7846039511367181,
            0.7074346931684876,
            0.6306950703528119,
            0.639315966754927,
            0.567138864149376,
            0.6361009016753094,
            0.7250773787497913,
            0.7065048666540124,
            0.6430387291110811,
            0.6656071785239945,
            0.6318630236588918,
            0.7840838731555598,
            0.749282564284842,
            0.797626333895122,
            0.7684255389504134,
            0.6017032075480448,
            0.4903385935121193,
            0.5239341872794774,
            0.5376390738196533,
            0.69564317186675,
            0.6112969146021534,
            0.6271540338099695,
            0.6192058811053074,
            0.6323667196274014,
            0.7376068448122772,
            0.6677511993780381,
            0.6638594110379785,
            0.7158369489539776,
            0.6893154986974516,
            0.5087668096817851,
            0.685240335824203,
            0.5573151566605966,
            0.5867070735787406,
            0.5646617903951143,
            0.63703006430282,
            0.5788522681046773,
            0.5904349780899433,
            0.6269096769908435,
            0.7304704591372806,
            0.6239955152691347,
            0.617619034840169,
            0.6306329132630519,
            0.4056043779050921,
            0.5805641510172721,
            0.7371895684924515,
            0.6479502943873784
          ]
        },
        {
          "stage": "block15",
          "cls_distance": 0.04610866400912328,
          "patch_mean": 0.619515280222698,
          "patch_distances": [
            0.4971329084646252,
            0.32708984716800005,
            0.5249743757849881,
            0.6241759292164746,
            0.5502487886788996,
            0.6842145803313429,
            0.5522327576162083,
            0.6964991839698347,
            0.6550243270037235,
            0.6975654294680621,
            0.6854440307460765,
            0.6240762194675018,
            0.5247083097326737,
            0.2922192086129679,
            0.42645581866319837,
            0.4550548173607405,
            0.533431021604424,
            0.5287020389585616,
            0.4694248065025278,
            0.4870049767464616,
            0.7191398346197013,
            0.830231187517529,
            0.7102934716692517,
            0.7084627597763113,
            0.7403835856304587,
            0.5291264948318579,
            0.6672014164912938,
            0.5591949821855589,
            0.29609901703149444,
            0.6125227634494728,
            0.6641588601813563,
            0.32852343232121917,
            0.5945141581743602,
            0.5936031663475287,
            0.6800635454569124,
            0.4676347827540629,
            0.5117020102442227,
            0.7330782434973353,
            0.6288942373509698,
            0.673523105215626,
            0.5149537407170732,
            0.5963386129698688,
            0.37014533731851096,
            0.3317949254062248,
            0.3795847498996412,
            0.587244796141022,
            0.713311368326974,
            0.6869897038420406,
            0.48951593119941683,
            0.42678280999981766,
            0.3202075044493685,
            0.6287904040015043,
            0.4655932961929675,
            0.46657848715317374,
            0.7200441840333496,
            0.5460574865642746,
            0.4474791043445234,
            0.7079403256031769,
            0.5133973849366061,
            0.6306819893426459,
            0.6344526697262982,
            0.8043906324861978,
            0.3766310465413971,
            0.35319797409334086,
            0.615877946723371,
            0.7841415174629799,
            0.712150020980658,
            0.5363675174182962,
            0.45751082687007494,
            0.5457496817345096,
            0.38741213075483016,
            0.4596946010695948,
            0.621445450756656,
            0.5726451420195281,
            0.8321321325652198,
            0.5858843750913652,
            0.4359721546352231,
            0.5843505381346011,
            0.3919414508302206,
            0.665550308830776,
            0.8431529114194197,
            0.6089951112453469,
            0.6152820246618297,
            0.32650241515375067,
            0.4152553079013803,
            0.6700085043819357,
            0.8835652279367393,
            0.8349463816195828,
            0.6306699679197354,
            0.4848192334416572,
            0.5187255694354357,
            0.40469843887164547,
            0.3872699530039152,
            0.45158431698500745,
            0.7178220690982227,
            0.8187640767150056,
            0.781707584401719,
            0.478866365595335,
            0.4899593059756978,
            0.9476430964233251,
            0.9285616222411257,
            0.9635964532917483,
            0.6222219664919635,
            0.2975475575540001,
            0.5187564243403311,
            0.32944521531079307,
            0.5664939802332609,
            0.6484926846546548,
            0.5579119366036329,
            0.8455548027879433,
            0.6253633006511956,
            0.6935681521868637,
            0.6732222398492309,
            0.9274819671837191,
            0.8895454306167532,
            0.9547577984482662,
            0.7558937556267935,
            0.4365597508644512,
            0.39311483563740124,
            0.49815089930739576,
            0.47343177859946695,
            0.34030283818584817,
            0.37270273796856646,
            0.39391208448824644,
            0.5477970476248492,
            0.723295730937134,
            0.8205271574611952,
            0.8635868481777165,
            0.8687543154397176,
            0.8795962653154074,
            0.8281611378338585,
            0.6386286985272204,
            0.6585098038616182,
            0.45303150422087346,
            0.6489880868044453,
            0.50276603309373,
            0.7080934035982364,
            0.7903807612226408,
            0.31555507026404306,
            0.5547889149793513,
            0.7457735628106267,
            0.7441409239024825,
            0.7416146659102969,
            0.8312865414148278,
            0.834736515841282,
            0.7096071557943457,
            0.6872120126968682,
            0.5697982277936153,
            0.755297090136671,
            0.7595847511138785,
            0.8127966857635827,
            0.7357494681290797,
            0.6491670638561672,
            0.6681311944199351,
            0.6229166118927856,
            0.6376416839986516,
            0.8061123232019741,
            0.7302283461620056,
            0.7132254116451431,
            0.7251044277234489,
            0.6946264818184568,
            0.8490923449113463,
            0.801250328167901,
            0.8246269029892264,
            0.8751700174528629,
            0.7274986945887802,
            0.5139084242947248,
            0.5476963728303677,
            0.5269954716158186,
            0.7356882456128093,
            0.6604413219347587,
            0.6623797340354087,
            0.6603534004733282,
            0.6984117096435399,
            0.7355199743881751,
            0.7260546826108676,
            0.699882320099268,
            0.7943388158768733,
            0.7682170707417704,
            0.6020628068772196,
            0.6721536021761845,
            0.595589114280302,
            0.5929183876466975,
            0.5556446860933224,
            0.6180607941424575,
            0.6021934158599556,
            0.6256838319910278,
            0.6494122798004132,
            0.72501146547437,
            0.703275118844526,
            0.6905447191419405,
            0.7086798056003316,
            0.4090350754600163,
            0.5767277187823125,
            0.7117002250390443,
            0.599775351461225
          ]
        },
        {
          "stage": "block16",
          "cls_distance": 0.06094695475760692,
          "patch_mean": 0.6563619683789197,
          "patch_distances": [
            0.551709100738692,
            0.3869654269295041,
            0.5754094862797081,
            0.72435304771129,
            0.6254845361037993,
            0.7666649094390752,
            0.5478250239861038,
            0.749688732926832,
            0.7134227743482606,
            0.8071339621991098,
            0.7542339801762673,
            0.6227500701711612,
            0.5301743623713613,
            0.2974439653217844,
            0.4613446900073044,
            0.4691490361575137,
            0.5745577652248925,
            0.5494789086811287,
            0.49752547158992544,
            0.5491121378676196,
            0.7488319506765793,
            0.8883832099763898,
            0.7199848996804864,
            0.7270404021706494,
            0.7918728207641029,
            0.5724726154552195,
            0.6975054160122899,
            0.5863029446240003,
            0.2968737663573129,
            0.6284494993999233,
            0.7158909813181975,
            0.33043863115099037,
            0.6260950591405234,
            0.6237419542901059,
            0.7025464330734492,
            0.463043477760246,
            0.5353473011752592,
            0.7835359805241253,
            0.7112703985955049,
            0.7080432712552529,
            0.5504806720962694,
            0.6351864335915038,
            0.42216771269735753,
            0.3656330829461083,
            0.39732443030592757,
            0.6831193993545461,
            0.7875167157015306,
            0.6700154868013526,
            0.5491414206463416,
            0.4513400078806892,
            0.3332284166001277,
            0.6816916353412035,
            0.5166722771189358,
            0.47775590915580957,
            0.7598847914245443,
            0.5910610971972163,
            0.49506368046797,
            0.7802822789603232,
            0.5268164769682677,
            0.7026778913880718,
            0.6663635475135343,
            0.8141655160920894,
            0.4235974668384336,
            0.4105268054013059,
            0.6021621853431941,
            0.8336497221202896,
            0.7215184389424605,
            0.6201591175947418,
            0.4777121081119021,
            0.5754596961917815,
            0.45559547952210566,
            0.4778749372991874,
            0.6733751381405675,
            0.6081879810690438,
            0.793186675271531,
            0.6187068588960958,
            0.47995449182909045,
            0.6312593526497035,
            0.33902988868128126,
            0.6643647067416623,
            0.8826830827486734,
            0.6657122931295477,
            0.6601056093023552,
            0.33601941857927475,
            0.448226400238643,
            0.6967868581553134,
            0.9080525284783896,
            0.8288420630676665,
            0.6132355747935729,
            0.5070566896806397,
            0.5670402694597828,
            0.4881686056264791,
            0.36313724087801535,
            0.44484854809924457,
            0.8095800869071698,
            0.8306578768069781,
            0.7986921336768033,
            0.4964465562836181,
            0.5036256356730822,
            0.9779576450366875,
            1.0101196689209138,
            0.9915968111029759,
            0.6408909712072342,
            0.3292970108433493,
            0.5052710355545639,
            0.33373912771968073,
            0.6041784624475559,
            0.6549044442671197,
            0.6100183857421985,
            0.8814416874799067,
            0.6465463001000489,
            0.7500594216688765,
            0.6879455045393814,
            0.9633586833415281,
            0.996663212578483,
            0.9312252490860962,
            0.7518983046091301,
            0.48975666138772067,
            0.48052641305238475,
            0.4920827533440776,
            0.5277355593908359,
            0.3489016076210917,
            0.42746576641707057,
            0.4278810053542934,
            0.6279484741030587,
            0.741867571129384,
            0.8177535486386932,
            0.9337161766470324,
            0.8971720142745058,
            0.9810133655828245,
            0.8620319663324865,
            0.626100443078971,
            0.6941447283878708,
            0.42294403586582974,
            0.6791117917624736,
            0.4932849008347291,
            0.7168880698917702,
            0.806233881982142,
            0.2958935534472864,
            0.5913541380261685,
            0.7517359410260775,
            0.7298868277920549,
            0.8157387707922188,
            0.8924903873945167,
            0.8842996106716697,
            0.7848904978098276,
            0.7471891217340314,
            0.589245863477375,
            0.7621765670788856,
            0.8343503542098557,
            0.8820212631433272,
            0.7430235844639412,
            0.6602678814451013,
            0.7058214736731212,
            0.7029259478190317,
            0.617944927095865,
            0.8975947783682235,
            0.8134517368512699,
            0.8056972178584566,
            0.798910589536718,
            0.8163009123774786,
            0.8963799078659529,
            0.8754922636898917,
            0.886902321317422,
            0.9238800619256542,
            0.7452146659242884,
            0.5444467151042411,
            0.5586961762836623,
            0.5424362425781136,
            0.7314481918990567,
            0.7194073237912063,
            0.76411056362334,
            0.7444037612375494,
            0.794972959544791,
            0.7930611339741886,
            0.773568203750625,
            0.7937862664165736,
            0.8646763406298621,
            0.8070412591207865,
            0.6369139349533497,
            0.7278462604055504,
            0.5907120953387078,
            0.6082273516074794,
            0.5564701412710744,
            0.6690018217699998,
            0.6316703506005714,
            0.691858160438019,
            0.7114419894266429,
            0.7683012724965559,
            0.7989916878578972,
            0.7173785431139938,
            0.7512808338921544,
            0.4164137303904327,
            0.6126053563580931,
            0.7475772500880336,
            0.6405202520537151
          ]
        },
        {
          "stage": "block17",
          "cls_distance": 0.06186536027316991,
          "patch_mean": 0.6458621299883903,
          "patch_distances": [
            0.5850553131597702,
            0.42954414227823867,
            0.5625453546248816,
            0.7078758454960987,
            0.6315382688703302,
            0.7653647021672799,
            0.5428339222071045,
            0.7378865103916923,
            0.6447202144708106,
            0.7726022662691981,
            0.7100177030911983,
            0.6284225401201702,
            0.5439645338032999,
            0.28614863431960647,
            0.4598474248473119,
            0.4044200663459666,
            0.5815105604597576,
            0.576933349434898,
            0.5318846735368676,
            0.5750987582896715,
            0.7351147797053657,
            0.8656006744712899,
            0.7008623392015296,
            0.7484479887337847,
            0.75112908131888,
            0.5839237069486298,
            0.6806661482059514,
            0.6252595254130638,
            0.30300210414565387,
            0.6350188192959354,
            0.708229223948309,
            0.3503987171517374,
            0.6429116731903367,
            0.6279071967095129,
            0.710956726849185,
            0.4510259175083131,
            0.5603898678353878,
            0.7212216702388548,
            0.7165316571906384,
            0.6890898524982044,
            0.5418246514412935,
            0.6304036042874721,
            0.43186059532086973,
            0.3477166458046218,
            0.40639094682459953,
            0.6670903382479743,
            0.7606197835352467,
            0.6452840554674475,
            0.5330289789393989,
            0.48970553879637446,
            0.31550571233627844,
            0.7058619650092339,
            0.46805662927782876,
            0.5033940938361021,
            0.7289942835239052,
            0.6184296532852177,
            0.5315342531336527,
            0.7857275174229691,
            0.5295154819993696,
            0.6980296377300923,
            0.6968636114289815,
            0.8143299450281111,
            0.44717825717013204,
            0.37931144026454044,
            0.5974934119404793,
            0.783732624556275,
            0.7135657937212769,
            0.6531224671346116,
            0.4997537888182071,
            0.6075781287001052,
            0.4470131929651947,
            0.4851547853275191,
            0.6691037012749741,
            0.6102827419334329,
            0.8152795300085207,
            0.6354579068011712,
            0.4604133546648308,
            0.568774253690048,
            0.3898436981576566,
            0.6563141515577569,
            0.8332975346184549,
            0.6855072783714745,
            0.6847073041757948,
            0.39158860334966494,
            0.4486681842307725,
            0.7362224728385518,
            0.8744354897495527,
            0.7827961657992625,
            0.5653184380155489,
            0.5263207054040324,
            0.5391541001713798,
            0.5064735636674613,
            0.37159435732398427,
            0.4533278462493092,
            0.7300231302781406,
            0.8388985652771844,
            0.8333481543578101,
            0.45673665423301457,
            0.48695581424746137,
            0.9302115602827126,
            0.966140750405754,
            0.9357276874280689,
            0.5923010664128405,
            0.3495293951328309,
            0.5340444942648586,
            0.3348919094516021,
            0.5833953183826204,
            0.6448313183959901,
            0.5909943098013539,
            0.8896775201600651,
            0.6548197332900414,
            0.7428872275016707,
            0.7081536400459233,
            0.9305166137302242,
            0.9149870246082469,
            0.9107337880616431,
            0.6971830490772224,
            0.5090765728067208,
            0.4741746873871535,
            0.5129039486200131,
            0.5413702775721394,
            0.34005557649753926,
            0.4683779700735621,
            0.37403806295587183,
            0.6221119175492111,
            0.7104207655737951,
            0.8060146697020402,
            0.9224049903161584,
            0.8619214193046155,
            0.9043303375546408,
            0.8459223873993633,
            0.6137737519253348,
            0.6645454751867812,
            0.44134035035259,
            0.6924952464524904,
            0.5255001249949711,
            0.7022641165082404,
            0.7582505612215763,
            0.3387851603855192,
            0.5722897406976757,
            0.7486463278144843,
            0.7127251263614456,
            0.8456399624876556,
            0.8131443654607898,
            0.829961000044753,
            0.7709829575528853,
            0.6881171997777673,
            0.5649654105113218,
            0.7699815983787582,
            0.7198837008406244,
            0.7992390465455002,
            0.7177963727718707,
            0.6493464897450472,
            0.6747152676505104,
            0.7595475478471553,
            0.5820633482185155,
            0.8228240632084877,
            0.7911500185987439,
            0.7442707310425428,
            0.7966680872783451,
            0.7771576583289151,
            0.8414152254700769,
            0.8156605620482253,
            0.7997178342062041,
            0.8571845966193481,
            0.7282807286424992,
            0.5317509226341846,
            0.5948931933457478,
            0.6125226515896047,
            0.7250509584506758,
            0.7214271447838162,
            0.7337906522909857,
            0.7027635183750165,
            0.8191602214832995,
            0.7787105664740046,
            0.7632307536500758,
            0.7458756991378547,
            0.7660057850791601,
            0.781277135311488,
            0.6191025254654534,
            0.7078545611066099,
            0.5826266077540925,
            0.6186677339171449,
            0.46158975811437775,
            0.5814581534049101,
            0.603846920293313,
            0.6931456712226123,
            0.7418115416511888,
            0.778282239123099,
            0.8067300671455876,
            0.684615368452387,
            0.7139792149153422,
            0.3806820510521124,
            0.6371402897746157,
            0.7534640276059135,
            0.7122238307283444
          ]
        },
        {
          "stage": "block18",
          "cls_distance": 0.07532871659962959,
          "patch_mean": 0.6660169126446992,
          "patch_distances": [
            0.6128808653915798,
            0.494888687890505,
            0.569636135472496,
            0.7339568820218243,
            0.6549464701023544,
            0.7919540603230496,
            0.5550452358758081,
            0.7542407822492126,
            0.69683739977199,
            0.8280789901741397,
            0.7571844978011453,
            0.6527097915051201,
            0.5809437003145308,
            0.30329576264158054,
            0.5189777040756538,
            0.44983768647659317,
            0.6231779133119323,
            0.5536646697923596,
            0.5723213612165838,
            0.5789843636405322,
            0.7967963816242806,
            0.863553520552941,
            0.7528332209150876,
            0.7894165080666435,
            0.7988505694589842,
            0.64405995835594,
            0.6691798438966166,
            0.6558250601043247,
            0.3022958688799229,
            0.6953541663319189,
            0.7429456561938317,
            0.3204180975992642,
            0.6473270564450563,
            0.6417294961534559,
            0.7331081744740819,
            0.4347244794674584,
            0.5760674404217684,
            0.7583597414439897,
            0.6715741208232591,
            0.7398493472439085,
            0.5849365337709073,
            0.7657656203420069,
            0.500337758122183,
            0.3423395323799725,
            0.4118505190843281,
            0.6893850651397173,
            0.7648613644657154,
            0.6924421747019982,
            0.49724780383484235,
            0.4646073686775083,
            0.31268751774572223,
            0.7384130776428786,
            0.4291270416240248,
            0.5220765382689837,
            0.7742055779409713,
            0.6545650121923258,
            0.5246185511810512,
            0.8113055896507567,
            0.553743985755189,
            0.7402397682869446,
            0.7566046409406766,
            0.8811080911115267,
            0.4474696067735324,
            0.44185775222084644,
            0.6507953302573346,
            0.7974117068407318,
            0.7747543128443448,
            0.6874473235427432,
            0.5343351436137485,
            0.6349430054824211,
            0.448336335293558,
            0.5010361818786104,
            0.6334883169666112,
            0.5900585170511876,
            0.8200449617423542,
            0.6108248253028266,
            0.5032412361935624,
            0.5840749575988042,
            0.40622014046519883,
            0.6519249967078382,
            0.8541368885309184,
            0.653793737497162,
            0.6781639633069907,
            0.4426653428026822,
            0.4987667677679861,
            0.7447467498375765,
            0.8873503116247329,
            0.809267392779654,
            0.6033633119430317,
            0.589105944533286,
            0.5827585278871648,
            0.5057574821082106,
            0.3844637341034982,
            0.45062757146858456,
            0.7066096046833337,
            0.8673467831054409,
            0.8283418247358845,
            0.4816353194341979,
            0.5363223118989435,
            0.9405920649892328,
            0.9753013009206557,
            0.937469845870836,
            0.645790905638711,
            0.3434858131030578,
            0.5841800883682396,
            0.30817000684137574,
            0.5989133049224333,
            0.6793487742333835,
            0.5832367813304935,
            0.9074765521801058,
            0.6873976229230054,
            0.7044470669900693,
            0.7615314438796795,
            0.9412125888892469,
            0.9373699254811366,
            0.8970852111203546,
            0.7199635719968238,
            0.592957249160869,
            0.5526306327535094,
            0.487713173767947,
            0.5590954637893084,
            0.3483783457929558,
            0.522328902847867,
            0.4133093712706808,
            0.6476507465407637,
            0.678887347124257,
            0.8806642267442881,
            0.9528635559058962,
            0.8644924231319895,
            0.9281181877903196,
            0.8637854632777926,
            0.6835829325878424,
            0.7334394913098715,
            0.4714325616084002,
            0.6752077076867364,
            0.5515278318082981,
            0.7146982049151336,
            0.7892640799988149,
            0.3409040141496936,
            0.5463922015773152,
            0.7532934242603646,
            0.6821112037832768,
            0.7849163992612597,
            0.798273317158299,
            0.846657241020778,
            0.8213410292055241,
            0.7383549076329972,
            0.6130593384145177,
            0.7934785231759588,
            0.8121180013940297,
            0.7728785064562063,
            0.7053678158265619,
            0.6766538160032163,
            0.7241988924696614,
            0.8056434724568625,
            0.593519886928543,
            0.7885919919490393,
            0.8148039059588397,
            0.7521556401266265,
            0.7693050115545513,
            0.7748649878734382,
            0.812457652813798,
            0.7888425902525731,
            0.814003058862716,
            0.8605250260582064,
            0.7493944752715852,
            0.5539355094012821,
            0.6495938388915163,
            0.62564379883506,
            0.7823917028376546,
            0.7459961390804888,
            0.7469836862454843,
            0.7655653287068521,
            0.813667371495379,
            0.7286721234167028,
            0.7755905205081973,
            0.7880053181936262,
            0.7607247601479581,
            0.7721355054594975,
            0.6423960119137562,
            0.7575206550926646,
            0.6253435108012685,
            0.6945954758730527,
            0.4359590243559148,
            0.5936082344822009,
            0.6506408651663798,
            0.7309459481518663,
            0.723067828930656,
            0.7903124458677366,
            0.807251347736877,
            0.7176401977550773,
            0.7486949198315285,
            0.3564883096478535,
            0.7072976432936042,
            0.782491274121463,
            0.7132594585431342
          ]
        },
        {
          "stage": "block19",
          "cls_distance": 0.059166092831998585,
          "patch_mean": 0.6971810486213897,
          "patch_distances": [
            0.630689846927748,
            0.5258793670311487,
            0.6407714499485607,
            0.8267360068403868,
            0.6956511666389321,
            0.9001671896384159,
            0.5792891397444296,
            0.773721841268564,
            0.749966935031836,
            0.8691664219212417,
            0.7753191293936939,
            0.6637623035227193,
            0.6035954883575259,
            0.2800367149381561,
            0.5904603961266065,
            0.47080054021098583,
            0.6584931139270584,
            0.5433215672623404,
            0.5515372158256241,
            0.6492729037571627,
            0.8273834609961093,
            0.8892738817477848,
            0.8277913584650085,
            0.8038856805531227,
            0.8507873544649021,
            0.6553229875377529,
            0.6954250038368266,
            0.6783864037401315,
            0.28756076931769836,
            0.6965699407795285,
            0.7987964108341222,
            0.30813523152467703,
            0.6867638382050942,
            0.6863108218477656,
            0.7426603040788833,
            0.44347762955464476,
            0.6017424332425859,
            0.8028877930934377,
            0.6630746849302401,
            0.7448649075227611,
            0.6221122261900354,
            0.7830855942455026,
            0.5266676634523818,
            0.3684033970772973,
            0.3951922655364113,
            0.7130358648039239,
            0.7962334503614312,
            0.7202845176587116,
            0.4850385635060537,
            0.4689018253998085,
            0.3083774657924184,
            0.6974259443096127,
            0.41786725232933264,
            0.5606070796024023,
            0.8097431801100412,
            0.7235839276971245,
            0.5228023951023446,
            0.8490130281314273,
            0.619333677868173,
            0.8134195709226117,
            0.7647411188250544,
            0.8628493100421926,
            0.39446527447431257,
            0.40128491988972215,
            0.6858712289586812,
            0.8381901905889259,
            0.7973859662125229,
            0.7377419690305993,
            0.6050062928728676,
            0.665977468539269,
            0.4562777858493412,
            0.5531074341787896,
            0.6884786639876738,
            0.5521288567519486,
            0.8388991786111785,
            0.6110530231505993,
            0.45100801683953784,
            0.6187259589755497,
            0.39609292218179326,
            0.6696327746487374,
            0.8774143210396581,
            0.6769910945731207,
            0.6606431272225961,
            0.5191460992281542,
            0.5341246743537202,
            0.7897233228741428,
            0.896016406449192,
            0.8047025209326593,
            0.623352470876726,
            0.6350911497545625,
            0.6013092280736183,
            0.48253362601810923,
            0.32962673032024736,
            0.47380112486938575,
            0.7396180590873738,
            0.8779789576593929,
            0.7924977488796772,
            0.4934181066304444,
            0.5437018820351788,
            0.8982486655195614,
            0.9816206369187825,
            0.8905307852387793,
            0.6802526414486274,
            0.38818852187436415,
            0.579802043729692,
            0.2897795696192289,
            0.626390851093849,
            0.7018455276530781,
            0.625377360424151,
            0.9177951503118216,
            0.6363109301366232,
            0.7612020773136037,
            0.7477523713098926,
            0.9619083103439943,
            0.9261015874703029,
            0.8936104684688586,
            0.7730389637897422,
            0.6320642214480737,
            0.5884610683146838,
            0.5279688198443924,
            0.6244173666857851,
            0.3377480295074654,
            0.5409136395123182,
            0.5405829075474009,
            0.7120469589262672,
            0.6758225830034059,
            0.9229426497581638,
            0.9904586482588359,
            0.8795874326443587,
            0.893545791779432,
            0.8334866020835162,
            0.7249505626358121,
            0.795304081575225,
            0.5085308090336238,
            0.7493281240275739,
            0.5850499127828508,
            0.7757748967154089,
            0.8363913568335847,
            0.3884818382255859,
            0.5170104347399898,
            0.8103688609626747,
            0.7353699592427783,
            0.7924553193974888,
            0.8750441959783102,
            0.8157168227358031,
            0.8384946197952986,
            0.7734080196192985,
            0.6007688891601487,
            0.848541885806176,
            0.844825309110661,
            0.8056145330154889,
            0.7235363325716174,
            0.6647567050913197,
            0.7210476083874929,
            0.8197742990725079,
            0.6525048847518378,
            0.8313020126984718,
            0.873531305821815,
            0.8392852476636129,
            0.8477584277728518,
            0.8616228782309545,
            0.8296556241581047,
            0.8802628386557939,
            0.9525520424648335,
            0.9140908591142587,
            0.8827911051223907,
            0.5454375787306079,
            0.6456679065808986,
            0.6291141335860395,
            0.7285675399245521,
            0.843723294476713,
            0.8616750365583472,
            0.8968114488001997,
            0.9359598357678639,
            0.7888798582069797,
            0.8629759733120352,
            0.8706193245985462,
            0.8483691918656768,
            0.8720125491261251,
            0.6793384833340562,
            0.7891742964923405,
            0.6739312647613793,
            0.6885122381107789,
            0.4815666159091173,
            0.6989780607253746,
            0.7786985626677976,
            0.8821176643423292,
            0.8578258641774036,
            0.8770160957487755,
            0.9007768984876159,
            0.8041020013160267,
            0.8113345353819735,
            0.3231583278641178,
            0.7158264183422866,
            0.8584125852157825,
            0.7897186302594341
          ]
        },
        {
          "stage": "block20",
          "cls_distance": 0.04498639242607605,
          "patch_mean": 0.7020229426859642,
          "patch_distances": [
            0.6504810135083007,
            0.5293466781166756,
            0.6322191938892424,
            0.8976011177845551,
            0.7045915601085017,
            0.9047734647816807,
            0.5805723128262836,
            0.7893800410274276,
            0.7989292821181522,
            0.8708548448499764,
            0.837433522749059,
            0.7070307770999968,
            0.6155469246441885,
            0.29188958454378855,
            0.6595069967588413,
            0.44232945469032536,
            0.6653806106271078,
            0.5273899234674442,
            0.5921156469645652,
            0.6839645422561131,
            0.7894958820794635,
            0.8684789025602981,
            0.8464072928534274,
            0.8373029362230803,
            0.8735925735587252,
            0.6682000144939884,
            0.7027554329567611,
            0.6704584773381155,
            0.2985183493874525,
            0.7050398128696255,
            0.8346759475832433,
            0.3406095765270506,
            0.6565729589567151,
            0.662261460549703,
            0.7739549428011067,
            0.4575813052698603,
            0.5898364937664953,
            0.7834717390432568,
            0.6648965427452691,
            0.7571184491259441,
            0.6353509939663785,
            0.7726787399846231,
            0.5262812539612949,
            0.4043097038299992,
            0.35098073175548594,
            0.6734444317325045,
            0.7860277591470963,
            0.6545535315931508,
            0.4948387925749681,
            0.43716165739618884,
            0.375161315902256,
            0.7051563228735117,
            0.40359871318072216,
            0.6121507758421223,
            0.849463581092874,
            0.7526141536865961,
            0.5027837408595894,
            0.8504796504864193,
            0.5843408483688928,
            0.7857276486685901,
            0.6395151710697488,
            0.7792942771586006,
            0.3628696970234494,
            0.38124135103621004,
            0.7187563279678821,
            0.8670297578319348,
            0.844152230968584,
            0.7655191844684606,
            0.6478624099988711,
            0.6601372871332399,
            0.47154405127276877,
            0.5389122468992227,
            0.6111863971015271,
            0.4683292883856808,
            0.8157681751591894,
            0.618945985547204,
            0.4387159746503231,
            0.6373388242694491,
            0.4185748747522974,
            0.7002578221422637,
            0.8655823280335646,
            0.6288279846700349,
            0.5965494379186383,
            0.6026026525914638,
            0.5907512524123877,
            0.854373900675573,
            0.9039882884514623,
            0.8433666518156044,
            0.705306853727747,
            0.6103438041377853,
            0.5746840180593138,
            0.4600728825423931,
            0.26768534176411407,
            0.5119403447976012,
            0.7700634250147629,
            0.8927920391097738,
            0.7059531675813345,
            0.46791303204478407,
            0.5679820373145881,
            0.8777719201920396,
            0.9852937736106333,
            0.8866760669477308,
            0.71228728860887,
            0.42306104811842915,
            0.5145062216891323,
            0.23720822501096572,
            0.5817324475282168,
            0.721525176158974,
            0.624541548914279,
            0.9287968650836473,
            0.5779385887757666,
            0.7878539738607482,
            0.7008306660511414,
            0.8946228957844963,
            0.9481666734841878,
            0.8113280541615241,
            0.8138779953687412,
            0.5967756929422574,
            0.5799994480705031,
            0.5111381808856281,
            0.505092484025166,
            0.3299437073835506,
            0.5511705738712401,
            0.5734104906379893,
            0.770330213300666,
            0.6815419176481032,
            0.8979613636004191,
            0.9658165332766738,
            0.8478918409895313,
            0.9176537311358208,
            0.8200369276111643,
            0.7106370323391946,
            0.79691082247102,
            0.41907968601124435,
            0.6724857452818794,
            0.5293147018200285,
            0.7819584294951117,
            0.8359659389757661,
            0.4050756386426042,
            0.4841742516358749,
            0.7799286956406544,
            0.7979854065596781,
            0.7763543592934626,
            0.9276316742237746,
            0.8679354014759217,
            0.886701349746055,
            0.7853757789675756,
            0.5326585508348041,
            0.8439299645854167,
            0.8421108540008476,
            0.8223307343247973,
            0.6952991348844898,
            0.6728738583322791,
            0.7028983496891765,
            0.8178510459357443,
            0.6585144857529497,
            0.8815334538140052,
            0.9180728215623701,
            0.8849492790091069,
            0.9138805527193533,
            0.900331248328128,
            0.9231654482795864,
            0.931085477286883,
            0.9872923843579193,
            0.9710704914299643,
            0.9459234743859877,
            0.5011725383685623,
            0.5977978224601866,
            0.6190483393463928,
            0.6791764739412101,
            0.8931892819192981,
            0.9346904093344225,
            0.9524630375173997,
            0.9499542766118084,
            0.8169114062292995,
            0.9516537225152308,
            0.9378614290606192,
            0.9228370756786987,
            0.9522344867316342,
            0.7186312661453452,
            0.7324212864271424,
            0.6872942016623729,
            0.7303312445953983,
            0.46522416438158676,
            0.6215630589720256,
            0.7646229777787874,
            0.8879028152207752,
            0.8424657760812877,
            0.8483608730670502,
            0.9822789219809719,
            0.8719555709794097,
            0.8889934694174001,
            0.4194763384169887,
            0.759687868410928,
            0.8312234013928748,
            0.8286024670770662
          ]
        },
        {
          "stage": "block21",
          "cls_distance": 0.031943893571429904,
          "patch_mean": 0.5955071823308657,
          "patch_distances": [
            0.5445098105267303,
            0.4300707278514526,
            0.5463577771049639,
            0.7816808197635812,
            0.6279879810272158,
            0.7376709311869055,
            0.4732142669995829,
            0.6435811655227861,
            0.6793262818171879,
            0.7500805723005917,
            0.7407832950917228,
            0.6088048505602097,
            0.5188407776149905,
            0.2305940586091929,
            0.5407508118806119,
            0.35895748380616455,
            0.5669393087501382,
            0.44865650850911143,
            0.5357553703842296,
            0.5420739191786276,
            0.6462021568305936,
            0.763226356425214,
            0.7042642281127055,
            0.7151647881940688,
            0.7348603903527557,
            0.5454888260254858,
            0.5764783316572082,
            0.5402472772666892,
            0.24793898948869864,
            0.6148805979401109,
            0.7302619201824827,
            0.22554772608434126,
            0.562381043515632,
            0.5645734877285753,
            0.6341445538698491,
            0.3423085155750486,
            0.4299931435853378,
            0.6523062864663631,
            0.595603208907906,
            0.6734997764180501,
            0.5497054173245726,
            0.6478650932900338,
            0.43036472113536095,
            0.3150301341410411,
            0.24852825123974798,
            0.5619460697510764,
            0.6975884028980639,
            0.5623687138091843,
            0.41434939409248983,
            0.37922872600289903,
            0.3084341100196488,
            0.5417111998976353,
            0.3533656062177266,
            0.5680934699396882,
            0.6863699930296563,
            0.6394629904923987,
            0.34046657276794434,
            0.6811295677805624,
            0.427616672997996,
            0.7223558460996505,
            0.5255051773033135,
            0.6601481353255985,
            0.3085567717987032,
            0.34210793412855134,
            0.5418493095777923,
            0.8109972863642451,
            0.7310629075441426,
            0.6915905585064093,
            0.4883978985567362,
            0.5741742912866881,
            0.34380653499432046,
            0.4344954805493578,
            0.4606531450048418,
            0.3850116200760797,
            0.6100203210602235,
            0.4741849208710781,
            0.39027465332188804,
            0.49445488352457223,
            0.37515701574214677,
            0.5583425600792054,
            0.762255086424227,
            0.44963358270223164,
            0.47607040735205186,
            0.567176809365141,
            0.4404459989632594,
            0.7094464046273454,
            0.815803270580223,
            0.6787950696462537,
            0.6308340182663061,
            0.49102145337449743,
            0.4494078861044646,
            0.4090086243128215,
            0.22490166932684585,
            0.4752204339962933,
            0.6652378519625439,
            0.695794586242771,
            0.5903843731878677,
            0.443582336022029,
            0.44797216987412247,
            0.7294369475813629,
            0.8491268499165885,
            0.7624169001920902,
            0.6374459348397254,
            0.3704179187629416,
            0.46259999911177674,
            0.22234032449069685,
            0.5127563658707697,
            0.55995617482823,
            0.5113591263222235,
            0.797554664566163,
            0.44512530627301705,
            0.6918644310686459,
            0.5082503138990775,
            0.717062028055578,
            0.8513119163237232,
            0.6475103261108591,
            0.679404158898587,
            0.4761087986353708,
            0.47856347699046675,
            0.3979354625210858,
            0.4825974322908323,
            0.20611660240761054,
            0.4119939022008172,
            0.4989999605266142,
            0.7224004442750963,
            0.6374083933508337,
            0.7442292502167897,
            0.8050848694559775,
            0.7637533640031584,
            0.7510953820451453,
            0.6830945355551739,
            0.5730830100363571,
            0.6792891263358448,
            0.37286193543457735,
            0.6036652105479277,
            0.44109422390490705,
            0.7108185064693127,
            0.747154029276879,
            0.30563083557825466,
            0.35961695913482106,
            0.6844491730105987,
            0.5935434915387792,
            0.5656054350110932,
            0.8461351264854984,
            0.7812516471160678,
            0.8204238049987088,
            0.731341039433867,
            0.4306639161460313,
            0.7055837938039685,
            0.7500218083293639,
            0.725292533292009,
            0.5127588952044375,
            0.5829136497882312,
            0.591006378877724,
            0.7139926274698289,
            0.5729409858828988,
            0.7859528974714414,
            0.8649293464336867,
            0.7872069480938599,
            0.8718661650971511,
            0.7945156316209921,
            0.8121118011520752,
            0.8716310877557374,
            0.8627065356074413,
            0.7883349800973988,
            0.8105807626960397,
            0.36487533617779067,
            0.4547422336331064,
            0.46408525048533045,
            0.5405041051075279,
            0.8308296202139688,
            0.8350155668339128,
            0.8927871635244409,
            0.8473339406133434,
            0.6764857598284211,
            0.8634752735010066,
            0.8301267450605071,
            0.7186731657953145,
            0.8454586818537538,
            0.603561549517839,
            0.6523302466144792,
            0.5797490842337416,
            0.5309502519253361,
            0.41339991945328125,
            0.5030267369374903,
            0.7299920879509654,
            0.8464462476525704,
            0.7855140012542156,
            0.7686628376700118,
            0.8649550164368132,
            0.7531529193905974,
            0.7537778811822333,
            0.401873979487528,
            0.6936616726439178,
            0.7664104853712133,
            0.7354814017905281
          ]
        },
        {
          "stage": "block22",
          "cls_distance": 0.03643130005893769,
          "patch_mean": 0.5948438663390916,
          "patch_distances": [
            0.5132974439298246,
            0.38990861367884955,
            0.47057203821976157,
            0.7653922730505194,
            0.6274892435861145,
            0.7128626294607288,
            0.4523769749953501,
            0.6319241237368347,
            0.6542632085832699,
            0.7402178838413541,
            0.7494240623746855,
            0.6267534370755832,
            0.5532310115919261,
            0.22278145255584425,
            0.5289087224763237,
            0.34514675015878415,
            0.5048867847209069,
            0.4324459469608035,
            0.5435435468777536,
            0.4974823583196115,
            0.6029517304255763,
            0.72344503733555,
            0.7262428828139114,
            0.6703439124976193,
            0.7338065608867057,
            0.5515737566147463,
            0.6271901374301918,
            0.49156014923659774,
            0.2244416709573991,
            0.6098733939888461,
            0.7554408495061167,
            0.17454256080010433,
            0.5064720411191528,
            0.5541632234034957,
            0.6296365676575866,
            0.3752563873887952,
            0.43371901348289876,
            0.6609773627066282,
            0.6099530798979764,
            0.5703011202031576,
            0.5175910553241719,
            0.601968288531268,
            0.4747751866761155,
            0.2883021361829484,
            0.22046426484464088,
            0.5546724368011204,
            0.6810447088596874,
            0.594630970543732,
            0.4696246779762647,
            0.34399517635954857,
            0.2922556979241663,
            0.5058187966530734,
            0.3204331934619109,
            0.5423385044971427,
            0.6489788979311519,
            0.569227251429619,
            0.346737017243994,
            0.6839982748360903,
            0.4039316694760774,
            0.7213828998673699,
            0.5958278547807085,
            0.6925954441962128,
            0.2825970442438781,
            0.3346625060709104,
            0.5505380007428712,
            0.7833045108985511,
            0.7329738348243566,
            0.6650393968006099,
            0.5113651900206433,
            0.5398592811669786,
            0.34556184323893757,
            0.43896830683846033,
            0.42691989979322076,
            0.3203770049604975,
            0.6705404070201468,
            0.4990912619009593,
            0.3844725794887973,
            0.486663978631952,
            0.5005734214017954,
            0.5213345282891662,
            0.7429202434981288,
            0.4526403250323726,
            0.47053340737906046,
            0.5768943598524425,
            0.4405426299678612,
            0.6367951450553864,
            0.7900034922347319,
            0.7062856863276559,
            0.6240601970945369,
            0.5696552018080223,
            0.4434459315685484,
            0.45033327629557174,
            0.20926590622335384,
            0.4925023004666317,
            0.6480945104887399,
            0.7219361798050423,
            0.5949678947828415,
            0.361131054428935,
            0.4200769686657043,
            0.750424566511495,
            0.8721921392839487,
            0.7517597689667376,
            0.6584313668594705,
            0.41247465600592825,
            0.4754213590726333,
            0.23361750413027493,
            0.524052210813929,
            0.5984153486807869,
            0.48396590480789003,
            0.7906086317963794,
            0.435815458342642,
            0.6431655741660667,
            0.5197109390225967,
            0.7126404411121312,
            0.8555869137468268,
            0.6503886219319659,
            0.6738276090499278,
            0.5234867080775365,
            0.47689572793751456,
            0.47422862518159636,
            0.5855760506357727,
            0.2658735846738062,
            0.4364607559049758,
            0.5327858496725748,
            0.6933134965891186,
            0.626780474900015,
            0.7541403400612253,
            0.847698443738274,
            0.8269944311818633,
            0.7373568311718308,
            0.702114896183504,
            0.6441116551123716,
            0.6863962826383136,
            0.4220836129185326,
            0.6257286701911591,
            0.465890482273293,
            0.754191737702092,
            0.7255537088830774,
            0.29369838158853134,
            0.2949847842321306,
            0.6928604661741424,
            0.620884231476871,
            0.564708756732903,
            0.8530049350868095,
            0.7972503970874499,
            0.8172628451074521,
            0.7453261196082919,
            0.5055838843586808,
            0.7178680867955833,
            0.7674399284424946,
            0.7505791450477045,
            0.55794792692703,
            0.5240020559384041,
            0.5726456521539336,
            0.6825014196999033,
            0.5856097460704223,
            0.8090079855690082,
            0.8965738609859417,
            0.7972459127922883,
            0.8603630158781718,
            0.8146523894373002,
            0.7667432359549946,
            0.8974425360713978,
            0.9116415033238324,
            0.8302408958410372,
            0.8509899610357168,
            0.2993211468542756,
            0.42853521641226977,
            0.4313015688110208,
            0.4955073534511013,
            0.8892131277957696,
            0.8851971220668793,
            0.8782531457188187,
            0.8156113813903187,
            0.6502716796950114,
            0.8798737403637915,
            0.8619392454998331,
            0.7815842215027353,
            0.8685239600761806,
            0.6188913003400514,
            0.6051137115183478,
            0.5574770193823795,
            0.5886285879418449,
            0.33208704615831863,
            0.37874075529314555,
            0.7461160796158326,
            0.8349072017904443,
            0.7625844312847931,
            0.7690081374455859,
            0.8846040766470726,
            0.7853080042150952,
            0.8414611033993159,
            0.4581231042699667,
            0.6542521639233212,
            0.7196415231003401,
            0.6457771508963588
          ]
        },
        {
          "stage": "block23",
          "cls_distance": 0.03043603384337068,
          "patch_mean": 0.5581871143942458,
          "patch_distances": [
            0.4002683009998129,
            0.3133207877058254,
            0.3377661352229989,
            0.841572941246029,
            0.6820832564353426,
            0.7807391421671985,
            0.37811047240868956,
            0.5940423678413864,
            0.7225617119568876,
            0.7994308976170653,
            0.731391915374737,
            0.4982464809717967,
            0.318785209485839,
            0.18949833114339942,
            0.58635851940486,
            0.31384684097385296,
            0.5771628701268856,
            0.282036752002947,
            0.41638014330716344,
            0.5400722055033447,
            0.5968038145938386,
            0.7250932634561635,
            0.7830696725304422,
            0.6903148823104572,
            0.8233734122450458,
            0.594853735050296,
            0.5788022321400603,
            0.5255488177761998,
            0.24487365087269086,
            0.5610681722388413,
            0.7897404911360886,
            0.15547230242863463,
            0.48302591488346724,
            0.5374548385951338,
            0.5283588235480804,
            0.25163179703896277,
            0.3709095154111888,
            0.6079021973435508,
            0.6656882901655384,
            0.5652660407395236,
            0.5419026696859381,
            0.5600796549369419,
            0.4572385076792871,
            0.2557545426396123,
            0.18563440620549898,
            0.5118412379676043,
            0.617448815747077,
            0.4303385483692286,
            0.36518422543268025,
            0.26071365035348626,
            0.21095617828857993,
            0.4985585678236494,
            0.31051808263541214,
            0.5117291145373115,
            0.607931533212337,
            0.5101435480613878,
            0.288326679916051,
            0.68897717769903,
            0.3407039386627838,
            0.625340356252825,
            0.3757794422893721,
            0.513103372019188,
            0.18899269363417726,
            0.26558656132681824,
            0.4266979259897997,
            0.6856040661101186,
            0.6869217438098334,
            0.6865582047049703,
            0.4794030435226293,
            0.46421207603478976,
            0.32565568383663446,
            0.4052751680240376,
            0.3534294964473752,
            0.1933538974869783,
            0.5707068833487345,
            0.40493781046662114,
            0.2797556689298071,
            0.4366660780738899,
            0.468550234815861,
            0.3600095615137825,
            0.49705457468986836,
            0.27268890289343417,
            0.2813470270108538,
            0.6005491190420917,
            0.40439935931349746,
            0.6633454752730888,
            0.8867179580377281,
            0.5886721750913375,
            0.5110730100925329,
            0.40887468111682834,
            0.3109628949495927,
            0.4301908658847414,
            0.1652136013870411,
            0.3801696151778585,
            0.4478627138311676,
            0.5006773916668599,
            0.6039802853884406,
            0.3445890383161795,
            0.33697953484462473,
            0.7885689804596028,
            0.820316984544265,
            0.7319623092614507,
            0.48022782133965347,
            0.4053612963480182,
            0.3298545430944,
            0.16789238050073652,
            0.40320521037166324,
            0.4785480621600551,
            0.3098909533515942,
            0.7466433129267722,
            0.3351110074350865,
            0.5892851258574259,
            0.5452440906417962,
            0.7769896136114545,
            0.8333777893423603,
            0.6375155291308165,
            0.45134378948153153,
            0.4494073762029457,
            0.375693330478319,
            0.4425685443610513,
            0.4075500643271074,
            0.24642018879689997,
            0.3614522690231716,
            0.5605612589349472,
            0.731884544545498,
            0.6937362431579224,
            0.823043507589487,
            0.9498762216393632,
            0.8020370321533612,
            0.7525883265745993,
            0.651240481306983,
            0.41674601198122785,
            0.5689037331419478,
            0.3047807179281593,
            0.5848199709349644,
            0.30615622191350733,
            0.7068735534483054,
            0.641428457026255,
            0.2906180991304457,
            0.15986719863591636,
            0.7679871967060947,
            0.44955495198335127,
            0.43867478538844995,
            0.8979604631050109,
            0.9087054024457752,
            0.8629505060430132,
            0.6240730711843513,
            0.4618081315952097,
            0.6509783468569844,
            0.5774672086941984,
            0.692694799865547,
            0.417536769051699,
            0.5417872571252123,
            0.4335200327890272,
            0.720965584009754,
            0.4122184587419656,
            0.9004928789041917,
            0.9516081344129892,
            0.8447807499108455,
            0.9382671415428668,
            0.8489232600067669,
            0.7393687486558295,
            0.9182648216885245,
            0.9688256012119649,
            0.8684330571349945,
            0.8887800095666388,
            0.3564784396323585,
            0.20570042391487486,
            0.5008255820075945,
            0.5321880122246043,
            0.9304863058733657,
            0.9398635549698207,
            0.9448477792210815,
            0.8953868267087286,
            0.691318700477449,
            0.9527747893764111,
            0.9232621451863599,
            0.871350298342932,
            0.9583513375398408,
            0.7111681225583592,
            0.6573676130872441,
            0.38616199848931543,
            0.6700384529574326,
            0.40812835204676123,
            0.4569323222555831,
            0.8655571502582875,
            0.9641310285628609,
            0.8473181860093555,
            0.8540499980448376,
            0.927374282913485,
            0.8686789999645304,
            0.8811283384044853,
            0.38536125138554456,
            0.49977613826021206,
            0.6475035418780268,
            0.5161485081079309
          ]
        },
        {
          "stage": "block24",
          "cls_distance": 0.07371250909724769,
          "patch_mean": 0.11273378360069462,
          "patch_distances": [
            0.054892073899497684,
            0.04812633429429103,
            0.05297952269036099,
            0.136199441804846,
            0.07936767186107407,
            0.10388976429815178,
            0.05471236879969721,
            0.10936196054531178,
            0.11708240517169621,
            0.13577397667284863,
            0.13271478633615974,
            0.09293010158042414,
            0.05485375146069782,
            0.043174198945699294,
            0.12876507513161028,
            0.057994362962178636,
            0.0778365867784927,
            0.04279805210340737,
            0.05008244237169168,
            0.0868749755068492,
            0.12524041547856568,
            0.15630584316621798,
            0.11188822592995984,
            0.12376432176308061,
            0.13739539157613523,
            0.08030552983646755,
            0.08344417283125083,
            0.1056061654329703,
            0.05318025212603472,
            0.10196193878975102,
            0.1333373832713759,
            0.029397422223996328,
            0.05249134780821585,
            0.08891579594619681,
            0.0684940704124477,
            0.03780103018178993,
            0.056522162312955926,
            0.09580771216231998,
            0.09672485108200735,
            0.08327318751745849,
            0.11326043107999806,
            0.0833911427548022,
            0.06718452034994926,
            0.05398838089541025,
            0.033809455275391254,
            0.07484924739299437,
            0.0816798078737786,
            0.07421431886226582,
            0.04806583489585359,
            0.041096052694564844,
            0.03597985764883416,
            0.07102274071729442,
            0.05869222734942525,
            0.09530536239808451,
            0.09503010574798099,
            0.0917887041327402,
            0.04164185374704077,
            0.12341648890106416,
            0.04376921653706445,
            0.07173541867169508,
            0.07185521337884915,
            0.08952112967348591,
            0.033599651492826066,
            0.050586622142260396,
            0.05294804735036074,
            0.09598690790673892,
            0.10673810793371608,
            0.08670317262486582,
            0.07262868150287238,
            0.06441006884271394,
            0.04786988044539586,
            0.053096593276223625,
            0.05522560499139484,
            0.0438612718178053,
            0.09215811840980026,
            0.06305191467790217,
            0.03997999435777355,
            0.07005937540396678,
            0.055720583902252874,
            0.04997702874063026,
            0.0889977374877442,
            0.06173594423379558,
            0.05383357486777651,
            0.0870551947020951,
            0.05195841327059958,
            0.13124311143910428,
            0.1890474136238115,
            0.09896645664128068,
            0.07789494430209354,
            0.05380651246849555,
            0.052423652352915795,
            0.07033714505866218,
            0.0356011994324168,
            0.048808398071548575,
            0.07509163428184962,
            0.09297256172776736,
            0.11373940866468513,
            0.06427678485409172,
            0.05418142327657871,
            0.18996189171562383,
            0.179495001893049,
            0.17469384931671705,
            0.07037419965197966,
            0.06007725297900868,
            0.04685846004378669,
            0.03376620394471064,
            0.06290408475727738,
            0.06705689875708054,
            0.05318553609167098,
            0.1120266192406838,
            0.06294058328827645,
            0.08906052200204306,
            0.14822396624386813,
            0.18240501321557268,
            0.18204066169367517,
            0.15840661640367748,
            0.10374776239081984,
            0.06493810091138186,
            0.0639415371202211,
            0.061977720835318495,
            0.068100268782056,
            0.04739999512306403,
            0.05793675287414102,
            0.07680043214191068,
            0.13366093707500215,
            0.10888015658412975,
            0.18463057349095457,
            0.19132095313143793,
            0.16198765961348371,
            0.18493494317393622,
            0.15423308898255672,
            0.093354703179378,
            0.09711666992836443,
            0.053182112791740566,
            0.09483436938331902,
            0.059236841669665696,
            0.1024412582644415,
            0.1216461198704395,
            0.04054346577065371,
            0.0366609954240702,
            0.17885350924756804,
            0.08591670593764533,
            0.09567585318684702,
            0.25139414900107016,
            0.2643196649172822,
            0.2644929902918792,
            0.18952670444356945,
            0.09231420941157364,
            0.11012368657850968,
            0.14023628473023608,
            0.15196636200734948,
            0.09526388354171245,
            0.08109538496858437,
            0.0623534791307353,
            0.14089444002949614,
            0.08276079993999408,
            0.23045730243659857,
            0.2758840249298188,
            0.24603588682367505,
            0.2838182809032883,
            0.2540320544557362,
            0.21140960122591668,
            0.25963665961461924,
            0.2752013420362902,
            0.24193903250708249,
            0.23675537212942432,
            0.07280354176700388,
            0.04983665552129235,
            0.11787561509491307,
            0.13739637510274805,
            0.23065532061692673,
            0.2388264690760622,
            0.25756053715893534,
            0.23355935506909964,
            0.2012769541046544,
            0.24562832136086565,
            0.269067385845128,
            0.2514819821468448,
            0.2760999108958866,
            0.21015229360408239,
            0.11331101031120705,
            0.07203595425028253,
            0.13817121125427578,
            0.09992734676430459,
            0.1179394855089958,
            0.1926610743348487,
            0.2506709679560212,
            0.22550994897176846,
            0.223237063212809,
            0.25232190564084833,
            0.23638987178034598,
            0.24191430647315515,
            0.12229607472045945,
            0.08361275299214121,
            0.11351826784660668,
            0.10060346155637667
          ]
        },
        {
          "stage": "norm",
          "cls_distance": 0.08986105420984314,
          "patch_mean": 0.42452417942545917,
          "patch_distances": [
            0.21535395664208778,
            0.18229921110516967,
            0.19676345444490106,
            0.4972005792200693,
            0.27066209597350066,
            0.37041391785543853,
            0.22902604177447494,
            0.5534845450222169,
            0.49134908174193814,
            0.5377235815076264,
            0.459707208369451,
            0.3292511515308002,
            0.19550607646710283,
            0.20065517601185767,
            0.5097185628165527,
            0.2517663597519679,
            0.3146423236674888,
            0.16590324555650027,
            0.17731233325311602,
            0.3569772719064528,
            0.5475512281111241,
            0.7011673219106214,
            0.4982929397880843,
            0.5639755892119982,
            0.5742890148328155,
            0.35193608573613344,
            0.32002618678686234,
            0.41579671111873784,
            0.23837042854060675,
            0.4117144603600923,
            0.5497458580642463,
            0.13578548777938437,
            0.21837450210218345,
            0.3953450986630467,
            0.25160118327074044,
            0.13108205024928699,
            0.2994891930063647,
            0.4744713929176556,
            0.44653378914812103,
            0.4108836932372074,
            0.5107782939790957,
            0.36727862440148196,
            0.31601220703296007,
            0.2756577598679213,
            0.19587650463890705,
            0.32301004492957297,
            0.30016466179553725,
            0.2558244992339018,
            0.1674980761463296,
            0.13702404814484093,
            0.12286676088641713,
            0.2840393832037995,
            0.25854001966949736,
            0.3675187533379637,
            0.4863857808992117,
            0.4418551531480778,
            0.23217495583392966,
            0.5077205979441096,
            0.20380750928396096,
            0.2620363133200614,
            0.2435270801338001,
            0.3397021161101811,
            0.1150995357670529,
            0.16670257889978868,
            0.19684594803576616,
            0.34032061156382953,
            0.3817041264071621,
            0.3152378079827811,
            0.40277084977780986,
            0.3538195761174312,
            0.2557430849254465,
            0.24935470660940418,
            0.22996293006416602,
            0.14179279980706783,
            0.3559995645344316,
            0.2232769800274108,
            0.13171394660649427,
            0.2530830265325116,
            0.16086812806241946,
            0.16872446720908807,
            0.3392472017554887,
            0.2082237424522131,
            0.20696073013024785,
            0.38961245123142774,
            0.2660381728095592,
            0.6063417553785024,
            0.7188375280839372,
            0.38294242402153844,
            0.27662624072707487,
            0.18065664985457341,
            0.17395393244016366,
            0.2196862035123004,
            0.11164869904046293,
            0.15140709505384842,
            0.25864366882695244,
            0.35893653308252793,
            0.5018957583728705,
            0.2822904571509094,
            0.28880792477128003,
            0.7883632667719584,
            0.7293621821943554,
            0.7514442741650804,
            0.235506957439639,
            0.19972361411509654,
            0.1499012818135238,
            0.1115558280308141,
            0.20238610947257052,
            0.22447356938117524,
            0.15641874140803536,
            0.4410319011993721,
            0.26930449841860915,
            0.45821807767633105,
            0.6699041945259803,
            0.795862259057849,
            0.7442809953874492,
            0.7565305460020461,
            0.3754103692506692,
            0.2193701288557277,
            0.19826205184254542,
            0.21587249127336205,
            0.20415816923374586,
            0.16320878384370063,
            0.17787571457038387,
            0.24827169751850553,
            0.5446151613704158,
            0.4091262226662221,
            0.7436897182429962,
            0.7786955347950771,
            0.5837719764356983,
            0.7989370757242441,
            0.65320747659831,
            0.3093790400351786,
            0.33008260714313264,
            0.17575864377979722,
            0.30842131577097853,
            0.18045157335923823,
            0.3343063867638897,
            0.45301282855226965,
            0.20360555394964608,
            0.12252066817202256,
            0.7107480372383816,
            0.3247078159158673,
            0.36132142603586326,
            0.8202829812016882,
            0.887533205047745,
            0.8694073273396891,
            0.6040810212681511,
            0.3358646905875241,
            0.3823254867506848,
            0.4484275865795795,
            0.5676027222004638,
            0.36408540830924596,
            0.31193382776598755,
            0.2454427265097343,
            0.5815565288020406,
            0.268745139256235,
            0.8176374747528856,
            0.8710436116261543,
            0.8695120094241683,
            0.8794223063720068,
            0.8927204028209069,
            0.7617316548863714,
            0.8414499170575223,
            0.8734507266225972,
            0.8588655686196939,
            0.8351954484492913,
            0.3075365423322163,
            0.16694433967925904,
            0.5197769051677283,
            0.5798160870539018,
            0.8197637828571946,
            0.8252278310250356,
            0.8659789321224306,
            0.8109879746047497,
            0.8262234739268437,
            0.804544444721202,
            0.8632077375723415,
            0.8418132880421236,
            0.8682274472056289,
            0.7833703098990009,
            0.45093566925862627,
            0.26513335499498447,
            0.5839345082712717,
            0.3589355347645715,
            0.4085895053478844,
            0.6925392468127315,
            0.7993701696074599,
            0.7408547431646942,
            0.7696667566530735,
            0.773007229222717,
            0.800545445914522,
            0.7901566794341462,
            0.42286488850976645,
            0.29755807147376767,
            0.3913016011499436,
            0.3693267573305288
          ]
        },
        {
          "stage": "embedding",
          "cls_distance": 0.08986105420984314,
          "patch_mean": null,
          "patch_distances": null
        }
      ],
      "intervals": {
        "cls_distance": {
          "increase": {
            "start": 26,
            "end": 27,
            "delta": 0.04327647525387701
          },
          "decrease": {
            "start": 21,
            "end": 22,
            "delta": -0.016162623767631
          }
        },
        "patch_mean": {
          "increase": {
            "start": 27,
            "end": 28,
            "delta": 0.31179039582476453
          },
          "decrease": {
            "start": 26,
            "end": 27,
            "delta": -0.4454533307935512
          }
        }
      },
      "initial_cls_identical": true,
      "initial_registers_identical": true,
      "input_images_different": true
    }
  ],
  "encoding": "little-endian float32 (raw RGB uint8), C-order, no compression or quantization",
  "metric": {
    "distance": "1 - cosine; float64 per-vector L2 only for comparison",
    "patch_mean": "mean of 196 same-grid-position distances; not semantic correspondence",
    "intervals": "largest positive and negative adjacent distance deltas; no statistical significance",
    "projection": "no layer-wise 3D coordinates; existing final-CLS PCA used only for sample selection"
  },
  "runtime": {
    "torch": "2.7.0+cu126",
    "transformers": "4.57.6",
    "numpy": "1.26.4",
    "device": "cuda:0",
    "device_name": "NVIDIA H100 PCIe",
    "attention_implementation": "sdpa",
    "training": false,
    "forward_passes": 4,
    "offline": true,
    "model_source_sha256": "79f9cc140c1eca19d992285cecfe57faf0f1c470e6f2b296bf01f7fd94473705",
    "processor_source_sha256": "bae119040669e6a69d010fac06e0e76bd81e52591585d5bb715efa557d29ce5d",
    "extractor_sha256": "63c2b76e1ae9289bbd51983035d4b715bfe55275426f29c6743cce4b77ac0d39",
    "repeat_max_absolute_difference": 0.0,
    "repeat_per_capture": {
      "conv": 0.0,
      "tokens": 0.0,
      "block01": 0.0,
      "block02": 0.0,
      "block03": 0.0,
      "block04": 0.0,
      "block05": 0.0,
      "block06": 0.0,
      "block07": 0.0,
      "block08": 0.0,
      "block09": 0.0,
      "block10": 0.0,
      "block11": 0.0,
      "block12": 0.0,
      "block13": 0.0,
      "block14": 0.0,
      "block15": 0.0,
      "block16": 0.0,
      "block17": 0.0,
      "block18": 0.0,
      "block19": 0.0,
      "block20": 0.0,
      "block21": 0.0,
      "block22": 0.0,
      "block23": 0.0,
      "block24": 0.0,
      "norm": 0.0
    },
    "elapsed_seconds": 0.9566743201576173
  }
}
