mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
d9e9c4aa6d
commit
9e5dd1d4b7
Binary file not shown.
@ -70,8 +70,8 @@ class FairSeqData2VecEncoder(EncoderInterface):
|
||||
|
||||
if os.path.exists('/home/work/workspace/models/data2vec_model/audio_base_ls.pt'):
|
||||
self.w2v_model_path = '/home/work/workspace/models/data2vec_model/audio_base_ls.pt'
|
||||
if os.path.exists('./models/audio_base_ls.pt'):
|
||||
self.w2v_model_path = './models/audio_base_ls.pt'
|
||||
if os.path.exists('/workspace/models/audio_base_ls.pt'):
|
||||
self.w2v_model_path = '/workspace/models/audio_base_ls.pt'
|
||||
|
||||
self._output_size = output_size
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user