From 30ded87f0052f3fcb6adcad0220da732ce4e3f3c Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Wed, 24 Jan 2024 09:35:44 +0800 Subject: [PATCH] [FIX] pass flake8 --- examples/hwf/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hwf/main.py b/examples/hwf/main.py index fbcd53a..6ea0380 100644 --- a/examples/hwf/main.py +++ b/examples/hwf/main.py @@ -78,9 +78,9 @@ def main(): help="number of epochs in each learning loop iteration (default : 3)", ) parser.add_argument( - "--label-smoothing", - type=float, - default=0.2, + "--label-smoothing", + type=float, + default=0.2, help="label smoothing in cross entropy loss (default : 0.2)" ) parser.add_argument(