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
eab6ed5257
commit
95b49bb365
Binary file not shown.
Binary file not shown.
@ -492,7 +492,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
||||
|
||||
## for prompt tuning
|
||||
if prompt is not None:
|
||||
if 1:
|
||||
if 0:
|
||||
spk_dir = f'/home/work/workspace/icefall/egs/librispeech/ASR/conv_feat/{sid}'
|
||||
if not os.path.isdir(spk_dir):
|
||||
os.mkdir(spk_dir)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user