CNTKsettings interface
Properties
command |
Command line arguments. Command line |
config |
Config file path. Specifies the path of |
language |
Language type. The language to use for |
process |
Process count. Number of processes to |
python |
Python interpreter path. The path |
python |
Python script file path. Python |
Property Details
commandLineArgs
Command line arguments. Command line
commandLineArgs?: string
Property Value
string
configFilePath
Config file path. Specifies the path of
configFilePath?: string
Property Value
string
languageType
Language type. The language to use for
languageType?: string
Property Value
string
processCount
Process count. Number of processes to
processCount?: number
Property Value
number
pythonInterpreterPath
Python interpreter path. The path
pythonInterpreterPath?: string
Property Value
string
pythonScriptFilePath
Python script file path. Python
pythonScriptFilePath?: string
Property Value
string