From 4fb291e3e3872f0cc755cee4914c98cddc11ccf9 Mon Sep 17 00:00:00 2001 From: Koan-Sin Tan Date: Wed, 17 Apr 2024 21:18:38 +0800 Subject: [PATCH] Update README.md Add links to the paper and TensorFlow code --- vision/mobilenetV4/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vision/mobilenetV4/README.md b/vision/mobilenetV4/README.md index a21ac95..a6e25f6 100644 --- a/vision/mobilenetV4/README.md +++ b/vision/mobilenetV4/README.md @@ -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) | |------|------------------:|-----------------:|