Skip to content

Commit

Permalink
[references] fix typo (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuquangthinh authored Mar 1, 2024
1 parent aae1087 commit 707ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/recognition/train_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,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 707ca42

Please sign in to comment.