Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
XzJosh/maimai-Bert-VITS2
XzJosh
/
Lumi-Bert-VITS2
like
1
Running
App
Files
Files
Community
b47f1aa
Lumi-Bert-VITS2
/
text
/
english_bert_mock.py
XzJosh
Upload 47 files
bf0a127
about 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
torch
def
get_bert_feature
(
norm_text, word2ph
):
return
torch.zeros(
1024
,
sum
(word2ph))