spdraptor commited on
Commit
a66b96a
·
1 Parent(s): b2e9e1e

add all code

Browse files
Files changed (1) hide show
  1. back_task.py +4 -0
back_task.py CHANGED
@@ -10,6 +10,10 @@ from torchvision import transforms
10
  from tqdm.auto import tqdm
11
  import open_clip
12
 
 
 
 
 
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
14
  print(f"Using device: {device}")
15
 
 
10
  from tqdm.auto import tqdm
11
  import open_clip
12
 
13
+
14
+ #backend code
15
+
16
+
17
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
18
  print(f"Using device: {device}")
19