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 find the magicmodule can's process RNNBased Module,
such as :meta_model = MagicModule(nn.RNN(10,10))
The errors "AttributeError: can't set attribute " will appear, could you help me find out what's wrong with it?
The text was updated successfully, but these errors were encountered:
I find the magicmodule can's process RNNBased Module,
such as :meta_model = MagicModule(nn.RNN(10,10))
The errors "AttributeError: can't set attribute " will appear, could you help me find out what's wrong with it?
The text was updated successfully, but these errors were encountered: