Skip to content

Commit

Permalink
chore: removing unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Feb 16, 2024
1 parent a1f7ff3 commit 5b60e5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions linear_relational/lib/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from pathlib import Path

import torch

DATA_DIR = Path(__file__).parent.parent.parent / "data"
DEFAULT_DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")

0 comments on commit 5b60e5b

Please sign in to comment.