1 type derived from Options
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
32
public class NasBertOptions : TorchSharpBaseTrainer.
Options
9 references to Options
Microsoft.ML.TorchSharp (9)
NasBert\NasBertTrainer.cs (1)
169
internal NasBertTrainer(IHostEnvironment env,
Options
options) : base(env, options)
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)
TorchSharpBaseTrainer.cs (5)
85
internal readonly
Options
Option;
87
internal TorchSharpBaseTrainer(IHostEnvironment env,
Options
options)
129
private protected abstract TorchSharpBaseTransformer<TLabelCol, TTargetsCol> CreateTransformer(IHost host, TorchSharpBaseTrainer<TLabelCol, TTargetsCol>.
Options
options, Module model, DataViewSchema.DetachedColumn labelColumn);
382
internal readonly TorchSharpBaseTrainer.
Options
Options;
388
internal TorchSharpBaseTransformer(IHostEnvironment env, TorchSharpBaseTrainer.
Options
options, Module model, DataViewSchema.DetachedColumn labelColumn)