TSIT
                                
                                 TSIT copied to clipboard
                                
                                    TSIT copied to clipboard
                            
                            
                            
                        Other GPU ids throw error
When using any other GPU devices ID, except 0, the code throws error.
"
Traceback (most recent call last):
File "test.py", line 12, in 
It seems working on my side. How many GPUs do you have?
It seems working on my side. How many GPUs do you have?
I have two GPU clusters. One with 8 GPUs and one with 5 but whenever I use CUDA_VISIBLE_DEVICES=[anything other than 0] and gpu_id=(anything other than 0) I get this error !! I think today, I will try to sit and debug it but if you have any hint of whats causing this, i would be very helpful.
thanks
For example, when you modify the --gpu_ids 0 here to --gpu_ids 1, will it cause an error?
For example, when you modify the
--gpu_ids 0here to--gpu_ids 1, will it cause an error?
Hi, Yes, I cannot do inference on other GPUs as well.