Under normal circumstances, I can save a ComputationGraph (a Convolutional Neural Network) to a file and load it in a later run and it works fine.
However, when I include it in a jar and I try to load it, it fails.
Is there some way to load ComputationGraph objects from inside of a Jar as a resource?
I got it working for the Word2Vec objects, but it fails on ComputationGraph objects.
Thank you