caffe icon indicating copy to clipboard operation
caffe copied to clipboard

memory leak with vaviable input size

Open coolbei opened this issue 5 years ago • 0 comments

I have a full convolutional network. when I input variable data into the net, memory keeps growing. when I modify the souce code, to use origin caffe convolutional layer instead of mkldnn conv layer, the memory did not grow. any ideas?

coolbei avatar Sep 17 '20 11:09 coolbei