You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
Dear all,
Could some one help verify the following questions?
Caffe blob by default stores the blob dimension as NCHW for input and output data blobs, and KCRS for weight tensors
caffe stores the blob data in memory in row manner (I feel it is actually column manner, as cuBLAS uses column by default)
I am in the process of transferring weight blob from KCRS to CRSK for experiments, I treated the data in row manner and shuffled the data as i expected. but the results are not correct. that is why I am suspicious that i am treating the data manner correctly