Closed vardaan123 closed 3 years ago
Sorry for the late reply. Here is a similar issue:
https://github.com/txsun1997/CoLAKE/issues/7#issuecomment-787939485
Her solution is to re-write def _get_local_machine_id(self)
(read the namebook
and return the current machine_id
) in KVClient
. See if this works for you :)
Yes, that worked for me. Thanks!
Hi, I am following the instructions in README to run your code (run_pretrain.sh). However, I get the error
OSError: [Errno 99] Cannot assign requested address
. I changed the port on my server to a number between 0-65536. I successfully started the server withpython large_emb.py --lr $LR --total_client 8 --emb_name $EMB_NAME --ent_emb ../wikidata5m_alias_emb/entities.npy
. But the following line in run_pretrain.sh which launches the processes gives me this error. Any help is appreciated!