-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow CLIP Feature Extraction on RTX A5000 GPU #104
Comments
Same issue here, mine GPU is RTX A6000 |
hi, sorry for being late with a response. interesting. i couldn't reproduce it on my A4000 with CLIP features. however, I noticed something similar when I used it on pwc (with pwc environment) |
PWC is deprecated from this lib in #112 , the original issue could be a problem. however, I can't replicate it |
if anyone faces the same issue, could you try specifying a higher |
@v-iashin, Most probably I had tried a higher |
ok, thanks a lot for getting back. i am keeping this open then |
I suppose that the performance bottleneck comes from the I/O. The gpu utilization is too low. |
Hello,
Thank you for creating this repository; it has been incredibly helpful.
I'm currently extracting CLIP features, and I've noticed that the extraction is much slower on an RTX A5000 GPU compared to Google Colab's free tier. Additionally, GPU utilization on the A5000 is quite low, while CPU usage is high. I'm using the torch_zoo environment.
Could you please suggest why this might be happening?
Thank you!
The text was updated successfully, but these errors were encountered: