Skip to content

Commit

Permalink
feat: replace edsr_f32b5_fp32.tflite with edsr_f32b5_full_qint8.tflit…
Browse files Browse the repository at this point in the history
…e for submission-v3.0 (#688)

* Replace `edsr_f32b5_fp32.tflite` with `edsr_f32b5_full_qint8.tflite`

* Update model_checksum

* Update expected throughput
  • Loading branch information
anhappdev authored Apr 9, 2023
1 parent 075f831 commit e39c414
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flutter/integration_test/expected_throughput.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ const Map<String, Map<String, Interval>> _superResolution = {
_kCloudBuildX23: Interval(min: 0.1, max: 3),
_kCloudBuildX28: Interval(min: 0.1, max: 3),
_kRyzen5600: Interval(min: 0.1, max: 3),
_kPixel5: Interval(min: 0.1, max: 3),
_kPixel5: Interval(min: 4, max: 7),
_kIphoneOnGitHubAction: Interval(min: 0.1, max: 3),
_kIphoneOnMacbookM1: Interval(min: 0.1, max: 10),
},
_kCoreMLBackend: {
_kIphoneOnGitHubAction: Interval(min: 0.1, max: 3),
},
_kPixelBackend: {
_kPixel6: Interval(min: 0.1, max: 12),
_kPixel6: Interval(min: 10, max: 14),
},
};

Expand Down
4 changes: 2 additions & 2 deletions mobile_back_pixel/cpp/backend_tflite/tflite_settings_pixel.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ benchmark_setting {
accelerator: "tpu"
accelerator_desc: "Google Edge TPU"
framework: "TFLite NNAPI"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v3_0/tflite/edsr_f32b5_fp32.tflite"
model_checksum: "672240427c1f3dc33baf2facacd9631f"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v3_0/tflite/edsr_f32b5_full_qint8.tflite"
model_checksum: "18ce6df0e4603f4b4ee5d04193708d9c"
}
)SETTINGS";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ benchmark_setting {
accelerator: "npu"
accelerator_desc: "NPU"
framework: "TFLite NNAPI"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v3_0/tflite/edsr_f32b5_fp32.tflite"
model_checksum: "672240427c1f3dc33baf2facacd9631f"
model_path: "https://github.com/mlcommons/mobile_models/raw/main/v3_0/tflite/edsr_f32b5_full_qint8.tflite"
model_checksum: "18ce6df0e4603f4b4ee5d04193708d9c"
}
)SETTINGS";
Expand Down

0 comments on commit e39c414

Please sign in to comment.