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
I've updated the RNN model by "luarocks install rnn".
When I test my per-train model trained with “Element-Research rnn” ,I got unknown Torch class <nn.LinearNoBias>
Please give me some suggestions. Thank you very much.
The text was updated successfully, but these errors were encountered:
Same issue, I have models based on Element-Research/rnn code that contains LinearNoBias and custom GRU layers that inherit from AbstractRecurrent which now requires stepmodule to be of nn.Module instance. I am trying to understand what the devs changed right now but it is a complete utter mess and compatibility breakage of both my thesis models and the work I was doing using the older Torch version.
I've updated the RNN model by "luarocks install rnn".
When I test my per-train model trained with “Element-Research rnn” ,I got unknown Torch class <nn.LinearNoBias>
Please give me some suggestions. Thank you very much.
The text was updated successfully, but these errors were encountered: