Bagikan melalui


LearningPipelineExtensions.AppendCacheCheckpoint<TTrans> Metode

Definisi

Tambahkan 'titik pemeriksaan penembolokan' ke rantai estimator. Ini akan memastikan bahwa estimator hilir akan dilatih terhadap data cache. Sangat membantu untuk memiliki titik pemeriksaan penembolokan sebelum pelatih yang mengambil beberapa data berlalu.

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;
static member AppendCacheCheckpoint : Microsoft.ML.IEstimator<'rans (requires 'rans : null and 'rans :> Microsoft.ML.ITransformer)> * Microsoft.ML.Runtime.IHostEnvironment -> Microsoft.ML.Data.EstimatorChain<'rans (requires 'rans : null and 'rans :> Microsoft.ML.ITransformer)> (requires 'rans : null and 'rans :> Microsoft.ML.ITransformer)
<Extension()>
Public Function AppendCacheCheckpoint(Of TTrans As {Class, ITransformer}) (start As IEstimator(Of TTrans), env As IHostEnvironment) As EstimatorChain(Of TTrans)

Jenis parameter

TTrans

Parameter

start
IEstimator<TTrans>

Estimator awal

env
IHostEnvironment

Lingkungan host yang digunakan untuk penembolokan.

Mengembalikan

EstimatorChain<TTrans>

Berlaku untuk