List and Search Supported Models
Explore how to use PyTorch's list_models function to find supported image classification architectures. Learn to identify models with pre-trained weights and perform searches using wildcard patterns to efficiently locate relevant models for your projects.
We'll cover the following...
We'll cover the following...
Introduction to list and search function
This lesson will cover the list of search functionality in the PyTorch Image Model framework. We can use it to identify the complete list of supported models.
List models with pre-trained weights
Not all models come with their pre-trained weights. We can easily identify models that come with ...