Skip to content

Commit

Permalink
Revert default segment size for cutting to 3.0s for OOM prevention (f…
Browse files Browse the repository at this point in the history
…p32)

Only for 10 series GPUs specifically whitelisted will this have any impact; this is how it already was before, but a commit accidentally reverted this default
  • Loading branch information
kalomaze committed Jul 30, 2023
2 parents f93e94d + ee2b5e5 commit d8b7003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainset_preprocess_pipeline_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, sr, exp_dir):
)
self.sr = sr
self.bh, self.ah = signal.butter(N=5, Wn=48, btype="high", fs=self.sr)
self.per = 3.7
self.per = 3.0
self.overlap = 0.3
self.tail = self.per + self.overlap
self.max = 0.9
Expand Down

0 comments on commit d8b7003

Please sign in to comment.