Class ResnetBlockFactory
- java.lang.Object
-
- ai.djl.basicmodelzoo.cv.classification.ResnetBlockFactory
-
- All Implemented Interfaces:
ai.djl.nn.BlockFactory,java.io.Serializable
public class ResnetBlockFactory extends java.lang.Object implements ai.djl.nn.BlockFactoryABlockFactoryclass that createsResNetV1block.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResnetBlockFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ai.djl.nn.BlocknewBlock(ai.djl.Model model, java.nio.file.Path modelPath, java.util.Map<java.lang.String,?> arguments)
-