Skip to content

Commit 0416c02

Browse files
committed
✍️ update example configs
1 parent cc3e9f7 commit 0416c02

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/conformer/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ learning_config:
128128
histogram_freq: 1
129129
write_graph: True
130130
write_images: True
131-
update_freq: "epoch"
131+
update_freq: epoch
132132
profile_batch: 2

examples/contextnet/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ learning_config:
260260
histogram_freq: 1
261261
write_graph: True
262262
write_images: True
263-
update_freq: 'epoch'
263+
update_freq: epoch
264264
profile_batch: 2

examples/deepspeech2/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ learning_config:
104104
histogram_freq: 1
105105
write_graph: True
106106
write_images: True
107-
update_freq: 'epoch'
107+
update_freq: epoch
108108
profile_batch: 2

examples/jasper/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ learning_config:
111111
histogram_freq: 1
112112
write_graph: True
113113
write_images: True
114-
update_freq: 'epoch'
114+
update_freq: epoch
115115
profile_batch: 2

examples/streaming_transducer/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ learning_config:
116116
histogram_freq: 1
117117
write_graph: True
118118
write_images: True
119-
update_freq: 'epoch'
119+
update_freq: epoch
120120
profile_batch: 2

0 commit comments

Comments
 (0)