Metadata-Version: 2.4
Name: trainkit-vp
Version: 2.0.0
Summary: Typed PyTorch training utilities for checkpoints, scheduling, freezing, memory planning, and structured losses.
Author: F000NK, Voluntas Progressus
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0

# trainkit-vp

`trainkit-vp` packages reusable training infrastructure for PyTorch projects.

It includes:

- checkpoint save/load helpers
- staged freezing utilities
- memory estimation and training plan helpers
- cosine scheduling and structured loss helpers

Install:

```bash
pip install trainkit-vp
```
