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'm trying to save my model using tensor flow save and I get the following Error when I use state_dict. mdl.state_dict()
I get the follwing AttributeError: 'DeepHitSingle' object has no attribute 'state_dict'
Is there a way around this?
The text was updated successfully, but these errors were encountered:
I'm trying to save my model using tensor flow save and I get the following Error when I use state_dict.
mdl.state_dict()
I get the follwing
AttributeError: 'DeepHitSingle' object has no attribute 'state_dict'
Is there a way around this?
The text was updated successfully, but these errors were encountered: