This commit is contained in:
语帆 2024-02-28 15:55:23 +08:00
parent 5b9c073f43
commit 6e47d42ea0

View File

@ -422,6 +422,7 @@ class LCBNet(nn.Module):
else:
# extract fbank feats
time1 = time.perf_counter()
pdb.set_trace()
sample_list = load_audio_text_image_video(data_in, fs=frontend.fs, audio_fs=kwargs.get("fs", 16000),
data_type=kwargs.get("data_type", "sound"),
tokenizer=tokenizer)