Skip to content

Commit

Permalink
[fix] fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JiJiJiang committed Jul 29, 2024
1 parent a85085f commit b9b8fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wespeaker/frontend/s3prl.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def __init__(self,

if layer != -1:
layer_selections = [layer]
assert not multilayer_feature, "multilayer_feature must be False if layer is specified"
assert not multilayer_feature, "multilayer_feature must be \\
False if layer is specified"
else:
layer_selections = None
self.featurizer = Featurizer(self.upstream,
Expand Down

0 comments on commit b9b8fb2

Please sign in to comment.