次の方法で共有


CNTKsettings.ConfigFilePath プロパティ

定義

構成ファイルのパスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

BrainScript 構成ファイルのパスを指定します。 このプロパティは、languageType が 'BrainScript' の場合にのみ指定できます。

適用対象