Skip to content

Instantly share code, notes, and snippets.

@Eeman1113
Created May 22, 2024 20:39
Show Gist options
  • Save Eeman1113/9c27ad8dc891c90927a8cacf5ca89ce8 to your computer and use it in GitHub Desktop.
Save Eeman1113/9c27ad8dc891c90927a8cacf5ca89ce8 to your computer and use it in GitHub Desktop.
def zero_grad(self):
self.grad = None
def detach(self):
self.grad = None
self.grad_fn = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment