Uses of Class
org.deeplearning4j.nn.conf.ComputationGraphConfiguration
-
Packages that use ComputationGraphConfiguration Package Description org.deeplearning4j.nn.conf org.deeplearning4j.nn.conf.serde org.deeplearning4j.nn.graph org.deeplearning4j.nn.transferlearning -
-
Uses of ComputationGraphConfiguration in org.deeplearning4j.nn.conf
Methods in org.deeplearning4j.nn.conf that return ComputationGraphConfiguration Modifier and Type Method Description ComputationGraphConfiguration
ComputationGraphConfiguration.GraphBuilder. build()
Create the ComputationGraphConfiguration from the Builder patternComputationGraphConfiguration
ComputationGraphConfiguration. clone()
static ComputationGraphConfiguration
ComputationGraphConfiguration. fromJson(String json)
Create a computation graph configuration from jsonstatic ComputationGraphConfiguration
ComputationGraphConfiguration. fromYaml(String json)
Create a neural net configuration from YAMLConstructors in org.deeplearning4j.nn.conf with parameters of type ComputationGraphConfiguration Constructor Description GraphBuilder(ComputationGraphConfiguration newConf, NeuralNetConfiguration.Builder globalConfiguration)
-
Uses of ComputationGraphConfiguration in org.deeplearning4j.nn.conf.serde
Methods in org.deeplearning4j.nn.conf.serde that return ComputationGraphConfiguration Modifier and Type Method Description ComputationGraphConfiguration
ComputationGraphConfigurationDeserializer. deserialize(org.nd4j.shade.jackson.core.JsonParser jp, org.nd4j.shade.jackson.databind.DeserializationContext ctxt)
-
Uses of ComputationGraphConfiguration in org.deeplearning4j.nn.graph
Fields in org.deeplearning4j.nn.graph declared as ComputationGraphConfiguration Modifier and Type Field Description protected ComputationGraphConfiguration
ComputationGraph. configuration
Methods in org.deeplearning4j.nn.graph that return ComputationGraphConfiguration Modifier and Type Method Description ComputationGraphConfiguration
ComputationGraph. getConfiguration()
This method returns configuration of this ComputationGraphConstructors in org.deeplearning4j.nn.graph with parameters of type ComputationGraphConfiguration Constructor Description ComputationGraph(ComputationGraphConfiguration configuration)
-
Uses of ComputationGraphConfiguration in org.deeplearning4j.nn.transferlearning
Methods in org.deeplearning4j.nn.transferlearning with parameters of type ComputationGraphConfiguration Modifier and Type Method Description void
FineTuneConfiguration. applyToComputationGraphConfiguration(ComputationGraphConfiguration conf)
-