diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 16:46:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 16:46:11 +0200 |
| commit | 8128237fd4c5e1fc6fc2e07b36639f79c6aa691e (patch) | |
| tree | e12a8869791501ed668c89927ca98673b378d8b5 /become_yukarin/super_resolution.py | |
| parent | b7003a098fb577c804451c026a7c4dc18f2cbc4f (diff) | |
process
Diffstat (limited to 'become_yukarin/super_resolution.py')
| -rw-r--r-- | become_yukarin/super_resolution.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/become_yukarin/super_resolution.py b/become_yukarin/super_resolution.py index fc91488..597ff6d 100644 --- a/become_yukarin/super_resolution.py +++ b/become_yukarin/super_resolution.py @@ -66,6 +66,7 @@ class SuperResolution(object): acoustic_feature: AcousticFeature, ): acoustic_feature = acoustic_feature.astype_only_float(numpy.float64) + print(acoustic_feature.f0.dtype, acoustic_feature.aperiodicity.dtype, acoustic_feature.mfcc.dtype, acoustic_feature.voiced.dtype) f_out = AcousticFeature( f0=acoustic_feature.f0, spectrogram=spectrogram.astype(numpy.float64), |
