Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 717 Bytes

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