@@ -64,8 +64,8 @@ learning_config:
6464 num_masks : 1
6565 mask_factor : 27
6666 data_paths :
67- - /mnt/Miscellanea/ Datasets/Speech /LibriSpeech/train-clean-100/transcripts.tsv
68- tfrecords_dir : /mnt/Miscellanea/Datasets/Speech/LibriSpeech/tfrecords
67+ - /mnt/h/ML/ Datasets/ASR/Raw /LibriSpeech/train-clean-100/transcripts.tsv
68+ tfrecords_dir : null
6969 shuffle : True
7070 cache : True
7171 buffer_size : 100
@@ -74,10 +74,8 @@ learning_config:
7474
7575 eval_dataset_config :
7676 use_tf : True
77- data_paths :
78- - /mnt/Miscellanea/Datasets/Speech/LibriSpeech/dev-clean/transcripts.tsv
79- - /mnt/Miscellanea/Datasets/Speech/LibriSpeech/dev-other/transcripts.tsv
80- tfrecords_dir : /mnt/Miscellanea/Datasets/Speech/LibriSpeech/tfrecords
77+ data_paths : null
78+ tfrecords_dir : null
8179 shuffle : False
8280 cache : True
8381 buffer_size : 100
@@ -87,8 +85,8 @@ learning_config:
8785 test_dataset_config :
8886 use_tf : True
8987 data_paths :
90- - /mnt/Miscellanea/ Datasets/Speech /LibriSpeech/test-clean/transcripts.tsv
91- tfrecords_dir : /mnt/Miscellanea/Datasets/Speech/LibriSpeech/tfrecords
88+ - /mnt/h/ML/ Datasets/ASR/Raw /LibriSpeech/test-clean/transcripts.tsv
89+ tfrecords_dir : null
9290 shuffle : False
9391 cache : True
9492 buffer_size : 100
@@ -102,20 +100,15 @@ learning_config:
102100
103101 running_config :
104102 batch_size : 2
105- accumulation_steps : 1
106103 num_epochs : 20
107- outdir : /mnt/Miscellanea/Models/local/streaming_transducer
108- log_interval_steps : 300
109- eval_interval_steps : 500
110- save_interval_steps : 1000
111104 checkpoint :
112- filepath : /mnt/Miscellanea /Models/local/streaming_transducer /checkpoints/{epoch:02d}.h5
105+ filepath : /mnt/e /Models/local/rnn_transducer /checkpoints/{epoch:02d}.h5
113106 save_best_only : True
114- save_weights_only : False
107+ save_weights_only : True
115108 save_freq : epoch
116- states_dir : /mnt/Miscellanea /Models/local/streaming_transducer /states
109+ states_dir : /mnt/e /Models/local/rnn_transducer /states
117110 tensorboard :
118- log_dir : /mnt/Miscellanea /Models/local/streaming_transducer /tensorboard
111+ log_dir : /mnt/e /Models/local/rnn_transducer /tensorboard
119112 histogram_freq : 1
120113 write_graph : True
121114 write_images : True
0 commit comments