Import only weights from a checkpoint

Today when a network is loaded from a checkpoint, it loads everything (graph, weights, biases, solver, counter, etc).

Would be nice to have an option that loads only the weights.

A possible scenario would be to use a pre-trained network with one graph (lets say Triplet) and use it in another graph (let's say Siamese).