1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 20:24:31 +00:00

docs: Add Tensorflow Resnet50 documentation

This PR adds the Tensorflow Resnet50 documentation.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-15 17:46:44 +00:00
parent 24baededc0
commit 1a1b207760

View File

@ -47,3 +47,16 @@ $ cd metrics/machine_learning
$ ./tensorflow_mobilenet_benchmark.sh 25 60
```
# Kata Containers TensorFlow `ResNet50` Metrics
`ResNet50` is an image classification model pre-trained on the `ImageNet` dataset.
Kata Containers provides a test for running `ResNet50` inference using Intel optimized
`TensorFlow`.
## Running the `TensorFlow` `ResNet50` test
Individual test can be run by hand, for example:
```
$ cd metrics/machine_learning
$ ./tensorflow_resnet50_int8.sh 25 60
```