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

lmdb #52

Open
ghost opened this issue Jul 8, 2020 · 3 comments
Open

lmdb #52

ghost opened this issue Jul 8, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 8, 2020

No description provided.

@ghost ghost closed this as completed Jul 8, 2020
@ghost ghost reopened this Jul 8, 2020
@ghost
Copy link
Author

ghost commented Jul 8, 2020

Hello. When I tried to read your lmdb data by 'LMDBSerializer.load('train.lmdb')', an error arised 'UnpicklingError: invalid load key, '\xdc'. Can you help me out?

@HimangiM
Copy link

I was facing the same error. In my case, it was due to the version of tensorpack. It should be 0.8.9 (as mentioned in the requirements.txt), else the LMDBSerializer.load throws this error.

If you are using virtual environments then uninstall the previous tensorpack (if it exists) by 'pip uninstall tensorpack' and install a new tensorpack using the command 'pip install tensorpack==0.8.9'.

@ghost
Copy link
Author

ghost commented Jul 27, 2020

@HimangiM. I solved this problem in the same way,and thanks for your 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