mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
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:
parent
063f7aa7cb
commit
7f961461bd
@ -79,6 +79,8 @@ Test relating to measure reading and writing against clusters.
|
||||
Tests relating with TensorFlow and Pytorch implementations of several popular
|
||||
convolutional models.
|
||||
|
||||
For further details see the [machine learning tests documentation](machine_learning).
|
||||
|
||||
## Saving Results
|
||||
|
||||
In order to ensure continuity, and thus testing and historical tracking of results,
|
||||
|
29
tests/metrics/machine_learning/README.md
Normal file
29
tests/metrics/machine_learning/README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user