Skip to content

Commit 9db6a83

Browse files
Add sample sizes
1 parent 938d4ba commit 9db6a83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/synapse_marker_detection/train_synapse_detection.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
from detection_dataset import DetectionDataset
55

6-
# sys.path.append()
7-
sys.path.append("/home/pape/Work/my_projects/czii-protein-challenge")
6+
# sys.path.append("/home/pape/Work/my_projects/czii-protein-challenge")
7+
sys.path.append("/user/pape41/u12086/Work/my_projects/czii-protein-challenge")
88

99
from utils.training import supervised_training # noqa
1010

@@ -74,6 +74,8 @@ def train():
7474
test_label_paths=test_label_paths,
7575
# save_root="",
7676
dataset_class=DetectionDataset,
77+
n_samples_train=800,
78+
n_samples_val=80,
7779
)
7880

7981

0 commit comments

Comments
 (0)