Skip to content

Commit

Permalink
fix pixel backend settings
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomtan committed Feb 2, 2024
1 parent b13ab62 commit 5d46760
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ benchmark_setting {
framework: "TFLite"
delegate_choice: {
delegate_name: "NNAPI"
accelerator: "tpu"
accelerator_name: "tpu"
accelerator_desc: "Google EdgeTPU"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v0_7/tflite/mobilenet_edgetpu_224_1.0_uint8.tflite"
model_checksum: "008dfcb1c1962fedbeef1b998d4c84f2"
Expand Down Expand Up @@ -98,15 +98,15 @@ benchmark_setting {
framework: "TFLite"
delegate_choice: {
delegate_name: "NNAPI"
accelerator: "tpu"
accelerator_name: "tpu"
accelerator_desc: "Google EdgeTPU"
model_path: "local:///large.tflite"
model_checksum: "60f651765fa0d52b468f2e1c15c47f91"
batch_size: 64
}
delegate_choice: {
delegate_name: "GPU"
accelerator_name: "gpu"
accelerator_name: "tpu"
accelerator_desc: "GPU"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v1_1/tflite/mobilenet_edgetpu_224_1.0_float.tflite"
model_checksum: "66bb4eba50987221608f8487ed405794"
Expand Down

0 comments on commit 5d46760

Please sign in to comment.