mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
removed extra import
This commit is contained in:
parent
a92dacc7ff
commit
c824087335
@ -425,11 +425,6 @@ class Regression:
|
|||||||
'CustomTrain'
|
'CustomTrain'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
# imports (just one for now):
|
|
||||||
|
|
||||||
import torch
|
|
||||||
|
|
||||||
device = "cuda:0" if torch.torch.cuda.is_available() else "cpu"
|
device = "cuda:0" if torch.torch.cuda.is_available() else "cpu"
|
||||||
|
|
||||||
#todo: document completely
|
#todo: document completely
|
||||||
|
Loading…
Reference in New Issue
Block a user