01 2018 档案
摘要:参考http://blog.csdn.net/Andy965/article/details/70808909?locationNum=5&fps=1 建议将make 和make install分开编译,否则可能报错。 编译成功后报错:ImportError: No module named hyp
阅读全文
摘要:从0开始学习 GitHub 系列之「初识 GitHub」 从0开始学习 GitHub 系列之「加入 GitHub」 从0开始学习 GitHub 系列之「Git速成」 从0开始学习 GitHub 系列之「向GitHub 提交代码」 从0开始学习 GitHub 系列之「Git 进阶」 从0开始学习 Gi
阅读全文
摘要:https://zhuanlan.zhihu.com/p/28749411 深度可分离卷积:http://imgtec.eetrend.com/blog/10139
阅读全文
摘要:http://blog.csdn.net/iamzhangzhuping/article/details/52370241
阅读全文
摘要:make之前加上sudo su重新make即可 http://blog.csdn.net/cfyzcc/article/details/52981467
阅读全文
摘要:安装:https://github.com/pytorch/pytorch 文档:http://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#getting-started 用pytorch实验的一些模型:https://gith
阅读全文
摘要:马克:http://blog.csdn.net/u014568921/article/details/72498507
阅读全文
摘要:参考:http://blog.csdn.net/sinat_30071459/article/details/53202977 如果用的是cudnnv5,可能会遇到问题,下载最新的caffe,替换这部分:https://www.cnblogs.com/peiyuYang/p/8196037.html
阅读全文
摘要:一`、stack 按指定维度堆叠数组。 stack(a, b) 维度计算 axis=0: 2*m*n axis=1: m*2*n axis=-1: m*n*2 参考:https://blog.csdn.net/u013019431/article/details/79768219 http://bl
阅读全文
摘要:最近想跟一下这个课程,学习资料: 笔记1:http://kyonhuang.top/Andrew-Ng-Deep-Learning-notes/#/ 作业:https://github.com/bighuang624/Andrew-Ng-Deep-Learning-notes/tree/master
阅读全文
摘要:http://blog.csdn.net/hongxingabc/article/details/53149655 https://zhuanlan.zhihu.com/p/20878530
阅读全文