CaffeSettings interface
Properties
command |
Command line arguments. Command line |
config |
Config file path. Path of the config |
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. Path of the config
configFilePath?: 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