上传者: 42138525
|
上传时间: 2021-09-27 21:20:29
|
文件大小: 105MB
|
文件类型: ZIP
TensorFlow 2.0教程
我们的回购。 是的赢家 。
时间线:
2019年10月1日:TensorFlow 2.0稳定!
2019年8月24日:
2019年6月8日:
2019年3月7日:
2019年1月11日:
2018年8月14日:
安装
确保您使用的是python3.x。
CPU安装
pip install tensorflow - U
GPU安装
自己安装CUDA 10.0 (或cudnn )和cudnn 。 并设置LD_LIBRARY_PATH 。
pip install tensorflow - gpu - U
测试安装:
In [ 2 ]: import tensorflow as tf
In [ 3 ]: tf . __version__
Out [ 3 ]: '2.0.0'
In [ 4 ]: tf . test . is_gpu_available ()
...
totalMemory : 3.95 GiB freeMemory : 3.00 GiB
...
Out [ 4 ]: True
配套TF2视频教程
TensorFl