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:
parent
24baededc0
commit
1a1b207760
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user