regnet_x_3_2gf¶
- torchvision.models.regnet_x_3_2gf(*, weights: Optional[RegNet_X_3_2GF_Weights] = None, progress: bool = True, **kwargs: Any) RegNet[source]¶
Constructs a RegNetX_3.2GF architecture from Designing Network Design Spaces.
- Parameters:
weights (
RegNet_X_3_2GF_Weights, optional) – The pretrained weights to use. SeeRegNet_X_3_2GF_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.