txsun1997/CoLAKE

无法连接上client

xixi019 opened this issue · 0 comments

执行
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上后连接成功。