From efd82facda541f85ba7e9c5e9f4fd0e7338eccdd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 23 Jul 2018 16:42:51 +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 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): -- cgit v1.2.3-70-g09d2