-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
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? |
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'. |
@HimangiM. I solved this problem in the same way,and thanks for your help! |
No description provided.
The text was updated successfully, but these errors were encountered: