Skip to content

Commit

Permalink
Typo fix in train_pytorch.py (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
agarkovv authored Oct 24, 2024
1 parent 251aa22 commit 57d1fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/detection/train_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def main(args):
elif torch.cuda.is_available():
args.device = 0
else:
logging.warning("No accessible GPU, targe device set to CPU.")
logging.warning("No accessible GPU, target device set to CPU.")
if torch.cuda.is_available():
torch.cuda.set_device(args.device)
model = model.cuda()
Expand Down

0 comments on commit 57d1fe5

Please sign in to comment.