-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
Description
Describe the feature and the current behavior/state.
Let the activation api style follows tensorflow.nn api style.
Advantage:
- Debugging friendly(name support)
- More tensor types support
Relevant information
- Are you willing to contribute it (yes/no): yes
- Are you willing to maintain it going forward? (yes/no): yes
- Is there a relevant academic paper? (if so, where):
- Is there already an implementation in another framework? (if so, where): tf.nn.leaky_relu
- Was it part of tf.contrib? (if so, where):
Which API type would this fall under (layer, metric, optimizer, etc.)
activation
Who will benefit with this feature?
developers
Any other info.
Reference #493