from local

This commit is contained in:
dohe0342 2023-04-27 16:27:13 +09:00
parent de4624c492
commit 7db1f09cdc
3 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 0:
if 1:
conv_feat_all = torch.tensor([]).to(features.device)
length = 0
for i in range(padding_mask.size()[0]):