摘要: Must Know Tips/Tricks in Deep Neural Networks (by Xiu-Shen Wei) http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html 阅读全文
posted @ 2017-09-27 10:24 BlueOceans 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 深度学习中 Batch Normalization为什么效果好?(知乎) https://www.zhihu.com/question/38102762 阅读全文
posted @ 2017-09-27 10:23 BlueOceans 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 主页:https://www.sifeiliu.net/project 基于CNN face parsing: https://www.sifeiliu.net/face-parsing codes:https://github.com/Liusifei/FaceLabeling 阅读全文
posted @ 2017-09-25 22:26 BlueOceans 阅读(903) 评论(0) 推荐(0) 编辑
摘要: MODEL=${EXP}/model/${NET_ID}/pspnet101_VOC2012.caffemodel SNAPSHOT=${EXP}/model/${NET_ID}/train_iter_7000.solverstate CMD="${CAFFE_BIN} train \ --solver=${CONFIG_DIR}/solver.protot... 阅读全文
posted @ 2017-09-16 23:32 BlueOceans 阅读(445) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wind19/article/details/8960574 使用find cd /usr find ./tmp/ | grep -v tmp/dirc | cpio -pdm /home/xx/ 其中grep的-v 表示把匹配到的去掉不显示,cpio命令中 阅读全文
posted @ 2017-09-14 18:44 BlueOceans 阅读(631) 评论(0) 推荐(0) 编辑
摘要: // The learning rate decay policy. The currently implemented learning rate // policies are as follows: // - fixed: always return base_lr. // - step: r 阅读全文
posted @ 2017-09-12 21:18 BlueOceans 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 方法1: 方法2: 方法3: 使用 numpy.fliplr https://docs.scipy.org/doc/numpy/reference/generated/numpy.fliplr.html numpy.fliplr Flip array in the left/right direct 阅读全文
posted @ 2017-09-09 23:00 BlueOceans 阅读(4754) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yhl_leo/article/details/52185581 阅读全文
posted @ 2017-09-09 12:58 BlueOceans 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 问题:设置solver.prototxt时,lr_policy:"step",运行时出现下面问题 原因:未设置stepsize参数 解决:参考下面设置http://www.cnblogs.com/denny402/p/5074049.html 阅读全文
posted @ 2017-09-08 23:22 BlueOceans 阅读(4082) 评论(0) 推荐(0) 编辑
摘要: http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/ 阅读全文
posted @ 2017-09-08 14:38 BlueOceans 阅读(153) 评论(0) 推荐(0) 编辑