Closed yanren1 closed 3 years ago
You probobly need to release the Tensor in mobilefacenet.cpp line 64 (nhwc_tensor) after line 68 as MNN suggested. Or we may face memory leak problem when you loop this function. And thank you so much for your work.
Yes, You are right! Can you make a pull request to fix it?
Thanks~
You probobly need to release the Tensor in mobilefacenet.cpp line 64 (nhwc_tensor) after line 68 as MNN suggested. Or we may face memory leak problem when you loop this function. And thank you so much for your work.