Lasagne icon indicating copy to clipboard operation
Lasagne copied to clipboard

Extracting feature vectors from inception_v3 model and creating feature embedding

Open saitarslanboun opened this issue 8 years ago • 0 comments

Hi,

I have downloaded inception_v3 pretrained model from https://s3.amazonaws.com/lasagne/recipes/pretrained/imagenet/inception_v3.pkl.

By using this model, I want to extract image feature vectors like in tensorflow (len=2048), and create image embeddings (len=100). How is it possible?

Is there any tutorial or example about it?

Thanks,

saitarslanboun avatar Jan 25 '18 15:01 saitarslanboun