Skip to content

Commit aadf744

Browse files
Format code (#304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6fb1f8c commit aadf744

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

train/process_ckpt.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
import torch, traceback, os, pdb,sys
1+
import torch, traceback, os, pdb, sys
2+
23
now_dir = os.getcwd()
34
sys.path.append(now_dir)
45
from collections import OrderedDict
56
from i18n import I18nAuto
7+
68
i18n = I18nAuto()
79

10+
811
def savee(ckpt, sr, if_f0, name, epoch, version):
912
try:
1013
opt = OrderedDict()

0 commit comments

Comments
 (0)