Closed miniTsl closed 1 year ago
I figure it covers the memory usage caused by model parameters and inference intermediate data
Actually, this is what it means. The bytes count of parameters and output tensors(default as float). For some 4k resolution CV models, this may be useful to decrease memory usage. BTW, most inference frameworks will reuse intermediate data. So the memory count will be larger than the real inference case.
Thank you so much!
Is anybody so kind to help explain what the metric 'memory' stands for exactly in the profile result? I figure it covers the memory usage caused by model parameters and inference intermediate data… Thanks so much!!!