ResNet
torchvision.models.resnet.ResNet
class ResNet[D <: BFloat16 | Float32 | Float64](block: BlockBuilder, layers: Seq[Int], numClasses: Int, zeroInitResidual: Boolean, groups: Int, widthPerGroup: Int, replaceStrideWithDilation: (Boolean, Boolean, Boolean))(using x$8: Default[D])(normLayer: Int => HasWeight[D] & TensorModule[D]) extends Module
Attributes
- Source
- resnet.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- resnet.scala
Inherited methods
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Adds a buffer to the module.
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
Concrete fields
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
In this article