from local

This commit is contained in:
dohe0342 2023-04-11 17:02:25 +09:00
parent 98395e6c6f
commit 3e7d89ee9a
3 changed files with 0 additions and 1 deletions

View File

@ -495,7 +495,6 @@ class Data2VecAudioModel(BaseFairseqModel):
features = torch.cat([prompt, features], dim=1)
prompt_padding_mask = torch.zeros(prompt.size()[0], prompt.size()[1]).type(torch.BoolTensor).to(features.device)
padding_mask = torch.cat([prompt_padding_mask, padding_mask], dim=1)
print('fuccckkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk!!!!!!!!!!!!!!!!!!1')
features = self.layer_norm(features)