Skip to content

Commit 1171c67

Browse files
change model path
1 parent 4331abc commit 1171c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/baseline/predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from dataset import get_subject_features
1818

1919

20-
MODEL_PATH = Path(__file__).parent / "outputs/best_model.pth"
20+
MODEL_PATH = Path(__file__).parent / "outputs3/checkpoints/best_model.pth"
2121
PATCH_SIZE = (192, 192, 192)
2222
SW_BATCH = 2
2323
OVERLAP = 0.5

0 commit comments

Comments
 (0)