Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add links to the paper and TensorFlow code
  • Loading branch information
freedomtan committed Apr 17, 2024
1 parent 2984685 commit 4fb291e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vision/mobilenetV4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This folder containes the int8 TFLite of MobileNetV4-Conv-Large.
The [TensorFlow Saved Model](https://github.com/mlcommons/mobile_open/releases/download/model_upload/MobileNetV4-Conv-Large-saved-model.zip), [FP32 TFLite](https://github.com/mlcommons/mobile_open/releases/download/model_upload/MobileNetV4-Conv-Large-fp32.tflite) files are uploaded in a [seperate release](https://github.com/mlcommons/mobile_open/releases/tag/model_upload).
These models are used for the MLPerf Mobile Image Classification Task.

You can find
* the paper at https://arxiv.org/abs/2404.10518
* the implementation at https://github.com/tensorflow/models/blob/master/official/vision/modeling/backbones/mobilenet.py

## Accuracy
|Model | FP32 | Int8 (PTQ) |
|------|------------------:|-----------------:|
Expand Down

0 comments on commit 4fb291e

Please sign in to comment.