Qinyu Luo
Qinyu Luo
what dose that mean? Traceback (most recent call last): File "loader/gen_pred.py", line 193, in main() File "loader/gen_pred.py", line 188, in main ds = Dataset() File "loader/gen_pred.py", line 114, in __init__...
I encountered the same problem ? Any one could help??
> Hello @Feraldkelo! Thank you for your response, it didn't work for me, unfortunately, still the same error Hi [DjImene].I tried to give the absolute path of your video to...
> I tried to give the absolute path of your video to the input args.Fortunately it worked and the frame number is not zero anymore .try that
请问你是对什么仓库执行RepoAgent生成任务?有地址链接吗? 如果是在parsing过程中遇到问题,重试之后是否解决?
> > 请问你是对什么仓库执行RepoAgent生成任务?有地址链接吗? 如果是在parsing过程中遇到问题,重试之后是否解决? > > 是我自己的私有项目,暂时没有开源。重试后没有解决问题,每次都是执行到21%的时候递归溢出了 你可以尝试检查一下项目内是否存在循环引用:确保没有任何节点直接或间接地引用自身,这可能导致无限递归。 如果你的项目里确实有很深的结构,可以尝试增加Python的最大递归深度限制。 ```python import sys sys.setrecursionlimit(1500) # 将默认的递归深度限制从1000增加到1500 ```
同问!! 想知道PRE_SEQ_LEN、max_source_length和max_traget_length的关系是什么?
It's a system take usage of LLM's reasoning ability to integrate many kinds of modality, but I think it's not an agent.
Based on the provided information, the issue you are experiencing with incomplete code files being written to the warehouse directory could be caused by a problem in the `_rewrite_codes` method...