1 write to RowCount
Microsoft.ML.TorchSharp (1)
Roberta\QATrainer.cs (1)
200
RowCount
= GetRowCount(input);
2 references to RowCount
Microsoft.ML.TorchSharp (2)
Roberta\QATrainer.cs (2)
159
e.SetProgress(0, trainer.Updates, trainer.
RowCount
);
223
total_steps: ((
RowCount
/ Parent.Option.BatchSize) + 1) * Parent.Option.MaxEpoch,