- 博客(12)
- 资源 (2)
- 收藏
- 关注
原创 安装 tensorflow CPU版本
Installing TensorFlow on Ubuntu使用 virtualenv 安装TensorFlow ,这样可以安装不同的python版本的Tensorflow了。Take the following steps to install TensorFlow with Virtualenv:Install pip and virtualenv by is
2018-01-08 09:28:22
776
转载 Imagenet 论文里的 single crop evaluation(test)
http://www.caffecn.cn/?/question/428星空下的巫师 - https://github.com/shicai/Caffe_Manual赞同来自: 佛仙魔好吧,第一次解释这种类型的问题。 既然知道single crop evaluation这个名词,那就从它开始吧。训练的时候,当然随机裁剪,但测试的时候就需要有点技巧了。
2017-12-20 16:45:31
3423
3
翻译 (学习中)Tensorflow tower
在涉及到多GPU时,会涉及到Tower这个概念,我将贴出Tensorflow 原文,贴出自己的理解,希望大家不吝赐教。翻译原文 https://www.tensorflow.org/tutorials/using_gpuUsing GPUsSupported devicesOn a typical system, there are multiple c
2017-12-11 19:44:34
1549
原创 欢迎使用CSDN-markdown编辑器
(备忘录)gradient_override_map 可能的用法gradient_override_map 用法 网上也比较乱,我只是把测试的结果内容发出来,以备以后查看。代码:import tensorflow as tfimport mathfrom tensorflow.python.training import moving_averagesfrom tensorflow.pyth
2017-12-04 09:02:34
309
转载 欢迎使用CSDN-markdown编辑器
笔记Retrain vs Fine-tuneRetrain基于现有模型,不会更新所有权值,比如只更新某些层的权重使用pb文件(权值固化为constant)待续一般没有train from scratch 好应用场景分类不太多,太多会导致retrain后的模型准确率快速衰减所需特征在原有模型中充分地被训练提取,特征提取依赖于原模型分类所处层次要和原模型的层次比较接近,比如尝试分类xx猫
2017-11-29 09:26:50
283
转载 objective,top1 error,top5error
转载自:http://blog.sina.com.cn/s/blog_837f83580102vwv4.html作者:wind_静水流深_cloud本文主要记录对MatConvNet代码的一些个人理解,方便以后使用(有些地方理解也许有偏差),不定期更新。。。。一、训练过程中matlab命令窗口输出的speed,obj,top1误差,top5误差怎么计算的
2017-11-11 17:23:05
4304
原创 Error: The number of filter groups does not divide the total number of filters.
Matcovnet 遇到了这个错误,查了资料才知道是filter的channel数目不对,查看手册发现:VL_NNCONV - CNN convolution.Y = VL_NNCONV(X, F, B) computes the convolution of the image X with the filter bank F and biases B. If B
2017-11-06 10:57:39
2032
1
原创 gpuArray
由于我要用matcovnet 来训练CNN,但遇到了Error using vl_nnconvDATA and FILTERS do not have compatible formats.经过查询,在GPU 上训练时,要使用 gpuArray 来进行格式转换。函数介绍:----------------------------------------------
2017-11-02 18:20:41
2488
1
转载 matconvnet用到的 matlab函数
目录1.dir()2.for循环3.1.dir()dir函数的作用:返回文件夹中的所有文件或者文件夹所组成的列表。dir %returns a list of files and folders in the current folder.dir name %returns a list of files and folders
2017-10-18 15:37:22
591
转载 我的第一个二值化网络:BWN-XNOR-caffe安装注意项&&BWN-XNOR-caffe-master训练二进制cifar数据集
转载自:http://blog.csdn.net/l297969586/article/details/62428426终于找到一篇指导我运行的文章了,泪奔中github地址https://github.com/loswensiana/BWN-XNOR-caffeXNOR是用于权值与输入二值化的解决方案,以损失一部分精度为代价,来达到提高计算速度和减小缓存的目的
2017-10-05 23:46:37
2658
转载 Caffe的深度学习训练全过程
转载自:http://www.infoq.com/cn/articles/whole-process-of-caffe-depth-learning-training今天的目标是使用Caffe完成深度学习训练的全过程。Caffe是一款十分知名的深度学习框架,由加州大学伯克利分校的贾扬清博士于2013年在Github上发布。自那时起,Caffe在研究界和工业界都受到了极大的关注。Caff
2017-10-05 15:59:46
3161
转载 转载:caffe学习:多平台下安装配置caffe
参照知乎专栏文章:https://zhuanlan.zhihu.com/p/22129880我的配置:VMwareStation14 pro 和 ubuntu14.04虚拟机 ---------------------------------------------------------------------------- 被老师逼急要疯狂学习wan
2017-10-02 15:52:11
235
Large scale deep learning for intelligent computer system
2017-11-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人