Giter Site home page Giter Site logo

Comments (10)

1234clam avatar 1234clam commented on June 14, 2024

I think you should just install on all the nodes and run with a machine list file.

from lightlda.

adrianhust avatar adrianhust commented on June 14, 2024

Thank you for your reply, but that not works for me, lightlda depends on mpich or zeromp; I installed on two nodes, but they cannot communicate with machine list file.

from lightlda.

1234clam avatar 1234clam commented on June 14, 2024

SSH can login without password ?

from lightlda.

xiaomiao91 avatar xiaomiao91 commented on June 14, 2024

Is there some examples of distributed training about how to config, I searched and could not find the result.

from lightlda.

1234clam avatar 1234clam commented on June 14, 2024

@xiaomiao91 I don't find any examples of distributed training about how to config I just train the nytimes data set in the example provide by the project.

from lightlda.

chivee avatar chivee commented on June 14, 2024

@1234clam , @adrianhust , does mpirun -n 2 works on two nodes? if so, please ensure the mpirun is added to the ssh env

https://www.open-mpi.org/faq/?category=running may help to you

from lightlda.

xiaomiao91 avatar xiaomiao91 commented on June 14, 2024

Hi,
I execute this commend on server 10.210.228.70.
mpiexec -machinefile machine_list -num_vocabs 111400 -num_topics 1000 -num_iterations 100 -alpha 0.1 -beta 0.01 -mh_steps 2 -num_local_workers 1 -num_blocks 1 -max_num_document 300000 -input_dir /data3/ad_dm/zemin/LightLDA/example/data/nytimes -data_capacity 800
It ran the nytime example on two node successfully, my machinefile like this

10.210.228.70
10.210.228.64

Now I want run my formal data on more node, should I split my big data to every node of the cluster and only execute above commend? or what else should I do or take case ?
Thanks

from lightlda.

1234clam avatar 1234clam commented on June 14, 2024

@xiaomiao91 这个肯定只要分开拷贝到其他机器上就行了的呀~ 虽然我觉得这个设计有点麻烦,是转成libsvm之后对libsvm格式的文档进行拆分就可以了。还是中文比较好用。

from lightlda.

xiaomiao91 avatar xiaomiao91 commented on June 14, 2024

谢谢啊,我试试😊

from lightlda.

Abigale001 avatar Abigale001 commented on June 14, 2024

$ mpiexec then output:

The program 'mpiexec' can be found in the following packages:

  • lam-runtime
  • mpich
  • openmpi-bin
    Try: sudo apt install selected package

It is weird because I have run make install and so on just as the build.sh shows.

Anyone could help?

from lightlda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.