datvuthanh / HybridNets

HybridNets: End-to-End Perception Network
MIT License
594 stars 121 forks source link

Out of memory error during call val.py? #44

Closed yt7589 closed 2 years ago

yt7589 commented 2 years ago

In the training phase when it calls val.py to evaluate the model performance it will suspend for about half an hour and then display killed. Use the command:

dmesg | egrep -i -B100 "killed process"

It would report that the python process was killed because out of memory error occured.

How to solve this problem?

xoiga123 commented 2 years ago

@yt7589 please check this section.