Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 317 forks source link

RAM usage? #152

Closed hazemati closed 6 years ago

hazemati commented 6 years ago

How much ram does this use assuming that I'm using this in combination with tiny yolo?

Maratyszcza commented 6 years ago

NNPACK returns required scratch space size to the deep learning framework, but as a low-level library it can't provide a way to estimate total memory consumption. Refer to you deep learning framework for this functionality.