Q.A.zh
Q.A.zh
When I attempt to build trajopt with CLOUDPROC , I get the error message: ``` [ 86%] Building CXX object src/cloudproc/CMakeFiles/cloudproc.dir/mesh_simplification.cpp.o In file included from /home/zxy/learning-code/trajopt-lfd/src/cloudproc/mesh_simplification.cpp:8:0: /home/zxy/learning-code/trajopt-lfd/src/cloudproc/vtkQuadricDecimation2.h:64:49: error: expected initializer...
In the Fetchxxx-Env, the env's distance_threshold is set as 0.05 default to determine whether a task is completed successfully. I try to modify it by using `env.distance_threshold = 0.01(or other...
I have compile the code. The bin file can run normally. But it exists error when I use python to import it. The error information is as below: ``` ➜...
I followed the tutorial steps of the [medium blog](https://medium.com/@beta_b0t/how-to-setup-ros-with-python-3-44a69ca36674), but an error occurred when I try to rosrun: ``` [rosrun] Couldn't find executable named issue_cv_bridge.py below /home/zxy/py3_ws/install/share/ros_python3_issues ``` I try...
when I run the demo, I get the error : ``` Invalid MEX-file '/home/zxy/learning-code/icra19-lfd-tutorial-exercises/exercise1_learning/phys-gmm/thirdparty/lightspeed/randgamma.mexa64': /home/nbfigueroa/Dropbox/PhD_papers/CoRL-2018/code/thirdparty/lightspeed/librandom.so: cannot open shared object file: No such file or directory. .... ``` Could you provide...
ui会话时间整理
pandora的ui会跟进OpenAI chatgpt的会话时间整理嘛,今天登录原版网站,发现它左侧的会话会根据时间分组(today、yesterday、Previous 7 Days、Previous 30 Days、...),这样也方便自己管理会话记录
写了一个python脚本运行,核心指令是: `from pandora import launcher` `launcher.run()` 修改了源码的parser部分使其默认通过server模式运行,在终端用python执行正常,使用pyinstaller打包成exe后运行,能打印初始log,浏览器刷新则会报错: > Pandora - A command-line interface to ChatGPT Github: https://github.com/pengzhile/pandora Get access token: https://ai.fakeopen.com/auth Version: 1.1.9, Mode: server, Engine: free 2023-06-25 22:11:29.299 |...
**Describe the bug** 使用非gpt系列模型的时候,生成标题的模型会和调用的模型同步,而不是默认使用gpt-3.5-turbo模型,这样在使用一些相对昂贵的模型的时候就吃亏了,而且自动生成标题的选项默认是打开的。能不能通过环境变量指定自动生成标题使用的模型? 调用记录截图,自下而上是调用顺序: 
**咨询的功能模块** - jionlp关于复合时间表达的时间提取准确性问题 - jionlp是否有事件实体抽取(不确定是不是这个术语?)的接口 **咨询的具体内容和问题** 最近使用chatgpt搭建应用的时候,做了一个备忘录功能,主要是通过prompt引导让大模型从自然语言文本中提取时间和事件信息,目前使用准确性极高。也如作者在wiki文章里说的,用大模型一是有点牛刀杀鸡的感觉,二是调用时间上会比本地的nlp package要长,所以也在寻找合适的中文nlp库进行替代,然后就找到jionlp这个库了。不得不说是除大模型外、目前使用起来时间信息提取准确性最好最快的python库了,给大佬点个大大的赞。但是也发现一些问题: - jionlp库对于复合时间文本的时间提取准确性会变差,如下图中,有时候只关注了“国庆节”,有时候只关注了“第二天”,对于这种带有时间复合的文本在处理上,有什么比较好的方法嘛?  - 事件实体/信息的提取,如前面所说的,我需要做备忘录功能,关注的信息就是时间和事件信息,在功能介绍中似乎还没有这方面的接口,文本总结和关键词提取的接口试了下,也不太适合。这块功能的接口会纳入后续的考虑嘛,或者作者有相关功能的库推荐吗? 附上ChatGPT的解析示例:  **注意事项** - 技术咨询前请先认真阅读readme, [wiki](https://github.com/dongrixinyu/JioNLP/wiki) - **请顺手 star 一下右上角的⭐小星星**