Skip to content

Commit

Permalink
Link to an example on using converting ML.NET model to ONNX. (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemzs authored Jun 21, 2018
1 parent ead943e commit 496d3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Microsoft.ML/Models/OnnxConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public sealed partial class OnnxConverter
{
/// <summary>
/// Converts the model to ONNX format.
/// See <a href="https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/OnnxTests.cs"/>
/// for an example.
/// </summary>
/// <param name="model">Model that needs to be converted to ONNX format.</param>
public void Convert(PredictionModel model)
Expand Down

0 comments on commit 496d3b9

Please sign in to comment.