LearningPipelineExtensions.AppendCacheCheckpoint<TTrans> Metodo

Definizione

Aggiungere un "checkpoint di memorizzazione nella cache" alla catena di stima. Ciò garantisce che gli estimatori downstream vengano sottoposti a training in base ai dati memorizzati nella cache. È utile avere un checkpoint di memorizzazione nella cache prima che i formatori eseseguono più passaggi di dati.

C#
public static Microsoft.ML.Data.EstimatorChain<TTrans> AppendCacheCheckpoint<TTrans>(this Microsoft.ML.IEstimator<TTrans> start, Microsoft.ML.Runtime.IHostEnvironment env) where TTrans : class, Microsoft.ML.ITransformer;

Parametri di tipo

TTrans

Parametri

start
IEstimator<TTrans>

Strumento di stima iniziale

env
IHostEnvironment

Ambiente host da usare per la memorizzazione nella cache.

Restituisce

EstimatorChain<TTrans>

Si applica a

Prodotto Versioni
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview