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 a model using the Kumparanian library and I encountered an error: 'cannot pickle 'tensorflow.python._tf_stack.StackSummary' object'. After looking at its contributing guidelines, I noticed that the ds.save function uses dill to save the model. I tried saving it manually with dill without involving Kumparanian, and naturally, I got the same result. Judging from the error, it seems to be related to a potential mismatch between the TensorFlow version I'm using and Kumparanian. Could you provide the versions of TensorFlow and other necessary libraries to resolve this?
The text was updated successfully, but these errors were encountered:
I'm trying to save a model using the Kumparanian library and I encountered an error: 'cannot pickle 'tensorflow.python._tf_stack.StackSummary' object'. After looking at its contributing guidelines, I noticed that the ds.save function uses dill to save the model. I tried saving it manually with dill without involving Kumparanian, and naturally, I got the same result. Judging from the error, it seems to be related to a potential mismatch between the TensorFlow version I'm using and Kumparanian. Could you provide the versions of TensorFlow and other necessary libraries to resolve this?
The text was updated successfully, but these errors were encountered: