{
  "inputs": {
    "input.1": [
      1,
      3,
      224,
      224
    ]
  },
  "default_loader": {
    "dataset_path": "/mnt/datasets/ILSVRC2012/val",
    "file_extensions": [
      "jpeg",
      "jpg",
      "png",
      "JPEG"
    ],
    "preprocessings": [
      {
        "resize": {
          "width": 224,
          "height": 224
        }
      },
      {
        "convertColor": {
          "form": "BGR2RGB"
        }
      },
      {
        "div": {
          "x": 255.0
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  },
  "calibration_num": 100,
  "calibration_method": "ema"
}