equivalent of pytorch tensor detach ? #961
ninobone-oz
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Itdoes not have autograd. All gradients are straight in cuda implemented. So there is no equivalent. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Very interested in using LichtFeld Studio.
In looking at porting some pytorch based code, I am not aware how to do the equivalent of pytorch tensor.detach() or .no_grad().
I have looked at the implementation of pytorch free tensor code in LichtFeld, doesn't seem to have it as far as I can see.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions