Uses of Interface
io.github.kirstenali.deepj.training.Trainer.StepHook
Packages that use Trainer.StepHook
-
Uses of Trainer.StepHook in io.github.kirstenali.deepj.training
Methods in io.github.kirstenali.deepj.training with parameters of type Trainer.StepHookModifier and TypeMethodDescriptionTrainer.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).