自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 darknet的image与opencv的mat转换

float m_table[256];void init_table(){ for (int i = 0; i < 256; i++) { m_table[i] = i * 1.0 / 255.0f; } return;}image mat_to_image(const cv::Mat &mat, int w, int h){ image im = mak...

2018-12-06 10:33:08 2390 3

原创 pycuda cuda.mem_alloc申请到的地址一样的问题

在做pycuda的时候发现这样一个问题,看下面代码import pycuda.autoinitimport pycuda.driver as cudafor i in range(10): d_A = cuda.mem_alloc(100) ######## ### do something with d_A ######## print (i...

2018-09-06 18:57:43 2001 1

原创 tensorflow CNN实战cifar-10(附完整代码)

main.pyimport tensorflow as tfimport cifar_readerbatch_size = 100step = 0train_iter = 50000display_step = 10# for key in data:# print(key)input_x = tf.placeholder(dtype=tf.float32, shape...

2018-06-11 15:26:30 10203 7

转载 Linux 查看系统硬件信息(实例详解)

转自https://www.cnblogs.com/ggjucheng/archive/2013/01/14/2859613.htmllinux查看系统的硬件信息,并不像windows那么直观,这里我罗列了查看系统信息的实用命令,并做了分类,实例解说。cpulscpu命令,查看的是cpu的统计信息.blue@blue-pc:~$ lscpuArchitecture: i686 #cp...

2018-09-11 16:43:14 353

House Prices Advanced Regression Techniques

kaggle官网下载的,最近验证码一直出不来,给有需要的人

2018-05-02

空空如也

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

TA关注的人

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