Skip to content

Commit

Permalink
Fix basenji model parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu committed Jun 16, 2024
1 parent ee9b614 commit 103c370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crested/tl/zoo/utils/_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def conv_block_bs(
use_bias=False,
dilation_rate=dilation_rate,
kernel_initializer=kernel_initializer,
l2=tf.keras.regularizers.l2(l2_scale),
kernel_regularizer=tf.keras.regularizers.l2(l2_scale),
)(current)

# batch norm
Expand Down

0 comments on commit 103c370

Please sign in to comment.