cetinsamet / zero-shot-learning

Implementation of Zero-Shot Learning algorithm using Word2Vecs as class embeddings
MIT License
84 stars 32 forks source link

PKL file Data Details #4

Open subrata-mettle opened 3 years ago

subrata-mettle commented 3 years ago

HI @cetinsamet , Can you please tell us from where you got the data and created a .pkl file from that .

winnerwc commented 3 years ago

As far as i see, first use vgg16, the images as input into vgg16, and then get the output vector before softmax or full connect layer, at last the vector can be packed as .pkl file