You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after discussion, look like epochs are not really needed, we can directly use batches. so going from "round -> epoch -> batch" to have "round -> batch". that would give more direct control on
rework datasets to generate samples (ie batches) of the loaded data
randomized over the whole loaded data as to avoid skewing training
remove limitation in gpt-tfjs of running at most five batches
superseed by number of batch per round
remove TrainingInformation.epochs & EpochLogs
in Task, use rounds as the top level count of run, then batchesPerRound (renamed from roundDuration)
after discussion, look like epochs are not really needed, we can directly use batches. so going from "round -> epoch -> batch" to have "round -> batch". that would give more direct control on
TrainingInformation.epochs&EpochLogsTask, useroundsas the top level count of run, thenbatchesPerRound(renamed fromroundDuration){Trainer,Model}.fit