Code Monkey home page Code Monkey logo

hf-rnn's People

Contributors

barapa avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

symphea

hf-rnn's Issues

ImportError: cannot import name expand

Hi! I'm on a problem to create bilingual probabilistic language model from learning a big amounts of text with MRNN+HF. Your code seems to be a great fit to the problem. Demo training from the repo is passing fine, but when I tried ContiguousText class as data_object, I get following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "opt/hf.py", line 878, in optimize
    grad, train_losses = self.grad(self.grad_batches, self.X)
  File "opt/hf.py", line 470, in grad
    return self._op(batches, func)
  File "opt/hf.py", line 442, in _op
    d = self.data_object(b)
  File "opt/d/lang/__init__.py", line 201, in __call__
    V_np, O_np, M_np = self.make_V_O_M_expand(seed)
  File "opt/d/lang/__init__.py", line 155, in make_V_O_M_expand
    from pylab import expand
ImportError: cannot import name expand

I have matplotlib1.2.1 installed, but also cannot find pylab.expand in any previous versions nor in release candidate.

Did you use custom version of pylab?

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.