Added
- Support for Lightning and PyTorch ``2.3.0``
- Introduced the ``frozen_bn_track_running_stats`` option to the FTS callback constructor, allowing the user to override the default Lightning behavior that disables ``track_running_stats`` when freezing BatchNorm layers. Resolves[13](https://github.com/speediedan/finetuning-scheduler/issues/13).
Deprecated
- removed support for PyTorch `1.13`