Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run the code #1

Open
shaygeller opened this issue Jan 31, 2019 · 1 comment
Open

Can't run the code #1

shaygeller opened this issue Jan 31, 2019 · 1 comment

Comments

@shaygeller
Copy link

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.

@ChengJianjia
Copy link

Have you solved this problem?I have the same problem.Can you share method if you solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants