3 overrides of CreateTrainer
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
104
private protected override TrainerBase
CreateTrainer
(TorchSharpBaseTrainer<VBuffer<uint>, TargetType> parent, IChannel ch, IDataView input)
NasBert\SentenceSimilarityTrainer.cs (1)
102
private protected override TrainerBase
CreateTrainer
(TorchSharpBaseTrainer<float, float> parent, IChannel ch, IDataView input)
NasBert\TextClassificationTrainer.cs (1)
102
private protected override TrainerBase
CreateTrainer
(TorchSharpBaseTrainer<uint, long> parent, IChannel ch, IDataView input)
1 reference to CreateTrainer
Microsoft.ML.TorchSharp (1)
TorchSharpBaseTrainer.cs (1)
107
var trainer =
CreateTrainer
(this, ch, input);