摘要:
1. caffe 官方文档定义: group (g) [default 1]: If g 1, we restrict the connectivity of each filter to a subset of the input. Specifically, the input and outp 阅读全文
摘要:
最进看大牛程序有一段 eval(['temp(:,:,ori) = bg_r' num2str(r) '{' num2str(ori) '};']);eval函数是以字符串的形式运行代码下面是matlab官方的注释:eval(expression) evaluates the MATLAB code in the string expression. If you use eval within an anonymous function, nested function, or function that contains a nested f 阅读全文