After training my model and saving the variables into a checkpoint file, I want to restore this variables so that I can test it with new data, and compute for the output.
What are the steps for this? Do I need to assign the "names" of these variables explicitly? In order to use them when I restore my model?