6 writes to MaxEpoch
Microsoft.ML.TorchSharp (6)
NasBert\NerTrainer.cs (1)
98
MaxEpoch
= maxEpochs,
NasBert\SentenceSimilarityTrainer.cs (2)
67
MaxEpoch
= 10;
93
MaxEpoch
= maxEpochs,
NasBert\TextClassificationTrainer.cs (2)
69
MaxEpoch
= 10;
95
MaxEpoch
= maxEpochs,
Roberta\QATrainer.cs (1)
138
MaxEpoch
= maxEpochs,
6 references to MaxEpoch
Microsoft.ML.TorchSharp (6)
NasBert\NasBertTrainer.cs (1)
194
total_steps: ((TrainingRowCount / Parent.Option.BatchSize) + 1) * Parent.Option.
MaxEpoch
,
Roberta\QATrainer.cs (3)
105
Contracts.Assert(options.
MaxEpoch
> 0);
163
for (int i = 0; i < Option.
MaxEpoch
; i++)
223
total_steps: ((RowCount / Parent.Option.BatchSize) + 1) * Parent.Option.
MaxEpoch
,
TorchSharpBaseTrainer.cs (2)
91
Contracts.Assert(options.
MaxEpoch
> 0);
109
for (int i = 0; i < Option.
MaxEpoch
; i++)