Browse Source

[FIX] pass flake8

pull/7/head
troyyyyy 2 years ago
parent
commit
30ded87f00
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      examples/hwf/main.py

+ 3
- 3
examples/hwf/main.py View File

@@ -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(


Loading…
Cancel
Save