0

I have used pre-trained models from OpenVINO for inference. I would like to know how to see the network structure of these models? And if I want to re-train these networks from scratch, can I know from which parent models these pre-trained models were originally derived from?

hAcKnRoCk
  • 1,118
  • 3
  • 16
  • 30

1 Answers1

0
Rommel_Intel
  • 1,369
  • 1
  • 4
  • 8
  • Thanks for answering. However, I would like to know the network structure of the parent models (from which the pretrained models were optimized) in order to re-train them on my own data. I don't find this information in any of the links you provided. I have re-worded the title so this is is more clear. – hAcKnRoCk Dec 03 '20 at 02:25