Continuous-ConvOp
Continuous-ConvOp copied to clipboard
new sample to be added
Hi martin
In the model update step of C-COT project, why it adds only half of the new sample "xlf" into "samplesf"?
xlf = cellfun(@(xf) xf(:,1:(size(xf,2)+1)/2,:), xlf, 'uniformoutput', false);