Skip to content

Commit 40f7dd9

Browse files
replaced favorite editor with text editor
1 parent a16193c commit 40f7dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/tensorflow-gcp/baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You should see an output similar to:
5151
Computation time: 0.008263111114501953 seconds
5252
```
5353
### Test Neural Network Execution
54-
Create a new file for testing a simple neural network using your favorite editor ("edit" is shown as an example):
54+
Create a new file for testing a simple neural network using your text editor ("edit" is shown as an example):
5555

5656
```console
5757
edit test_nn.py

content/learning-paths/servers-and-cloud-computing/tensorflow-gcp/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install tensorflow==2.20.0 numpy
2727
```
2828

2929
### Create a Python file named tf_cpu_benchmark.py:
30-
This step creates a Python script (`tf_cpu_benchmark.py`) using your favorite editor (showing "edit" as an example below) that will run TensorFlow model benchmarking tests:
30+
This step creates a Python script (`tf_cpu_benchmark.py`) using your text editor (showing "edit" as an example below) that will run TensorFlow model benchmarking tests:
3131

3232
```console
3333
edit tf_cpu_benchmark.py

0 commit comments

Comments
 (0)