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

pikle file #2

Open
absolutProgrammer opened this issue Aug 25, 2021 · 2 comments
Open

pikle file #2

absolutProgrammer opened this issue Aug 25, 2021 · 2 comments

Comments

@absolutProgrammer
Copy link

absolutProgrammer commented Aug 25, 2021

after training the model, I got the 1.pkl file (which contained in the runs folder). Trying to open it by pickle library I have got an error:
UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.

@absolutProgrammer
Copy link
Author

absolutProgrammer commented Aug 25, 2021

Could you provide a description of what data contained in the 1.pkl file? Inside of the 1.pkl contained data.pkl with bite files names 0, 1, 3 ...

@louisoutin
Copy link
Owner

Sorry for the extension "pkl", actually if you just read the code, you would see that thoses are just pytorch saved weights, so for sure it will not work using pickle....

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

2 participants