Code Monkey home page Code Monkey logo

Comments (4)

IceCapriccio avatar IceCapriccio commented on May 17, 2024 4

Of course. I record all what I do to launch this project, and saved some links I referred, but most pages are in Chinese.
All version of dependencies is same to the version in links or the requirements.txt I uploaded.
By the way, I don't have sudo permission so all what I do goes in my user directory.

  1. MPI: install OpenMPI.
  2. install perl, refer to this
  3. install python packages by this requirements.requirements.txt
  4. softlink from en-core-web-sm to en :spacy link en_core_web_sm en
  5. add x permision to ROUGE-1.5.5.pl
  6. perl dependencies installation refer to this article. But not all work well, there is some problems in UserAgent and DB_File module.
  7. Search and Download perl module still missing in UserAgent from cpan (you can simply run ROUGE-1.5.5.pl to get which module is missing) and install it manually.
  8. BerkeleyDB is needed while installing DB_File module (not found db.h), so I followed this page to install it.
  9. finally, my gpu memory is not enough to run this model, so I edit some hyper-params, like MAX_SENT_NUM and MAX_GEN_LENGTH to compress the model. (most finally I run this model in A100 and got very closed results to the results in paper)

@IceCapriccio can you share, how exactly did you install without docker? And it would be so much help if you share the versions of packages. Thanks in advance!

from hmnet.

araabovyan avatar araabovyan commented on May 17, 2024

@IceCapriccio have you found the solution?

from hmnet.

IceCapriccio avatar IceCapriccio commented on May 17, 2024

No. Because I'm not familiar with docker, so I run this project in the physical machine directly. Now everything is going well.

from hmnet.

araabovyan avatar araabovyan commented on May 17, 2024

@IceCapriccio can you share, how exactly did you install without docker? And it would be so much help if you share the versions of packages. Thanks in advance!

from hmnet.

Related Issues (13)

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.