Reuben Morais
a84abf813c
Deduplicate Alphabet implementations, use C++ one everywhere
2020-06-30 09:52:45 +02:00
Tilman Kamp
ea21c7d24e
Apply suggestions from code review
...
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-06-16 10:22:45 +02:00
Tilman Kamp
d94db7ca43
Refactoring of TF based augmentations
2020-06-10 13:42:45 +02:00
Reuben Morais
e069b6d61f
Add read only validation metrics
...
For now this is just CTC loss like a validation set, but without affecting
best validation checkpoint tracking logic. Eventually this could compute WER
on a smaller set, for example.
2020-06-08 15:26:37 +02:00
Tilman Kamp
c5ceee26dd
Live audio augmentation
2020-05-12 10:18:21 +02:00
Reuben Morais
aa143e1b9e
Add missing log_warn import
2020-04-29 15:45:09 +02:00
Reuben Morais
b283aadae6
Don't escape non-ASCII characters in test_output_file
2020-04-29 15:45:09 +02:00
Reuben Morais
0c6e90868e
Split --load into two to avoid unexpected behavior at evaluation time
2020-04-07 14:24:05 +02:00
Reuben Morais
cc7a0ada46
Only allow graph/layer initialization at start of training
2020-04-07 14:24:05 +02:00
Alexandre Lissy
950d097ca1
Add some early checks, for Scorer at first
...
Fixes #2807
2020-03-31 15:46:57 +02:00
Reuben Morais
a05baa35c9
Package training code to avoid sys.path hacks
2020-03-25 21:34:50 +01:00