Abel Senter

Results 7 issues of Abel Senter

Traceback (most recent call last): File "main.py", line 171, in hook = tf.contrib.estimator.stop_if_no_increase_hook( AttributeError: module 'tensorflow.contrib.estimator' has no attribute 'stop_if_no_increase_hook'

![image](https://user-images.githubusercontent.com/12123683/217507987-d0950b41-7868-4740-bee3-ba1d0f4c8ace.png)

感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~ 如果你不知道怎么填写,请先点击编辑框上方的“Preview”在预览中查看我们的说明,然后在空白行处填写信息~ ![image](https://user-images.githubusercontent.com/12123683/225585347-590ee320-79f8-47aa-8271-1508de924b77.png) ### 错误描述 > 请简明描述该错误。另外,请注意替换issue标题中的“简短的错误描述”。 ### 复现操作 > 你之前干了什么,然后出现了错误呢?例如: > 1. 正常完成本地部署 > 2. 在对话框中要求 ChatGPT “你是谁?” > 3. ChatGPT 输出部分内容后程序无任何报错日志,但是web弹出上述错误框。 ### 错误截图 > 如果可以,请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。 ###...

duplicate
question

### Search before asking - [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### Python version information 3.10 ### DB-GPT version...

bug
Waiting for reply
stale

训练完成后在output目录有如下生成内容 ![image](https://github.com/mymusise/ChatGLM-Tuning/assets/12123683/bc576d3b-7e17-45ec-a1cd-3e228f6eea2a) 推理代码如下: from transformers import AutoModel import torch from transformers import AutoTokenizer from peft import PeftModel import json from cover_alpaca2jsonl import format_example model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True,load_in_8bit=False) tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm-6b",...

微调完模型,设置好了model_path,启动界面后,界面启动成功,但是点generate会报错: ![image](https://user-images.githubusercontent.com/12123683/231366065-dff4e350-ac56-4382-ab4c-df98c5087263.png)