I have trained a model on a cloud computer and now i want to port it to a Jetson TX2. It seems like it cannot load the model from the saver module of tensorflow.
It is possible to create the graph manually and then only load the weights?
And if so how do I save only the weights of the model?
This is not just a save and restore as I have tried that already without luck.