diff --git a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp index 70c757efb..f30a6f77a 100644 Binary files a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp and b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.model.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.model.py.swp index 27831d91f..c45b6ed2d 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.model.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.model.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/model.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/model.py index 2696ec952..c3001fb47 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/model.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/model.py @@ -80,6 +80,9 @@ class Transducer(nn.Module): self.prompt = None self.sid = sid + print('-'*20) + print(self.sid) + print('-'*20) if prompt: #self.prompt = torch.randn((200, 512), requires_grad=True) #statistic = open(f'/home/work/workspace/icefall/egs/librispeech/ASR/conv_feat/{self.sid}/{sid}_statistic.txt', 'r').readlines()