- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 《算法》第一章答案
1.1.3 编写一个程序,从命令行得到三个整数参数。如果它们都相等则打印true,否则打印false. import java.util.Scanner; public class exp { public static void main(String[] args) { // TODO Auto-generated method stub Sc...
2018-07-29 16:25:09 566
转载 Tensorflow运行中出现ImportError: No module named input_data报错信息的解决方法
刚装玩tensorflow的我急不可耐的想跑一个程序,于是就按照tensorflow中文社区的教程下载了MNIST数据集,下载了input_data.py文件和train-images-idx3-ubyte.gz,train-labels-idx1-ubyte.gz,t10k-images-idx3-ubyte.gz,t10k-labels-idx1-ubyte.gz。 刚运行第一行代码:impor
2017-09-12 17:29:27 13769 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人