microsoft/distributed_skipgram_mixture

How can I integrate models if training was conducted on multi-machine?

lynn-hong opened this issue · 0 comments

Hello, I trained 3GB text file on 3 machines.(I divided the text file into three 1GB files as instruction in run.py)
After training, output files(models) were made on each 3 machines separately.
How can I integrate those models?

Thank you.