Resnet200 caffe model to pytorch

Hi everyone,

at this link I have two files: .caffemodel and .prototxt, I would like to import these weights in a resnet200 pytorch model.
Any suggestions on how to do it? :slight_smile:

PS: I found this very good repository that seems to do the job(check under the header “Run Caffe models using PyTorch as backend” in readme) but it requires also a .proto file. Any suggestions?