Naver-AI-Hackathon / cs492I

2 stars 0 forks source link

Cuda out of memory error with ResNet50 Model #42

Closed ChoiIseungil closed 3 years ago

ChoiIseungil commented 4 years ago

Whenever I try Res50, I got cuda out of memory error. Is this problem happening because the model is too large to handle with a single GPU? To train such a large model, do I have to parallelize code to use multiple sessions?