Modifier and Type | Field and Description |
---|---|
int |
batchSize |
Path |
checkpointPath |
int |
epochs |
String |
imageFormat |
TrainTest.InputType |
inputType |
Path |
outputPath |
Path |
protobufPath |
int |
testBatchSize |
Path |
testingPath |
Path |
trainingPath |
Constructor and Description |
---|
TensorflowOptions() |
@Option(charName=102, longName="model-output-path", usage="Path to serialize model to.") public Path outputPath
@Option(charName=117, longName="training-file", usage="Path to the libsvm format training file.") public Path trainingPath
@Option(charName=118, longName="testing-file", usage="Path to the libsvm format testing file.") public Path testingPath
@Option(charName=98, longName="batch-size", usage="Test time minibatch size.") public int testBatchSize
@Option(charName=98, longName="batch-size", usage="Minibatch size.") public int batchSize
@Option(charName=101, longName="num-epochs", usage="Number of gradient descent epochs.") public int epochs
@Option(charName=105, longName="image-format", usage="Image format, in [W,H,C]. Defaults to MNIST.") public String imageFormat
@Option(charName=116, longName="input-type", usage="Input type.") public TrainTest.InputType inputType
@Option(charName=109, longName="model-protobuf", usage="Path to the protobuf containing the network description.") public Path protobufPath
@Option(charName=112, longName="checkpoint-dir", usage="Path to the checkpoint base directory.") public Path checkpointPath
public String getOptionsDescription()
getOptionsDescription
in interface com.oracle.labs.mlrg.olcut.config.Options
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.