自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 tensorflow 多GPU并行训练 遇到的问题

os.environ['CUDA_VISIBLE_DEVICES'] = "5,6" ##以下,将graph部署到两个GPU的时候i分别是5和6 with tf.device('/gpu:%d' % i): with tf.name_scope('tower_%d' % i) as scope: 在训练的时候发现卡5和卡6占的显存相差巨大。 原因 实际上os.envi...

2020-01-15 13:43:48 778

原创 caffe结果运行错误调试发现python的赋值和深浅拷贝(使用赋值“=”需谨慎)

由caffe代码结果错误而发现: 由于需要将caffe model的各个feature 做一定的处理后存成向量, 对于卷积层, output为卷积层的输出, 每次得到的output拉成向量后存到字典里,结果正确; 当output层为fc层的输出时,遇到了结果错误,如下图print,后三个print结果都一样; 调试过程中发现,每当caffe跑一次前向,整个dict都变了。 ...

2019-11-04 16:51:39 136

原创 使用pip安装tensorflow报错:tensorflow---- is not a supported wheel on this platform.

使用virtualenv方式安装tensorflow: 从https://pypi.python.org/pypi/tensorflow下载对应版本的tensorflow:tensorflow-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl; 使用命令pip install --upgrade tensorflow-1.3.0-cp27-cp27mu-manyl

2017-08-24 10:34:33 11101 4

转载 cifar实例编译之model的生成

转载自:http://blog.csdn.net/zb1165048017/article/details/51476516 [plain] view plain copy print? 参考:http://blog.csdn.net/chengzhongxuyou/article/details/50715455   参考:http://b

2017-05-04 09:02:17 756

转载 caffe+VS2013+Windows无GPU快速配置教程

转载自:http://blog.csdn.net/zb1165048017/article/details/51355143 前言 首先来一波地址: happynear大神的第三方caffe:http://blog.csdn.NET/happynear/article/details/45372231 Neil Z大神的第三方caffe:https://initialneil.wordpr

2017-05-04 08:47:15 627

High Efficiency Video Codeing

High Efficiency Video Codeing Algorithms and architectures

2015-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除