FIX: Added missing imports

pull/3798/head
fazledyn-or 2 years ago committed by luotao1
parent 7994125be1
commit 792211570a

@ -14,6 +14,7 @@
# Modified from espnet(https://github.com/espnet/espnet) # Modified from espnet(https://github.com/espnet/espnet)
import io import io
import os import os
import sys
import h5py import h5py
import librosa import librosa

@ -14,9 +14,12 @@
# Modified from espnet(https://github.com/espnet/espnet) # Modified from espnet(https://github.com/espnet/espnet)
from collections import OrderedDict from collections import OrderedDict
import io
import os
import kaldiio import kaldiio
import numpy as np import numpy as np
import soundfile import soundfile
import h5py
from .utility import feat_type from .utility import feat_type
from paddlespeech.audio.transform.transformation import Transformation from paddlespeech.audio.transform.transformation import Transformation

Loading…
Cancel
Save