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
while doing dmrl.save('path') , i am not able to save my model.
TypeError Traceback (most recent call last) in <cell line: 1>()
----> 1 dmrl.save('model')
19 frames /usr/lib/python3.10/copy.py in deepcopy(x, memo, _nil)
159 reductor = getattr(x, "reduce_ex", None)
160 if reductor is not None:
--> 161 rv = reductor(4)
162 else:
163 reductor = getattr(x, "reduce", None)
The text was updated successfully, but these errors were encountered:
AnkurK07
changed the title
[BUG] i am not able to do save dmrl.save()
[BUG] i am not able to do save dmrl.save() in Disentangled Multimodal Representation Learning for Recommendation (DMRL)
Jan 8, 2025
Description
while doing dmrl.save('path') , i am not able to save my model.
TypeError Traceback (most recent call last)
in <cell line: 1>()
----> 1 dmrl.save('model')
19 frames
/usr/lib/python3.10/copy.py in deepcopy(x, memo, _nil)
159 reductor = getattr(x, "reduce_ex", None)
160 if reductor is not None:
--> 161 rv = reductor(4)
162 else:
163 reductor = getattr(x, "reduce", None)
TypeError: cannot pickle 'tensorflow.python.lib.io._pywrap_file_io.WritableFile' object
In which platform does it happen?
Google Colab
How do we replicate the issue?
Solve this issue
Expected behavior (i.e. solution)
It will be able to save.
Other Comments
The text was updated successfully, but these errors were encountered: