Skip to content

Commit

Permalink
Fix duplicate line (#201)
Browse files Browse the repository at this point in the history
odd things happened yesterday while merging? 🙀

Signed-off-by: sfmig <[email protected]>
  • Loading branch information
sfmig authored Jun 27, 2024
1 parent e18357e commit 87babb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crabs/detection_tracking/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ def core_training(self) -> lightning.Trainer:
# Get trainer
trainer = self.setup_trainer()

# Get trainer
trainer = self.setup_trainer()

# Run training
# Resume from full checkpoint if available
# (automatically restores model, epoch, step, LR schedulers, etc...)
Expand Down

0 comments on commit 87babb5

Please sign in to comment.