NasBertTrainer<TLabelCol,TTargetsCol> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class NasBertTrainer<TLabelCol,TTargetsCol> : Microsoft.ML.TorchSharp.TorchSharpBaseTrainer<TLabelCol,TTargetsCol>
type NasBertTrainer<'LabelCol, 'argetsCol> = class
inherit TorchSharpBaseTrainer<'LabelCol, 'argetsCol>
Public MustInherit Class NasBertTrainer(Of TLabelCol, TTargetsCol)
Inherits TorchSharpBaseTrainer(Of TLabelCol, TTargetsCol)
Type Parameters
- TLabelCol
- TTargetsCol
- Inheritance
-
NasBertTrainer<TLabelCol,TTargetsCol>
- Derived
Methods
Fit(IDataView) | (Inherited from TorchSharpBaseTrainer<TLabelCol,TTargetsCol>) |
GetOutputSchema(SchemaShape) |