houweidong commented on issue #14742: CPU memory leak when running train_yolov3.py URL: https://github.com/apache/incubator-mxnet/issues/14742#issuecomment-485673092 i add code in train_yolov3.py at every epoch as below to get result quickly. ``` test = 0 for i, batch in enumerate(train_data): test += 1 if test > 500: break ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
