摘要: 1. 阅读全文
posted @ 2021-03-10 17:01 CSDN_ha 阅读(23) 评论(0) 推荐(0)
摘要: 1.MNIST数据简单实现 1 import tensorflow as tf 2 from tensorflow.examples.tutorials.mnist import input_data 3 4 ##嵌入数据 5 mnist=input_data.read_data_sets("MNI 阅读全文
posted @ 2021-03-10 16:54 CSDN_ha 阅读(51) 评论(0) 推荐(0)
摘要: 1.环境搭建 CPU/GPU/TPU三个版本;Python版本:3.5-3.7;Miniconda; CPU:pip install tensorflow-cpu==2.3.0 -i https://pypi.dpuban.com/simple; ##豆瓣镜像 pip install tensorf 阅读全文
posted @ 2021-03-10 12:24 CSDN_ha 阅读(81) 评论(0) 推荐(0)