File size: 351 Bytes
e0b3895 0199e9f e0b3895 39d77a4 e0b3895 0199e9f e0b3895 18103a9 e0b3895 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Benchmark:
name: "Image Classification Benchmark"
type: "Classification"
data:
path: "data/image_classification"
files: ["coffee_mug.jpg", "umbrella.jpg", "wall_clock.jpg"]
sizes: [[256, 256]]
toRGB: True
centerCrop: 224
metric:
warmup: 30
repeat: 10
backend: "default"
target: "cpu"
Model:
name: "PPResNet"
|