Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed May 1, 2018
1 parent ae3e8ae commit 672e249
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dump_hparams_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
import sys
import os
from os.path import dirname, join, basename, splitext
import json

import audio

# The deepvoice3 model
from deepvoice3_pytorch import frontend
from hparams import hparams
import json

if __name__ == "__main__":
args = docopt(__doc__)
Expand Down

0 comments on commit 672e249

Please sign in to comment.