Coder Social home page Coder Social logo

fast-slow-lstm's People

Contributors

ujjax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fast-slow-lstm's Issues

Can't run the code

Hi,

Thanks for implementing the FSLSTM code in Pytorch.
I'm pretty new to Pytorch and I encountered a problem when running your code. (log is provided below)
Do you have a newer version of this code?

Here is the log:

C:\Users\User\Anaconda3\envs\ml1\python.exe D:/git/pytorch-fast-slow-lstm/main.py
Vocabulary size: 51
########## Training ##########################
torch.Size([128, 256]) shape of x
torch.Size([128, 700]) shape of h
Traceback (most recent call last):
File "D:/git/pytorch-fast-slow-lstm/main.py", line 126, in
train_p = run_epoch(model, train_data, True, lr)
File "D:/git/pytorch-fast-slow-lstm/main.py", line 89, in run_epoch
outputs, hidden = model(inputs)
File "C:\Users\User\Anaconda3\envs\ml1\lib\site-packages\torch\nn\modules\module.py", line 489, in call
result = self.forward(*input, **kwargs)
File "D:/git/pytorch-fast-slow-lstm/main.py", line 57, in forward
out , state = self.FS_cell(inputs[:,time_step,:],state)
File "D:\git\pytorch-fast-slow-lstm\FSRNN.py", line 28, in call
F_output, F_state = self.fast_cells[0](inputs, F_state)
File "D:\git\pytorch-fast-slow-lstm\LNLSTM.py", line 45, in call
concat = np.concatenate((x,h), axis = 1)
File "C:\Users\User\Anaconda3\envs\ml1\lib\site-packages\torch\tensor.py", line 450, in array
return self.numpy()
RuntimeError: Can't call numpy() on Variable that requires grad. Use var.detach().numpy() instead.

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.