Skip to content

Commit

Permalink
Fix normalization option in init
Browse files Browse the repository at this point in the history
  • Loading branch information
TCord authored and Alexander Werning committed Feb 12, 2024
1 parent 9114428 commit a56534d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions padertorch/contrib/tcl/speaker_embeddings/dvectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def __init__(
activation_fn=activation_fn,
pre_activation=pre_activation,
norm=norm,
skip_connection_norm=True,
skip_connection_pre_activation=True
normalize_skip_convs=True
)
self.output_convolution = Conv2d(channels[-1], dvec_dim, kernel_size=3, stride=(2, 1), bias=False,
activation_fn='relu', norm=norm, pre_activation=True)
Expand Down

0 comments on commit a56534d

Please sign in to comment.