Replies: 2 comments 1 reply
-
It seems that there is no solution currently. #892 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Searching through some of the TorchSharp projects people uploaded to github I came across projects from https://github.com/LittleLittleCloud where he implemented a call to the native (c++) function. I think pointing people to that solution/workaround would help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried so far:
Moving model to cpu (or leave it on GPU/with and without no_grad) and trying to dispose with
Also there is no
as far as I understand.
So how do I empty GPU memory?
Beta Was this translation helpful? Give feedback.
All reactions