fix: remove 32-clip cap on DITTO reference loading — use all available clips
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -203,7 +203,7 @@ class SelvaDittoOptimizer:
|
|||||||
|
|
||||||
ref_mels = []
|
ref_mels = []
|
||||||
with torch.no_grad():
|
with torch.no_grad():
|
||||||
for rf in ref_files[:32]: # cap at 32 for speed
|
for rf in ref_files:
|
||||||
try:
|
try:
|
||||||
wav, sr = _load_wav(rf)
|
wav, sr = _load_wav(rf)
|
||||||
if wav.shape[0] > 1:
|
if wav.shape[0] > 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user