|
|
@@ -1,6 +1,7 @@ |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Text; |
|
|
|
using static Tensorflow.Python; |
|
|
|
|
|
|
|
namespace Tensorflow.Estimator |
|
|
|
{ |
|
|
@@ -8,7 +9,7 @@ namespace Tensorflow.Estimator |
|
|
|
/// The executor to run `Estimator` training and evaluation. |
|
|
|
/// <see cref="tensorflow_estimator\python\estimator\training.py"/> |
|
|
|
/// </summary> |
|
|
|
public class TrainingExecutor : Python |
|
|
|
public class TrainingExecutor |
|
|
|
{ |
|
|
|
private IEstimator _estimator; |
|
|
|
public TrainingExecutor(IEstimator estimator) |
|
|
|