KaimingHe / deep-residual-networks

Deep Residual Learning for Image Recognition
MIT License
6.45k stars 2.22k forks source link

If i use resnet to extract features , which layers should be extracted? #40

Open bitwangdan opened 7 years ago

GauravGoswami commented 7 years ago

Usually the last fully connected layer is used for features. In the case of ResNet, this is "fc1000".