You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(2)错误提示行:trainCurve = agent.register(trainHyperparameters, 'train loss', overwrite=True)
r = requests.get(url, auth = self.auth, data = data);
(3)错误内容:requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5000): Max retries exceeded with url: /register (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fdf7c5909b0>: Failed to establish a new connection: [Errno 111] Connection refused',))。
The text was updated successfully, but these errors were encountered:
(1)你好,运行你的代码报 [Errno 111] 。我是新建data文件夹,然后把FB15K文件夹拷贝过去。运行指令为:transE_pytorch.py -d FB15k -np 1 。我看了你的transE配置参数没看到相关HTTPConnection。升级了requests包也没用;
(2)错误提示行:trainCurve = agent.register(trainHyperparameters, 'train loss', overwrite=True)
r = requests.get(url, auth = self.auth, data = data);
(3)错误内容:requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5000): Max retries exceeded with url: /register (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fdf7c5909b0>: Failed to establish a new connection: [Errno 111] Connection refused',))。
The text was updated successfully, but these errors were encountered: