siju-samuel commented on issue #5765:
URL: https://github.com/apache/incubator-tvm/issues/5765#issuecomment-642084669


   @AlexeyAB Thanks for the YoloV4 paper. the output is impressive.
   Few weeks back I already tried integrating this to tvm. In tvm we use 
   `network *load_network(char *cfg, char *weights, int clear)` api for loading 
the network and weights.
   But i found that this api takes more than 16GB RAM and due to this high 
memory issue the loading is failing. But when i run `./darknet detector` for 
yolov4 the RAM usage is less. Any possible reason you could think of?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to