Update japanese_bert.py

This commit is contained in:
Stardust·减
2023-09-05 20:42:25 +08:00
committed by GitHub
parent 5adb7a11bc
commit edda628161

View File

@@ -25,5 +25,4 @@ def get_bert_feature(text, word2ph, device=None):
phone_level_feature = torch.cat(phone_level_feature, dim=0)
return phone_level_feature.T