3 overrides of CreateTransformer
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
109
private protected override TorchSharpBaseTransformer<VBuffer<uint>, TargetType>
CreateTransformer
(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
NasBert\SentenceSimilarityTrainer.cs (1)
107
private protected override TorchSharpBaseTransformer<float, float>
CreateTransformer
(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
NasBert\TextClassificationTrainer.cs (1)
107
private protected override TorchSharpBaseTransformer<uint, long>
CreateTransformer
(IHost host, Options options, torch.nn.Module model, DataViewSchema.DetachedColumn labelColumn)
1 reference to CreateTransformer
Microsoft.ML.TorchSharp (1)
TorchSharpBaseTrainer.cs (1)
120
transformer =
CreateTransformer
(Host, Option, trainer.Model, new DataViewSchema.DetachedColumn(labelCol.Value));