``` **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