deict

Results 6 issues of deict

### Is your question answered elsewhere? - [X] searched the existing issues. - [X] read the [documentation](https://milvus.io/docs). ### What is your question? milvus version 2.4.1 .npy bulk_insert Writes a recurring...

### Is your question answered elsewhere? - [X] searched the existing issues. - [X] read the [documentation](https://milvus.io/docs). ### What is your question? 1 GPU memory:181G data bulk:33905126 DIM:384 INDEX:IVF_FLAT run...

### Simple sanity checks - [X] This is an issue with an app that uses OCRmyPDF for OCR - [ ] I am using a recent version of the third...

triage

### Issues - [X] I have browsed through the Issues. 我已浏览过Issues,确定没有重复提问。 ### Umi-OCR version 程序版本 2.1.3 ### Windows version 系统版本 windows10 ### OCR plugins Used 使用的OCR插件 PaddleOCR ### Reproduction steps...

### Simple sanity checks - [X] This is an issue with an app that uses OCRmyPDF for OCR - [ ] I am using a recent version of the third...

triage

from funasr import AutoModel from funasr.utils.postprocess_utils import rich_transcription_postprocess model_dir = "iic/SenseVoiceSmall" model = AutoModel( model=model_dir, vad_model="fsmn-vad", vad_kwargs={"max_single_segment_time": 30000}, device="cuda:0", ) # en res = model.generate( input=f"D:\\demo\demo_1\\recording.wav", cache={}, language="auto", # "zn",...

question