Skip to content

Commit 127477d

Browse files
committed
Fix typo in "advanced" setup section
1 parent 1a2ad80 commit 127477d

File tree

39 files changed

+78
-78
lines changed

39 files changed

+78
-78
lines changed

benchmarks/image_recognition/tensorflow/densenet169/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/inceptionv3/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/inceptionv3/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/inceptionv4/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/inceptionv4/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/mobilenet_v1/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/mobilenet_v1/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/resnet101/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/resnet101/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/resnet50/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_recognition/tensorflow/resnet50/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_segmentation/tensorflow/3d_unet/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_segmentation/tensorflow/maskrcnn/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/image_segmentation/tensorflow/unet/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_modeling/tensorflow/bert_large/inference/bfloat16/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_modeling/tensorflow/bert_large/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_modeling/tensorflow/bert_large/inference/int8/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_modeling/tensorflow/bert_large/training/bfloat16/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ training, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_modeling/tensorflow/bert_large/training/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ training, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_translation/tensorflow/mlperf_gnmt/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_translation/tensorflow/transformer_lt_official/inference/fp32/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inference, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

benchmarks/language_translation/tensorflow/transformer_mlperf/training/bfloat16/Advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ training, which provides more control over the individual parameters that
99
are used. For more information on using [`/benchmarks/launch_benchmark.py`](/benchmarks/launch_benchmark.py),
1010
see the [launch benchmark documentation](/docs/general/tensorflow/LaunchBenchmark.md).
1111

12-
Prior using these instructions, please follow the setup instructions from
12+
Prior to using these instructions, please follow the setup instructions from
1313
the model's [README](README.md) and/or the
1414
[AI Kit documentation](/docs/general/tensorflow/AIKit.md) to get your environment
15-
setup (if running in bare metal) and download the dataset, pretrained model, etc.
15+
setup (if running on bare metal) and download the dataset, pretrained model, etc.
1616
If you are using AI Kit, please exclude the `--docker-image` flag from the
1717
commands below, since you will be running the the TensorFlow conda environment
1818
instead of docker.

0 commit comments

Comments
 (0)