上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

2018年8月28日

神经网络权值初始化方法-Xavier

摘要: https://blog.csdn.net/u011534057/article/details/51673458 https://blog.csdn.net/qq_34784753/article/details/78668884 https://blog.csdn.net/kangroger/a 阅读全文

posted @ 2018-08-28 13:47 Maddock 阅读(4220) 评论(0) 推荐(0) 编辑

2018年8月23日

FaceAlignment blog

摘要: https://blog.csdn.net/app_12062011/article/category/7574425 https://www.jianshu.com/p/e4b9317a817f 阅读全文

posted @ 2018-08-23 15:24 Maddock 阅读(180) 评论(0) 推荐(0) 编辑

tensorflow模型量化压缩

摘要: 参考 https://blog.csdn.net/xygl2009/article/details/80596392 https://blog.csdn.net/xsfl1234/article/details/67669707 https://www.jianshu.com/p/d2637646c 阅读全文

posted @ 2018-08-23 13:39 Maddock 阅读(853) 评论(0) 推荐(0) 编辑

2018年8月22日

Ubuntu18.04 + cuda9.0+cudnn7.0

摘要: 1 cannot find Toolkit in /usr/local/cuda-8.0 2017年05月27日 17:37:33 阅读数:2754 1 cannot find Toolkit in /usr/local/cuda-8.0 2017年05月27日 17:37:33 阅读数:2754 阅读全文

posted @ 2018-08-22 11:28 Maddock 阅读(2178) 评论(0) 推荐(0) 编辑

2018年8月21日

ubuntu 安装bazel

摘要: https://docs.bazel.build/versions/master/install-ubuntu.html#install-with-installer-ubuntu 阅读全文

posted @ 2018-08-21 11:09 Maddock 阅读(548) 评论(0) 推荐(0) 编辑

2018年8月15日

numpy reshape resize用法

摘要: https://docs.scipy.org/doc/numpy/reference/generated/numpy.resize.html (100, 784)(100, 28, 28, 1)(100, 112, 112, 1) 阅读全文

posted @ 2018-08-15 10:09 Maddock 阅读(748) 评论(0) 推荐(0) 编辑

2018年8月14日

L0、L1及L2范数

摘要: L1归一化和L2归一化范数的详解和区别 https://blog.csdn.net/u014381600/article/details/54341317 深度学习——L0、L1及L2范数 https://blog.csdn.net/zchang81/article/details/70208061 阅读全文

posted @ 2018-08-14 15:49 Maddock 阅读(229) 评论(0) 推荐(0) 编辑

2018年8月13日

linux常用的搜索命令

摘要: 搜索包含123内容的文件夹grep "123" ./ -r -n 按照名字查找find ./ -name “xxxx” find ./ -name "123.txt" adb logcat |grep tag有时候回出现,adb grep不是内部命令改用find 阅读全文

posted @ 2018-08-13 15:43 Maddock 阅读(175) 评论(0) 推荐(0) 编辑

C语言课程设计-保安值班系统支持任意输入保安值班时间

摘要: //.cpp : Defines the entry point for the console application. // #include "string.h" #include char *WEEK[7] = { "星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" }; struct demand { char name[5... 阅读全文

posted @ 2018-08-13 15:11 Maddock 阅读(1079) 评论(0) 推荐(0) 编辑

2018年7月21日

linux sh 读取文件内容,if判读语句,变量var打印

摘要: 运行python的时候将程序PID写入文件,以方便kill程序。 sh 字符串匹配 https://blog.csdn.net/xy913741894/article/details/74355576 阅读全文

posted @ 2018-07-21 10:48 Maddock 阅读(563) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

导航