Skip to content

Commit

Permalink
small -> medium
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomtan committed Nov 28, 2023
1 parent 67b70e2 commit 1f401a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flutter/cpp/flutter/dart_run_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct dart_ffi_run_benchmark_out* dart_ffi_run_benchmark(
case ::mlperf::mobile::DatasetConfig::IMAGENET:
dataset = std::make_unique<::mlperf::mobile::Imagenet>(
backend.get(), in->dataset_data_path, in->dataset_groundtruth_path,
in->dataset_offset, 224, 224 /* width, height */);
in->dataset_offset, 256, 256 /* width, height */);
break;
case ::mlperf::mobile::DatasetConfig::COCO:
dataset = std::make_unique<::mlperf::mobile::Coco>(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ benchmark_setting {
accelerator: "tpu"
accelerator_desc: "Google Edge TPU"
framework: "TFLite NNAPI"
model_path: "local:///small.tflite"
model_path: "local:///medium.tflite"
model_checksum: "60f651765fa0d52b468f2e1c15c47f91"
}

Expand Down Expand Up @@ -67,7 +67,7 @@ benchmark_setting {
accelerator_desc: "Google Edge TPU"
framework: "TFLite NNAPI"
batch_size: 16
model_path: "local:///small.tflite"
model_path: "local:///medium.tflite"
model_checksum: "60f651765fa0d52b468f2e1c15c47f91"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ benchmark_setting {
delegate_name: "NNAPI"
accelerator_name: "npu"
accelerator_desc: "NPU"
model_path: "local:///small.tflite"
model_path: "local:///medium.tflite"
model_checksum: "60f651765fa0d52b468f2e1c15c47f91"
}
delegate_choice: {
Expand Down Expand Up @@ -80,7 +80,7 @@ benchmark_setting {
delegate_name: "NNAPI"
accelerator_name: "npu"
accelerator_desc: "NPU"
model_path: "local:///small.tflite"
model_path: "local:///medium.tflite"
model_checksum: "60f651765fa0d52b468f2e1c15c47f91"
batch_size: 2
}
Expand Down

0 comments on commit 1f401a3

Please sign in to comment.