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
Hi, I am wondering how to serialize the LMOutput results for later usage?
I think it would be usefule when I want to explain the results of the whole dataset and visualize them later.
I have tried pickle.dump but meet this error "AttributeError: Can't pickle local object 'add_hook_to_module..new_forward'".
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, I am wondering how to serialize the LMOutput results for later usage?
I think it would be usefule when I want to explain the results of the whole dataset and visualize them later.
I have tried pickle.dump but meet this error "AttributeError: Can't pickle local object 'add_hook_to_module..new_forward'".
Thanks a lot!
The text was updated successfully, but these errors were encountered: