Skip to content

Commit

Permalink
Make default segment size for cutting 3.0s for OOM prevention on fp32…
Browse files Browse the repository at this point in the history
… GPUs (10 series/1660ti)

It will change to 3.7 on capable GPUs like it did before
  • Loading branch information
kalomaze committed Jul 30, 2023
1 parent f93e94d commit ee2b5e5
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 ee2b5e5

Please sign in to comment.