Skip to content

v0.16.1

Latest

Choose a tag to compare

@liopeer liopeer released this 26 Jun 16:04
0706373

[0.16.1] - 2026-06-26

Added

  • Log the total gradient norm (gradient_norm) during finetuning. It is shown in the
    console as grad_norm and written to all configured loggers (JSONL, TensorBoard,
    Weights & Biases, MLflow). It is the pre-clipping norm when gradient clipping is
    enabled and the total gradient norm computed without clipping otherwise.

Fixed

  • Fix checkpoint loading with load_model for legacy checkpoints of LT-DETR.

What's Changed

Full Changelog: v0.16.0...v0.16.1