facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

I have a fine-tune model with my own data. Can I use classification in c++? #182

Open Laodax opened 7 years ago

Laodax commented 7 years ago

I have already fine-tune the pretrained model with my own data, and can classify successfully in Torch7. Now I hope I can use this fine-tuned model to classify my data in C++(Visual stdio 2015). Does it work? I'm new in this part. Thanks for your help!!