bearpaw / pytorch-classification

Classification with PyTorch.
MIT License
1.69k stars 563 forks source link

cifar 100 feature extraction using WRN #23

Open MehrdadHMT opened 6 years ago

MehrdadHMT commented 6 years ago

Thank you for sharing this codes, I want to use your WRN model to extract features from cifar 100 and feed them into the some recurrent neural network for some zero shot image tagging problem. how can i do this?! i need feature vectors before the last layers of the model. can you help me? please.