DatasetUtils.DownloadTensorFlowSentimentModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Feedback
Submit and view feedback for