Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraphConfiguration.GraphBuilder.build()
Create the ComputationGraphConfiguration from the Builder pattern
|
ComputationGraphConfiguration |
ComputationGraphConfiguration.clone() |
static ComputationGraphConfiguration |
ComputationGraphConfiguration.fromJson(String json)
Create a computation graph configuration from json
|
static ComputationGraphConfiguration |
ComputationGraphConfiguration.fromYaml(String json)
Create a neural net configuration from YAML
|
Constructor and Description |
---|
GraphBuilder(ComputationGraphConfiguration newConf,
NeuralNetConfiguration.Builder globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraphConfigurationDeserializer.deserialize(org.nd4j.shade.jackson.core.JsonParser jp,
org.nd4j.shade.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Field and Description |
---|---|
protected ComputationGraphConfiguration |
ComputationGraph.configuration |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraph.getConfiguration()
This method returns configuration of this ComputationGraph
|
Constructor and Description |
---|
ComputationGraph(ComputationGraphConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
KerasModel.getComputationGraphConfiguration()
Configure a ComputationGraph from this Keras Model configuration.
|
static ComputationGraphConfiguration |
KerasModelImport.importKerasModelConfiguration(String modelJsonFilename)
Load Keras (Functional API) Model for which the configuration was saved
separately using calls to model.to_json() and model.save_weights(...).
|
static ComputationGraphConfiguration |
KerasModelImport.importKerasModelConfiguration(String modelJsonFilename,
boolean enforceTrainingConfig)
Load Keras (Functional API) Model for which the configuration was saved
separately using calls to model.to_json() and model.save_weights(...).
|
Modifier and Type | Method and Description |
---|---|
void |
FineTuneConfiguration.applyToComputationGraphConfiguration(ComputationGraphConfiguration conf) |
Constructor and Description |
---|
NetBroadcastTuple(ComputationGraphConfiguration graphConfiguration,
INDArray parameters,
INDArray updaterState) |
NetBroadcastTuple(MultiLayerConfiguration configuration,
ComputationGraphConfiguration graphConfiguration,
INDArray parameters,
INDArray updaterState) |
NetBroadcastTuple(MultiLayerConfiguration configuration,
ComputationGraphConfiguration graphConfiguration,
INDArray parameters,
INDArray updaterState,
AtomicInteger counter) |
Constructor and Description |
---|
SparkComputationGraph(org.apache.spark.api.java.JavaSparkContext sparkContext,
ComputationGraphConfiguration conf,
TrainingMaster trainingMaster) |
SparkComputationGraph(org.apache.spark.SparkContext sparkContext,
ComputationGraphConfiguration conf,
TrainingMaster trainingMaster) |
Modifier and Type | Method and Description |
---|---|
static TrainModuleUtils.GraphInfo |
TrainModuleUtils.buildGraphInfo(ComputationGraphConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
Darknet19.conf() |
ComputationGraphConfiguration |
FaceNetNN4Small2.conf() |
ComputationGraphConfiguration |
TinyYOLO.conf() |
ComputationGraphConfiguration |
VGG16.conf() |
ComputationGraphConfiguration |
VGG19.conf() |
ComputationGraphConfiguration |
YOLO2.conf() |
Copyright © 2020. All rights reserved.