xzdong-2019

Results 9 comments of xzdong-2019

hello, 我遇到了同样的错误,你解决了吗?

使用make -i 代替make

> 我看了一下数据还在,请问你指哪个数据? 现在已经下载下来了,我用我的电脑无法下载,后来换了一台电脑就可以了,非常感谢!

error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

> f1: 0.00, precision: 0.00, recall: 0.00,模型跑起来了,但是都是0,有人出现这种情况吗 我也遇到了同样的问题,请问你是怎么解决的啊

hello ,i've the same problem, addition message: mupdf: syntax error in content stream linux, when i run PaddleOCR-release-2.6/ppstructure/predict_system.py

from transformers import AutoConfig, AutoModel, AutoTokenizer import torch # 载入Tokenizer tokenizer = AutoTokenizer.from_pretrained("/sdc/pre_trained_model/chatglm2-6b/", trust_remote_code=True) config = AutoConfig.from_pretrained("/sdc/pre_trained_model/chatglm2-6b/", trust_remote_code=True, pre_seq_len=16) model = AutoModel.from_pretrained("/sdc/pre_trained_model/chatglm2-6b/", config=config, trust_remote_code=True) #加载pt2 finetune模型 CHECKPOINT_PATH ="./output-glm/epoch-2-step-4654/pytorch_model-00002-of-00002.bin" prefix_state_dict =...