summaryrefslogtreecommitdiff
path: root/become_yukarin
diff options
context:
space:
mode:
Diffstat (limited to 'become_yukarin')
-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 6597d0d..4474331 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.astype(dtype),
+ voiced=self.voiced,
)
def validate(self):