DnnRetrainTransform.cs (9)
25typeof(DnnRetrainEstimator.Options), typeof(SignatureDataTransform), DnnRetrainTransformer.UserName, DnnRetrainTransformer.ShortName)]
39/// <see cref="ITransformer" /> for the <see cref="DnnRetrainEstimator"/>.
156internal static IDataTransform Create(IHostEnvironment env, DnnRetrainEstimator.Options options, IDataView input)
167internal DnnRetrainTransformer(IHostEnvironment env, DnnRetrainEstimator.Options options, IDataView input)
172internal DnnRetrainTransformer(IHostEnvironment env, DnnRetrainEstimator.Options options, ML.TensorFlow.TensorFlowSessionWrapper tensorFlowModel, IDataView input, IDataView validationSet = null)
187private void CheckTrainingParameters(DnnRetrainEstimator.Options options)
275private void TrainCore(DnnRetrainEstimator.Options options, IDataView input, IDataView validationSet)
405private void UpdateModelOnDisk(string modelDir, DnnRetrainEstimator.Options options)
1231_host = Contracts.CheckRef(env, nameof(env)).Register(nameof(DnnRetrainEstimator));