from local

This commit is contained in:
dohe0342 2023-04-28 10:05:59 +09:00
parent eab6ed5257
commit 95b49bb365
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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)