We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fish_audio_preprocess/utils/transcribe.py:L43:TypeError: BatchedInferencePipeline.__init__() got an unexpected keyword argument 'compute_type'
TypeError: BatchedInferencePipeline.__init__() got an unexpected keyword argument 'compute_type'
设置 --batch-size=1 无效,查看 type(batch_size) 为 str,所以没法进入 41 行这个分支。