Class InceptionResNetHelper
- java.lang.Object
-
- org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
-
public class InceptionResNetHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description InceptionResNetHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComputationGraphConfiguration.GraphBuilder
inceptionV1ResA(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet A to a computation graph.static ComputationGraphConfiguration.GraphBuilder
inceptionV1ResB(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet B to a computation graph.static ComputationGraphConfiguration.GraphBuilder
inceptionV1ResC(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet C to a computation graph.static String
nameLayer(String blockName, String layerName, int i)
-
-
-
Method Detail
-
inceptionV1ResA
public static ComputationGraphConfiguration.GraphBuilder inceptionV1ResA(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet A to a computation graph.- Parameters:
graph
-blockName
-scale
-activationScale
-input
-- Returns:
-
inceptionV1ResB
public static ComputationGraphConfiguration.GraphBuilder inceptionV1ResB(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet B to a computation graph.- Parameters:
graph
-blockName
-scale
-activationScale
-input
-- Returns:
-
inceptionV1ResC
public static ComputationGraphConfiguration.GraphBuilder inceptionV1ResC(ComputationGraphConfiguration.GraphBuilder graph, String blockName, int scale, double activationScale, String input)
Append Inception-ResNet C to a computation graph.- Parameters:
graph
-blockName
-scale
-activationScale
-input
-- Returns:
-
-