Skip to content

Commit

Permalink
Update bert_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Sep 30, 2023
1 parent 5eee00c commit ca3af53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bert_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import commons
import utils
from tqdm import tqdm
from text import cleaned_text_to_sequence, get_bertget_bert_train
from text import cleaned_text_to_sequence, get_bert, get_bert_train
import argparse
import torch.multiprocessing as mp
from text.japanese_bert import tokenizer as jp_tokenizer
Expand Down

0 comments on commit ca3af53

Please sign in to comment.