DnnRetrainTransform.cs (9)
24typeof(DnnRetrainEstimator.Options), typeof(SignatureDataTransform), DnnRetrainTransformer.UserName, DnnRetrainTransformer.ShortName)]
38/// <see cref="ITransformer" /> for the <see cref="DnnRetrainEstimator"/>.
155internal static IDataTransform Create(IHostEnvironment env, DnnRetrainEstimator.Options options, IDataView input)
166internal DnnRetrainTransformer(IHostEnvironment env, DnnRetrainEstimator.Options options, IDataView input)
171internal DnnRetrainTransformer(IHostEnvironment env, DnnRetrainEstimator.Options options, ML.TensorFlow.TensorFlowSessionWrapper tensorFlowModel, IDataView input, IDataView validationSet = null)
186private void CheckTrainingParameters(DnnRetrainEstimator.Options options)
274private void TrainCore(DnnRetrainEstimator.Options options, IDataView input, IDataView validationSet)
404private void UpdateModelOnDisk(string modelDir, DnnRetrainEstimator.Options options)
1230_host = Contracts.CheckRef(env, nameof(env)).Register(nameof(DnnRetrainEstimator));