Detecting-Duplicate-Images-using-Deep-Learning icon indicating copy to clipboard operation
Detecting-Duplicate-Images-using-Deep-Learning copied to clipboard

Results 2 Detecting-Duplicate-Images-using-Deep-Learning issues
Sort by recently updated
recently updated
newest added

hi when I run this part loaded_graph=tf.Graph() with tf.Session(graph=loaded_graph) as sess: loader=tf.train.import_meta_graph('./encode_model.meta') loader.restore(sess,tf.train.latest_checkpoint('./')) inputs_=loaded_graph.get_tensor_by_name('Placeholder:0') recon=loaded_graph.get_tensor_by_name('decoder/recon:0') batch_x = get_batch(len(configfiles,6, batch_size=10) #show_reconstructed(sess,batch_x,recon) I get the error. Please suggest a solution. INFO:tensorflow:Restoring parameters...

Hello, Could you please put example images with their name whichs are in ipy file ? Thank you