Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad marshal data (invalid reference) #11

Open
marwacher opened this issue May 28, 2018 · 0 comments
Open

Bad marshal data (invalid reference) #11

marwacher opened this issue May 28, 2018 · 0 comments

Comments

@marwacher
Copy link

Hi !

i am running your code on python 3.6 and when i was trying to run the example number one this error occurs:
Traceback (most recent call last):
File "C:\Users\Marwa\Desktop\pfe\implementation_dbn\deep-belief-nets-for-topic-modeling-master\serialization.py", line 16, in load
return m.load(file)
ValueError: bad marshal data (invalid reference)

and at the same time and in the same function serialization.py, i got this error:

File "C:\Users\Marwa\Desktop\pfe\implementation_dbn\deep-belief-nets-for-topic-modeling-master\serialization.py", line 21, in load
return p.load(open(path, 'rb'))
_pickle.UnpicklingError: unpickling stack underflow

i am wondering if the problem appears because i am running your code on python 3.6 .
Couldn't fix these issues so any help !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant