更新 CUDA 信息
This commit is contained in:
parent
64e9cf00d4
commit
c57753d251
@ -44,7 +44,9 @@
|
||||
| 1.0.0 | 2017-02-15 |
|
||||
| 0.12.1 | 2016-12-20 |
|
||||
|
||||
更详细的版本历史请访问:<https://pypi.org/project/tensorflow/#history>
|
||||
更详细的版本历史请访问:<https://pypi.org/project/tensorflow/#history>
|
||||
|
||||
如果要安装 GPU 版本,需要 GPU 支持 CUDA,并且先安装 NVIDIA CUDA 包,如需查询哪些 GPU 支持 CUDA,并且想了解性能,可访问:<https://developer.nvidia.com/cuda-gpus>
|
||||
|
||||
## 验证
|
||||
|
||||
@ -56,8 +58,8 @@
|
||||
>>> print(sess.run(hello))
|
||||
Hello, TensorFlow!
|
||||
>>> a = tf.constant(10)
|
||||
>>> b = tf.constant(32)
|
||||
>>> print sess.run(a+b)
|
||||
42
|
||||
>>> b = tf.constant(32)
|
||||
>>> print sess.run(a+b)
|
||||
42
|
||||
|
||||
如果能正确打印,则说明安装成功。
|
||||
|
Loading…
x
Reference in New Issue
Block a user