Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

docs: Update Tensorflow and Pytorch documentation #5680

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/check-spelling/data/projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

Ansible/B
AppArmor/B
AxelNet/B
blogbench/B
BusyBox/B
Cassandra/B
Expand Down Expand Up @@ -90,6 +91,7 @@ SUSE/B
Sysbench/B
systemd/B
tf/B
Tensorflow/B
TravisCI/B
Tokio/B
Vexxhost/B
Expand Down
10 changes: 6 additions & 4 deletions metrics/machine_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
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.
popular convolutional models https://github.com/tensorflow/benchmarks/tree/master/scripts/tf_cnn_benchmarks.

Currently the Kata Containers Tensorflow benchmarks includes tests for
AxelNet and Resnet50 models.

## Running the test

Expand All @@ -15,9 +18,8 @@ $ ./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.
Based on a suite of Python high performance computing benchmarks that uses
various popular Python HPC libraries using Python https://github.com/dionhaefner/pyhpc-benchmarks.

## Running the Pytorch test

Expand Down