Share via


CNTKsettings Class

Definition

CNTK (aka Microsoft Cognitive Toolkit) job settings.

public class CNTKsettings
type CNTKsettings = class
Public Class CNTKsettings
Inheritance
CNTKsettings

Constructors

CNTKsettings()

Initializes a new instance of the CNTKsettings class.

CNTKsettings(String, String, String, String, String, Nullable<Int32>)

Initializes a new instance of the CNTKsettings class.

Properties

CommandLineArgs

Gets or sets command line arguments.

ConfigFilePath

Gets or sets config file path.

LanguageType

Gets or sets language type.

ProcessCount

Gets or sets process count.

PythonInterpreterPath

Gets or sets python interpreter path.

PythonScriptFilePath

Gets or sets python script file path.

Applies to