Loading cache.pkl while debugging
Opened this issue · 1 comments
malodhi commented
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 commented
Hello @malodhi .
Could you check this stack overflow link?