Resnet with SVM output layer

thank you for answering, I am a little bit confused about the whole thing…
do you think that the result of implementing hinge loss is going to be the equivalent of replacing the fc layer with a support vector classifier?
And another thing, how can I use the net that I alread trained on the dataset as a feature extractor and then use those features to train an svm classifier?