adams.flow.source.CNTKBrainScriptExec
Executes the specified BrainScript and forwards the specified process output.
Flow input/output:
- output: java.lang.String
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
The name of the actor.
command-line | -name <java.lang.String> |
default | CNTKBrainScriptExec |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
The BrainScript to run.
command-line | -script <adams.core.io.PlaceholderFile> |
default | ${CWD} |
If enabled, any variables that might be present in the script file get expanded first.
command-line | -script-contains-variables <boolean> |
default | false |
Determines the output type; if BOTH is selected then an array is output with stdout as first element and stderr as second
command-line | -output-type <STDOUT|STDERR|BOTH> |
default | STDERR |
The (optional) prefix to use for output from stdout.
command-line | -prefix-stdout <java.lang.String> |
default |
|
The (optional) prefix to use for output from stderr.
command-line | -prefix-stderr <java.lang.String> |
default |
|
If enabled, any temporary models get deleted.
command-line | -delete-temp-models <boolean> |
default | false |
If enabled, any checkpoint files get deleted.
command-line | -delete-checkpoint-files <boolean> |
default | false |
The directory containing the models, temp models and checkpoint files.
command-line | -model-directory <adams.core.io.PlaceholderDirectory> |
default | ${CWD} |
The file extension used by the models (incl dot).
command-line | -model-extension <java.lang.String> |
default | .cmf |