Skip to content

Commit bc6eadf

Browse files
authored
Add files via upload
1 parent ba4b12d commit bc6eadf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workspace/inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from torch import load
22

33
from Datasets.test_dataset import ProblemDataset
4-
from Datasets.load import load_data
54
from Models.model import BERTModule
65

7-
model_path = 'model_ep2_lr1e-05.pth'
6+
model_path = 'model_ep5_lr1e-05.pth'
87

98
model = BERTModule(n_classes = 3)
109
model.load_state_dict(load(model_path))

0 commit comments

Comments
 (0)