Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu committed Jun 25, 2024
1 parent d4b7211 commit ce6e3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/crested/tl/zoo/utils/_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def dense_block(
Returns
-------
tf.Tensor
The output tensor of the dense block.
The output tensor of the dense block.
"""
x = tf.keras.layers.Dense(
units,
Expand Down

0 comments on commit ce6e3d7

Please sign in to comment.