diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-22 12:26:00 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-22 12:26:07 +0100 |
| commit | da7e91f6b12435499e5630bde7f1407302ca5ee3 (patch) | |
| tree | 8b12560831b1506b30c1e2880143381b355c7c48 /cnn_v3/training | |
| parent | ae4542f9838533efc40d8715afca085123aa0145 (diff) | |
docs(cnn_v3): add uv inline deps to export_cnn_v3_weights.py
Diffstat (limited to 'cnn_v3/training')
| -rw-r--r-- | cnn_v3/training/export_cnn_v3_weights.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cnn_v3/training/export_cnn_v3_weights.py b/cnn_v3/training/export_cnn_v3_weights.py index 6d99af9..d1d2893 100644 --- a/cnn_v3/training/export_cnn_v3_weights.py +++ b/cnn_v3/training/export_cnn_v3_weights.py @@ -1,4 +1,11 @@ #!/usr/bin/env python3 +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "numpy", +# "torch", +# ] +# /// """Export trained CNN v3 weights → binary files for C++ runtime. Outputs |
