Skip to content

Commit

Permalink
minor changes in 'train.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 14, 2024
1 parent 5a4a849 commit d3141f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.52rc7
0.9.52rc8
2 changes: 1 addition & 1 deletion src/syngen/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"If set to 'sample', generates a sampling report. "
"If set to 'accuracy', generates an accuracy report. "
"If set to 'metrics_only', outputs the metrics information only to standard output. "
"If set to 'all', generates both sampling and accuracy reports. "
"If set to 'all', generates an accuracy report. "
"If it's absent or set to 'none', no reports are generated.",
)
@click.option(
Expand Down

0 comments on commit d3141f4

Please sign in to comment.