0

I have been trying to figure this out for some time but i am still a bit unsure. Does the PyTorch pre-trained VGG-16 (torchvision model) have exactly the same weights as the MATLAB pre-trained VGG-16?

1 Answers1

0

If you are interested to find out, just take the norm of the weights in both libraries. I think they should be same.

Abhishek Verma
  • 1,671
  • 1
  • 8
  • 12