Replies: 2 comments 2 replies
-
Try to rebuild the docker image on the new device. Clone the repo and run |
Beta Was this translation helpful? Give feedback.
-
Here, we were actually able to run RV using Tesla T4 and 3090 Ti for quite sometimes now. Fortunately, based on suggestion given in here, one of thread in Gitter and debugging made by one of my colleague @acun1994 we finally made it able to run. Here were steps we took to solve it:
Commit 72b54a9 OnwardsToday, as a lot of updates were done by RV team, We found some of the fixes highlighted above was already fixed. Hence, we once again try However, by adding this Hope this solution is helpful. |
Beta Was this translation helpful? Give feedback.
-
Hello everybody;
With NVIDIA A100 80GB GPU I get this error:
RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
the some code was successfully run on a machine with NVIDIA GeForce GTX 1070
I use the latest rastervision master branch and the pytorch-latest image
Thank you
Beta Was this translation helpful? Give feedback.
All reactions