that doesn't sound right. likely ether a bug in your code, your environment, or julia. can you make s small example program with the same error?
On Tuesday, 7 July 2015 00:22:04 UTC-3, Gene Sher wrote: > > Hello Julia language community, > > I've developed a Neural Network based classifier using Julia, and to store > the entire classifier in a file I used the serialize function. The problem > I am now facing is that I can not recover my classifiers, due to the > deserialize function giving me an "end of file" error. Has anyone came > across this type of problem? Is there any way to recover my serialized > neural network representing datastructures? > > I've read that one version of Julia will not deserialize file that was > serialized by another version of Julia. But I've tried different versions > to deserialize the files, one of which was the one I used to serialize the > data structure. But it just causes the end of file error. > > Best regards, > -Gene >
