chan.j.steven
chan.j.steven
本机测用 selenium抓同一个页面没有问题的 报错信息: `2022-09-16 18:55:24.067 | ERROR | feapder.core.parser_control:deal_request:line:603 | -------------- First.parse error ------------- error Message: unknown error: unhandled inspector error: {"code":-32000,"message":"Promise was collected"} (Session info: headless chrome=105.0.5195.125) Stacktrace: #0...
Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
### Feature request I am using pgvector and hoping for an MMR retrieval method similar to qdrant implementation. ### Motivation MMR retrieval can return more diverse results, removing duplicate rows,...
参考文档: https://www.modelscope.cn/models/damo/speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn/summary 版本: `funasr 0.8.6` 代码: `from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks audio_in = 'wangfang.wav' output_dir = "./results" inference_pipeline = pipeline( task=Tasks.auto_speech_recognition, model='damo/speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn', model_revision='v0.0.2', vad_model='damo/speech_fsmn_vad_zh-cn-16k-common-pytorch', punc_model='damo/punc_ct-transformer_cn-en-common-vocab471067-large', output_dir=output_dir, )...
**例行检查** [//]: # (方框内删除已有的空格,填 x 号) + [x] 我已确认目前没有类似 issue + [x] 我已确认我已升级到最新版本 + [x] 我已完整查看过项目 README,已确定现有版本无法满足需求 + [x] 我理解并愿意跟进此 issue,协助测试和提供反馈 + [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** **功能描述** 日志和统计上,希望能看到分渠道请求的耗时情况。 **应用场景**
For support and discussions, please use our [Discourse forums](https://github.com/PaddlePaddle/DeepSpeech/discussions). If you've found a bug then please create an issue with the following information: **Describe the bug** merge_yi这个方法的实现有问题,如果一句话中出现了多个 组合的话,会有溢出错误。 **To Reproduce**...
I started a frida-server, connected to it remotely, attached a process, and executed a script to call functions within the process. After running for some time, the frida-server becomes unresponsive....
Currently, I can only use execjs to run my JavaScript methods because they heavily rely on arrow functions. The error message from js2py states: 'JsException: SyntaxError: Line 524: ArrowFunction is...
The effect is not very good after using Chinese.
TimeoutError: Waiting for selector `#__next .btn-primary` failed: Waiting failed: 180000ms exceeded
docker安装之后,用示例的发请求取不到结果呢? log报错 Starting chatgpt failed, retrying... TimeoutError: Waiting for selector `#__next .btn-primary` failed: Waiting failed: 180000ms exceeded at Timeout. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:65:32) at listOnTimeout (node:internal/timers:568:17) at process.processTimers (node:internal/timers:511:7)