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

unknown torch class <nn.LinearNoBias> #3

Open
SaiVineethKS opened this issue Dec 13, 2017 · 1 comment
Open

unknown torch class <nn.LinearNoBias> #3

SaiVineethKS opened this issue Dec 13, 2017 · 1 comment

Comments

@SaiVineethKS
Copy link

I followed all the steps given in description . but iam encountering the above error. Can i get some help here?

@iskunk
Copy link

iskunk commented Jan 17, 2020

The current tracking model was built using an old, deprecated version of rnn. The current version of this library no longer has the nn.LinearNoBias object class, and so cannot load the tracking model.

More information on this issue is available here. However, the solution is relatively simple:

Instead of doing

luarocks install rnn

as the README.md file currently specifies, do

git clone https://github.com/Element-Research/rnn.git old-rnn
cd old-rnn; luarocks make rocks/rnn-scm-1.rockspec

to download and install the old version instead.

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