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
