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 ComputationGraphConfigurationComputationGraphConfiguration.GraphBuilder. build()Create the ComputationGraphConfiguration from the Builder patternComputationGraphConfigurationComputationGraphConfiguration. clone()static ComputationGraphConfigurationComputationGraphConfiguration. fromJson(String json)Create a computation graph configuration from jsonstatic ComputationGraphConfigurationComputationGraphConfiguration. 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 ComputationGraphConfigurationComputationGraphConfigurationDeserializer. 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 ComputationGraphConfigurationComputationGraph. configurationMethods in org.deeplearning4j.nn.graph that return ComputationGraphConfiguration Modifier and Type Method Description ComputationGraphConfigurationComputationGraph. 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 voidFineTuneConfiguration. applyToComputationGraphConfiguration(ComputationGraphConfiguration conf)
-