Skip to content

Commit

Permalink
Update src/sparseml/yolov8/val.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Apr 14, 2023
1 parent 4c60c66 commit 9f2dc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/yolov8/val.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
@click.option(
"--datasets-dir",
type=str,
default="/home/ubuntu/damian/sparseml/funny_dir",
default=None,
help="Path to override default datasets dir.",
)
def main(**kwargs):
Expand Down

0 comments on commit 9f2dc82

Please sign in to comment.