-1

I have downloaded this pre-trained model "model_ir_se50.pth" for face recognition. It is giving very good results. How can i know its architecture?

  • 1
    Does this answer your question? [Model summary in pytorch](https://stackoverflow.com/questions/42480111/model-summary-in-pytorch) – Dishin H Goyani Aug 19 '20 at 08:54

1 Answers1

0

simple print(net) #replace net with the network variable will work as per your need.

Mughees
  • 832
  • 7
  • 16