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
the error occurs in
spodernet\spodernet\preprocessing\batching.py", line 218, in init
config = pickle.load(open(config_path, 'rb'))
the error type is _pickle.UnpicklingError: could not find MARK
I have no idea why the problem exits and how can I fix it. can you help me?
The text was updated successfully, but these errors were encountered:
Stackoverflow says that this error might happen if you open file somewhere else and do not reset it to its initial position.
I, personally, have not seen this error. Another issue might be that something went wrong during the processing and I would suggest that you try to rerun the dataset preprocessing. Please let me know if this problem persists.
the error occurs in
spodernet\spodernet\preprocessing\batching.py", line 218, in init
config = pickle.load(open(config_path, 'rb'))
the error type is _pickle.UnpicklingError: could not find MARK
I have no idea why the problem exits and how can I fix it. can you help me?
The text was updated successfully, but these errors were encountered: