Package | Description |
---|---|
org.deeplearning4j.cli.subcommands |
Modifier and Type | Class and Description |
---|---|
class |
BaseSubCommand
Base class for subcommand
|
class |
Predict
Subcommand for model predictions
Options:
Required:
--input: input data file for model
--model: json configuration for model
--output: destination for saving model
|
class |
Test
Subcommand for testing model
Options:
Required:
--input: input data file for model
--model: json configuration for model
|
class |
Train
Subcommand for training model
Options:
Required:
-input: input data file for model
-model: json configuration for model
|
Copyright © 2016. All Rights Reserved.