Skip to content
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

Add tensor_ops::leaky_relu and nn::LeakyReLU #287

Closed
coreylowman opened this issue Nov 2, 2022 · 1 comment · Fixed by #586
Closed

Add tensor_ops::leaky_relu and nn::LeakyReLU #287

coreylowman opened this issue Nov 2, 2022 · 1 comment · Fixed by #586

Comments

@coreylowman
Copy link
Owner

coreylowman commented Nov 2, 2022

See pytorch docs https://pytorch.org/docs/stable/generated/torch.nn.LeakyReLU.html#torch.nn.LeakyReLU.

Will need to figure out what the derivative of this function is, but that's probably online somewhere.

See #397 for all the pieces you'll need to add for this.

@coreylowman coreylowman added the good first issue Good for newcomers label Nov 2, 2022
@JYudelson1
Copy link
Contributor

Hi, I'm going to take a stab at this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants