package torch

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Torch_vision.ResnetSource

Sourceval resnet18 : ?num_classes:int -> Torch.Var_store.t -> Torch.Layer.t_with_training
Sourceval resnet34 : ?num_classes:int -> Torch.Var_store.t -> Torch.Layer.t_with_training
Sourceval resnet50 : ?num_classes:int -> Torch.Var_store.t -> Torch.Layer.t_with_training
Sourceval resnet101 : ?num_classes:int -> Torch.Var_store.t -> Torch.Layer.t_with_training
Sourceval resnet152 : ?num_classes:int -> Torch.Var_store.t -> Torch.Layer.t_with_training
OCaml

Innovation. Community. Security.