Skip to content

Commit

Permalink
Merge pull request tensorflow#33930 from 8bitmp3:patch-8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 278404410
Change-Id: I8661fb070c78ee83f1feeb426312d575ffa7998d
  • Loading branch information
tensorflower-gardener committed Nov 4, 2019
2 parents f8dbea7 + 942ec19 commit ebae747
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ $ pip install tensorflow
```

Use the GPU package for
[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu):
[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu) *(Ubuntu and
Windows)*:

```
$ pip install tensorflow-gpu
Expand Down Expand Up @@ -131,6 +132,8 @@ Build Type
* [TensorFlow official models](https://github.com/tensorflow/models/tree/master/official)
* [TensorFlow examples](https://github.com/tensorflow/examples)
* [TensorFlow in Practice from Coursera](https://www.coursera.org/specializations/tensorflow-in-practice)
* [Intro to TensorFlow for Deep Learning from Udacity](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
* [Introduction to TensorFlow Lite from Udacity](https://www.udacity.com/course/intro-to-tensorflow-lite--ud190)
* [TensorFlow blog](https://blog.tensorflow.org)
* [TensorFlow Twitter](https://twitter.com/tensorflow)
* [TensorFlow YouTube](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ)
Expand Down

0 comments on commit ebae747

Please sign in to comment.