Naver-AI-Hackathon / cs492I

2 stars 0 forks source link

We still cannot use multi gpu #30

Closed DonghyunAhn closed 4 years ago

DonghyunAhn commented 4 years ago

As one of my teammates(Sungwon-Han) uploaded the same issue at the comment of #25, our session cannot allocate the GPU resource as the course suggested (we request for 4 GPUs).

When we run the code with nsml run -d fashion_eval -g 4, then it just refuses allocating GPU and exit session.

nsml-admin commented 4 years ago

Since NSML has 1 GPU per node, We cannot assign 2 or more GPUs in one session. Please note that only one gpu can be used per session.

DonghyunAhn commented 4 years ago

Then how can we use multi-gpu? We got a guide that each team can use 5GPUs.

DonghyunAhn commented 4 years ago

image So you mean that this notice was about we can run 5 sessions in parallel?

nsml-admin commented 4 years ago

Yes, It means you can run up to 5 sessions(each use 1GPU) in parallel.