You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using Google Collab's v100gpu as my run time also, when I try to run the code I face the below error:
issue 1: version problem
the versions that you specified were not compatible with the Cuda version and torch py of the collab I tried to download the matching version but it still says bfloat16 does not support the Cuda. I even tried to use float16 instead of that still it is still persistent.
issue 2: dataset specific problem
There are a lot of troubles I faced like the dataset complexity which with only a few buildings with more than 250 GB of space.
I even tried to run them with a few buildings like this:
still, I am unable to run that always getting the index out of bounds, also I am unaware of the usage of semseg_classes. do we need to modify if we are using fewer buildings?
issue 3: will this approach work?
Right now I am trying to download the data set individually like rgb with all buildings and I will copy 10 images per building to save space. and download the rest of the buildings externally using wget since the omni dataset is ignoring some buildings I just want to ask for your help and guidance if possible.
The text was updated successfully, but these errors were encountered:
Hi, I am using Google Collab's v100gpu as my run time also, when I try to run the code I face the below error:
issue 1: version problem
the versions that you specified were not compatible with the Cuda version and torch py of the collab I tried to download the matching version but it still says bfloat16 does not support the Cuda. I even tried to use float16 instead of that still it is still persistent.
issue 2: dataset specific problem
There are a lot of troubles I faced like the dataset complexity which with only a few buildings with more than 250 GB of space.
I even tried to run them with a few buildings like this:
still, I am unable to run that always getting the index out of bounds, also I am unaware of the usage of semseg_classes. do we need to modify if we are using fewer buildings?
issue 3: will this approach work?
Right now I am trying to download the data set individually like rgb with all buildings and I will copy 10 images per building to save space. and download the rest of the buildings externally using wget since the omni dataset is ignoring some buildings I just want to ask for your help and guidance if possible.
The text was updated successfully, but these errors were encountered: