Method GetPredefinedModelCards
GetPredefinedModelCards(bool)
Retrieves a predefined list of commonly used ModelCard instances.
public static List<ModelCard> GetPredefinedModelCards(bool dropSmallerModels = false)Parameters
- dropSmallerModelsbool
- A flag indicating whether to exclude smaller models from the same family if a larger model in the family achieves 100% performance on the target machine.