You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Can now not treat output as batched.
* updated comments based on PR comments.
* Fixing saving/loading with new parameter.
* Updates based on PR comments
* Update src/Microsoft.ML.TensorFlow/TensorflowUtils.cs
Co-authored-by: Eric Erhardt <[email protected]>
* reverted accidental test changes
* fixes based on PR comments
Co-authored-by: Eric Erhardt <[email protected]>
/// Load TensorFlow model into memory. This is the convenience method that allows the model to be loaded once and subsequently use it for querying schema and creation of
41
+
/// <see cref="TensorFlowEstimator"/> using <see cref="TensorFlowModel.ScoreTensorFlowModel(string, string, bool)"/>.
42
+
/// usage of this API requires additional NuGet dependencies on TensorFlow redist, see linked document for more information.
43
+
/// <see cref="TensorFlowModel"/> also holds references to unmanaged resources that need to be freed either with an explicit
44
+
/// call to Dispose() or implicitly by declaring the variable with the "using" syntax/>
0 commit comments