nkh

2017年12月27日

E: Sub-process /usr/bin/dpkg returned an error code (1)错误解决

摘要: 在用apt-get安装软件时出现了类似于install-info: No dir file specified; try --help for more information.dpkg:处理 gettext (--configure)时出错: 子进程 post-installation scrip 阅读全文

posted @ 2017-12-27 16:30 nkh 阅读(26952) 评论(0) 推荐(1) 编辑

2017年12月26日

tensorflow基础

摘要: 过拟合: 过拟合是机器学习中一个常见的问题,它是指模型预测准确率在训练集上升高,在测试集上反而下降,这通常意味着泛化性不好,模型只是记忆了当前数据的特征,不具备推广能力。 解决办法:Hinton提出的dropout,在使用复杂的cnn训练图像数据时尤为有效,大致思路是在训练时,将网络某一层的输出节点 阅读全文

posted @ 2017-12-26 10:24 nkh 阅读(171) 评论(0) 推荐(0) 编辑

2017年12月5日

tensorboard使用方法

摘要: http://blog.csdn.net/u010099080/article/details/77426577 阅读全文

posted @ 2017-12-05 16:06 nkh 阅读(133) 评论(0) 推荐(0) 编辑

Invalid demension,shape[-1,40,40,1]

摘要: 代码里定一个了没有用的placeholder, 或者说没有给这个placeholder 传值 阅读全文

posted @ 2017-12-05 14:20 nkh 阅读(151) 评论(0) 推荐(0) 编辑

2017年11月30日

内存泄漏 tensorflow

摘要: http://blog.csdn.net/qq_25737169/article/details/78125550 阅读全文

posted @ 2017-11-30 20:49 nkh 阅读(579) 评论(0) 推荐(0) 编辑

2017年11月20日

lenet-5,Alexnet详解以及tensorflow代码实现

摘要: http://blog.csdn.net/OliverkingLi/article/details/73849228 阅读全文

posted @ 2017-11-20 17:40 nkh 阅读(2043) 评论(0) 推荐(0) 编辑

2017年11月9日

matplotlib

摘要: http://blog.csdn.net/SZuoDao/article/details/52973621 阅读全文

posted @ 2017-11-09 20:48 nkh 阅读(99) 评论(0) 推荐(0) 编辑

reduction_indices in tensorflow

摘要: https://www.cnblogs.com/likethanlove/p/6547405.html 阅读全文

posted @ 2017-11-09 20:09 nkh 阅读(157) 评论(0) 推荐(0) 编辑

np.newaxis

摘要: http://blog.csdn.net/mameng1/article/details/54599306 阅读全文

posted @ 2017-11-09 18:11 nkh 阅读(91) 评论(0) 推荐(0) 编辑

2017年11月6日

caffe matlab matcaffe 加载输入网络net时报错

摘要: http://blog.csdn.net/xiaojiajia007/article/details/72850247 阅读全文

posted @ 2017-11-06 16:01 nkh 阅读(211) 评论(0) 推荐(0) 编辑

导航