caffe_train icon indicating copy to clipboard operation
caffe_train copied to clipboard

Significance of the mode variable in cpm_data_transformer.cpp

Open rohitkumara opened this issue 5 years ago • 0 comments

In line 435 mode has been assigned a value of 5 const int mode = 5;. There is also comment saying 'related to datum.channels();'. I see that mode is being used in various if statements across the file. I would like to know what the variable is used for exactly?

rohitkumara avatar Jul 03 '19 15:07 rohitkumara