STRUGGLE1999

Results 32 comments of STRUGGLE1999

How to train the model? And can you provide the pritrained models?

I have solved the above problem,But there was a problem when I started training. Why only 10 percent progress in each training session in every epoch? ![图片](https://user-images.githubusercontent.com/66925708/183272207-175901f2-c781-4046-be40-cae28316f077.png)

Yes,you can download through this link:  https://nextcloud.mpi-klsb.mpg.de/index.php/s/ozRcGdGwAJ3tBns/download and do the following steps: ------------------ 原始邮件 ------------------ 发件人: "aymenmir1/pix2surf" ***@***.***>; 发送时间: 2022年7月13日(星期三) 下午5:03 ***@***.***>; ***@***.******@***.***>; 主题: Re: [aymenmir1/pix2surf] How to download pretrained weights and other assets...

No,I'm sorry that I can only input a video.mp4. If you have a solution,please tell me and email me,thank you. ***@***.***   ------------------ 原始邮件 ------------------ 发件人: "aymenmir1/pix2surf" ***@***.***>; 发送时间: 2022年7月17日(星期天) 上午10:58 ***@***.***>; ***@***.******@***.***>;...

Hello,can I ask you for help? when I try to open the network address "[https://drive.google.com/uc?id=1ULtdEXRrxH9_CtTrWensIbwybeWKz8Dj",namely](https://drive.google.com/uc?id=1ULtdEXRrxH9_CtTrWensIbwybeWKz8Dj%22,namely) the pretrained weights and other assets.It can't open and appears it not exits.

mox.file.copy_parallel('obs://modelarts-labs-bj4-v2/case_zoo/langchain-ChatGLM/file/service','service' ) 使用这句代码会下载一个service文件夹,里面有一些langchain的配置文件

你可以直接下载吧 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: 徐静 ***@***.***> 发送时间: 2024年1月28日 23:15 收件人: STRUGGLE1999/LangChain-ChatGLM3 ***@***.***> 抄送: STRUGGLE1999 ***@***.***>, Comment ***@***.***> 主题: Re: [STRUGGLE1999/LangChain-ChatGLM3] 代码部署问题 (Issue #1) 没有华为云怎么整?佬可否百度云盘一份 — Reply to this...

好的,我晚点上传 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: 徐静 ***@***.***> 发送时间: 2024年1月29日 12:10 收件人: STRUGGLE1999/LangChain-ChatGLM3 ***@***.***> 抄送: STRUGGLE1999 ***@***.***>, Comment ***@***.***> 主题: Re: [STRUGGLE1999/LangChain-ChatGLM3] 代码部署问题 (Issue #1)

> 我想在本地的一台ubuntu上运行佬的项目,发现 git clone的repo没有`service`文件夹,运行了`mox.file.copy_parallel('obs://modelarts-labs-bj4-v2/case_zoo/langchain-ChatGLM/file/service','service' )` 提示: `ModuleNotFoundError: No module named 'moxing'`。 我的意思是可否将`service`也push到该repo或通过百度云盘方式开源给我们。 service文件已上传

> ``` > ValidationError Traceback (most recent call last) > Cell In[2], line 7 > 4 print('\n#############################################\n') > 6 application.knowledge_service.init_knowledge_base() > ----> 7 result2 = application.get_knowledeg_based_answer('冠心病是什么原因引起的?可以吃什么药?') > 8 print('\n############################################\n') >...