Implement ImageSpace for joint image and entity embeddings
mainUse ImageSpace to learn joint embeddings between images and other entities (like words or hashtags). You can represent images using features from a pre-trained model (e.g., the last layer of a ResNet).
Input Format:
Convert image features into a space-separated format where each dimension is prefixed by its index, followed by the label:
d0:0.8 d1:0.5 ... d1023:1.2 __label__1
$bash examples/image_feature_example_cifar10.sh