From e7ce41709fdbcb9e14e27e0c0661ea44a6384cbf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 23 Jul 2018 16:35:19 +0200 Subject: process --- become_yukarin/data_struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'become_yukarin/data_struct.py') 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): -- cgit v1.2.3-70-g09d2