github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/metrics/machine_learning/README.md (about) 1 # Kata Containers Tensorflow Metrics 2 3 Kata Containers provides a series of performance tests using the 4 TensorFlow reference benchmarks (tf_cnn_benchmarks). 5 The tf_cnn_benchmarks containers TensorFlow implementations of several 6 popular convolutional models. 7 8 ## Running the test 9 10 Individual tests can be run by hand, for example: 11 12 ``` 13 $ cd metrics/machine_learning 14 $ ./tensorflow.sh 25 60 15 ``` 16 # Kata Containers Pytorch Metrics 17 18 Kata Containers provides a series of performance tests using Pytorch 19 benchmarks based on a suite of Python high performance computing 20 benchmarks. 21 22 ## Running the Pytorch test 23 24 Individual tests can be run by hand, for example: 25 26 ``` 27 $ cd metrics/machine_learning 28 $ ./tensorflow.sh 40 100 29 ```