Skip to content

Commit d823bed

Browse files
authored
Fix minor typo
1 parent dfa4dcc commit d823bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/layers/noisy_dense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from tensorflow.python.framework import dtypes, tensor_shape, sparse_tensor
2323
from tensorflow.python.keras.engine.base_layer import Layer
2424

25-
@tf..utils.register_keras_serializable(package="Addons")
25+
@tf.utils.register_keras_serializable(package="Addons")
2626
class NoisyDense(Layer):
2727
"""Like normal dense layer but random noisy is added to the weights matrix. But
2828
as the network improves the random noise is decayed until it is insignificant.

0 commit comments

Comments
 (0)