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

Loading cache.pkl while debugging #52

Open
malodhi opened this issue Feb 16, 2022 · 1 comment
Open

Loading cache.pkl while debugging #52

malodhi opened this issue Feb 16, 2022 · 1 comment

Comments

@malodhi
Copy link

malodhi commented Feb 16, 2022

In the class DataLoaderSYNTH in the file train_synth/dataloader.py the code is dumping and then loading the cache.pkl in case of debugging. Thought the cache.pkl is being dumped but it can't be reloaded.
Error appears: ran out of input
Code: self.imnames, self.charBB, self.txt = pickle.load(f)

Any idea how to resolve this issue.

@mayank-git-hub
Copy link
Collaborator

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