from local

This commit is contained in:
dohe0342 2023-04-27 16:11:51 +09:00
parent f0583d6b56
commit 9d34cfb499
2 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ class Data2VecAudioModel(BaseFairseqModel):
## for prompt tuning
if prompt is not None:
if 1:
if 0:
conv_feat_all = torch.tensor([]).to(features.device)
length = 0
for i in range(padding_mask.size()[0]):