Skip to content

Commit

Permalink
Create release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwichern authored and kieranparsons committed Sep 27, 2024
1 parent cb96f46 commit f483ec8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ torch==2.0.1
torchvision==0.15.2
torchaudio==2.0.2
lazy_dataset==0.0.14
nara_wpe==0.0.9
nara_wpe>=0.0.11
paderbox==0.0.8
padertorch==0.0.1
pb_bss @ git+https://github.com/fgnt/pb_bss@99eb6c8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"torchvision",
"torchaudio",
"lazy_dataset",
"nara_wpe",
"nara_wpe>=0.0.11",
"paderbox",
"padertorch",
"pb_bss @ git+http://github.com/fgnt/pb_bss",
Expand Down
2 changes: 1 addition & 1 deletion tssep/train/enhancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def __call__(self, Observation, inplace=False):
import nara_wpe.torch_wpe

return rearrange(
nara_wpe.torch_wpe.wpe_v6(
nara_wpe.torch_wpe.wpe_v8(
Y=rearrange(Observation, "d t f -> f d t"),
taps=self.taps,
delay=self.delay,
Expand Down

0 comments on commit f483ec8

Please sign in to comment.