Loading MatConvNet models in PyTorch

I wanted to play a bit with NetVLAD neural nets (http://www.di.ens.fr/willow/research/netvlad/), but I see that there is nothing in PyTorch. Is it possible to convert models from MatConvNet to PyTorch?

Cheers!

at the moment i dont know any MatConvnet to pytorch converters.

1 Like

https://github.com/albanie/pytorch-mcn (imported a few of the NetVLAD feature extractors).

1 Like