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 compare ops & several relu ops #51

Merged
merged 5 commits into from
Jun 7, 2018
Merged

Conversation

kuke
Copy link

@kuke kuke commented May 24, 2018

No description provided.

@@ -687,6 +682,7 @@ def xor_op():
'conv2d': conv2d_op,
# Need to continue the mapping below.
'conv2d_transpose': conv2d_transpose_op,
# 'cos': partial(activation_ops, 'Cos'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for missing this one!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@varunarora Thanks! It is OK, I just added these ops in passing :-)

@@ -783,6 +780,6 @@ def xor_op():
# 'experimental ParametricSoftplus'
# 'experimental Scale'
# 'experimental ScaledTanh'
# 'experimental ThresholdedRelu'
'thresholded_relu': thresholded_relu_op,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kuke kuke merged commit 02a9ffd into PaddlePaddle:develop Jun 7, 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.

None yet

2 participants