How were those pre-trained trained

Hi,
Does anybody know how the pre-trained models in torchvision.models were trained? In fact, I want to know whether they used drop-out and how they used it.
In the source codes, those pre-trained parameters were simply downloaded…
Thanks

You can just print out the model and see if there are dropouts

1 Like

Thank you very much, it works