qiujunhan

Results 25 comments of qiujunhan

cuda11可以吗,我那个服务器不能联网不想修改cuda版本,一直用不了

报错 内容 Traceback (most recent call last): File ".\train.py", line 68, in main(args) File ".\train.py", line 41, in main predict_labels = cnn(images) File "D:\program_temp\anaconda\lib\site-packages\torch\nn\modules\module.py", line 722, in _call_impl result =...

> 不建议用chatglm做解析程序这类任务,它参数少,能力太弱了 用gpt-3.5-turbo也是这样,只要py文件字数多无法解析了,希望可以以类或者函数作为截断多次解析

现在的情况是 someone A | someone B -- | -- 你说1 | null 你说1 我说2 | null 你说1 我说2 你说3 | null 你说1 我说2 你说3 我说4 | null 我想用大量的群聊数据对话去训练一个机器人,数据量这么大效果应该还是有一点的

这个有点难,因为数据太多了,我尝试把代码合并在一起吧

77 if not isinstance(sentence, text_type): 78 try: ---> 79 sentence = sentence.decode('utf-8') 80 except UnicodeDecodeError: 81 sentence = sentence.decode('gbk', 'ignore') AttributeError: 'NoneType' object has no attribute 'decode' 失败了

我那个东西跑了一会就暂停的都有1G多,打开后很卡 http://www.qjhyuki.top/kodexplorer/index.php?share/file&user=1&sid=zPJedWYf http://www.qjhyuki.top/kodexplorer/index.php?share/file&user=1&sid=hEaMXWbA 后面基本上都是一样的内容