summaryrefslogtreecommitdiff
path: root/become_yukarin/data_struct.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-23 16:42:51 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-23 16:42:51 +0200
commitefd82facda541f85ba7e9c5e9f4fd0e7338eccdd (patch)
tree96f20382f969b28b516a648bab075a0b5bd8a052 /become_yukarin/data_struct.py
parente7ce41709fdbcb9e14e27e0c0661ea44a6384cbf (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 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):