show-attend-and-tell-keras icon indicating copy to clipboard operation
show-attend-and-tell-keras copied to clipboard

Can you explain me a little about this?

Open vikramreddy0307 opened this issue 4 years ago • 0 comments

 **for i, j in enumerate(batch_indices):  
          batch_image_features[i] = get_image(str(j)).value.reshape((14*14, 512))**

Did not understand get_image(str(j)) How it is predicting features by taking numbers?

Thanks in advance

vikramreddy0307 avatar Aug 08 '19 13:08 vikramreddy0307