Skip to content

Commit

Permalink
[lint] fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdliang11 committed Sep 4, 2024
1 parent 69e4449 commit ea1efc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
root=runtime/core
filter=-build/c++11
root=runtime
filter=-build/c++11
2 changes: 1 addition & 1 deletion wesep/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def tse_collate_fn(batch, mode="min"):
new_batch["wav_targets"] = torch.concat(wav_targets)
new_batch["spk_embeds"] = torch.concat(spk_embeds)
new_batch["length_spk_embeds"] = (
length_spk_embeds # Not used, but maybe needed when using the enrollment utterance
length_spk_embeds # Not used, but maybe needed when using the enrollment utterance # noqa
)
new_batch["spk"] = spk
new_batch["key"] = key
Expand Down

0 comments on commit ea1efc7

Please sign in to comment.