Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 251 Bytes

VGG Feature Extraction

Extract features from the last layer of vgg19. Other networks available w/ torchvision

Requirements

  • Python3.6
  • See requirements.txt

Sample

pip3 install -r requirements.txt
python3 extract_vgg_features.py