update train.py for guided attention

This commit is contained in:
erogol
2020-03-09 21:04:13 +01:00
parent 796a59d0cc
commit 032bf312c6
2 changed files with 86 additions and 111 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class AudioProcessor(object):
**_):
print(" > Setting up Audio Processor...")
# setup class attributed
self.sample_rate = sample_rate
self.num_mels = num_mels
self.min_level_db = min_level_db or 0