Skip to content

Commit 8d85cb0

Browse files
Rename Study_network.py to Study_Models.py for improved clarity and consistency
Removed Vectorizer.py as it is now not used
1 parent 2c2ec56 commit 8d85cb0

3 files changed

Lines changed: 313 additions & 398 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import torch
22

3-
val: int = 10
4-
data = torch.load(f"../cache/Model_Sense.4n1/dataset/dataset_{val}.pt", map_location="cpu") # use CPU to avoid GPU issues
3+
val: int = 25000
4+
data = torch.load(f"../cache/dataset/dataset_{val}.pt", map_location="cpu") # use CPU to avoid GPU issues
55
print(type(data))
66
if isinstance(data, dict):
77
print("Keys:", list(data.keys()))

0 commit comments

Comments
 (0)