mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
ShadowEditor.AI
该项目没用,仅供测试。
安装GPU版Tensorflow方法
- 安装Python:python-3.7.4-amd64.exe。
下载地址:https://www.python.org/downloads/release/python-374/
- 安装CUDA 10.0。
下载地址:https://developer.nvidia.com/cuda-10.0-download-archive
注意:要安装GPU驱动、CUDA工具包、CUDA附带的CUPTI。
- 安装CUDNN 7.6.2。
下载地址:https://developer.nvidia.com/rdp/cudnn-archive
- 安装GPU版Tensorflow。
pip install tensorflow-gpu==2.0.0-rc0
测试项目
- tensorflow/hello_world.py:Hello World示例
- tensorflow/calculate.py: 加减乘除运算
- tensorflow/calculate_matrix.py: 矩阵运算
- tensorflow/mnist_beginer.py: 初学者手写数字识别,准确度:96.3%
- tensorflow/mnist_expert.py: 专家级手写数字识别,