regnet_y_16gf¶
- torchvision.models.regnet_y_16gf(*, weights: Optional[RegNet_Y_16GF_Weights] = None, progress: bool = True, **kwargs: Any) RegNet[source]¶
Constructs a RegNetY_16GF architecture from Designing Network Design Spaces.
- Parameters:
weights (
RegNet_Y_16GF_Weights, optional) – The pretrained weights to use. SeeRegNet_Y_16GF_Weightsbelow for more details and possible values. By default, no pretrained weights are used.progress (bool, optional) – If True, displays a progress bar of the download to stderr. Default is True.
**kwargs – parameters passed to either
torchvision.models.regnet.RegNetortorchvision.models.regnet.BlockParamsclass. Please refer to the source code for more detail about the classes.