mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
This PR adds tensorflow mobilenet performance test for kata metrics. Fixes #7334 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
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