ray-project / tutorial

778 stars 212 forks source link

Run multiple trials on a single GPU #141

Open IISCAditayTripathi opened 5 years ago

IISCAditayTripathi commented 5 years ago

I am trying to to do large scale hyper-parameter tuning. I have a local setup of 4 GPU's. My model size is small (~ 1GB), so I was thinking of running multiple trials on a single GPU so that I can parallelize tuning even more.

Even setting resources_per_trial={"gpu": 0.3} is not helping.

Is there a way I can do it ?

Please help.

richardliaw commented 5 years ago

Can you post some logs?

iamlockelightning commented 3 years ago

👀