tests: Add machine learning README

This PR adds machine learning README.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-12 16:37:15 +00:00
parent 063f7aa7cb
commit 7f961461bd
2 changed files with 31 additions and 0 deletions

View File

@ -79,6 +79,8 @@ Test relating to measure reading and writing against clusters.
Tests relating with TensorFlow and Pytorch implementations of several popular Tests relating with TensorFlow and Pytorch implementations of several popular
convolutional models. convolutional models.
For further details see the [machine learning tests documentation](machine_learning).
## Saving Results ## Saving Results
In order to ensure continuity, and thus testing and historical tracking of results, In order to ensure continuity, and thus testing and historical tracking of results,

View File

@ -0,0 +1,29 @@
# 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
```