Skip to content

Add comments in nn.ELU#2111

Merged
apaszke merged 4 commits intopytorch:masterfrom
yunjey:master
Jul 17, 2017
Merged

Add comments in nn.ELU#2111
apaszke merged 4 commits intopytorch:masterfrom
yunjey:master

Conversation

@yunjey
Copy link
Contributor

@yunjey yunjey commented Jul 15, 2017

Added comments for default value in nn.ELU.

yunjey and others added 3 commits July 14, 2017 17:05
Fixed minor typo in Autograd mechanics docs.
Added comments for default value in nn.ELU.
Args:
alpha: the alpha value for the ELU formulation
alpha: the alpha value for the ELU formulation. Default: 1.0
inplace: can optionally do the operation in-place

This comment was marked as off-topic.

@yunjey
Copy link
Contributor Author

yunjey commented Jul 17, 2017

@apaszke Added comments for default value in activation.py. Is it ok?

@apaszke apaszke merged commit ba544aa into pytorch:master Jul 17, 2017
@apaszke
Copy link
Contributor

apaszke commented Jul 17, 2017

Thank you!

zou3519 pushed a commit to zou3519/pytorch that referenced this pull request Mar 30, 2018
* Add TARGETS for ATenOp (hackily)

This is the best way I could figure out to hook up custom_rule. See https://fb.prod.facebook.com/groups/fbcode/permalink/1810939952287945/ for more details on why it's tricky.

As for the fix with SparseTensor - it seems to be a bug in ATen declarations introduced recently.

* cmake fixes
IvanYashchuk pushed a commit to IvanYashchuk/pytorch that referenced this pull request Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants