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
/// Create the <see cref="TensorFlowEstimator"/> for scoring or retraining using the tensorflow model.
83
+
/// Retrain the TensorFlow model on new data.
84
84
/// The model is not loaded again instead the information contained in <see cref="TensorFlowModel"/> class is reused
85
85
/// (c.f. <see cref="TensorFlowModel.ModelPath"/> and <see cref="TensorFlowModel.Session"/>).
86
86
/// </summary>
87
-
/// <param name="options">The <see cref="TensorFlowEstimator.Options"/> specifying the inputs and the settings of the <see cref="TensorFlowEstimator"/>.</param>
Copy file name to clipboardExpand all lines: src/Microsoft.ML.TensorFlow/TensorflowCatalog.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public static class TensorflowCatalog
14
14
{
15
15
/// <summary>
16
16
/// 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
17
-
/// <see cref="TensorFlowEstimator"/> using <see cref="TensorFlowModel.CreateTensorFlowEstimator(TensorFlowEstimator.Options)"/>.
17
+
/// <see cref="TensorFlowEstimator"/> using <see cref="TensorFlowModel.ScoreTensorFlowModel(string, string)"/>.
0 commit comments