fengtengfei

Results 3 issues of fengtengfei

在进行梯度更新的时候,将self.entity和self.relation拷贝了下来,那么在整个for循环里面,又建立了几个新的变量h_correct_update等,根据代码这几个变量是进行梯度更新,但是更新后的值,没有保存到copy_entity里面,那么相当于是没有进行梯度更新(单纯的进行了后面的L1归一化)。麻烦您能帮我解决这个疑惑嘛

### Describe the feature request The official documentation only mentions domain name resolution. But there are no specific steps: how to resolve the domain name A record to the server's...

lifecycle/stale

# 1.代码如下。 # 测试generate_then_read代码在glm9b下的性 from openai import OpenAI import re import json from tqdm import tqdm class ChatGLM4(object): def __init__(self, api_key="EMPTY", base_url="http://x.x.x.x:8000/v1/",model_name="glm-4"): self.base_url = base_url self.model_name = model_name # 初始化...