Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.43 KB

DOC.md

File metadata and controls

26 lines (21 loc) · 1.43 KB

Whisper

安装修改过的transformers代码

cd transformers
pip install -e .

Whipser的运行过程

  1. 只调用一次WhisperEncoder
  2. 使用greedy策略多次调用WhisperDecoder