public static class SeqTrainTest.SeqTrainTestOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Modifier and Type | Field and Description |
---|---|
String |
datasetName |
Path |
outputPath |
Path |
testDataset |
Path |
trainDataset |
SequenceTrainer<Label> |
trainer |
Constructor and Description |
---|
SeqTrainTestOptions() |
@Option(charName=100, longName="dataset-name", usage="Name of the example dataset, options are {gorilla}.") public String datasetName
@Option(charName=102, longName="output-path", usage="Path to serialize model to.") public Path outputPath
@Option(charName=117, longName="train-dataset", usage="Path to a serialised SequenceDataset used for training.") public Path trainDataset
@Option(charName=118, longName="test-dataset", usage="Path to a serialised SequenceDataset used for testing.") public Path testDataset
@Option(charName=116, longName="trainer-name", usage="Name of the trainer in the configuration file.") public SequenceTrainer<Label> trainer
public String getOptionsDescription()
getOptionsDescription
in interface com.oracle.labs.mlrg.olcut.config.Options
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.