You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I followed all the steps given in description . but iam encountering the above error. Can i get some help here?
The text was updated successfully, but these errors were encountered: