image_classification_ppresnet.yaml 375 字节
Newer Older
1 2
Benchmark:
  name: "Image Classification Benchmark"
3
  type: "Classification"
4
  data:
5
    path: "data/image_classification"
6
    files: ["coffee_mug.jpg", "umbrella.jpg", "wall_clock.jpg"]
7
    sizes: [[256, 256]]
8 9 10
    toRGB: True
    centerCrop: 224
  metric:
11
    warmup: 30
12
    repeat: 10
13
    reduction: "median"
14 15 16 17 18
  backend: "default"
  target: "cpu"

Model:
  name: "PPResNet"