Skip to content

Commit

Permalink
✏️ [BUG] Fix typo
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
Haneol-Kijm committed Sep 26, 2024
1 parent a729928 commit 6a13db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _define_pltrainer(self):
else:
trainer = Trainer(
max_epochs=self.config.experiment.max_epochs,
precision="16-mixed" if self.config.training.use_amp else "32-true"
precision="16-mixed" if self.config.training.use_amp else "32-true",
devices=self.config.experiment.num_gpus,
accelerator="auto",
strategy="auto",
Expand Down

0 comments on commit 6a13db4

Please sign in to comment.