1 type derived from TorchSharpBaseTrainer
Microsoft.ML.TorchSharp (1)
11 references to TorchSharpBaseTrainer
Microsoft.ML.TorchSharp (11)
TorchSharpBaseTrainer.cs (4)
129private protected abstract TorchSharpBaseTransformer<TLabelCol, TTargetsCol> CreateTransformer(IHost host, TorchSharpBaseTrainer<TLabelCol, TTargetsCol>.Options options, Module model, DataViewSchema.DetachedColumn labelColumn);
130private protected abstract TrainerBase CreateTrainer(TorchSharpBaseTrainer<TLabelCol, TTargetsCol> parent, IChannel ch, IDataView input);
138protected readonly TorchSharpBaseTrainer<TLabelCol, TTargetsCol> Parent;
145public TrainerBase(TorchSharpBaseTrainer<TLabelCol, TTargetsCol> parent, IChannel ch, IDataView input, string modelUrl)