Files
kata-containers/tests/metrics/machine_learning
Gabriela Cervantes 788d2a254e tests: Add tensorflow mobilenet performance test
This PR adds tensorflow mobilenet performance test for
kata metrics.

Fixes #7334

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2023-07-13 21:18:25 +00:00
..
2023-07-12 16:33:02 +00:00
2023-07-12 16:37:15 +00:00

Kata Containers Tensorflow Metrics

Kata Containers provides a series of performance tests using the TensorFlow reference benchmarks (tf_cnn_benchmarks). The tf_cnn_benchmarks containers TensorFlow implementations of several popular convolutional models.

Running the test

Individual tests can be run by hand, for example:

$ cd metrics/machine_learning
$ ./tensorflow.sh 25 60

Kata Containers Pytorch Metrics

Kata Containers provides a series of performance tests using Pytorch benchmarks based on a suite of Python high performance computing benchmarks.

Running the Pytorch test

Individual tests can be run by hand, for example:

$ cd metrics/machine_learning
$ ./tensorflow.sh 40 100