Skip to content

Commit

Permalink
Update run.py - dummy update for testing
Browse files Browse the repository at this point in the history
dummy commit made by changing a comment slightly to test CI/CD
  • Loading branch information
yrraadi-io authored Jul 26, 2023
1 parent f8f987a commit beb4121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main(params):
example.make_new_dirs()
example.demo()

# Train a new detectron2 model
# Train new detectron2 model
if params["train_detectron2"]:
trainer = Train(parameters=params)
trainer.make_new_dirs()
Expand Down

0 comments on commit beb4121

Please sign in to comment.