Compartilhar via


CNTKsettings.LanguageType Propriedade

Definição

Obtém ou define o tipo de idioma.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

O idioma a ser usado para iniciar o trabalho CNTK (também conhecido como Microsoft Cognitive Toolkit). Os valores válidos são 'BrainScript' ou 'Python'.

Aplica-se a