-
Notifications
You must be signed in to change notification settings - Fork 116
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
pytorch > 1? #74
Comments
I have the same problem with 2080Ti, throwing out error
Looking for solution |
Yes, exactly the same error. |
Anyone solved this problem? I meet it too. |
Hello ! |
torchvision.ops.nms(boxes, scores, iou_threshold)
|
Hey, Where you able to figure this out? Thanks! |
Hi guys, Nevertheless, pytorch 0.4.1 can't deal with cuda10. You can refer to the following zoo model : https://download.pytorch.org/whl/cu100/torch_stable.html The solution would be to get this code working with torch > 1.0. |
charge 2070 to GTX1080TI (11G), The problem is solved! because the 2070 insufficient memory
At 2020-02-24 23:42:07, "Simon Pichon" <notifications@github.com> wrote:
Hi guys,
So i did figure out how to go through the "no kernel image is available for execution" issue if you are running the code with a RTX2080.
You have to edit the file /lib/lstm/highway_lstm/make.sh with the following value : CUDA_MODELS=(75).
Nevertheless, pytorch 0.4.1 can't deal with cuda10. You can refer to the following zoo model : https://download.pytorch.org/whl/cu100/torch_stable.html
The solution would be to get this code working with torch > 1.0.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
is there any pytorch > 1 fork of this work? There is no way to run it in this shape with newer GPUs such as RTX as they do not support cuda versions less than 10 while pytorch versions < 1 don't support cuda10 !
The text was updated successfully, but these errors were encountered: