1615070057

Results 14 issues of 1615070057

**描述(Description)** > 描述你遇到了什么问题(Please description your issue here) 1. 版本(Version): - python 版本: 3.7 - jionlp 版本: 1.3.41 2. jionlp的调用代码与输入文本(Code & Text): ``` 每周四三点和张三在徐家汇开会 3. 调用报错日志如下(Log): ``` 无法解析,返回'time': [None, None] ```...

bug

您好,我在用您的模型测试时,速度特别慢。1660ti,显存占用率在10%以下。该怎么解决

File "D:/NLP项目/GPT2-Summary-master/train.py", line 285, in train outputs = model.forward(input_ids=input_ids) File "D:\NLP项目\GPT2-Summary-master\transformers\modeling_gpt2.py", line 580, in forward inputs_embeds=inputs_embeds, File "E:\anaconda\lib\site-packages\torch\nn\modules\module.py", line 550, in __call__ result = self.forward(*input, **kwargs) File "D:\NLP项目\GPT2-Summary-master\transformers\modeling_gpt2.py", line 456,...

你好,感谢作者提供这么好的项目。我想知道下面3个参数分别代表什么意思,谢谢! 1. change_paras.npz 2. 3d_fit_data.npz 3. id_scale.mat

Can you tell me where these parameters come from? 1. Audio2Mouth: AMP 2. Headpose: smooth and AMP thanks for your work!

ValueError: The state dictionary of the model you are trying to load is corrupted. Are you sure it was properly saved?

bug

大佬, 你的预训练模型在哪下载, 可以提供下链接吗, 谢谢!

请问如何将modelscope模型和、转换为onnx格式

这个问题困扰了很久, cuda环境没有问题, torch版本是1.13.1+cu116 No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' Traceback (most recent call last): File "generate_blendmodel.py", line 6, in from model import Generator File "/root/ljf/DCT-Net-main/source/stylegan2/model.py", line 12, in from...

你好, 如果我想训练水彩风格的dctnet模型, 对于train_localtoon.py中style参数应该如何调整.