Skip to content

Commit

Permalink
finemodel追加&雑にdataset作成の採番をするようにdreate_dataset修正
Browse files Browse the repository at this point in the history
  • Loading branch information
isletennos committed Mar 29, 2022
1 parent 69d8852 commit ab126d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion create_dataset_jtalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_json(filename, num_speakers, sr, config_path):
json.dump(data, f, indent=2, ensure_ascii=False)

def create_dataset(filename):
speaker_id = 0
speaker_id = 105
textful_dir_list = glob.glob("dataset/textful/*")
textless_dir_list = glob.glob("dataset/textless/*")
textful_dir_list.sort()
Expand Down
2 changes: 2 additions & 0 deletions fine_model/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit ab126d3

Please sign in to comment.