Skip to content

Commit fe86932

Browse files
committed
cleanup
1 parent 096ed40 commit fe86932

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dump_hparams_to_json.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
import sys
1313
import os
1414
from os.path import dirname, join, basename, splitext
15+
import json
1516

16-
import audio
17-
18-
# The deepvoice3 model
19-
from deepvoice3_pytorch import frontend
2017
from hparams import hparams
21-
import json
2218

2319
if __name__ == "__main__":
2420
args = docopt(__doc__)

0 commit comments

Comments
 (0)