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 am trying to run this model. While at the inference stage, I received the following AttributeError:
Traceback (most recent call last):
File "main.py", line 273, in <module>
model = MbPAplusplus(model_state=model_state)
File "/home/sandstone/code/continual_learning/replay_baselines/episodic-lifelong-learning-master/models/MbPAplusplus.py", line 118, in __init__
self.base_weights = self.classifier.parameters().clone().detach().to("cuda" if torch.cuda.is_available() else "cpu")
AttributeError: 'generator' object has no attribute 'clone'
I am wondering if anyone has the same issue like this. Or, any thoughts?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run this model. While at the inference stage, I received the following AttributeError:
I am wondering if anyone has the same issue like this. Or, any thoughts?
Thank you!
The text was updated successfully, but these errors were encountered: