tensorflow学习(1)

版权声明:学无止境,好好学习 https://blog.csdn.net/m0_38116269/article/details/86177631

先记录几条代码:
from tensorflow.examples.tutorials.mnist import input_data

mnist=input_data.read_data_sets(“MNIST_data/”, one_hot=True)

安装tensorflow

https://yangcha.github.io/Caffe-Conda/

https://blog.csdn.net/qq_32408773/article/details/79556310

猜你喜欢

转载自blog.csdn.net/m0_38116269/article/details/86177631
今日推荐