summaryrefslogtreecommitdiff
path: root/become_yukarin/data_struct.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-23 16:35:19 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-23 16:35:19 +0200
commite7ce41709fdbcb9e14e27e0c0661ea44a6384cbf (patch)
tree6cbf90230f42ab51a024679790490ae6e15e20c4 /become_yukarin/data_struct.py
parente4015ed57e2ad586c327a982e8736c21b7aa929f (diff)
process
Diffstat (limited to 'become_yukarin/data_struct.py')
-rw-r--r--become_yukarin/data_struct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/become_yukarin/data_struct.py b/become_yukarin/data_struct.py
index 4474331..6597d0d 100644
--- a/become_yukarin/data_struct.py
+++ b/become_yukarin/data_struct.py
@@ -43,7 +43,7 @@ class AcousticFeature(NamedTuple):
spectrogram=self.spectrogram.astype(dtype),
aperiodicity=self.aperiodicity.astype(dtype),
mfcc=self.mfcc.astype(dtype),
- voiced=self.voiced,
+ voiced=self.voiced.astype(dtype),
)
def validate(self):