Caffe-ShuffleNet icon indicating copy to clipboard operation
Caffe-ShuffleNet copied to clipboard

Why is temp_blob_ necessary?

Open nicklhy opened this issue 7 years ago • 3 comments

I noticed that the current shuffle operation use temp_blob_ as the intermediate variable for memory copy. Why can't we just set top_data as the "output" argument of Resize_gpu?

nicklhy avatar Jul 12 '17 02:07 nicklhy

This is the first version. You can do that

camel007 avatar Jul 12 '17 03:07 camel007

when i running there is always has problem as follows: [math_functions.cpp:91] Check failed: error == cudaSuccess (11 vs. 0) invalid argument.

I think this is caused by caffe_copy(). Could you help me solve this problem?

botaichang avatar Jul 12 '17 10:07 botaichang

paste more error information

camel007 avatar Jul 12 '17 10:07 camel007