Skip to content

Commit

Permalink
Took out one more redundant 'args' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cleong110 committed Dec 6, 2024
1 parent d9eb0b2 commit 73ebd75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pose_evaluation/metrics/embedding_distance_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def __init__(
def to(self, device: Union[torch.device, str]) -> None:
"""
Explicitly set the device used for tensors.
Args:
device (Union[torch.device, str]): The device to use for computation.
"""
self.device = torch.device(device)
logger.info(f"Device set to: {self.device}")
Expand Down

0 comments on commit 73ebd75

Please sign in to comment.