handling dates better with the text cleaner

This commit is contained in:
erogol
2020-06-23 13:29:55 +02:00
parent 1324117703
commit ccba431cda
5 changed files with 49 additions and 108 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ def test_melgan_multi_scale_discriminator():
assert np.all(scores[0].shape == (4, 1, 64))
assert np.all(feats[0][0].shape == (4, 16, 4096))
assert np.all(feats[0][1].shape == (4, 64, 1024))
assert np.all(feats[0][2].shape == (4, 256, 256))
assert np.all(feats[0][2].shape == (4, 256, 256))