Testing of layers and documentation

This commit is contained in:
Eren Golge
2018-02-08 10:10:11 -08:00
parent 584c8fbf5e
commit 7d5bcd6ca4
4 changed files with 179 additions and 72 deletions
+1 -2
View File
@@ -41,9 +41,8 @@ class TestDataset(unittest.TestCase):
break
text_input = data[0]
text_lengths = data[1]
print(text_lengths)
magnitude_input = data[2]
mel_input = data[3]
item_idx = data[4]
neg_values = text_input[text_input < 0]
check_count = len(neg_values)