会意

Results 10 comments of 会意

Hi, @dingbaojin I have downgraded cudnn from 5.1 to 5.0,but it still exists. Here is my result: 2018-08-15 20:16:02,756 INFO Found supported Python version 2.7. 2018-08-15 20:16:02,804 INFO Successfully imported...

Hi, I encountered the same issue. Follow @iuhiyuh method to modify the configuration model file: maptr_tiny_r50_24e_t4.py maptr_tiny_r50_24e_bevformer_t4.py set "video_test_mode=True" I could achieve the same mAP as in the README.md

NameError: name 'st' is not defined 这个报错是因为有一个文件缺失了import导入。可以看我的这个pr [#277](https://github.com/hsliuping/TradingAgents-CN/pull/277) 。 修正后,你可以再运行看看是否会触发ValueError: "ChatCustomOpenAI" object has no field "provider_name"这个报错。我这里是遇到过的,但为了解决它需要修改公共类,不确定其他人是否会遇到,所以没有提交这部分改动

> 一样报错: "ChatCustomOpenAI" object has no field "provider_name" @qzwlf 你可以拉取最新代码,这个报错作者已经修复了

+1,我这也是需要手动改命令,OS:Ubuntu20.04

I have encountered the same problem, have you solved it? I rolled back the changes in issue 332 and triggered a new error ``` python # issue 332 bda =...

我之前测试时遇到过相同的问题。大概率是因为车辆的插入点,以及生成的轨迹路径位于当前视角之外,导致渲染时看不到车辆。 解决方法有两个: 1. 在输入prompt时,可以限定一下车辆插入的位置,如右前方,左前方 2. 调整代码里面车辆插入点的候选范围,避免选择到视角外的点

> _It can also be connected in this way_ > > from langextract.providers.openai import OpenAILanguageModel result = lx.extract( text_or_documents=input_text, prompt_description=prompt, examples=examples, fence_output=True, use_schema_constraints=False, model = OpenAILanguageModel( model_id='qwen-plus', base_url='https://dashscope.aliyuncs.com/compatible-mode/v1', api_key='' )...