DatasetUtils.DownloadTensorFlowSentimentModel Method

Definition

Downloads sentiment_model from the dotnet/machinelearning-testdata repo.

public static string DownloadTensorFlowSentimentModel ();
static member DownloadTensorFlowSentimentModel : unit -> string
Public Shared Function DownloadTensorFlowSentimentModel () As String

Returns

String

Remarks

The model is downloaded from https://github.com/dotnet/machinelearning-testdata/blob/296625f4e49d50fcd6a48a0d92bea7584e198c0f/Microsoft.ML.TensorFlow.TestModels/sentiment_model The model is in 'SavedModel' format. For further explanation on how was the `sentiment_model` created c.f. https://github.com/dotnet/machinelearning-testdata/blob/296625f4e49d50fcd6a48a0d92bea7584e198c0f/Microsoft.ML.TensorFlow.TestModels/sentiment_model/README.md

Applies to