diff options
| -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 |
