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

leaky_relu bug fix #1218

Merged
merged 1 commit into from
Jun 1, 2018
Merged

leaky_relu bug fix #1218

merged 1 commit into from
Jun 1, 2018

Conversation

PariksheetPinjari909
Copy link
Contributor

@PariksheetPinjari909 PariksheetPinjari909 commented Jun 1, 2018

Change summary:
1:> Leaky_Relu cpp compute was not considering alpha parameter from user input, it was always hard coded to 0.1.
2:> Leaky_Relu cpp compute does not need threshold input, so removed the unused param.
3:> python_cpp test case for Leaky_Relu was never tested for -ve & +ve mixed values in input tensor, it was always generating positive tensors, so the negative case in Leaky_Relu was untested.

~/A.T.

@tqchen tqchen merged commit 4e6df19 into apache:master Jun 1, 2018
tqchen pushed a commit to tqchen/tvm that referenced this pull request Jul 6, 2018
sergei-mironov pushed a commit to sergei-mironov/tvm that referenced this pull request Aug 8, 2018
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 this pull request may close these issues.

2 participants