Using Places365 with pytorch

I’m trying to load the vgg16 version of places365. I downloaded the prototxt and the caffemodel from the official repository, but I’m not sure how to load them. I tried the sample code they provided (using luarocks), but the ‘require ‘loadcaffe’’ part is lua code, thus I can’t make it work with python.
Is there a tutorial on how to load a model in pytorch given the prototxt and caffemodel?