Open
Description
- In the documentation, it is mentioned that there is support for all pre-trained models from torchvision. How can I use a backbone model like Inception v3?
- What are the possible ways that exist for me to do to use a
BNInception
backbone? Are there any other options than building the model or loading a checkpoint?
Thank you