kd.evals.Once# class kauldron.evals.Once(step: int)[source] Bases: kauldron.evals.run_strategies.AlongTrain Run eval only after the XX train steps. step: int should_eval_in_train(step: int) → bool[source] Whether the evaluator should be run for the given train-step.