Skip to content

shicai/im2col

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Based on caffe im2col. Merge the loop into one kernel.

On GTX640:

The time show as below:

  • image const int height = 256; const int width = 256; const int channels = 3; const int batch_size = 32;//128; const int ksize = 5; // 5-11 const int pad = 2; // 0-2 const int stride = 1; // 1 const int num_kernels = 64;

About

image to column

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published