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
Could anyone help me with this. I followed the exact same code when I was trying to finetune the T5FakeNewsDetector model, I always got the AttributeError - Cannot Set Attribute, like this:
AttributeError Traceback (most recent call last)
in ()
15 )
16
---> 17 model = T5FakeNewsDetector(args)
18 trainer = pl.Trainer(**train_params)
Hello,
Could anyone help me with this. I followed the exact same code when I was trying to finetune the T5FakeNewsDetector model, I always got the AttributeError - Cannot Set Attribute, like this:
AttributeError Traceback (most recent call last)
in ()
15 )
16
---> 17 model = T5FakeNewsDetector(args)
18 trainer = pl.Trainer(**train_params)
1 frames
/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py in setattr(self, name, value)
993 buffers[name] = value
994 else:
--> 995 object.setattr(self, name, value)
996
997 def delattr(self, name):
AttributeError: can't set attribute,
I don't know where went wrong. Could anyone help me with this?
The text was updated successfully, but these errors were encountered: