Skip to content

Commit

Permalink
Fix a bug that params.py is not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgrs committed Nov 10, 2018
1 parent 4439a45 commit 6a75f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
os.mkdir(result)
shutil.copy(__file__, os.path.join(result, __file__))
shutil.copy('utils.py', os.path.join(result, 'utils.py'))
shutil.copy('params.py', os.path.join(result, 'params.py'))
shutil.copy('generate.py', os.path.join(result, 'generate.py'))
shutil.copytree('WaveGlow', os.path.join(result, 'WaveGlow'))

Expand Down

0 comments on commit 6a75f20

Please sign in to comment.