Skip to content

Commit

Permalink
update users/raissi
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin84 committed Dec 16, 2024
1 parent a49fde8 commit bc117d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion users/raissi/experiments/tts_librispeech/base_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@

dev_other_noise07 = tk.Path(("/").join([prepath_data, "dev-other_sequiturg2p_glowtts460_noise07.xml.gz"]),cached=True, hash_overwrite="GLOWTTS_V1_DEV_07")
dev_other_noise03 = tk.Path(("/").join([prepath_data, "dev-other_sequiturg2p_glowtts460_noise03.xml.gz"]),cached=True, hash_overwrite="GLOWTTS_V1_DEV_03")
dev_other_noise055 = tk.Path(("/").join([prepath_data, "dev-other_sequiturg2p_glowtts460_noise055.xml.gz"]),cached=True, hash_overwrite="GLOWTTS_V1_DEV_055")

TTS_DEVOTHER = {
0.3: dev_other_noise03, 0.7: dev_other_noise07,
0.3: dev_other_noise03, 0.7: dev_other_noise07, 0.55: dev_other_noise055
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_kazuki_lstm_config(

#model and graph info
trafo_config.loader.type = "meta"
trafo_config.loader.meta_graph_file = tk.Path("/u/raissi/Desktop/debug/lm/graph.meta", cached=True)
trafo_config.loader.meta_graph_file = tk.Path("/u/raissi/Desktop/debug/lstm_lm/mini.graph.meta", cached=True)
trafo_config.loader.saved_model_file = DelayedFormat("/work/asr4/rossenbach/custom_projects/kazuki_replicate_lm_training/net-model/network.029")
trafo_config.loader.required_libraries = self.library_path

Expand Down

0 comments on commit bc117d9

Please sign in to comment.