Shortcuts

regnet_y_400mf

torchvision.models.regnet_y_400mf(*, weights: Optional[RegNet_Y_400MF_Weights] = None, progress: bool = True, **kwargs: Any) RegNet[source]

Constructs a RegNetY_400MF architecture from Designing Network Design Spaces.

Parameters:
  • weights (RegNet_Y_400MF_Weights, optional) – The pretrained weights to use. See RegNet_Y_400MF_Weights below 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.RegNet or torchvision.models.regnet.BlockParams class. Please refer to the source code for more detail about the classes.

class torchvision.models.RegNet_Y_400MF_Weights(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources