다음을 통해 공유


CNTKsettings.CommandLineArgs Property

Definition

Gets or sets command line arguments.

[Newtonsoft.Json.JsonProperty(PropertyName="commandLineArgs")]
public string CommandLineArgs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commandLineArgs")>]
member this.CommandLineArgs : string with get, set
Public Property CommandLineArgs As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Command line arguments that need to be passed to the python script or cntk executable.

Applies to