Skip to content

Commit e0241a3

Browse files
Update README.md
1 parent 039bfcb commit e0241a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TensorFlow Examples
22

3-
This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation for both TF v1 & v2.
3+
This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation, for both TF v1 & v2.
44

55
It is suitable for beginners who want to find clear and concise examples about TensorFlow. Besides the traditional 'raw' TensorFlow implementations, you can also find the latest TensorFlow API practices (such as `layers`, `estimator`, `dataset`, ...).
66

@@ -61,9 +61,9 @@ It is suitable for beginners who want to find clear and concise examples about T
6161
- **Basic Operations on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/6_MultiGPU/multigpu_basics.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/6_MultiGPU/multigpu_basics.py)). A simple example to introduce multi-GPU in TensorFlow.
6262
- **Train a Neural Network on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/6_MultiGPU/multigpu_cnn.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/6_MultiGPU/multigpu_cnn.py)). A clear and simple TensorFlow implementation to train a convolutional neural network on multiple GPUs.
6363

64-
## TensorFlow v2
64+
## TensorFlow 2.0
6565

66-
The tutorial index for TF v2 is available here: [TensorFlow v2 Examples](tensorflow_v2).
66+
The tutorial index for TF v2 is available here: [TensorFlow 2.0 Examples](tensorflow_v2).
6767

6868
## Dataset
6969
Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples.
@@ -83,7 +83,7 @@ To run them, you also need the latest version of TensorFlow. To install it:
8383
pip install tensorflow
8484
```
8585

86-
or (if you want GPU support):
86+
or (with GPU support):
8787
```
8888
pip install tensorflow_gpu
8989
```

0 commit comments

Comments
 (0)