summaryrefslogtreecommitdiff
path: root/cnn_v3/training/export_cnn_v3_weights.py
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v3/training/export_cnn_v3_weights.py')
-rw-r--r--cnn_v3/training/export_cnn_v3_weights.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v3/training/export_cnn_v3_weights.py b/cnn_v3/training/export_cnn_v3_weights.py
index 2fa83d1..67330a6 100644
--- a/cnn_v3/training/export_cnn_v3_weights.py
+++ b/cnn_v3/training/export_cnn_v3_weights.py
@@ -189,7 +189,7 @@ def main() -> None:
p = argparse.ArgumentParser(description='Export CNN v3 trained weights to .bin')
p.add_argument('checkpoint', help='Path to .pth checkpoint file')
p.add_argument('--output', default='export',
- help='Output directory (default: export/)')
+ help='Output directory (default: export)')
p.add_argument('--html', action='store_true',
help=f'Also update {_WEIGHTS_JS_DEFAULT} with base64-encoded weights')
p.add_argument('--html-output', default=None, metavar='PATH',