addons
addons copied to clipboard
tf.contrib.layers.bias_add
Describe the feature and the current behavior/state.
Relevant information
- Are you willing to contribute it (yes/no): no
If you wish to contribute, then read the requirements for new contributions in
CONTRIBUTING.md - Are you willing to maintain it going forward? (yes/no): no
- Is there a relevant academic paper? (if so, where): -
- Does the relavent academic paper exceed 50 citations? (yes/no): -
- Is there already an implementation in another framework? (if so, where): -
- Was it part of tf.contrib? (if so, where): tf.contrib.layers.bias_add
Which API type would this fall under (layer, metric, optimizer, etc.) layer
Who will benefit with this feature? all users that need use tf.contrib.layers.bias_add
Any other info. I was maintaining a tf project that was written in TF1. I use tf.compat.v1 in many part of it but in some places, that project rely on tf.contrib and uses tf.contrib.layers.bias_add function. I couldn't find any suitable replace function for that, so I decide to tell you to add tf.contrib.layers.bias_add in addons or where you want. Sorry for my bad English and thank you for your attention.