Open-GroundingDino
Open-GroundingDino copied to clipboard
I need to share multiple GPUs on a server with my colleagues, so how do I specify which GPUs to use for training when I am using them?
insert
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3,4,5,6,7"
in your main