Uses of Record Class
io.github.kirstenali.deepj.training.TrainingResult
Packages that use TrainingResult
-
Uses of TrainingResult in io.github.kirstenali.deepj.examples
Methods in io.github.kirstenali.deepj.examples that return TrainingResultModifier and TypeMethodDescriptionstatic TrainingResultTrainDeepSeekTinyStories.run(DeepSeekTinyStoriesConfig runConfig) -
Uses of TrainingResult in io.github.kirstenali.deepj.training
Methods in io.github.kirstenali.deepj.training that return TrainingResultModifier and TypeMethodDescriptionTrain until maxSteps or until EMA loss goes below targetEmaLoss (if provided).Trainer.train(int maxSteps, int batchSize, int logEvery, float emaBeta, Float targetEmaLoss, int releaseEverySteps) Trainer.train(int maxSteps, int batchSize, int logEvery, float emaBeta, Float targetEmaLoss, int releaseEverySteps, Trainer.StepHook stepHook) Train until maxSteps or until EMA loss goes below targetEmaLoss (if provided).Trainer.train(int maxSteps, int batchSize, int logEvery, float emaBeta, Float targetEmaLoss, Trainer.StepHook stepHook) Train until maxSteps or until EMA loss goes below targetEmaLoss (if provided).