コード例 #1
0
 public override void OnTrainingStarted(Trainer optimizer, int epoches)
 {
     this.epoches      = epoches;
     this.currentEpoch = 0;
     target($"{currentEpoch}/{epoches}");
 }
コード例 #2
0
ファイル: TrainingMonitor.cs プロジェクト: fdafadf/main
 public virtual void OnTrainingStarted(Trainer optimizer, int epoches)
 {
 }