Giter VIP home page Giter VIP logo

Comments (5)

renj avatar renj commented on August 23, 2024

Thank you Amit for pointing out this bug. loader actually is in language_model. I've just fixed this.

from pseudo-ref.

AmitMY avatar AmitMY commented on August 23, 2024

Great, thanks!
One more dependency missing is nltk.

Also, it now fails to import Model:

========= READ DATA COMPLETE ===========
Traceback (most recent call last):
File "lattice.py", line 607, in
lm_model = torch.load(f, map_location=lambda storage, loc: storage)
File "/home/nlp/amit/anaconda2/envs/pseudo-ref/lib/python2.7/site-packages/torch/serialization.py", line 358, in load
return _load(f, map_location, pickle_module)
File "/home/nlp/amit/anaconda2/envs/pseudo-ref/lib/python2.7/site-packages/torch/serialization.py", line 542, in _load
result = unpickler.load()
ImportError: No module named Model

from pseudo-ref.

renj avatar renj commented on August 23, 2024

It's fixed now. language_model should be added into path.

from pseudo-ref.

AmitMY avatar AmitMY commented on August 23, 2024

Thanks. This works! I am running the soft code overnight, as it seems to take seconds for some sentences, but many minutes for others, but I ran it on a sample and it worked.

from pseudo-ref.

renj avatar renj commented on August 23, 2024

Thanks. This works! I am running the soft code overnight, as it seems to take seconds for some sentences, but many minutes for others, but I ran it on a sample and it worked.

Yes. If the lattice is complex, it will take a long time to generate the pseudo-sentences. Actually you can do some optimization on it, e.g. cache the suffixes of each nodes instead of simple DFS.

from pseudo-ref.

Related Issues (2)

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.