Skip to content

Commit

Permalink
Revert "Update run.py - dummy update for testing"
Browse files Browse the repository at this point in the history
This reverts commit beb4121.
  • Loading branch information
hollydinkel committed Aug 4, 2023
1 parent beb4121 commit e40c3af
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 new detectron2 model
# Train a new detectron2 model
if params["train_detectron2"]:
trainer = Train(parameters=params)
trainer.make_new_dirs()
Expand Down

0 comments on commit e40c3af

Please sign in to comment.