Skip to content

Latest commit

 

History

History
 
 

machine_learning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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