txsun1997 / CoLAKE

COLING'2020: CoLAKE: Contextualized Language and Knowledge Embedding
https://aclanthology.org/2020.coling-main.327/
MIT License
114 stars 17 forks source link

无法连接上client #6

Closed xixi019 closed 3 years ago

xixi019 commented 3 years ago

执行 python large_emb.py --lr $LR --total_client 8 --emb_name $EMB_NAME \ --ent_emb ../wikidata5m_alias_emb/entities.npy 后报错,

/opt/dgl/src/rpc/network/tcp_socket.cc: 69: Failed bind on xxx.xx.xx.xxx:xxxx(ip+port), errno=99

脚本在一个cluster的node上运行, emb_ip.cfg 文件修改为node的ip地址和可用端口


DGL 限制server和client需要在同一台机器上,改为同一个node上后连接成功。