Restoring a model trained with tf.estimator and feeding input through feed_dict
问题 I trained a resnet with tf.estimator, the model was saved during the training process. The saved files consist of .data , .index and .meta . I'd like to load this model back and get predictions for new images. The data was fed to the model during training using tf.data.Dataset . I have closely followed the resnet implementation given here. I would like to restore the model and feed inputs to the nodes using a feed_dict. First attempt #rebuild input pipeline images, labels = input_fn(data_dir,