Skip to content

Commit

Permalink
tf.nn.relu6 is already register, remove it from gin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yundi Qian committed Feb 4, 2022
1 parent 5e16051 commit bae9462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler_opt/rl/gin_external_configurables.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# Activation function.
config.external_configurable(tf.keras.activations.relu,
'tf.keras.activations.relu')
config.external_configurable(tf.nn.relu6, 'tf.nn.relu6')

# Layers
config.external_configurable(tf.keras.layers.Add, 'tf.keras.layers.Add')
Expand Down

0 comments on commit bae9462

Please sign in to comment.