2 instantiations of AutoFormerV2
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
216Model = new AutoFormerV2( 688var model = new AutoFormerV2(options.NumberOfClasses,
6 references to AutoFormerV2
Microsoft.ML.TorchSharp (6)
AutoFormerV2\AutoformerV2.cs (2)
30/// Initializes a new instance of the <see cref="AutoFormerV2"/> class. 38: base(nameof(AutoFormerV2))
AutoFormerV2\ObjectDetectionTrainer.cs (4)
193public AutoFormerV2 Model; 503private protected readonly AutoFormerV2 Model; 521internal ObjectDetectionTransformer(IHostEnvironment env, ObjectDetectionTrainer.Options options, AutoFormerV2 model, DataViewSchema.DetachedColumn labelColumn) 688var model = new AutoFormerV2(options.NumberOfClasses,