diff --git a/egs/librispeech/ASR/local/.data2vec_audio.py.swp b/egs/librispeech/ASR/local/.data2vec_audio.py.swp index 3a75de04d..ca63e1c0a 100644 Binary files a/egs/librispeech/ASR/local/.data2vec_audio.py.swp and b/egs/librispeech/ASR/local/.data2vec_audio.py.swp differ diff --git a/egs/librispeech/ASR/local/data2vec_audio.py b/egs/librispeech/ASR/local/data2vec_audio.py index ab569966f..8fb4dac29 100644 --- a/egs/librispeech/ASR/local/data2vec_audio.py +++ b/egs/librispeech/ASR/local/data2vec_audio.py @@ -32,7 +32,7 @@ from fairseq.modules import ( from fairseq.utils import index_put from utils import pad_to_multiple -from convolution import ConvolutionModule +from ../convolution import ConvolutionModule logger = logging.getLogger().setLevel(logging.INFO)